| Commit message (Expand) | Author | Age | Files | Lines |
| * | Plug file descriptor leak, as discussed on -current. | David Malone | 2003-12-30 | 1 | -0/+1 |
| * | - MFC 1.475, return EBUSY if NOWAIT was passed to vget() and the XLOCK was | Jeff Roberson | 2003-12-18 | 1 | -3/+4 |
| * | - MFC 1.474, properly cleanup VCHR after forced unmount. | Jeff Roberson | 2003-12-18 | 1 | -1/+28 |
| * | MFC: Replace fix for empty turnstile race with a more general fix for the | John Baldwin | 2003-12-11 | 1 | -10/+12 |
| * | MFC: 1.85: fix the runq selection when load balancing runs on machines with | Peter Wemm | 2003-12-07 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 11 | -13234/+0 |
| * | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), | Robert Watson | 2003-12-06 | 1 | -1/+1 |
| * | Fix all users of mp_maxid to use the same semantics, namely: | John Baldwin | 2003-12-03 | 1 | -1/+1 |
| * | Export a few SMP related symbols in UP kernels as well. This is needed to | John Baldwin | 2003-12-03 | 1 | -0/+36 |
| * | Fixed a bug in sendfile(2) where the sent data would be corrupted due | David Greenman | 2003-12-01 | 1 | -0/+5 |
| * | In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in the | Ian Dowse | 2003-11-30 | 1 | -3/+7 |
| * | - Don't forget to unlock the vnode interlock in the LK_NOWAIT case. | Jeff Roberson | 2003-11-30 | 1 | -1/+2 |
| * | Do not attempt to destroy NULL vfs options list. | Alexander Kabaev | 2003-11-23 | 1 | -1/+1 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -6/+6 |
| * | Fix a major faux pas of mine. I was causing 2 very bad things to | Mark Murray | 2003-11-20 | 2 | -4/+2 |
| * | Hackfix to patch around a kernel panic I introduced. Real fix to | Mark Murray | 2003-11-18 | 1 | -0/+4 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 3 | -1/+21 |
| * | Add a sysctl, security.bsd.see_other_gids, similar in semantics | Robert Watson | 2003-11-17 | 1 | -2/+51 |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 2 | -3/+3 |
| * | - Mark ksq_assigned as volatile so that when this code is used without | Jeff Roberson | 2003-11-17 | 1 | -3/+3 |
| * | - Remove long dead code. rslices hasn't been used in some time and neither | Jeff Roberson | 2003-11-17 | 1 | -52/+4 |
| * | Expand the argument to the ithread enable/disable helper hooks from an | Peter Wemm | 2003-11-17 | 1 | -3/+3 |
| * | Implement sockets support for __mac_get_fd() and __mac_set_fd() | Robert Watson | 2003-11-16 | 1 | -0/+30 |
| * | Reduce gratuitous redundancy and length in function names: | Robert Watson | 2003-11-16 | 1 | -7/+5 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 2 | -6/+9 |
| * | When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, make | Robert Watson | 2003-11-16 | 1 | -0/+8 |
| * | Localized the cy driver's locking. | Bruce Evans | 2003-11-16 | 1 | -3/+0 |
| * | Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout". | Poul-Henning Kamp | 2003-11-15 | 1 | -4/+4 |
| * | Initialize sequence numbers to 0 in seminit() instead of using whatever | Tim J. Robbins | 2003-11-15 | 1 | -0/+1 |
| * | Send B_PHYS out to pasture, it no longer serves any function. | Poul-Henning Kamp | 2003-11-15 | 3 | -11/+1 |
| * | - Remove the remaining now unnecessary checks for the buf's b_object being | Alan Cox | 2003-11-15 | 1 | -10/+4 |
| * | - Introduce kseq_runq_{add,rem}() which are used to insert and remove | Jeff Roberson | 2003-11-15 | 1 | -61/+83 |
| * | Better fix than my previous commit: | Olivier Houchard | 2003-11-14 | 2 | -8/+9 |
| * | Fix a number of style(9) bugs introduced in r1.113 by me. | Alexander Kabaev | 2003-11-14 | 1 | -47/+46 |
| * | - regen. | Jeff Roberson | 2003-11-14 | 2 | -3/+3 |
| * | - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implements | Jeff Roberson | 2003-11-14 | 1 | -1/+1 |
| * | Various minor details: | Poul-Henning Kamp | 2003-11-13 | 1 | -8/+17 |
| * | - Close a race where a thread on another CPU could release a contested lock | John Baldwin | 2003-11-12 | 1 | -4/+12 |
| * | At the request of several developers, restore the DIAGNOSIC code | Kirk McKusick | 2003-11-12 | 1 | -0/+28 |
| * | Mark __mac_get_pid() as MPSAFE in the comment, as it runs without | Robert Watson | 2003-11-12 | 1 | -37/+15 |
| * | MNAMELEN is back to an int again after Kirk's statfs commit | Peter Wemm | 2003-11-12 | 1 | -1/+1 |
| * | Fix a typo in a comment. | John Baldwin | 2003-11-12 | 1 | -1/+1 |
| * | Replace B_PHYS conditional assignment to bio_offset with KASSERT check | Poul-Henning Kamp | 2003-11-12 | 1 | -2/+7 |
| * | Update the five files derived from /sys/kern/syscalls.master | Kirk McKusick | 2003-11-12 | 2 | -18/+18 |
| * | Update the statfs structure with 64-bit fields to allow | Kirk McKusick | 2003-11-12 | 5 | -38/+606 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 2 | -75/+68 |
| * | 1. Consolidate mount struct allocation/destruction into a common code in | Alexander Kabaev | 2003-11-12 | 1 | -429/+171 |
| * | Add an implementation of turnstiles and change the sleep mutex code to use | John Baldwin | 2003-11-11 | 5 | -971/+504 |
| * | Bound the number of iterations a thread can perform inside | Joseph Koshy | 2003-11-11 | 1 | -6/+8 |
| * | Have utrace(2) return ENOMEM if malloc() fails. Document this error | Joseph Koshy | 2003-11-11 | 1 | -1/+1 |