summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just liketmm2002-09-161-0/+1
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-159-125/+213
* s/Danglish/English/phk2002-09-151-4/+5
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-141-0/+39
* Add additional information returned to userland by the device queryingimp2002-09-141-0/+5
* Move setugidsafety() call outside of process lock. This prevents a locknjl2002-09-141-3/+5
* Remove a conditional #include <sys/kernel.h>, it is alreadymux2002-09-141-1/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-144-20/+24
* Apparently something down in the guts of vm/uvm still needs giantjulian2002-09-142-0/+4
* Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64tmm2002-09-131-3/+5
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.phk2002-09-131-0/+28
* Drop the proc lock while calling fdcheckstd() which may block to allocatetruckman2002-09-131-1/+8
* Fixed style bugs in resource_list_add_next().bde2002-09-121-5/+5
* - Fix two obvious locking bugs; 1) returning with lock held when it neededarr2002-09-121-3/+16
* - Change utrace ktrace events to malloc the work buffer before getting ajhb2002-09-111-9/+10
* Remove support for synchronous ktrace requests now that none exist anymore.jhb2002-09-111-33/+11
* - Change ktrace genio events to only copy up to ktr_geniosize bytes of ajhb2002-09-111-18/+18
* - Add a kern.ktrace sysctl node.jhb2002-09-111-2/+9
* Change namei and syscall ktrace events to malloc work buffers beforejhb2002-09-111-7/+14
* Indentation does not make a block.. need curly braces too.julian2002-09-111-1/+2
* Completely redo thread states.julian2002-09-1120-370/+252
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Clarify the return value from child_present.imp2002-09-111-0/+7
* - Lock down the accounting code globals with a subsystem mutex.arr2002-09-111-5/+27
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-101-8/+5
* vfs_syscalls.c:bde2002-09-102-14/+6
* Add security.mac.mmap_revocation, a flag indicating whether werwatson2002-09-091-0/+8
* Minor code sync to MAC tree: push Giant locking up fromrwatson2002-09-091-2/+2
* Fix a logic bug in the struct dev_t allocation code.phk2002-09-081-5/+5
* Make this driver work a whole lot better.jake2002-09-081-0/+1
* Do not blow up when we walk off the end of the brands list.peter2002-09-081-1/+3
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-7/+7
* Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no needpeter2002-09-071-1/+0
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-8/+6
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likepeter2002-09-071-0/+6
* fix braino..julian2002-09-072-2/+2
* fix misplaced schedlockjulian2002-09-072-2/+2
* Collect the a.out coredump code into the calling functions.peter2002-09-071-1/+16
* Minor spelling tweak: assume "his" is actually "This".rwatson2002-09-061-1/+1
* Use UMA as a complex object allocator.julian2002-09-065-134/+128
* Remove extra ';'davidxu2002-09-061-1/+1
* Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-0/+19
* Fix an inherited style bug: compare with NOCRED instead of NULL.phk2002-09-051-1/+1
* Introduce new extattr_check_cred() function which implements the canonicalphk2002-09-051-0/+34
* Add debug.rman_debug sysctl MIB and loader tunable instead of brokeniwasaki2002-09-051-5/+7
* Fix a format buglet.phk2002-09-051-1/+1
* s/SGNL/SIG/davidxu2002-09-057-29/+29
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-6/+5
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-051-68/+88
* Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.phk2002-09-041-4/+23
OpenPOWER on IntegriCloud