summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-183-3/+0
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-181-98/+0
* Don't declare common variables in include files:phk2000-04-181-0/+1
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-29/+26
* Fix LINT.dfr2000-04-171-18/+1
* Issue a detached message after detaching the device.imp2000-04-171-0/+1
* Add files that I forgot to `cvs add' on last commit.jlemon2000-04-161-0/+907
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-1615-8/+465
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-157-67/+75
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-085-194/+708
* Fix a bug where SIGIO was not being delivered to a process requestingarchie2000-04-051-0/+2
* regenerate with MPSAFE from syscalls.masteralfred2000-04-031-5/+5
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesalfred2000-04-032-18/+33
* Clone bio versions of certain bits of infrastructure:phk2000-04-022-0/+115
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-023-15/+25
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-029-45/+61
* Draw the outline of "struct bio".phk2000-04-022-3/+9
* Change the write-behind code to take more care when startingdillon2000-04-022-35/+65
* Unstaticize this driver. You can have as many snoop devices as you cangreen2000-04-021-65/+61
* device_set_unit() DO NOT USE THIS. This was approved before 4.0imp2000-04-011-0/+19
* Remove #ifdef for sem_wakeup() - we just use wakeup().peter2000-03-301-10/+2
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-302-56/+81
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-285-12/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-2811-43/+143
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-198/+138
* Reword warning to make it clearer (I read it as "remove block devices createdkris2000-03-251-1/+1
* Fix in-kernel infinite loop in pipe_write() when the reader goes awaydillon2000-03-241-3/+15
* Whine at users who still have block devices in /dev, give them untilphk2000-03-211-0/+5
* Add sysctl kern.coredump to enable/disable core dumps system wide.ps2000-03-211-1/+5
* Split the logic ofgreen2000-03-202-22/+96
* Isolate the Timecounter internals in their own two files.phk2000-03-205-1050/+60
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-202-5/+5
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-206-16/+16
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-209-64/+77
* Make sure to free the socket in soabort() if the protocol couldn'tfenner2000-03-181-1/+7
* In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, thenchris2000-03-182-0/+10
* Instead of using the next unit available, use the first unit available.n_hibma2000-03-161-13/+20
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-165-56/+0
* Print "previous type" correctly when INVARIANTS is defined.kuriyama2000-03-141-1/+1
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedbde2000-03-142-44/+26
* In 'ipcperm()', only call 'suser()' if it is actually required.bsd2000-03-131-7/+2
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-131-2/+2
* Try harder to make the lower 16 bits of fsids unique. The vfs typebde2000-03-122-30/+50
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,alc2000-03-101-0/+4
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenshin2000-03-091-28/+108
* Fixed a null pointer panic for dumpon(8) on a nonexistent device whosebde2000-03-091-0/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-032-8/+6
* I applied the wrong patch set. Back out anything associateddufault2000-03-022-7/+1
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-022-11/+48
* Fix a superuser credential check.bsd2000-02-291-1/+3
OpenPOWER on IntegriCloud