summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* If devclass_alloc_unit() is called with a wired unit #, and this issos2000-05-261-12/+7
* Back out the previous change to the queue(3) interface.jake2000-05-2626-63/+63
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2326-63/+63
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
* Sort the sys includes.obrien2000-05-221-4/+4
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-212-8/+2
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willpeter2000-05-211-0/+5
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-172-2/+8
* Fix the rootmount code for now.asmodai2000-05-142-2/+4
* Fix comment typo.asmodai2000-05-121-1/+1
* Include the UID and GID values filled in by socreate() into socket->so_credchris2000-05-111-0/+3
* Include UID and GID information for stat() calls using the values filledchris2000-05-111-2/+3
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-254/+256
* Fixed the calculation of sy_nargs in sysent tables. We attempted to dobde2000-05-091-25/+34
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-091-5/+0
* Some ioctl routines assume that the ioctl buffer is aligned, but adillon2000-05-091-3/+6
* Regenerated (fixed the type of mmap()'s padding arg).bde2000-05-092-2/+2
* Fixed the declaration of mmap(). The crufty padding arg had the wrongbde2000-05-091-3/+3
* Make issetugid return correctly. It was returning -1 withpeter2000-05-091-2/+1
* Correct a couple of typos.grog2000-05-071-2/+2
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-061-18/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0517-2/+17
* Fix one bug where the kn_head list could be manipulated withoutjlemon2000-05-041-2/+8
* If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, thatpaul2000-05-031-1/+6
* Replace all the ifdef debugging spaghetti with a single ifdef andpaul2000-05-031-40/+22
* Add $FreeBSD$peter2000-05-011-0/+1
* Give struct bio it's own call back mechanism.phk2000-05-012-24/+20
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-013-95/+222
* Regenerate (removed semconfig)peter2000-05-012-4/+4
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-012-88/+2
* Remove undocumented broken-as-designed semconfig() syscall.peter2000-05-011-1/+1
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-012-10/+7
* Since ptys are allocated dynamically, there is no needs to keep theirache2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-012-1/+4
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-3013-13/+0
* Change the scheduler to actually respect the PUSER barrier. It's beengreen2000-04-301-1/+1
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toache2000-04-301-1/+5
* Hmm, diff/patch still doesn't like me.phk2000-04-301-2/+2
* s/biowait/bufwait/gphk2000-04-294-10/+10
* Remove a leftover dysonism.phk2000-04-291-4/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* The newer module dependency code exposes an apparent bug in thepeter2000-04-291-0/+1
* First round implementation of a fine grain enhanced module to modulepeter2000-04-296-376/+639
* Do not fault if curproc is null.peter2000-04-291-1/+1
* Do not use uprintf() for link time error messages. This has unpleasantpeter2000-04-292-8/+8
* Hookup /dev/[u]random on the Alpha.obrien2000-04-281-1/+16
* Add default 5min timeout for output drain to stop hanging on exit or in otherache2000-04-271-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-262-32/+37
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-261-0/+110
OpenPOWER on IntegriCloud