aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Casts are needed to subtract u_longs.Brian Feldman2000-08-311-1/+1
* o p_cansee() wasn't setting privused when suser() was required to overrideRobert Watson2000-08-311-2/+7
* Fix hangs caused by overzealous code removal.Brian Feldman2000-08-312-4/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith2000-08-311-1/+8
* o Centralize inter-process access control, introducing:Robert Watson2000-08-307-38/+167
* o Disable flagging of ASU in suser_xxx() authorization check. For theRobert Watson2000-08-301-2/+0
* Remove an extraneous setting of sb_hiwat.Brian Feldman2000-08-302-2/+0
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-292-80/+184
* Remove any possibility of hiwat-related race conditions by changingBrian Feldman2000-08-295-23/+30
* Add kobj_class_compile_static() to allow classes to be initialisedDoug Rabson2000-08-281-7/+27
* * Remove a bogus call to kobj_init() from make_device().Doug Rabson2000-08-281-3/+6
* Regen: fix prototypes for {o|}{g|s}etrlimit.Marcel Moolenaar2000-08-282-2/+2
* Fix prototypes for {o|}{g|s}etrlimit. A recent change in theMarcel Moolenaar2000-08-281-4/+4
* new sysctl 'kern.openfiles' (exports nfiles to userland)Alfred Perlstein2000-08-261-0/+3
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrRobert Watson2000-08-261-2/+2
* Make this file compile again when COMPAT_43 has not beenMarcel Moolenaar2000-08-261-1/+8
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptPeter Wemm2000-08-251-0/+2
* If the config program found a hints file and included it as a fallback,Peter Wemm2000-08-251-10/+28
* Dang, a _clone routine escaped #ifdef DEVFS containment.Poul-Henning Kamp2000-08-241-0/+2
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-243-6/+78
* Revert the suser -> suser_xxx change made previously. It was rightBrian Feldman2000-08-241-1/+1
* Add a sysctl which hides all process except those that belong toPaul Saab2000-08-231-0/+9
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-205-134/+198
* Fix typo in last commit.Poul-Henning Kamp2000-08-202-4/+2
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-202-0/+108
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-193-71/+83
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-6/+13
* Fix a couple cases where p_trespass wasn't transitioned into place.Brian Feldman2000-08-161-9/+3
* Clean up some low level bootstrap code:Peter Wemm2000-08-114-118/+75
* Don't skip IOAPIC id conflict detection when only one pci bus is present.Tor Egge2000-08-101-6/+4
* Don't set flags on the mount structure before all permission checks haveTor Egge2000-08-092-8/+38
* o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTRRobert Watson2000-08-081-0/+74
* Make the kqueue socket read filter honor the SO_RCVLOWAT value.Jonathan Lemon2000-08-071-1/+1
* Fix bug with timeout; previously, when attempting to poll the kqueue byJonathan Lemon2000-08-071-14/+22
* Change the behavior of isa_nmi to log an error message instead ofPaul Saab2000-08-061-9/+31
* Be more verbose when changing APIC ID on an IO APIC.Tor Egge2000-08-061-2/+142
* Modify to use fixed STAILQ_LAST().Jeffrey Hsu2000-08-031-1/+1
* Fix self referential dependencies. eg: uhub was packaged along withPeter Wemm2000-08-021-3/+13
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.Peter Wemm2000-08-021-1/+1
* Back out rev 1.12; its not clear that this is the right thing to do,Jonathan Lemon2000-08-011-2/+5
* Handle write page faults (both write only or read-modify-write) as MI vmLuoqi Chen2000-07-311-3/+3
* mbstat should be a read-only sysctl.Alfred Perlstein2000-07-311-1/+1
* Remove unnecessary call to splnet when setting an accept filterPaul Saab2000-07-312-6/+0
* Regen. (Fix SYS_exit)Peter Wemm2000-07-292-4/+4
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Remove this file incase of further confusion.Paul Saab2000-07-291-142/+0
* Regenerate with makesyscalls.shPeter Wemm2000-07-292-4/+4
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-293-5/+3
* Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in thePeter Wemm2000-07-281-7/+34
* Fix a const related warning.Peter Wemm2000-07-281-1/+1