| Commit message (Expand) | Author | Age | Files | Lines |
* | - Give a warning and start the oscillator if it was not previously | stas | 2009-04-20 | 4 | -25/+72 |
* | Sometimes we can call ed_detach() before the mtx has been initialized. | imp | 2009-04-20 | 1 | -2/+4 |
* | Make mse(4) use si_drv1, instead of using unit numbers. | ed | 2009-04-20 | 1 | -16/+12 |
* | Fix typo. | kib | 2009-04-20 | 1 | -1/+1 |
* | vlan(4) no longer depends on miibus(4). | antoine | 2009-04-20 | 2 | -13/+1 |
* | Lock interface address lists before iterating over them in nd6. | rwatson | 2009-04-20 | 1 | -0/+5 |
* | Conditionally add the interface name and address if available | bz | 2009-04-20 | 4 | -4/+14 |
* | In ufs_checkpath(), recheck that '..' still points to the inode with | kib | 2009-04-20 | 3 | -41/+55 |
* | In ip_input(), cache the received mbuf's network interface in a local | rwatson | 2009-04-20 | 1 | -16/+23 |
* | On the exit of the child process which parent either set SA_NOCLDWAIT | kib | 2009-04-20 | 1 | -4/+4 |
* | Adjust route(4) manual page to remove rtm_use field, which was removed | trasz | 2009-04-20 | 1 | -1/+0 |
* | In icmp_reflect(), acquire the inteface address list lock when | rwatson | 2009-04-20 | 1 | -12/+28 |
* | - Unlock softc mutex on failure. | stas | 2009-04-20 | 1 | -8/+15 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 8 | -19/+3 |
* | - Properly unlock mutex on failure in channel_trigger. Before this | stas | 2009-04-20 | 1 | -8/+15 |
* | Provide locking for PowerPC interrupt sources config. | raj | 2009-04-20 | 1 | -5/+20 |
* | While we currently still seem to have a gateway address, for future | bz | 2009-04-20 | 1 | -2/+5 |
* | Back out r186308: | bz | 2009-04-20 | 1 | -3/+1 |
* | Get rid of the device index number stored in the sa(4) unit number. | ed | 2009-04-20 | 1 | -21/+12 |
* | Prefer <sys/param.h> to <machine/param.h> for the definition of | rwatson | 2009-04-20 | 1 | -1/+1 |
* | Merge r191298 into HEAD. | roberto | 2009-04-20 | 1 | -2/+2 |
* | For RTL8139C+ controllers, have controller handle padding short | yongari | 2009-04-20 | 2 | -4/+7 |
* | MFamd64/i386 | alc | 2009-04-20 | 1 | -39/+70 |
* | Cleanup resource allocation code a bit. Store the rids on the | imp | 2009-04-20 | 5 | -47/+48 |
* | Pass int arguments to auditon(2)'s A_GETCOND API rather than long | rwatson | 2009-04-19 | 1 | -6/+6 |
* | Temporarily relax the constraints on argument size checking for A_GETCOND; | rwatson | 2009-04-19 | 1 | -12/+6 |
* | Explicitly include machine/param.h for CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+2 |
* | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | rwatson | 2009-04-19 | 8 | -16/+0 |
* | Lock the interface address list when searching for a matching interface | rwatson | 2009-04-19 | 1 | -5/+13 |
* | In divert_packet(), lock the interface address list before iterating over | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Lock interface address lists in in_pcbladdr() when searching for a | rwatson | 2009-04-19 | 1 | -1/+12 |
* | Protect against some writer-writer races in in_control() by acquiring | rwatson | 2009-04-19 | 1 | -3/+7 |
* | Lock the interface address list while building replies to | rwatson | 2009-04-19 | 1 | -0/+2 |
* | Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRS | rwatson | 2009-04-19 | 1 | -0/+3 |
* | Lock interface address list lock around ifaddr inserts and deletes | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Build sound modules on PowerPC. | nwhitehorn | 2009-04-19 | 1 | -0/+1 |
* | Lock the interface address list while iterating a network interface's | rwatson | 2009-04-19 | 1 | -0/+3 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 8 | -0/+32 |
* | In both pageout oom handler and vm_daemon, acquire the reference to | kib | 2009-04-19 | 1 | -8/+21 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 8 | -0/+39 |
* | A script for plucking packages and their runtime dependencies for | phk | 2009-04-19 | 1 | -0/+96 |
* | Don't try to setup interrupts for drivers that don't support them. | rnoland | 2009-04-19 | 1 | -19/+22 |
* | Merge OpenBSM 1.1 from OpenBSM vendor branch to head. | rwatson | 2009-04-19 | 62 | -2904/+4977 |
|\ |
|
| * | Vendor import of OpenBSM 1.1, which incorporates the following changes | rwatson | 2009-04-19 | 60 | -2902/+4971 |
| * | Vendor import of OpenBSM 1.1 beta1, which incorporates the following | rwatson | 2009-03-02 | 28 | -289/+890 |
* | | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel: | rwatson | 2009-04-19 | 11 | -76/+278 |
* | | Remove support for FUTEX_REQUEUE operation. | dchagin | 2009-04-19 | 3 | -13/+20 |
* | | struct malloc_type has had a 'magic' field statically initialized to | rwatson | 2009-04-19 | 1 | -1/+13 |
* | | Garbage collect now-unused struct malloc_type fields, bump __FreeBSD_version | rwatson | 2009-04-19 | 2 | -27/+6 |
* | | When allocating 'struct acl' instances, use malloc(9) instead of uma(9). | trasz | 2009-04-19 | 1 | -15/+3 |