summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix typo (inT -> int)dima2000-06-231-1/+1
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-229-78/+116
* Add a hack to fail registration of kq events on a non-ufs filesystem, asjlemon2000-06-221-0/+8
* Add code so that the udata field is preserved across a TRACK event.jlemon2000-06-221-9/+18
* Add 'kern.disks', a sysctl which returns the list of disks fromnbm2000-06-221-0/+29
* return of the accept filter part IIalfred2000-06-205-0/+389
* backout accept optimizations.alfred2000-06-183-294/+0
* Revert part of my bioops change which implemented panic(8).phk2000-06-162-0/+6
* Virtualizes & untangles the bioops operations vector.phk2000-06-166-29/+19
* Second of two commits adding capability manipulation syscalls forrwatson2000-06-152-2/+6
* Introduce syscalls for process capability manipulation. Currently backsrwatson2000-06-151-0/+2
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-1/+15
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()alfred2000-06-153-4/+298
* As a bit of a gross hack, allow earlier access to both the static andpeter2000-06-151-4/+58
* Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose)peter2000-06-151-3/+3
* sys/malloc.h:bde2000-06-141-14/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-62/+97
* Fix panic by moving the prp == 0 check up the order of sanity checks.asmodai2000-06-131-2/+3
* unstatic getfp() so that other subsystems can use it.alfred2000-06-122-5/+3
* Fixed allocation of unit numbers. Allocate the amount of space actuallybde2000-06-111-2/+1
* fix a typophk2000-06-101-1/+1
* Unused include: #include "pty.h"peter2000-06-101-1/+0
* malloc(..., M_WAITOK) will not return NULL, so remove the errorjlemon2000-06-101-34/+15
* Dammit.rwatson2000-06-071-0/+3
* Introduce additional POSIX.1e-related stubsrwatson2000-06-071-0/+66
* o bde suggested moving the SYSCTL from kern_mib to the more appropriaterwatson2000-06-052-27/+6
* o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx()rwatson2000-06-052-0/+26
* o Modify jail to limit creation of sockets to UNIX domain sockets,rwatson2000-06-043-6/+30
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-021-0/+53
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-311-7/+2
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-7/+10
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+203
* 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
OpenPOWER on IntegriCloud