aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limitNate Lawson2005-10-211-2/+2
* | Fix a longstanding buglet in bz-prefixed grep(1).Jung-uk Kim2005-10-201-5/+5
* | Change format string for u_int64_t to %ju from %llu, in order to use theRobert Watson2005-10-202-2/+2
* | Remove duplicate entry.Ruslan Ermilov2005-10-201-1/+0
* | Cleanup.Olivier Houchard2005-10-201-13/+1
* | Mention the possibility of non-interactive scripts for EDITOR and add aBrooks Davis2005-10-201-0/+9
* | Fix small grammar nit.Bill Paul2005-10-201-1/+1
* | Use sched_bind() to make sure the DPC threads are bound to the correctBill Paul2005-10-201-1/+15
* | Add a "show malloc" command to DDB, which prints out the current stats forRobert Watson2005-10-201-0/+27
* | Implement the PacketGetVersion() routine, which is used inBill Paul2005-10-203-0/+8
* | Add a "show uma" command to DDB, which prints out the current stats forRobert Watson2005-10-201-0/+36
* | This commit was generated by cvs2svn to compensate for changes in r151513,Bill Paul2005-10-201-2/+2
|\ \
| * | Import a fixed version of driver_ndis.c from the vendor. The existingBill Paul2005-10-201-2/+2
* | | 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-62920/+144037
|\ \ \
| * | | Virgin import of FSF groff v1.19.2Ruslan Ermilov2005-10-20525-66388/+147910
* | | | 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