summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-0420-37/+37
* Simplify and rationalise the management of the vnode free listmckusick2000-07-042-148/+60
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-0410-64/+80
* If a buffer flush fails when trying to reclaim a vnode, it is toomckusick2000-07-042-8/+20
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-041-3/+1
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-034-0/+12
* Add device_set_softc() which does the obvious.phk2000-07-031-7/+21
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-0320-39/+39
* Instead of just blindly setting -rw-rw-rw-:chris2000-07-021-2/+11
* Report -rw-rw-rw file access modes in soo_stat.chris2000-07-021-1/+2
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-023-56/+79
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* Move the securelevel check before loading KLD's into linker_load_file(),archie2000-06-293-12/+10
* Move #ifdef to the right place.bp2000-06-291-1/+1
* If kernel compiled with INVARIANTS:bp2000-06-291-0/+24
* Report a file type (S_IFIFO) in kqueue_stat().chris2000-06-281-0/+1
* don't panic the system when fpathconv is called on an unsupported filetype.alfred2000-06-271-1/+1
* remove crufty exec stuff, perl is in the base systemalfred2000-06-271-27/+39
* Move prtactive to vfs from ufs. It is used all over the place.phk2000-06-272-0/+2
* Add sysctl descriptions to a few sysctls. Simply "documentation".nbm2000-06-262-4/+5
* Some changes and fixes from Bruce:peter2000-06-261-9/+9
* Fix stupid braino in last commit, initialize `vp' before we test vp->v_tag.jlemon2000-06-251-2/+2
* Remove no-longer-relevant comment.markm2000-06-251-1/+0
* Forgot this earlier; delete the old /dev/random driver, bring in themarkm2000-06-251-393/+0
* 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
OpenPOWER on IntegriCloud