summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/kern_sysctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD 8.4Sebastian Huber2013-11-041-120/+174
|
* SYSCTL(9): Avoid multiple definitionsSebastian Huber2013-10-311-11/+1
|
* Implement sysctl_handle_opaque()Sebastian Huber2013-10-311-4/+5
| | | | FIXME: The snapshots are not reliable.
* Move TIMEOUT(9) and ZONE(9) initializationSebastian Huber2013-10-311-4/+0
| | | | Delete most of virtual memory support.
* Avoid NULL pointer accessSebastian Huber2013-10-311-0/+4
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-24/+24
| | | | | | | | | | | | | | | | | | | 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.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+1581