| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FC929X into the list of supported devices. | sobomax | 2004-12-18 | 1 | -1/+2 |
* | Use a generic way to back threads out of wait queues when handling | deischen | 2004-12-18 | 33 | -694/+823 |
* | Update the StrongArm port to match the current code. | cognet | 2004-12-18 | 3 | -6/+15 |
* | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | cognet | 2004-12-18 | 1 | -1/+1 |
* | Add missing dependencies of $(OUTPUTS) on source makefiles. | ru | 2004-12-18 | 1 | -1/+6 |
* | Add support for FC929X, which apparently is just a PCI-X version of FC929. | sobomax | 2004-12-18 | 1 | -0/+7 |
* | Change terminal state, not terminal type | phk | 2004-12-18 | 1 | -1/+1 |
* | Synchronize reference list to the ng_xxx(4) manpages of netgraph nodes | rse | 2004-12-18 | 1 | -0/+27 |
* | If /etc/named is a symlink, try to make sure it points the right place. | phk | 2004-12-18 | 1 | -0/+4 |
* | 1. msleep returns EWOULDBLOCK not ETIMEDOUT, use EWOULDBLOCK instead. | davidxu | 2004-12-18 | 1 | -8/+6 |
* | 1. make umtx sharable between processes, the way is two or more processes | davidxu | 2004-12-18 | 9 | -180/+616 |
* | Grammar in a comment. | ru | 2004-12-18 | 1 | -1/+1 |
* | Open device R/W for ioctl modifications. | phk | 2004-12-18 | 1 | -1/+1 |
* | Uncomment an upcoming 5.4-RELEASE. | ru | 2004-12-18 | 1 | -1/+1 |
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x | mlaier | 2004-12-18 | 1 | -1/+1 |
* | Slight change to formatting so that 'ctags' doesn't | julian | 2004-12-18 | 1 | -1/+3 |
* | Document "machdep.hlt_cpus". | jkoshy | 2004-12-18 | 1 | -3/+16 |
* | Uncomment entries for FreeBSD 6.0 and 4.11. | jkoshy | 2004-12-18 | 1 | -2/+2 |
* | Specify the state of my birth, similar to other entries. | brueffer | 2004-12-18 | 1 | -1/+1 |
* | BCM5721 is supported as well. | brueffer | 2004-12-17 | 1 | -3/+3 |
* | Add support for the 5721 which seems to be similar to the 5750/5751. | ps | 2004-12-17 | 2 | -0/+3 |
* | 1. To give the user a clue about the expiration timeout values, mention | rse | 2004-12-17 | 1 | -1/+3 |
* | Diff reduce wi_write_wep() relative to revision 1.168 | mdodd | 2004-12-17 | 1 | -41/+38 |
* | Modify the name of the supported bluetooth card. | brueffer | 2004-12-17 | 1 | -1/+1 |
* | Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 | alc | 2004-12-17 | 1 | -5/+0 |
* | Autogenerate device listings for umass(4). | brueffer | 2004-12-17 | 3 | -200/+3 |
* | - add a HARDWARE section based on the hardware notes and the devices | brueffer | 2004-12-17 | 1 | -28/+85 |
* | Correct entity name added in the last revision. | simon | 2004-12-17 | 2 | -2/+2 |
* | Recognize the 32-bit form of the twe binary passthrough ioctl()s so that | peter | 2004-12-17 | 2 | -0/+59 |
* | Enable debug.mpsafevm by default on alpha. | alc | 2004-12-17 | 1 | -1/+1 |
* | Revert rev 1.66. This file needs to track its upstream source. | jkoshy | 2004-12-17 | 1 | -1/+0 |
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdef | darrenr | 2004-12-17 | 1 | -1/+4 |
* | Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' section | jkoshy | 2004-12-17 | 1 | -1/+26 |
* | Remove mention of block devices. Mention that entries under /dev | jkoshy | 2004-12-17 | 1 | -3/+8 |
* | Support for ".Fx 6.0". | jkoshy | 2004-12-17 | 1 | -0/+1 |
* | Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and add | krion | 2004-12-17 | 1 | -3/+23 |
* | err() -> errx() | ru | 2004-12-17 | 1 | -6/+6 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 10 | -185/+6 |
* | Bump .Dd | glebius | 2004-12-17 | 1 | -1/+1 |
* | Note that send(2) is no longer applicable to divert(4) sockets. | glebius | 2004-12-17 | 1 | -7/+5 |
* | Autogenerate device listings for ng_bt3c(4). | brueffer | 2004-12-17 | 3 | -14/+3 |
* | - add a HARDWARE section | brueffer | 2004-12-17 | 1 | -15/+19 |
* | Minor tweaks in "make update" comments. | ru | 2004-12-17 | 1 | -3/+3 |
* | Add missing word. | brueffer | 2004-12-17 | 1 | -1/+1 |
* | Fix wep operation for station mode: | sam | 2004-12-17 | 1 | -4/+28 |
* | set ic_ibss_chan when entering RUN state to match ic_bss so the channel | sam | 2004-12-17 | 1 | -0/+1 |
* | don't try to recurse on the bpf lock.. kqueue already locks the bpf lock | jmg | 2004-12-17 | 1 | -2/+1 |
* | remove power save logic from the tx path; the driver isn't ready to support | sam | 2004-12-17 | 1 | -6/+0 |
* | Properly capitalize FireWire | brueffer | 2004-12-17 | 1 | -2/+2 |
* | Allow ipnat redirect rules to work for non-TCP/UDP packets. | darrenr | 2004-12-17 | 1 | -3/+5 |