summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Patch up some bogons in the resource_find() vs resource_find_hard()peter2000-07-181-3/+9
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-151-0/+252
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-0/+4
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-141-12/+14
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls torwatson2000-07-132-2/+10
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},rwatson2000-07-132-0/+36
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero injhb2000-07-131-2/+6
* Fix a very obscure bug in select() and poll() where the timeout wouldjhb2000-07-121-2/+2
* remove m_pulldown statistics, which is highly experimental and does notitojun2000-07-121-87/+0
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-1112-204/+725
* Correct SYSINIT execution order in the case when KLD contains morebp2000-07-091-2/+2
* Remove two micro-pessimizations I made. Bruce is teaching me well :)green2000-07-071-2/+2
* Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff,green2000-07-071-1/+1
* Fix support for more than 256 simultaneous mounts. Theoretical limitbp2000-07-072-4/+8
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-053-15/+14
* End two weeks of on and off debugging. Fix the crash on the Nthimp2000-07-051-24/+27
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-042-0/+428
* 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
OpenPOWER on IntegriCloud