| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing softc | imp | 2005-10-22 | 1 | -0/+1 |
* | Turns out that we're asking for the MAC address at a bad time in the | imp | 2005-10-22 | 1 | -4/+3 |
* | Make the multiple DPC threads an option, and create only one by default. | wpaul | 2005-10-22 | 1 | -2/+31 |
* | In the ISA case, we call ed_probe_WD80x3 before we call | imp | 2005-10-22 | 1 | -3/+3 |
* | fixed a compilation failure on amd64/sparc64/ia64 | suz | 2005-10-22 | 2 | -4/+6 |
* | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | imp | 2005-10-22 | 20 | -20/+20 |
* | The controller -> device switch happened in 4.0, fix comment | imp | 2005-10-22 | 1 | -1/+1 |
* | Specifically panic() in the case where pmap_insert_entry() fails to | ade | 2005-10-21 | 4 | -0/+8 |
* | Warn the user if the kernel driver dropped samples or ran out of event buffers | jkoshy | 2005-10-21 | 1 | -2/+27 |
* | Hide a diagnostic message under if (verbose) to avoid cluttering the | wpaul | 2005-10-21 | 1 | -5/+8 |
* | nuked non-existing commands | suz | 2005-10-21 | 1 | -5/+0 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 15 | -795/+1529 |
* | perform NUD on an IPv6-aware point-to-point interface | suz | 2005-10-21 | 1 | -0/+2 |
* | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC) | suz | 2005-10-21 | 3 | -3/+3 |
* | Remove redundant string length check from the previous commit. | jkim | 2005-10-21 | 1 | -2/+2 |
* | Apply the same fix to a potential race in the ISDOTDOT code | dumbbell | 2005-10-21 | 1 | -1/+3 |
* | Eliminate spl* calls. | alc | 2005-10-21 | 1 | -6/+0 |
* | Correct the macro definition for KeRaiseIrql(). The official API | wpaul | 2005-10-21 | 3 | -25/+8 |
* | Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limit | njl | 2005-10-21 | 1 | -2/+2 |
* | Fix a longstanding buglet in bz-prefixed grep(1). | jkim | 2005-10-20 | 1 | -5/+5 |
* | Change format string for u_int64_t to %ju from %llu, in order to use the | rwatson | 2005-10-20 | 2 | -2/+2 |
* | Remove duplicate entry. | ru | 2005-10-20 | 1 | -1/+0 |
* | Cleanup. | cognet | 2005-10-20 | 1 | -13/+1 |
* | Mention the possibility of non-interactive scripts for EDITOR and add a | brooks | 2005-10-20 | 1 | -0/+9 |
* | Fix small grammar nit. | wpaul | 2005-10-20 | 1 | -1/+1 |
* | Use sched_bind() to make sure the DPC threads are bound to the correct | wpaul | 2005-10-20 | 1 | -1/+15 |
* | Add a "show malloc" command to DDB, which prints out the current stats for | rwatson | 2005-10-20 | 1 | -0/+27 |
* | Implement the PacketGetVersion() routine, which is used in | wpaul | 2005-10-20 | 3 | -0/+8 |
* | Add a "show uma" command to DDB, which prints out the current stats for | rwatson | 2005-10-20 | 1 | -0/+36 |
* | This commit was generated by cvs2svn to compensate for changes in r151513, | wpaul | 2005-10-20 | 1 | -2/+2 |
|\ |
|
| * | Import a fixed version of driver_ndis.c from the vendor. The existing | wpaul | 2005-10-20 | 1 | -2/+2 |
* | | Add entry for the spin mutex used by the hptmv(4) driver. | jhb | 2005-10-20 | 1 | -0/+1 |
* | | Force an upgrade to Groff 1.19.2. | ru | 2005-10-20 | 1 | -1/+1 |
* | | Remove a diagnostic message that can't occur: we lost the ability to | dds | 2005-10-20 | 1 | -3/+0 |
* | | Update upgrade instructions. | ru | 2005-10-20 | 1 | -4/+4 |
* | | Use an ihandle_t to store the instance handle of an opened device | marius | 2005-10-20 | 1 | -1/+1 |
* | | Remove some conversion leftovers. | ru | 2005-10-20 | 1 | -3/+0 |
* | | Upgrade to Groff 1.19.2. | ru | 2005-10-20 | 11 | -36/+95 |
* | | Merge Groff 1.19.2 changes. | ru | 2005-10-20 | 11 | -56/+183 |
* | | Use stock (FSF) version of this file. | ru | 2005-10-20 | 5 | -191/+394 |
* | | This commit was generated by cvs2svn to compensate for changes in r151500, | ru | 2005-10-20 | 62 | -21518/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r151497, | ru | 2005-10-20 | 503 | -62920/+144037 |
|\ \ |
|
| * | | Virgin import of FSF groff v1.19.2 | ru | 2005-10-20 | 525 | -66388/+147910 |
* | | | Remove unused variables. | marius | 2005-10-20 | 4 | -7/+0 |
* | | | Some more minor cleanups of em(4) driver: | glebius | 2005-10-20 | 2 | -36/+10 |
* | | | Revamp interrupt handling in em(4) driver: | glebius | 2005-10-20 | 3 | -39/+39 |
* | | | Add el_get to the NAME section. | stefanf | 2005-10-20 | 1 | -1/+2 |
* | | | Fix a well duplicated fencepost error that stopped crashdumps being | peter | 2005-10-20 | 2 | -7/+7 |
* | | | Set the signal handlers before creating the thread. This is so it inherits | njl | 2005-10-20 | 1 | -4/+15 |
* | | | wpa_supplicant(8) requires -D option for ndis(4) now. | jkim | 2005-10-19 | 1 | -1/+10 |