| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gjournal specific code to the UFS file system: | pjd | 2006-10-31 | 1 | -0/+2 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 1 | -0/+1 |
* | Refactor vfs_setdirty(), creating vfs_setdirty_locked_object(). | alc | 2006-10-29 | 1 | -6/+16 |
* | In bufdone_finish() restrict the acquisition and release of the page | alc | 2006-10-28 | 1 | -2/+8 |
* | Remove member p_procscopegrp which is no longer used by libthr. | davidxu | 2006-10-27 | 1 | -8/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 22 | -236/+1062 |
* | The attempt to rename "." with MAC framework compiled in would cause attempt | kib | 2006-10-26 | 2 | -2/+4 |
* | Increase usefulness of "show malloc" by moving from displaying the basic | rwatson | 2006-10-26 | 1 | -5/+11 |
* | Optimize umtx_lock_pi() a bit by moving some heavy code out of the loop, | davidxu | 2006-10-26 | 1 | -32/+27 |
* | In order to eliminate a branch, convert opcode to unsigned integer. | davidxu | 2006-10-25 | 1 | -2/+2 |
* | Eliminate an unnecessary `if' statement. | davidxu | 2006-10-25 | 1 | -1/+2 |
* | Move sigqueue_take() call into proc_reparent(), this fixed bugs where | davidxu | 2006-10-25 | 2 | -9/+4 |
* | Protect sigqueue_take() call by child process's lock, it fixed a | davidxu | 2006-10-24 | 1 | -2/+2 |
* | Better naming of fattime conversion functions, they do convert to timespec | phk | 2006-10-24 | 1 | -5/+8 |
* | The page queues lock is no longer required by vm_page_busy() or | alc | 2006-10-22 | 1 | -3/+1 |
* | Add two new functions to convert FAT filesystem format timestamps | phk | 2006-10-22 | 1 | -0/+304 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 38 | -37/+68 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | alc | 2006-10-22 | 4 | -6/+6 |
* | Use macro TAILQ_FOREACH_SAFE instead of expanding it. | davidxu | 2006-10-22 | 1 | -6/+3 |
* | Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the change | davidxu | 2006-10-21 | 1 | -2/+8 |
* | Remove the check that prevented signals from being delivered to exiting | jhb | 2006-10-20 | 1 | -3/+1 |
* | Fix the race between devfs_fp_check and devfs_reclaim. Derefence the | kib | 2006-10-20 | 1 | -0/+18 |
* | kern_intr.c: | bde | 2006-10-18 | 2 | -3/+3 |
* | Regenerate. | davidxu | 2006-10-17 | 3 | -3/+3 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 2 | -30/+24 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 1 | -4/+4 |
* | Prevent IOC_IN with zero size argument (this is only supported | ru | 2006-10-14 | 1 | -1/+2 |
* | Close a race condition where num can be larger than tmp, giving the user | trhodes | 2006-10-14 | 1 | -1/+1 |
* | Wait for thread count to reach zero in destroy_devl() even when no purge | tegge | 2006-10-13 | 1 | -0/+6 |
* | Improve ktr(4) logging for callout(9) subsystem. Log all inserts and | glebius | 2006-10-11 | 1 | -7/+23 |
* | Implement 32bit umtx_lock and umtx_unlock system calls, these two system | davidxu | 2006-10-06 | 1 | -0/+14 |
* | Move some declaration of 32-bit signal structures into file | davidxu | 2006-10-05 | 1 | -3/+1 |
* | Back out part of rev. 1.149. While adding a workaround in ptcopen() to | mbr | 2006-10-04 | 1 | -9/+2 |
* | Regenerate. | rwatson | 2006-10-03 | 2 | -4/+4 |
* | Audit creat() system call (compat code), and change type for getpagesize(), | rwatson | 2006-10-03 | 1 | -2/+2 |
* | Fix the remaining race in the revs. 1.232, 1,233 that could occur during | kib | 2006-10-03 | 1 | -1/+5 |
* | Use utc_offset() where applicable, and hide the internals of it | phk | 2006-10-02 | 2 | -9/+5 |
* | Introduce utc_offset() to capture a calculation currently done all over the | phk | 2006-10-02 | 1 | -0/+7 |
* | Move tz_minuteswest and tz_dsttime to subr_clock.c | phk | 2006-10-02 | 2 | -3/+3 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -290/+22 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -0/+2 |
* | Correct the comment: numvnodes is decreased on vdestroying the vnode. | kib | 2006-10-02 | 1 | -1/+2 |
* | If the buffer lock has waiters after the buffer has changed identity then | tegge | 2006-10-02 | 2 | -0/+26 |
* | Readd rev. 1.145 because of vfs bugs and races near revoke(). Until they | mbr | 2006-09-30 | 1 | -4/+14 |
* | Remove duplicated $FreeBSD$. | pjd | 2006-09-30 | 1 | -1/+0 |
* | Any call of tty_close() with a tty refcount of <= 1 is wrong and we will | mbr | 2006-09-30 | 1 | -6/+9 |
* | Free tty struct after last close. This should fix the pty-leak by numbers. | mbr | 2006-09-29 | 1 | -1/+15 |
* | Free tty struct after last close. This should fix the pty-leak by numbers. | mbr | 2006-09-29 | 1 | -12/+17 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 3 | -11/+37 |
* | Move Giant up even further since P_CONTROLT isn't really fully locked | mbr | 2006-09-27 | 1 | -1/+1 |