Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | - Prefer COMPATIBILITY section after SEE ALSO section. | Aaron Campbell | |
- Insert a missing comma. | |||
2000-11-10 | - Section shuffling. | Aaron Campbell | |
- Some .Nm trimming. - Reword a sentence for consistency with the chmod(1) man page. - Insert a missing comma. | |||
2000-11-10 | Use better grammar. | Aaron Campbell | |
2000-11-10 | these contain special cases where they build man pages into .0 files; | Theo de Raadt | |
they must now also build .ps files if MANPS is set. | |||
2000-11-10 | improved queue handling + some small bug fixes | Niklas Hallqvist | |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist | |
2000-11-10 | it doesn't matter what kind of interface it is if the bridge_iflist allocation | Jason Wright | |
fails.. it's still ENOMEM. | |||
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-11-10 | unused bit in display string | Jason Wright | |
2000-11-10 | This fixes a problem that caused DMA errors from shortly before | Kenneth R Westerback | |
2.7 through the released 2.8. As NetBSD describes the problem: DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). With a correct sg_cnt, scatter/gather lists with >1 element no longer reference random(?) memory. Now the mystery is why this didn't cause more problems on other chipsets. Installs of 2.7 and 2.8 to a drive on an adw bus now work even if the motherboard uses the 82443BX. So many problems from one character ... | |||
2000-11-10 | do not change NROFF | Theo de Raadt | |
2000-11-10 | No ioasic on model 240 | Miod Vallat | |
2000-11-10 | Backout last change, broke as emulation order | Miod Vallat | |
2000-11-10 | typo; from mouring@pconline.com | Markus Friedl | |
2000-11-10 | the new MANPS variable specifies that .ps versions of manual pages should | Theo de Raadt | |
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them. | |||
2000-11-10 | create /usr/share/man/ps{1-9} directories and sub-directories | Theo de Raadt | |
2000-11-10 | shorten, now it fits in -Tps | Theo de Raadt | |
2000-11-10 | Add COMPATIBILITY section definition. | Aaron Campbell | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | typo | Theo de Raadt | |
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell | |
DST (Daylight Saving Time); from NetBSD. | |||
2000-11-09 | permit -Tps; aaron ok | Theo de Raadt | |
2000-11-09 | typo | Theo de Raadt | |
2000-11-09 | Remove -offset indent so these lines don't wrap over 80 chars; deraadt@ | Aaron Campbell | |
2000-11-09 | - Don't use general text domain macros in literal block displays. | Aaron Campbell | |
- Beautify the SYNOPSIS; somewhat inspired by a similar change in NetBSD. | |||
2000-11-09 | Conform to RFC 2367 numbering (hshoexer@rommelwood.de) | Angelos D. Keromytis | |
2000-11-09 | cast pointer to a long for alpha's sake; pointed out by ericj@ | Michael Shalayeff | |
2000-11-09 | case of header | Theo de Raadt | |
2000-11-09 | new timeouts; aaron@ ok | Michael Shalayeff | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-09 | new timeouts | Michael Shalayeff | |
2000-11-09 | PHOLD the nfsd. | Artur Grabowski | |
PRELE the nfsiod when it exits (shouldn't be necessary to PHOLD it because it's a kernel thread, but it doesn't hurt. | |||
2000-11-09 | PHOLD/PRELE instead manual fiddling with p_holdcnt | Artur Grabowski | |
2000-11-09 | Use PHOLD/PRELE instead of manually fiddling with p_holdcnt. | Artur Grabowski | |
2000-11-09 | add uvm(9) from netbsd; as a side effect increase art's guilt factor ;) | Michael Shalayeff | |
2000-11-09 | it's been moved | Michael Shalayeff | |
2000-11-09 | indentation nits. | Artur Grabowski | |
2000-11-09 | zap old file. | Artur Grabowski | |
2000-11-09 | zap dead files. | Artur Grabowski | |
2000-11-09 | incomplete work. moved them, repaired some, it is a giant mess | Theo de Raadt | |
2000-11-09 | typo, inspired by deraadt@ | Niels Provos | |
2000-11-09 | typo | Theo de Raadt | |
2000-11-09 | Argh, repair CFLAGS. | Miod Vallat | |
2000-11-09 | Do not use vm_pmap anymore. Requested by art@ | Miod Vallat | |
2000-11-09 | The spl() functions block interrupts of equal or lesser priority, not of | Aaron Campbell | |
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored. | |||
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell | |
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions. | |||
2000-11-08 | another MLINK | Theo de Raadt | |
2000-11-08 | Zap dead files. | Artur Grabowski | |