aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Correct a couple of typos.Greg Lehey2000-05-071-2/+2
* Remove devstat_end_transaction_buf() everybody usesPoul-Henning Kamp2000-05-061-18/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-0517-2/+17
* Fix one bug where the kn_head list could be manipulated withoutJonathan Lemon2000-05-041-2/+8
* If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, thatPaul Richards2000-05-031-1/+6
* Replace all the ifdef debugging spaghetti with a single ifdef andPaul Richards2000-05-031-40/+22
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-012-24/+20
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-013-95/+222
* Regenerate (removed semconfig)Peter Wemm2000-05-012-4/+4
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.Peter Wemm2000-05-012-88/+2
* Remove undocumented broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-1/+1
* Move t_timeout initializing to ttyregisterAndrey A. Chernov2000-05-011-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.Doug Rabson2000-05-012-10/+7
* Since ptys are allocated dynamically, there is no needs to keep theirAndrey A. Chernov2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenAndrey A. Chernov2000-05-012-1/+4
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-3013-13/+0
* Change the scheduler to actually respect the PUSER barrier. It's beenBrian Feldman2000-04-301-1/+1
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toAndrey A. Chernov2000-04-301-1/+5
* Hmm, diff/patch still doesn't like me.Poul-Henning Kamp2000-04-301-2/+2
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-294-10/+10
* Remove a leftover dysonism.Poul-Henning Kamp2000-04-291-4/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* The newer module dependency code exposes an apparent bug in thePeter Wemm2000-04-291-0/+1
* First round implementation of a fine grain enhanced module to modulePeter Wemm2000-04-296-376/+639
* Do not fault if curproc is null.Peter Wemm2000-04-291-1/+1
* Do not use uprintf() for link time error messages. This has unpleasantPeter Wemm2000-04-292-8/+8
* Hookup /dev/[u]random on the Alpha.David E. O'Brien2000-04-281-1/+16
* Add default 5min timeout for output drain to stop hanging on exit or in otherAndrey A. Chernov2000-04-271-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-262-32/+37
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().Brian Feldman2000-04-261-0/+110
* Remove unused variable.Matt Jacob2000-04-261-1/+0
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-0/+2
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-2/+1
* * Rewrite to use kobj(9) instead of hard-coded function tables.Doug Rabson2000-04-245-398/+625
* Add $FreeBSD$.Garrett Wollman2000-04-221-0/+17
* Make sure the driver's ops table has been initialised before callingDoug Rabson2000-04-221-0/+5
* Move the declaration of "struct namecache" to vnode.h, as it can be usefulBrian Feldman2000-04-221-16/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-193-3/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-183-3/+0
* Retire bufqdisksort(), all drivers use bioqdisksort now.Poul-Henning Kamp2000-04-181-98/+0
* Don't declare common variables in include files:Poul-Henning Kamp2000-04-181-0/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-29/+26
* Fix LINT.Doug Rabson2000-04-171-18/+1
* Issue a detached message after detaching the device.Warner Losh2000-04-171-0/+1
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-161-0/+907
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-1615-8/+465
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-157-67/+75
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-085-194/+708
* Fix a bug where SIGIO was not being delivered to a process requestingArchie Cobbs2000-04-051-0/+2