| Commit message (Expand) | Author | Age | Files | Lines |
* | English grammar fix in comment. | ume | 2006-04-29 | 1 | -1/+4 |
* | Follow FreeBSD mdoc(7) conventions: | trhodes | 2006-04-29 | 2 | -70/+86 |
* | Correct sentence, forwarding non IP packets is now an option. | thompsa | 2006-04-29 | 1 | -2/+2 |
* | Eliminate unnecessary, recursive acquisitions and releases of the page | alc | 2006-04-29 | 1 | -5/+2 |
* | Typo. | keramida | 2006-04-29 | 1 | -1/+1 |
* | Fix a couple of typos and other minor nits | keramida | 2006-04-28 | 1 | -4/+4 |
* | Minor improvements after last revision. | keramida | 2006-04-28 | 1 | -9/+13 |
* | vn_start_write() is called only when v_type != VCHR, so corresponding | pjd | 2006-04-28 | 1 | -2/+3 |
* | o Borrow from if_bridge.4: note that the bridge interface need to be upped. | maxim | 2006-04-28 | 2 | -2/+2 |
* | Also check use_pty in the ptmx clone lookup; this means that when ptmx | rwatson | 2006-04-28 | 1 | -0/+3 |
* | Remove the puc-specific hacks. The puc(4) driver now properly uses | marcel | 2006-04-28 | 2 | -33/+0 |
* | Rewrite of puc(4). Significant changes are: | marcel | 2006-04-28 | 25 | -2334/+2129 |
* | The nvidia binary blob sometimes defers tx completion notification to the | jhb | 2006-04-28 | 1 | -1/+19 |
* | Fix typo. | rwatson | 2006-04-28 | 1 | -1/+1 |
* | Ensure outbound data packets in hostap mode are delivered only to | sam | 2006-04-28 | 1 | -1/+12 |
* | Interim fix for pmap problems I introduced with my last commit. | peter | 2006-04-28 | 1 | -82/+65 |
* | Implement the ipend() method of the serdev I/F. | marcel | 2006-04-28 | 2 | -0/+10 |
* | Minor wording and formatting fixes. | brueffer | 2006-04-28 | 1 | -3/+7 |
* | - Don't hold the device sx lock when going to sleep. | pjd | 2006-04-28 | 1 | -6/+23 |
* | - Remove dead code. | pjd | 2006-04-28 | 2 | -17/+18 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 109 | -747/+25779 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | - use ath(4) in the wireless examples rather than the aging wi(4) | thompsa | 2006-04-28 | 1 | -19/+37 |
* | Be sure to not destroy device twice. This is not possible in theory, but | pjd | 2006-04-28 | 1 | -2/+13 |
* | Autogenerate hardware notes for rr232x(4). | brueffer | 2006-04-28 | 3 | -0/+5 |
* | Add a basic man page for the sysctl(9) macro interfaces. Previously man | rwatson | 2006-04-28 | 4 | -0/+346 |
* | Add a section about locking protocol for busdma. | scottl | 2006-04-28 | 1 | -0/+59 |
* | Oops, forgot to remove the old entry in the last revision. | brueffer | 2006-04-28 | 1 | -1/+0 |
* | Install rr232x.4 only on i386 and amd64. | brueffer | 2006-04-28 | 1 | -0/+2 |
* | Tweak the DMA limit from rev 1.33, it was off by one byte. | silby | 2006-04-28 | 1 | -1/+1 |
* | Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and all | silby | 2006-04-28 | 1 | -10/+10 |
* | Enable the rr232x driver for amd64. | scottl | 2006-04-28 | 4 | -0/+14 |
* | Fix a typo. | scottl | 2006-04-28 | 1 | -1/+1 |
* | Add a manpage for the rr232x driver. | scottl | 2006-04-28 | 2 | -0/+96 |
* | Fix a typo that slipped in right before commit. | scottl | 2006-04-28 | 1 | -1/+1 |
* | Unbreak pc98. Sorry... | sobomax | 2006-04-28 | 1 | -0/+2 |
* | Add some incomplete support for Marvell Yukon EC controllers based on | sobomax | 2006-04-28 | 2 | -20/+134 |
* | - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child | jeff | 2006-04-28 | 3 | -2/+10 |
* | - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked rather | jeff | 2006-04-28 | 1 | -13/+15 |
* | The alignment parameter to busdma must be a power of two, while the if_bfe | scottl | 2006-04-27 | 1 | -2/+2 |
* | Sort includes. | jhb | 2006-04-27 | 1 | -2/+2 |
* | A whitespace fix. | jhb | 2006-04-27 | 1 | -1/+1 |
* | Drop locking comments. ddb functions should never use locking anyway and | jhb | 2006-04-27 | 1 | -6/+0 |
* | MFp4: reworked iwi-driver | mlaier | 2006-04-27 | 3 | -702/+1729 |
* | In general, bits in the page directory entry (PDE) and the page table | alc | 2006-04-27 | 2 | -14/+12 |
* | Add the rr232x driver to the default kernels. | scottl | 2006-04-27 | 2 | -0/+6 |
* | When pccard_safe_quote is passed NULL for src, it shouldn't panic. | imp | 2006-04-27 | 1 | -1/+1 |
* | New release notes: sab(4) removal, non-AT keyboard controller i386 | bmah | 2006-04-27 | 2 | -0/+20 |
* | Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards. | scottl | 2006-04-27 | 19 | -0/+13110 |
* | With minidumps, the dumping partition could be smaller than physical | ps | 2006-04-27 | 1 | -1/+8 |