Age | Commit message (Expand) | Author |
1998-10-13 | unsigned char fix; rahnds | Theo de Raadt |
1998-10-04 | Take sizeof correct variable in readlink; martin@gbg.netman.se | Todd C. Miller |
1998-09-30 | Add man page contributor's copyright. Better formatting. | Ian Darwin |
1998-09-30 | Put in WARNINGS that the lessons are not up-to-date, plus | Ian Darwin |
1998-09-30 | something was too verboase in http fetch mode | Theo de Raadt |
1998-09-28 | First round of code modernization. Create playdir under /tmp, not | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/morefiles | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/macros | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/files | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/eqn | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/editor | Ian Darwin |
1998-09-28 | import BTL learn(1) lessons/C | Ian Darwin |
1998-09-28 | import BTL learn(1) | Ian Darwin |
1998-09-28 | first cut at file:/ URL support | Theo de Raadt |
1998-09-28 | kill extra .Pp and add some quotes | Todd C. Miller |
1998-09-27 | fix things for makewhatis | Theo de Raadt |
1998-09-27 | mail -u foo is not really the same as mail -f /var/mail/foo | Todd C. Miller |
1998-09-27 | Use new username option to lockspool for 'mail -u'. | Todd C. Miller |
1998-09-27 | english -> English | Aaron Campbell |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt |
1998-09-24 | Add optional support for pid files other than /var/run/syslog.pid | Todd C. Miller |
1998-09-24 | correct sccsid, not like it really matters | Todd C. Miller |
1998-09-23 | Typo. | Ian Darwin |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell |
1998-09-22 | End apparent but unexpected flame war by switching to Berkeley copyright. | Ian Darwin |
1998-09-22 | Terminate our output string correctly if we've got | brian |
1998-09-22 | if winsize.ws_col is 0, assume 80 | Theo de Raadt |
1998-09-20 | cp_time is long, deal with it. | Niklas Hallqvist |
1998-09-20 | widen unsigned entities to signed ones before subtracting, fixes sorting on a... | Niklas Hallqvist |
1998-09-19 | write() can do short-writes -- deal; based on rahnds@ code | Theo de Raadt |
1998-09-19 | make the progress meter run correctly in all cases if in -m mode | Todd C. Miller |
1998-09-19 | Make -m flag turn on progress meter in all situations | Todd C. Miller |
1998-09-19 | add -m option to turn on progress meter in non-verbose mode | Todd C. Miller |
1998-09-19 | Don't turn of progress meter when output file is stdout. The meter will go t... | Todd C. Miller |
1998-09-15 | getopt returns int, not char; rahnds@openbsd.org | Todd C. Miller |
1998-09-14 | /usr/bin/help == man man" | Theo de Raadt |
1998-09-14 | move -k documentation to the TOP | Theo de Raadt |
1998-09-13 | typos | Aaron Campbell |
1998-09-12 | document reality. | Todd T. Fries |
1998-09-11 | don't display Retrieving... message unless verbose output desired | Marco S Hyman |
1998-09-10 | .Xr lockspool 1 | Todd C. Miller |
1998-09-10 | Fix comments | Todd C. Miller |
1998-09-10 | If a child has not been waited on via the SIGCHLD handler, wait for it | Todd C. Miller |
1998-09-10 | make mail.1 nroff'able again | Todd C. Miller |
1998-09-10 | proper strncpy | Theo de Raadt |
1998-09-08 | back out the pipe code that breaks on sparc | Artur Grabowski |
1998-09-08 | bad sentence | Theo de Raadt |
1998-09-08 | repair order of signal blocking that got changed in conversion to POSIX signals | Todd C. Miller |