| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add entry for the spin mutex used by the hptmv(4) driver. | John Baldwin | 2005-10-20 | 1 | -0/+1 |
| * | Force an upgrade to Groff 1.19.2. | Ruslan Ermilov | 2005-10-20 | 1 | -1/+1 |
| * | Remove a diagnostic message that can't occur: we lost the ability to | Diomidis Spinellis | 2005-10-20 | 1 | -3/+0 |
| * | Update upgrade instructions. | Ruslan Ermilov | 2005-10-20 | 1 | -4/+4 |
| * | Use an ihandle_t to store the instance handle of an opened device | Marius Strobl | 2005-10-20 | 1 | -1/+1 |
| * | Remove some conversion leftovers. | Ruslan Ermilov | 2005-10-20 | 1 | -3/+0 |
| * | Upgrade to Groff 1.19.2. | Ruslan Ermilov | 2005-10-20 | 11 | -36/+95 |
| * | Merge Groff 1.19.2 changes. | Ruslan Ermilov | 2005-10-20 | 11 | -56/+183 |
| * | Use stock (FSF) version of this file. | Ruslan Ermilov | 2005-10-20 | 5 | -191/+394 |
| * | This commit was generated by cvs2svn to compensate for changes in r151500, | Ruslan Ermilov | 2005-10-20 | 62 | -21518/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r151497, | Ruslan Ermilov | 2005-10-20 | 503 | -62749/+143866 |
| |\ |
|
| | * | Virgin import of FSF groff v1.19.2 | Ruslan Ermilov | 2005-10-20 | 525 | -66158/+147680 |
| * | | Remove unused variables. | Marius Strobl | 2005-10-20 | 4 | -7/+0 |
| * | | Some more minor cleanups of em(4) driver: | Gleb Smirnoff | 2005-10-20 | 2 | -36/+10 |
| * | | Revamp interrupt handling in em(4) driver: | Gleb Smirnoff | 2005-10-20 | 3 | -39/+39 |
| * | | Add el_get to the NAME section. | Stefan Farfeleder | 2005-10-20 | 1 | -1/+2 |
| * | | Fix a well duplicated fencepost error that stopped crashdumps being | Peter Wemm | 2005-10-20 | 2 | -7/+7 |
| * | | Set the signal handlers before creating the thread. This is so it inherits | Nate Lawson | 2005-10-20 | 1 | -4/+15 |
| * | | wpa_supplicant(8) requires -D option for ndis(4) now. | Jung-uk Kim | 2005-10-19 | 1 | -1/+10 |
| * | | Make devd WARNS=4 clean and bump WARNS accordingly. This will insure | Brooks Davis | 2005-10-19 | 2 | -3/+3 |
| * | | Fix a bug in the kernel module runtime linker that made it impossible | John Polstra | 2005-10-19 | 1 | -0/+3 |
| * | | As pointed out on current@, we don't want to declare a variable in a scope | Warner Losh | 2005-10-19 | 1 | -1/+1 |
| * | | sync with KAME (nuked unused code, use NULL to denote a NULL pointer) | SUZUKI Shinsuke | 2005-10-19 | 3 | -65/+7 |
| * | | sync with KAME (removed a unnecesary non-standard macro) | SUZUKI Shinsuke | 2005-10-19 | 2 | -16/+10 |
| * | | sync with KAME regarding the following clarification in RFC3542: | SUZUKI Shinsuke | 2005-10-19 | 3 | -8/+45 |
| * | | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | Stefan Farfeleder | 2005-10-19 | 1 | -1/+1 |
| * | | sync with KAME (don't respond to NI_QTYPE_IPV4ADDR) | SUZUKI Shinsuke | 2005-10-19 | 1 | -0/+5 |
| * | | supported an ndp command suboption to disable IPv6 in the given interface | SUZUKI Shinsuke | 2005-10-19 | 5 | -0/+34 |
| * | | sync with KAME in the following point: | SUZUKI Shinsuke | 2005-10-19 | 1 | -1/+5 |
| * | | sync with KAME in the following points: | SUZUKI Shinsuke | 2005-10-19 | 1 | -1/+4 |
| * | | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | Stefan Farfeleder | 2005-10-19 | 4 | -4/+4 |
| * | | changed syslog level to more appropriate ones | SUZUKI Shinsuke | 2005-10-19 | 1 | -3/+3 |
| * | | source link-layer address option should be marked to be checked later, | SUZUKI Shinsuke | 2005-10-19 | 1 | -1/+1 |
| * | | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | SUZUKI Shinsuke | 2005-10-19 | 6 | -10/+112 |
| * | | Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}. | Robert Watson | 2005-10-19 | 1 | -36/+36 |
| * | | In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNING | Gleb Smirnoff | 2005-10-19 | 1 | -1/+3 |
| * | | sync with KAME in the following points: | SUZUKI Shinsuke | 2005-10-19 | 6 | -96/+94 |
| * | | Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT. | Robert Watson | 2005-10-19 | 2 | -8/+4 |
| * | | Fix compiling problem by adding prefix name svr4 to si_xxx macro, the | David Xu | 2005-10-19 | 2 | -24/+25 |
| * | | Fix typo | Poul-Henning Kamp | 2005-10-19 | 1 | -1/+1 |
| * | | Use a pipe for reading devd events as another method of getting the AC line | Nate Lawson | 2005-10-19 | 2 | -28/+179 |
| * | | Correct the size used to allocate ndis_txarray. It should be | Bill Paul | 2005-10-19 | 1 | -1/+1 |
| * | | Raw IPv6 checksum must use the protocol number of the last header, instead of... | SUZUKI Shinsuke | 2005-10-19 | 1 | -1/+1 |
| * | | Set the name of the chipset found | Warner Losh | 2005-10-19 | 1 | -3/+3 |
| * | | Make sure we set bst and bsh in the softc. | Warner Losh | 2005-10-19 | 1 | -0/+2 |
| * | | Fix vchan speed for hardware with discrete (non-continuous) | Ariff Abdullah | 2005-10-18 | 1 | -6/+24 |
| * | | Added missing comma. This fixes compilation if we need to enable | Ariff Abdullah | 2005-10-18 | 1 | -1/+1 |
| * | | Bruce Schneier is underrepresented in the fortune file. | Poul-Henning Kamp | 2005-10-18 | 1 | -0/+4 |
| * | | Use correct cirteria for determining which directory entries we can | Poul-Henning Kamp | 2005-10-18 | 1 | -1/+1 |
| * | | Export processor socket information. New environment variables are: | Jung-uk Kim | 2005-10-18 | 1 | -0/+32 |