summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a cnputs() function to write a string to the console withjb2006-11-012-17/+97
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+2
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-311-0/+1
* Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().alc2006-10-291-6/+16
* In bufdone_finish() restrict the acquisition and release of the pagealc2006-10-281-2/+8
* Remove member p_procscopegrp which is no longer used by libthr.davidxu2006-10-271-8/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-2622-236/+1062
* The attempt to rename "." with MAC framework compiled in would cause attemptkib2006-10-262-2/+4
* Increase usefulness of "show malloc" by moving from displaying the basicrwatson2006-10-261-5/+11
* Optimize umtx_lock_pi() a bit by moving some heavy code out of the loop,davidxu2006-10-261-32/+27
* In order to eliminate a branch, convert opcode to unsigned integer.davidxu2006-10-251-2/+2
* Eliminate an unnecessary `if' statement.davidxu2006-10-251-1/+2
* Move sigqueue_take() call into proc_reparent(), this fixed bugs wheredavidxu2006-10-252-9/+4
* Protect sigqueue_take() call by child process's lock, it fixed adavidxu2006-10-241-2/+2
* Better naming of fattime conversion functions, they do convert to timespecphk2006-10-241-5/+8
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-3/+1
* Add two new functions to convert FAT filesystem format timestampsphk2006-10-221-0/+304
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-2238-37/+68
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-224-6/+6
* Use macro TAILQ_FOREACH_SAFE instead of expanding it.davidxu2006-10-221-6/+3
* Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the changedavidxu2006-10-211-2/+8
* Remove the check that prevented signals from being delivered to exitingjhb2006-10-201-3/+1
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-0/+18
* kern_intr.c:bde2006-10-182-3/+3
* Regenerate.davidxu2006-10-173-3/+3
* o Add keyword volatile for user mutex owner field.davidxu2006-10-172-30/+24
* MFP4 (with some minor changes):netchild2006-10-151-4/+4
* Prevent IOC_IN with zero size argument (this is only supportedru2006-10-141-1/+2
* Close a race condition where num can be larger than tmp, giving the usertrhodes2006-10-141-1/+1
* Wait for thread count to reach zero in destroy_devl() even when no purgetegge2006-10-131-0/+6
* Improve ktr(4) logging for callout(9) subsystem. Log all inserts andglebius2006-10-111-7/+23
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemdavidxu2006-10-061-0/+14
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-051-3/+1
* Back out part of rev. 1.149. While adding a workaround in ptcopen() tombr2006-10-041-9/+2
* Regenerate.rwatson2006-10-032-4/+4
* Audit creat() system call (compat code), and change type for getpagesize(),rwatson2006-10-031-2/+2
* Fix the remaining race in the revs. 1.232, 1,233 that could occur duringkib2006-10-031-1/+5
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-022-9/+5
* Introduce utc_offset() to capture a calculation currently done all over thephk2006-10-021-0/+7
* Move tz_minuteswest and tz_dsttime to subr_clock.cphk2006-10-022-3/+3
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-290/+22
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-0/+2
* Correct the comment: numvnodes is decreased on vdestroying the vnode.kib2006-10-021-1/+2
* If the buffer lock has waiters after the buffer has changed identity thentegge2006-10-022-0/+26
* Readd rev. 1.145 because of vfs bugs and races near revoke(). Until theymbr2006-09-301-4/+14
* Remove duplicated $FreeBSD$.pjd2006-09-301-1/+0
* Any call of tty_close() with a tty refcount of <= 1 is wrong and we willmbr2006-09-301-6/+9
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-1/+15
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-12/+17
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-273-11/+37
OpenPOWER on IntegriCloud