summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-6/+13
* Fix a couple cases where p_trespass wasn't transitioned into place.green2000-08-161-9/+3
* Clean up some low level bootstrap code:peter2000-08-114-118/+75
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-101-6/+4
* Don't set flags on the mount structure before all permission checks havetegge2000-08-092-8/+38
* o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTRrwatson2000-08-081-0/+74
* Make the kqueue socket read filter honor the SO_RCVLOWAT value.jlemon2000-08-071-1/+1
* Fix bug with timeout; previously, when attempting to poll the kqueue byjlemon2000-08-071-14/+22
* 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
OpenPOWER on IntegriCloud