summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-15.Ql Pa -> .Sq Pa where literal makes no sense;Jason McIntyre
2003-07-15Test if malloc() sets errno correctly if it returns NULL.Otto Moerbeek
ok tdeval@ henning@
2003-07-15.Ql Cm -> .Sq Cm where literal makes no sense;Jason McIntyre
2003-07-15protos and repairsTheo de Raadt
2003-07-15i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)Jason Wright
2003-07-15correct some debugging printfsJason Wright
2003-07-15include the puc stuff (currently commented out in GENERIC)Jason Wright
2003-07-15ansiJason Wright
2003-07-15no named args in prototypesJason Wright
2003-07-15move prototype for com_raisedtr() to comvar.h (just like pccom).Jason Wright
2003-07-15protosTheo de Raadt
2003-07-15match on ich5 as piix; from couderc@Michael Shalayeff
2003-07-14mark a few more variables as user settings.Marc Espie
2003-07-14range-check numeric arguments (-num, -A num, -B num)Todd C. Miller
2003-07-14uptimes in secs and usecs seem to be swapped w/ each other; also confirmed ↵Michael Shalayeff
by millert
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-14regenTodd C. Miller
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-14improve test. fails with current codeMarco S Hyman
2003-07-14-make a copy the global variableDaniel Hartmeier
+make a copy of the global variable
2003-07-14tpoDaniel Hartmeier
2003-07-14tickspending is now a private variable of clock.cDale Rahn
2003-07-14Improved (and cleaner) suffix handling code. Now "gunzip foo.tgz"Todd C. Miller
works as expected. mickey@ OK
2003-07-14'dual' clock support for macppc, this allows the stat clock to runDale Rahn
at a rate independant of the HZ clock. when profiling is enabled stat clock now runs at 1000/s instead of the normal 100/s. Other improvements to the ppc clock handling and KNF/ansi.
2003-07-14some macro fixes;Jason McIntyre
ok espie@
2003-07-14-t and implied -c due to piped in input is a legal combination of flagsMichael Shalayeff
2003-07-14knfTheo de Raadt
2003-07-14syncTheo de Raadt
2003-07-14Fixes from deraadt.Magnus Holmberg
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-07-14- new sentence, new lineJason McIntyre
- .Bk/.Ek for SYNOPSIS - kill whitespace at EOL - some macro fixes ok henning@
2003-07-14document HAVE_MOTIF (obsolete), SUDO. Fix alphabetical ordering again.Marc Espie
2003-07-14Recognize that documentation is coming along.Marc Espie
Document package, install. Add some more Xrefs. Nail down fake/package/install semantics more precisely.
2003-07-14Document pre-extract/do-extract DO NOT use.Marc Espie
Document link-categories, unlink-categories, reinstall, repackage. Obsolete: FETCH_BEFORE_ARGS, FETCH_AFTER_ARGS, NO_DESCRIBE, NO_PACKAGE. Fix alphabetical ordering of USE_BZIP2 and USE_ZIP.
2003-07-14macro fixes;Jason McIntyre
2003-07-14fix a list;Jason McIntyre
2003-07-14- escape "It" so groff doesn't try to expand itJason McIntyre
- macro cleanup
2003-07-14fix a width specifier and remove some .Pp's before lists/displays;Jason McIntyre
2003-07-14- .Cm Fl -> .FlJason McIntyre
- fix list width
2003-07-14remove unused Cm;Jason McIntyre
2003-07-14fix the width of lists;Jason McIntyre
2003-07-14- Dv Ta -> Ta DvJason McIntyre
- kill a .br
2003-07-14remove undocumented -V option. would be only useful if openssh is usedMarkus Friedl
as ssh v1 server for ssh.com's ssh v2.
2003-07-14- .Ql -> .Sq where literal doesn't make senseJason McIntyre
- fix the width specifiers in lists/displays - change the for loop into a display for better formatting ok espie@
2003-07-14remove some old groff macros;Jason McIntyre
2003-07-14- escape %{B,D,P} to prevent groff trying to expand themJason McIntyre
- remove some unnecessary .Pp's
2003-07-14.Ic Nm -> .IcJason McIntyre
2003-07-14- fix a displayJason McIntyre
- escape dashes - remove extra bracket
2003-07-14typo in comment. ok henning@Otto Moerbeek