aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add entry for the spin mutex used by the hptmv(4) driver.John Baldwin2005-10-201-0/+1
* Force an upgrade to Groff 1.19.2.Ruslan Ermilov2005-10-201-1/+1
* Remove a diagnostic message that can't occur: we lost the ability toDiomidis Spinellis2005-10-201-3/+0
* Update upgrade instructions.Ruslan Ermilov2005-10-201-4/+4
* Use an ihandle_t to store the instance handle of an opened deviceMarius Strobl2005-10-201-1/+1
* Remove some conversion leftovers.Ruslan Ermilov2005-10-201-3/+0
* Upgrade to Groff 1.19.2.Ruslan Ermilov2005-10-2011-36/+95
* Merge Groff 1.19.2 changes.Ruslan Ermilov2005-10-2011-56/+183
* Use stock (FSF) version of this file.Ruslan Ermilov2005-10-205-191/+394
* This commit was generated by cvs2svn to compensate for changes in r151500,Ruslan Ermilov2005-10-2062-21518/+0
* This commit was generated by cvs2svn to compensate for changes in r151497,Ruslan Ermilov2005-10-20503-62749/+143866
|\
| * Virgin import of FSF groff v1.19.2Ruslan Ermilov2005-10-20525-66158/+147680
* | Remove unused variables.Marius Strobl2005-10-204-7/+0
* | Some more minor cleanups of em(4) driver:Gleb Smirnoff2005-10-202-36/+10
* | Revamp interrupt handling in em(4) driver:Gleb Smirnoff2005-10-203-39/+39
* | Add el_get to the NAME section.Stefan Farfeleder2005-10-201-1/+2
* | Fix a well duplicated fencepost error that stopped crashdumps beingPeter Wemm2005-10-202-7/+7
* | Set the signal handlers before creating the thread. This is so it inheritsNate Lawson2005-10-201-4/+15
* | wpa_supplicant(8) requires -D option for ndis(4) now.Jung-uk Kim2005-10-191-1/+10
* | Make devd WARNS=4 clean and bump WARNS accordingly. This will insureBrooks Davis2005-10-192-3/+3
* | Fix a bug in the kernel module runtime linker that made it impossibleJohn Polstra2005-10-191-0/+3
* | As pointed out on current@, we don't want to declare a variable in a scopeWarner Losh2005-10-191-1/+1
* | sync with KAME (nuked unused code, use NULL to denote a NULL pointer)SUZUKI Shinsuke2005-10-193-65/+7
* | sync with KAME (removed a unnecesary non-standard macro)SUZUKI Shinsuke2005-10-192-16/+10
* | sync with KAME regarding the following clarification in RFC3542:SUZUKI Shinsuke2005-10-193-8/+45
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* | sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)SUZUKI Shinsuke2005-10-191-0/+5
* | supported an ndp command suboption to disable IPv6 in the given interfaceSUZUKI Shinsuke2005-10-195-0/+34
* | sync with KAME in the following point:SUZUKI Shinsuke2005-10-191-1/+5
* | sync with KAME in the following points:SUZUKI Shinsuke2005-10-191-1/+4
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-194-4/+4
* | changed syslog level to more appropriate onesSUZUKI Shinsuke2005-10-191-3/+3
* | source link-layer address option should be marked to be checked later,SUZUKI Shinsuke2005-10-191-1/+1
* | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-196-10/+112
* | Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.Robert Watson2005-10-191-36/+36
* | In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNINGGleb Smirnoff2005-10-191-1/+3
* | sync with KAME in the following points:SUZUKI Shinsuke2005-10-196-96/+94
* | Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.Robert Watson2005-10-192-8/+4
* | Fix compiling problem by adding prefix name svr4 to si_xxx macro, theDavid Xu2005-10-192-24/+25
* | Fix typoPoul-Henning Kamp2005-10-191-1/+1
* | Use a pipe for reading devd events as another method of getting the AC lineNate Lawson2005-10-192-28/+179
* | Correct the size used to allocate ndis_txarray. It should beBill Paul2005-10-191-1/+1
* | Raw IPv6 checksum must use the protocol number of the last header, instead of...SUZUKI Shinsuke2005-10-191-1/+1
* | Set the name of the chipset foundWarner Losh2005-10-191-3/+3
* | Make sure we set bst and bsh in the softc.Warner Losh2005-10-191-0/+2
* | Fix vchan speed for hardware with discrete (non-continuous)Ariff Abdullah2005-10-181-6/+24
* | Added missing comma. This fixes compilation if we need to enableAriff Abdullah2005-10-181-1/+1
* | Bruce Schneier is underrepresented in the fortune file.Poul-Henning Kamp2005-10-181-0/+4
* | Use correct cirteria for determining which directory entries we canPoul-Henning Kamp2005-10-181-1/+1
* | Export processor socket information. New environment variables are:Jung-uk Kim2005-10-181-0/+32