| Commit message (Expand) | Author | Age | Files | Lines |
| * | White space & spelling fixes | Paul Saab | 2004-06-25 | 2 | -6/+6 |
| * | Whitespace. | Bruce M Simpson | 2004-06-25 | 1 | -3/+3 |
| * | Correct the tracking of various bits of the process's vmspace and vm_map | Brian Feldman | 2004-06-24 | 1 | -3/+44 |
| * | Annotate that we don't check the returned data length from ufs_readdir() | Robert Watson | 2004-06-24 | 1 | -0/+6 |
| * | Fix a typo that made the busdma tag have a 0 highaddr. This driver heavily | Scott Long | 2004-06-24 | 1 | -1/+1 |
| * | Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32. | Doug Ambrisko | 2004-06-24 | 1 | -0/+7 |
| * | Remove unnecessary setting of VV_SYSTEM on extended attribute backing | Robert Watson | 2004-06-24 | 1 | -2/+0 |
| * | Remove the entry for configuring pcm0 mixer channels. | Josef El-Rayes | 2004-06-24 | 1 | -1/+0 |
| * | Protect a non-text comment with a '-'. | Robert Watson | 2004-06-24 | 1 | -1/+1 |
| * | White space cleanup: use spaces instead of tabs in variable declarations | Robert Watson | 2004-06-24 | 1 | -57/+55 |
| * | Change the possibility to configure pcm(4) via boot/loader.conf | Josef El-Rayes | 2004-06-24 | 1 | -8/+7 |
| * | Don't cuddle else's so much as we removed additional parts of each | Robert Watson | 2004-06-24 | 2 | -16/+8 |
| * | Remove temporary API bandage that allowed applications speaking the | Robert Watson | 2004-06-24 | 2 | -18/+0 |
| * | Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to be | Joerg Wunsch | 2004-06-24 | 1 | -0/+6 |
| * | When considering an ethernet frame that is not destined for us, do not | Joerg Wunsch | 2004-06-24 | 1 | -3/+9 |
| * | Make dependencies on the TCP/IP stack conditional on INET / INET6. This | Dag-Erling Smørgrav | 2004-06-24 | 1 | -0/+21 |
| * | Don't force class to give a valid softc to g_slice_new(), it is not always | Pawel Jakub Dawidek | 2004-06-24 | 1 | -2/+6 |
| * | #include <sys/serial.h> | Poul-Henning Kamp | 2004-06-24 | 1 | -0/+1 |
| * | Use the correct names for modem control signals as the primary and make | Poul-Henning Kamp | 2004-06-24 | 1 | -4/+5 |
| * | Use the new serial port definitions for modemsignals. | Poul-Henning Kamp | 2004-06-24 | 6 | -105/+92 |
| * | Use CTASSERT to enforce the relationship between the new serial port | Poul-Henning Kamp | 2004-06-24 | 1 | -0/+17 |
| * | Add a tty-independent include file for definitions pertaining to serial | Poul-Henning Kamp | 2004-06-24 | 1 | -0/+62 |
| * | Update some comments and remove non-standard notation. | Nate Lawson | 2004-06-24 | 1 | -4/+7 |
| * | Hook acpi_quirks up to the build for kernel and modules. | Nate Lawson | 2004-06-24 | 2 | -0/+16 |
| * | Add a script to parse acpi_quirks into a header file that we can compile | Nate Lawson | 2004-06-24 | 1 | -0/+191 |
| * | Add a quirks array based on matching ACPI tables. The entries in this file | Nate Lawson | 2004-06-24 | 1 | -0/+482 |
| * | Sync to usbdevs 1.183 | John Birrell | 2004-06-24 | 2 | -2/+25 |
| * | Add Delorme Publishing Earthmate GPS | John Birrell | 2004-06-24 | 1 | -0/+5 |
| * | Acquire the receive socket buffer lock when modifying out-of-band | Robert Watson | 2004-06-24 | 1 | -5/+4 |
| * | Lock socket buffers when processing setting socket options SO_SNDLOWAT | Robert Watson | 2004-06-24 | 1 | -0/+4 |
| * | Annotate so_error as being used for simple assignment and reads, and | Robert Watson | 2004-06-24 | 1 | -1/+2 |
| * | Call vm_pageout_page_stats() with the page queues lock held. | Alan Cox | 2004-06-24 | 1 | -3/+2 |
| * | Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels on | Robert Watson | 2004-06-24 | 8 | -0/+55 |
| * | Remove spl calls. | Alan Cox | 2004-06-24 | 1 | -14/+1 |
| * | Annotate which SB_ constants are for sb_flags fields. | Robert Watson | 2004-06-24 | 1 | -0/+3 |
| * | When updating sb_flags, acquire the socket buffer lock to prevent | Robert Watson | 2004-06-24 | 1 | -0/+4 |
| * | Constify send and receive space constants in natm. | Robert Watson | 2004-06-24 | 1 | -4/+4 |
| * | Broaden scope of the socket buffer lock when processing an ACK so that | Robert Watson | 2004-06-24 | 2 | -4/+8 |
| * | Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broaden | Robert Watson | 2004-06-24 | 3 | -9/+7 |
| * | Better OFW console support on Sun Ultra2 machines. | David E. O'Brien | 2004-06-24 | 3 | -9/+20 |
| * | Currently, if the drives specified for volume creation are | Christian S.J. Peron | 2004-06-24 | 1 | -2/+19 |
| * | Add casts so all these quantities are a constant type. | David E. O'Brien | 2004-06-24 | 1 | -1/+1 |
| * | Cast variable-sized (based on platform) quantities before printing out. | David E. O'Brien | 2004-06-24 | 1 | -2/+2 |
| * | In ip_ctloutput(), acquire the inpcb lock around some of the basic | Robert Watson | 2004-06-24 | 1 | -5/+10 |
| * | When asserting non-Giant locks in the network stack, also assert | Robert Watson | 2004-06-24 | 4 | -9/+33 |
| * | Attach the correct handle, not the one that was just deleted. Also, | Nate Lawson | 2004-06-24 | 1 | -3/+2 |
| * | Clean up use of ng_hdhasb_mtx a little: | Robert Watson | 2004-06-24 | 1 | -0/+5 |
| * | Acquire socket lock in the "waiting for connection" loop in | Robert Watson | 2004-06-24 | 1 | -1/+4 |
| * | Introduce sbreserve_locked(), which asserts the socket buffer lock on | Robert Watson | 2004-06-24 | 5 | -18/+66 |
| * | Slide socket buffer lock earlier in sopoll() to cover the call into | Robert Watson | 2004-06-24 | 1 | -2/+2 |