summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Regen. (Fix SYS_exit)peter2000-07-292-4/+4
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Remove this file incase of further confusion.ps2000-07-291-142/+0
* Regenerate with makesyscalls.shpeter2000-07-292-4/+4
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-293-5/+3
* Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in thepeter2000-07-281-7/+34
* Fix a const related warning.peter2000-07-281-1/+1
* Fix some style nits.peter2000-07-281-10/+13
* Fix warnings - make kevent args in comment match those in syscalls.master.peter2000-07-281-4/+4
* Fix a warning that has been annoying me for some time:peter2000-07-281-1/+1
* o Modify extattr_{set,get}() syscalls so that partial reads and writesrwatson2000-07-282-2/+10
* Have kevent() automatically restart if interrupted by a signal. If thisjlemon2000-07-271-5/+2
* Distinguish between whether ktraceing was enabled before an IOgreen2000-07-271-2/+6
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec torwatson2000-07-263-13/+23
* Now that buffer locks can be recursive, we need to delete the panicsmckusick2000-07-251-4/+0
* Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0);mckusick2000-07-252-10/+0
* o Add missing function return types from capability syscall call stubs,rwatson2000-07-251-0/+4
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-243-12/+74
* Using an atomic operation here won't help if nobody else uses them (forgreen2000-07-231-2/+3
* Solve the problem where it is possible to get the kernel stuck ingreen2000-07-231-3/+31
* only allow accept filter modifications on listening socketsalfred2000-07-201-0/+8
* disallow unload until we do proper refcountingalfred2000-07-202-0/+18
* Fix a bug which would cause some knotes to get lost when two kqueuesjlemon2000-07-181-1/+2
* Simplify kqueue API slightly.jlemon2000-07-182-23/+19
* 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
OpenPOWER on IntegriCloud