summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-061-9/+31
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-061-2/+142
* Modify to use fixed STAILQ_LAST().hsu2000-08-031-1/+1
* Fix self referential dependencies. eg: uhub was packaged along withpeter2000-08-021-3/+13
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.peter2000-08-021-1/+1
* Back out rev 1.12; its not clear that this is the right thing to do,jlemon2000-08-011-2/+5
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-311-3/+3
* mbstat should be a read-only sysctl.alfred2000-07-311-1/+1
* Remove unnecessary call to splnet when setting an accept filterps2000-07-312-6/+0
* 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
OpenPOWER on IntegriCloud