| Commit message (Expand) | Author | Age | Files | Lines |
| * | Regenerate. | David Xu | 2006-10-17 | 3 | -3/+3 |
| * | o Add keyword volatile for user mutex owner field. | David Xu | 2006-10-17 | 2 | -30/+24 |
| * | MFP4 (with some minor changes): | Alexander Leidinger | 2006-10-15 | 1 | -4/+4 |
| * | Prevent IOC_IN with zero size argument (this is only supported | Ruslan Ermilov | 2006-10-14 | 1 | -1/+2 |
| * | Close a race condition where num can be larger than tmp, giving the user | Tom Rhodes | 2006-10-14 | 1 | -1/+1 |
| * | Wait for thread count to reach zero in destroy_devl() even when no purge | Tor Egge | 2006-10-13 | 1 | -0/+6 |
| * | Improve ktr(4) logging for callout(9) subsystem. Log all inserts and | Gleb Smirnoff | 2006-10-11 | 1 | -7/+23 |
| * | Implement 32bit umtx_lock and umtx_unlock system calls, these two system | David Xu | 2006-10-06 | 1 | -0/+14 |
| * | Move some declaration of 32-bit signal structures into file | David Xu | 2006-10-05 | 1 | -3/+1 |
| * | Back out part of rev. 1.149. While adding a workaround in ptcopen() to | Martin Blapp | 2006-10-04 | 1 | -9/+2 |
| * | Regenerate. | Robert Watson | 2006-10-03 | 2 | -4/+4 |
| * | Audit creat() system call (compat code), and change type for getpagesize(), | Robert Watson | 2006-10-03 | 1 | -2/+2 |
| * | Fix the remaining race in the revs. 1.232, 1,233 that could occur during | Konstantin Belousov | 2006-10-03 | 1 | -1/+5 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 2 | -9/+5 |
| * | Introduce utc_offset() to capture a calculation currently done all over the | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+7 |
| * | Move tz_minuteswest and tz_dsttime to subr_clock.c | Poul-Henning Kamp | 2006-10-02 | 2 | -3/+3 |
| * | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 2 | -290/+22 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 2 | -0/+2 |
| * | Correct the comment: numvnodes is decreased on vdestroying the vnode. | Konstantin Belousov | 2006-10-02 | 1 | -1/+2 |
| * | If the buffer lock has waiters after the buffer has changed identity then | Tor Egge | 2006-10-02 | 2 | -0/+26 |
| * | Readd rev. 1.145 because of vfs bugs and races near revoke(). Until they | Martin Blapp | 2006-09-30 | 1 | -4/+14 |
| * | Remove duplicated $FreeBSD$. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -1/+0 |
| * | Any call of tty_close() with a tty refcount of <= 1 is wrong and we will | Martin Blapp | 2006-09-30 | 1 | -6/+9 |
| * | Free tty struct after last close. This should fix the pty-leak by numbers. | Martin Blapp | 2006-09-29 | 1 | -1/+15 |
| * | Free tty struct after last close. This should fix the pty-leak by numbers. | Martin Blapp | 2006-09-29 | 1 | -12/+17 |
| * | Fix our ioctl(2) implementation when the argument is "int". New | Ruslan Ermilov | 2006-09-27 | 3 | -11/+37 |
| * | Move Giant up even further since P_CONTROLT isn't really fully locked | Martin Blapp | 2006-09-27 | 1 | -1/+1 |
| * | Use ctty instead of just returning. ctty just has a simple open that | Martin Blapp | 2006-09-27 | 1 | -1/+1 |
| * | Reduce fluctuations of mnt_flag to allow unlocked readers to get a | Tor Egge | 2006-09-26 | 1 | -6/+6 |
| * | Don't restore MNT_QUOTA bit in mnt_flag after a failed mount with | Tor Egge | 2006-09-26 | 1 | -1/+2 |
| * | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 5 | -14/+34 |
| * | Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can race | Tor Egge | 2006-09-26 | 1 | -5/+2 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 6 | -0/+37 |
| * | SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2. | Robert Watson | 2006-09-26 | 1 | -1/+1 |
| * | Add "FreeBSD" trademark statement to copyright section of boot messages. | Robert Watson | 2006-09-25 | 1 | -3/+4 |
| * | remove unnecessary NULL check... | John-Mark Gurney | 2006-09-25 | 1 | -2/+1 |
| * | hide kqueue_register from public view, and replace it w/ kqfd_register... | John-Mark Gurney | 2006-09-24 | 2 | -35/+36 |
| * | return EBADF instead of successfully attaching (and then panicing) when | John-Mark Gurney | 2006-09-24 | 1 | -1/+1 |
| * | add KTRACE hooks into kevent... This will help people debug their kqueue | John-Mark Gurney | 2006-09-24 | 1 | -2/+38 |
| * | Protect enterpgrp() against another tty/proc race case until the tty locking ... | Martin Blapp | 2006-09-23 | 1 | -0/+3 |
| * | Check for tp->t_refcnt == 0 before doing anything in tty_open(). | Martin Blapp | 2006-09-23 | 2 | -0/+18 |
| * | If /dev/tty gets opened after your controlling terminal has been revoked | Martin Blapp | 2006-09-23 | 1 | -1/+5 |
| * | Fix a case where socket I/O atomicity is violated due to not dropping | Bruce M Simpson | 2006-09-22 | 1 | -1/+16 |
| * | Add compatible code to let 32bit libthr work on 64bit kernel. | David Xu | 2006-09-22 | 1 | -25/+64 |
| * | Fix umtx command order error for freebsd 32bit. | David Xu | 2006-09-22 | 1 | -1/+1 |
| * | Add umtx support for 32bit process on AMD64 machine. | David Xu | 2006-09-22 | 1 | -82/+440 |
| * | Back out rev. 1.258. The real race cause has been fixed | Martin Blapp | 2006-09-21 | 1 | -2/+2 |
| * | atomic_fetchadd_int is used by mb_free_ext(), but it | Randall Stewart | 2006-09-21 | 1 | -1/+1 |
| * | Regenerate. | David Xu | 2006-09-21 | 3 | -31/+11 |
| * | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | David Xu | 2006-09-21 | 3 | -207/+120 |