18 Commits

Author SHA1 Message Date
Sebastian Huber
ce4cfe1f07 ZONE(9): Fix mp_maxid definition 2016-05-06 09:00:25 +02:00
Sebastian Huber
662f7ece73 ZONE(9): Fix slab flag handling
Disable unused slab flags.
2015-09-11 11:52:52 +02:00
Sebastian Huber
14ec092058 ZONE(9): Define SMP if RTEMS_SMP is defined 2015-09-11 11:52:52 +02:00
Sebastian Huber
165dd8ea12 Update to FreeBSD Stable/9 2015-04-08 2015-05-20 09:58:21 +02:00
Sebastian Huber
4dab3a04bb ZONE(9): Disable uma_prealloc() 2015-05-15 15:40:58 +02:00
Sebastian Huber
e5db084cd8 ZONE(9): Enable per-processor cache for SMP
This prevents a potential deadlock via the Giant lock and is a
performance benefit.
2015-03-06 14:58:13 +01:00
Sebastian Huber
7eeb079d84 Update to FreeBSD 9.3 2015-02-13 10:34:19 +01:00
Sebastian Huber
aa4f504b20 ZONE(9): Enable UMA sysctls 2015-01-29 08:51:47 +01:00
Sebastian Huber
b68b88c3a6 ZONE(9): Use page allocator 2015-01-29 08:51:47 +01:00
Sebastian Huber
bd2e540dca UMA(9): Disable unused uma_large_malloc() 2014-09-30 09:49:43 +02:00
Sebastian Huber
66659ff1ad Update to FreeBSD 9.2 2013-11-11 10:08:08 +01:00
Sebastian Huber
0a57e1db23 Reduce divergence from FreeBSD sources 2013-11-11 10:08:06 +01:00
Sebastian Huber
f244de9638 Rename rtems-bsd-config.h
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-11-11 10:08:04 +01:00
Sebastian Huber
af5333e0a0 Update to FreeBSD 8.4 2013-11-04 15:28:21 +01:00
Sebastian Huber
3e2938873d ZONE(9): Add and use red-black tree chunk alloc 2013-10-31 13:18:52 +01:00
Sebastian Huber
ffcd542fe2 Move TIMEOUT(9) and ZONE(9) initialization
Delete most of virtual memory support.
2013-10-31 13:18:48 +01:00
Sebastian Huber
e599318e91 Update files to match FreeBSD layout
Add compatibility with Newlib header files.  Some FreeBSD header files
are mapped by the translation script:

     o rtems/bsd/sys/_types.h
     o rtems/bsd/sys/errno.h
     o rtems/bsd/sys/lock.h
     o rtems/bsd/sys/param.h
     o rtems/bsd/sys/resource.h
     o rtems/bsd/sys/time.h
     o rtems/bsd/sys/timespec.h
     o rtems/bsd/sys/types.h
     o rtems/bsd/sys/unistd.h

It is now possible to include <sys/socket.h> directly for example.

Generate one Makefile which builds everything including tests.
2013-10-10 09:08:23 +02:00
Sebastian Huber
bceabc95c1 Move files to match FreeBSD layout 2013-10-10 09:06:58 +02:00