summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts to caddr_t.alfred2002-06-282-62/+62
* document that the pipe fo_stat routine doesn't need locks because it'salfred2002-06-281-0/+4
* Improve the VOP locking assertsjeff2002-06-281-0/+7
* In vn_mkdir(), use vrele() instead of vput() on the parent directoryiedowse2002-06-282-2/+18
* Clean up vn_rdwr locking.jeff2002-06-281-6/+12
* Fix a case where a vnode got explicitly unlocked after the pointer to itgreen2002-06-281-1/+1
* Remove a printf and add a comment on an assumption that could beluigi2002-06-271-3/+10
* Fix a bug that prevented the deletion of non-default ACLs from beingrwatson2002-06-273-3/+3
* A bit of whitespace magic.rwatson2002-06-273-15/+15
* At long last, commit the zero copy sockets code.ken2002-06-265-27/+713
* - Remove Giant acquisition from modevent(), modfnext(), modstat() andarr2002-06-261-27/+11
* - Alleviate jail() from having the burden of acquiring Giant by simplyarr2002-06-261-3/+0
* o Eliminate vmspace::vm_minsaddr. It's initialized but never used.alc2002-06-251-1/+0
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+1
* Bring sys/kern/md5c.c in sync with the userland version.mux2002-06-241-26/+23
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
* Remove unused diagnostic function cread_free_thread().mini2002-06-243-19/+0
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
* More 64 bits platforms warning fixes.mux2002-06-232-7/+7
* This patch fixes a size problem with the stat structure formckusick2002-06-223-4/+3
* We don't need to check the return value of malloc() againstmux2002-06-221-14/+0
* Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization wasdillon2002-06-221-5/+10
* o Remove the initialization of unused fields in the structmux2002-06-222-50/+10
* Always drop the p_args reference we held for copyout, even if we're aboutmini2002-06-221-3/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-217-32/+33
* Change the way we internally store the mount options tomux2002-06-203-128/+79
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-203-2/+6
* Don't leak resources if fdcheckstd() fails during exec.alfred2002-06-201-5/+10
* Display the mutex name in the ^T status line if the selected threadiedowse2002-06-201-2/+3
* Remove UIO_USERISPACE - we do not support any split instruction/datapeter2002-06-201-6/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-2/+1
* - Remove the lock(9) protecting the kernel linker system.arr2002-06-191-14/+46
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-191-22/+0
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-192-15/+44
* setsugid() touches p->p_flag so assert that the proc is locked.alfred2002-06-181-0/+2
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-182-102/+22
* Change vfs_copyopt() so that the length argument passed to itmux2002-06-141-10/+7
* Set system_map for both mbuf_map and clust_map to 1, in mbuf_init().bmilekic2002-06-131-2/+4
* Regen.rwatson2002-06-132-14/+14
* Keep POSIX.1e capabilities system call placeholders, but remove definitions.rwatson2002-06-131-6/+6
* kern_cap.c no longer needed.rwatson2002-06-131-125/+0
* opt_cap.c no longer neededrwatson2002-06-133-6/+0
* Make nselcol, the number of select collisions since boot, unsigned askbyanc2002-06-121-6/+6
* Time counter stats are unsigned, advertise them to sysctl(8) that way.kbyanc2002-06-111-1/+1
* Convert hit and miss counters to unsigned values. Surely negative valueskbyanc2002-06-101-4/+4
* We no longer need to acqure Giant in ast() for ktrpsig() in postsig() nowjhb2002-06-071-2/+0
* - trapsignal() no longer needs to acquire Giant for ktrpsig().jhb2002-06-071-7/+5
* - Proper locking for p_tracep and p_traceflag.jhb2002-06-071-7/+7
* Properly lock accesses to p_tracep and p_traceflag. Also make a fewjhb2002-06-073-3/+27
* - Catch up to new ktrace API.jhb2002-06-072-28/+23
OpenPOWER on IntegriCloud