Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-15 | .Ql Pa -> .Sq Pa where literal makes no sense; | Jason McIntyre | |
2003-07-15 | Test 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-15 | protos and repairs | Theo de Raadt | |
2003-07-15 | i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet) | Jason Wright | |
2003-07-15 | correct some debugging printfs | Jason Wright | |
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright | |
2003-07-15 | ansi | Jason Wright | |
2003-07-15 | no named args in prototypes | Jason Wright | |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright | |
2003-07-15 | protos | Theo de Raadt | |
2003-07-15 | match on ich5 as piix; from couderc@ | Michael Shalayeff | |
2003-07-14 | mark a few more variables as user settings. | Marc Espie | |
2003-07-14 | range-check numeric arguments (-num, -A num, -B num) | Todd C. Miller | |
2003-07-14 | uptimes in secs and usecs seem to be swapped w/ each other; also confirmed ↵ | Michael Shalayeff | |
by millert | |||
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller | |
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller | |
2003-07-14 | regen | Todd C. Miller | |
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller | |
2003-07-14 | improve test. fails with current code | Marco S Hyman | |
2003-07-14 | -make a copy the global variable | Daniel Hartmeier | |
+make a copy of the global variable | |||
2003-07-14 | tpo | Daniel Hartmeier | |
2003-07-14 | tickspending is now a private variable of clock.c | Dale Rahn | |
2003-07-14 | Improved (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 run | Dale 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-14 | some macro fixes; | Jason McIntyre | |
ok espie@ | |||
2003-07-14 | -t and implied -c due to piped in input is a legal combination of flags | Michael Shalayeff | |
2003-07-14 | knf | Theo de Raadt | |
2003-07-14 | sync | Theo de Raadt | |
2003-07-14 | Fixes from deraadt. | Magnus Holmberg | |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵ | Magnus Holmberg | |
David Krause, ... | |||
2003-07-14 | - new sentence, new line | Jason McIntyre | |
- .Bk/.Ek for SYNOPSIS - kill whitespace at EOL - some macro fixes ok henning@ | |||
2003-07-14 | document HAVE_MOTIF (obsolete), SUDO. Fix alphabetical ordering again. | Marc Espie | |
2003-07-14 | Recognize that documentation is coming along. | Marc Espie | |
Document package, install. Add some more Xrefs. Nail down fake/package/install semantics more precisely. | |||
2003-07-14 | Document 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-14 | macro fixes; | Jason McIntyre | |
2003-07-14 | fix a list; | Jason McIntyre | |
2003-07-14 | - escape "It" so groff doesn't try to expand it | Jason McIntyre | |
- macro cleanup | |||
2003-07-14 | fix a width specifier and remove some .Pp's before lists/displays; | Jason McIntyre | |
2003-07-14 | - .Cm Fl -> .Fl | Jason McIntyre | |
- fix list width | |||
2003-07-14 | remove unused Cm; | Jason McIntyre | |
2003-07-14 | fix the width of lists; | Jason McIntyre | |
2003-07-14 | - Dv Ta -> Ta Dv | Jason McIntyre | |
- kill a .br | |||
2003-07-14 | remove undocumented -V option. would be only useful if openssh is used | Markus Friedl | |
as ssh v1 server for ssh.com's ssh v2. | |||
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre | |
- fix the width specifiers in lists/displays - change the for loop into a display for better formatting ok espie@ | |||
2003-07-14 | remove some old groff macros; | Jason McIntyre | |
2003-07-14 | - escape %{B,D,P} to prevent groff trying to expand them | Jason McIntyre | |
- remove some unnecessary .Pp's | |||
2003-07-14 | .Ic Nm -> .Ic | Jason McIntyre | |
2003-07-14 | - fix a display | Jason McIntyre | |
- escape dashes - remove extra bracket | |||
2003-07-14 | typo in comment. ok henning@ | Otto Moerbeek | |