summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* new sysctl 'kern.openfiles' (exports nfiles to userland)alfred2000-08-261-0/+3
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-261-2/+2
* Make this file compile again when COMPAT_43 has not beenmarcel2000-08-261-1/+8
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptpeter2000-08-251-0/+2
* If the config program found a hints file and included it as a fallback,peter2000-08-251-10/+28
* Dang, a _clone routine escaped #ifdef DEVFS containment.phk2000-08-241-0/+2
* Fix panic when removing open device (found by bp@)phk2000-08-243-6/+78
* Revert the suser -> suser_xxx change made previously. It was rightgreen2000-08-241-1/+1
* Add a sysctl which hides all process except those that belong tops2000-08-231-0/+9
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-205-134/+198
* Fix typo in last commit.phk2000-08-202-4/+2
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-202-0/+108
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-193-71/+83
* 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
OpenPOWER on IntegriCloud