summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch up to changes in ktrace API.jhb2002-06-073-20/+21
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-071-227/+446
* Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-061-6/+6
* s/!SIGNOTEMPY/SIGISEMPTY/davidc2002-06-061-1/+1
* Handle "dead" witnesses better in the situation of several short term locksjhb2002-06-061-13/+11
* Move some sysctls from the debug tree to the vfs tree.des2002-06-061-3/+3
* Gratuitous whitespace cleanup.des2002-06-061-28/+27
* Use "bwrbg" as description when we sleep for background writing,phk2002-06-061-1/+1
* Fixed overflow in the bounds checking in dscheck(). It assumed thatbde2002-06-061-4/+4
* Replace thread_runnable() with thread_running() as the latter is morejhb2002-06-042-12/+10
* Optimize the adaptive mutex spin a bit. Use a simple while loop withjhb2002-06-042-2/+8
* Add a private thread_runnable() macro to make the code more readable andjhb2002-06-042-6/+10
* ANSIfy the one remaining K&R function.des2002-06-021-4/+1
OpenPOWER on IntegriCloud