| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use ctty instead of just returning. ctty just has a simple open that | mbr | 2006-09-27 | 1 | -1/+1 |
* | Reduce fluctuations of mnt_flag to allow unlocked readers to get a | tegge | 2006-09-26 | 1 | -6/+6 |
* | Don't restore MNT_QUOTA bit in mnt_flag after a failed mount with | tegge | 2006-09-26 | 1 | -1/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 5 | -14/+34 |
* | Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can race | tegge | 2006-09-26 | 1 | -5/+2 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 6 | -0/+37 |
* | SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2. | rwatson | 2006-09-26 | 1 | -1/+1 |
* | Add "FreeBSD" trademark statement to copyright section of boot messages. | rwatson | 2006-09-25 | 1 | -3/+4 |
* | remove unnecessary NULL check... | jmg | 2006-09-25 | 1 | -2/+1 |
* | hide kqueue_register from public view, and replace it w/ kqfd_register... | jmg | 2006-09-24 | 2 | -35/+36 |
* | return EBADF instead of successfully attaching (and then panicing) when | jmg | 2006-09-24 | 1 | -1/+1 |
* | add KTRACE hooks into kevent... This will help people debug their kqueue | jmg | 2006-09-24 | 1 | -2/+38 |
* | Protect enterpgrp() against another tty/proc race case until the tty locking ... | mbr | 2006-09-23 | 1 | -0/+3 |
* | Check for tp->t_refcnt == 0 before doing anything in tty_open(). | mbr | 2006-09-23 | 2 | -0/+18 |
* | If /dev/tty gets opened after your controlling terminal has been revoked | mbr | 2006-09-23 | 1 | -1/+5 |
* | Fix a case where socket I/O atomicity is violated due to not dropping | bms | 2006-09-22 | 1 | -1/+16 |
* | Add compatible code to let 32bit libthr work on 64bit kernel. | davidxu | 2006-09-22 | 1 | -25/+64 |
* | Fix umtx command order error for freebsd 32bit. | davidxu | 2006-09-22 | 1 | -1/+1 |
* | Add umtx support for 32bit process on AMD64 machine. | davidxu | 2006-09-22 | 1 | -82/+440 |
* | Back out rev. 1.258. The real race cause has been fixed | mbr | 2006-09-21 | 1 | -2/+2 |
* | atomic_fetchadd_int is used by mb_free_ext(), but it | rrs | 2006-09-21 | 1 | -1/+1 |
* | Regenerate. | davidxu | 2006-09-21 | 3 | -31/+11 |
* | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | davidxu | 2006-09-21 | 3 | -207/+120 |
* | Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer | rwatson | 2006-09-20 | 3 | -73/+16 |
* | Remove MAC_DEBUG label counters, which were used to debug leaks and | rwatson | 2006-09-20 | 1 | -11/+0 |
* | There is no need to set 'sp' to NULL anymore. | pjd | 2006-09-20 | 2 | -2/+0 |
* | Copy stat information from mount structure before it can change identity. | tegge | 2006-09-20 | 2 | -4/+4 |
* | Don't try to obtain a reference to a nonexisting (NULL) mount structure in | tegge | 2006-09-20 | 1 | -4/+6 |
* | Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The tty | mbr | 2006-09-19 | 1 | -0/+6 |
* | Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall be | kib | 2006-09-19 | 1 | -1/+2 |
* | Fix the race while waiting for coveredvp lock during unmount. The vnode may | kib | 2006-09-18 | 1 | -12/+26 |
* | Declare security and security.bsd sysctl hierarchies in sysctl.h along | rwatson | 2006-09-17 | 5 | -10/+1 |
* | Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packet | andre | 2006-09-17 | 1 | -25/+4 |
* | Regenerate. | rwatson | 2006-09-17 | 2 | -3/+3 |
* | AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack(). | rwatson | 2006-09-17 | 1 | -1/+1 |
* | Expore kern.acct_configured, a sysctl that reflects the configured/ | rwatson | 2006-09-17 | 1 | -0/+7 |
* | Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway. | mohans | 2006-09-14 | 1 | -1/+2 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 1 | -7/+23 |
* | Introduce a spinlock for synchronizing access to the video output hardware | scottl | 2006-09-13 | 1 | -0/+1 |
* | Back out one of the Giant removals from revision 1.272. Giant was not here to | csjp | 2006-09-13 | 1 | -2/+2 |
* | Fix a lock leak in an error case. | pjd | 2006-09-13 | 1 | -1/+1 |
* | - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD(). | jhb | 2006-09-11 | 1 | -1/+1 |
* | Add a default method for BUS_ADD_CHILD() that just calls | jhb | 2006-09-11 | 2 | -1/+8 |
* | - Fix rman_manage_region() to be a lot more intelligent. It now checks | jhb | 2006-09-11 | 1 | -3/+41 |
* | New sockets created by incoming connections into listen sockets should | andre | 2006-09-10 | 1 | -1/+4 |