Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-21 | kill union wait; christos | Theo de Raadt | |
1998-12-20 | add some parens for clarity | Todd C. Miller | |
1998-12-20 | If open of device fails, try up to 10 times. Useful for CD changers that ↵ | Todd C. Miller | |
take a while to switch between logical units | |||
1998-12-20 | bye bye BADSIG | Theo de Raadt | |
1998-12-20 | fix usage | Theo de Raadt | |
1998-12-19 | union wait is wrong; christos | Theo de Raadt | |
1998-12-19 | move Act Free field over one | Theo de Raadt | |
1998-12-17 | Some -Wall | Todd C. Miller | |
Don't try to close a descriptor if it was never opened. | |||
1998-12-16 | sparse file support, ripped out of pax | Todd C. Miller | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-12-16 | snprintf; dillon | Theo de Raadt | |
1998-12-16 | for less than 16 NUL bytes, do not print a * line; dillon | Theo de Raadt | |
1998-12-16 | snprintf; dillon | Theo de Raadt | |
1998-12-14 | adjust argv and argc correctly when reading max from command line | Todd C. Miller | |
1998-12-14 | pasto that caused goal and max params not to work | Todd C. Miller | |
1998-12-13 | Fall back from passive to active if connect() fails. This can happen if the ↵ | Todd C. Miller | |
remote server has an ip filter in place (live cvs does). | |||
1998-12-13 | Show periodic events the correct number of times. | Paul Janzen | |
Calculate special events (Easter) correctly regardless of which year they occur in (thus fixing user/562). Keep locales and special event names from propogating from one user to the next during "calendar -a". Set up a framework to handle special events other than Easter (for instance, Jewish events, eventually). Various other fixes. | |||
1998-12-07 | Wall | Theo de Raadt | |
1998-12-07 | fix [:print:] | Theo de Raadt | |
1998-12-05 | Add missing printf | Todd C. Miller | |
1998-12-05 | Modifications from netbsd: | Marc Espie | |
- don't interfere with MACHINE/MACHINE_ARCH defines for bootstrap - type clean-up, time_t, and printing `unknown' ints - fix TARGET/MEMBER bug in archive rules - memmove... - cleaner Error handler. - reentrant brk_string - .MAKE env variable - preliminary scaffolding for .NOPATH Other improvements: - efree - shellneed streamlined - display Stop in .CURDIR after an error. - document most features and misfeatures. - add a few OpenBSD notes to the tutorial. | |||
1998-11-30 | fix error outputs; form | Theo de Raadt | |
1998-11-30 | stats for fast retransmits | Niels Provos | |
1998-11-30 | cleanup; also note that ``0'' flag is ignored when used with a precision | Aaron Campbell | |
specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings | |||
1998-11-28 | use strsep() instead of strtok(), in particular to avoid an infinite loop | Aaron Campbell | |
1998-11-28 | do not count swap spaces that were not swapon(2)ed | kstailey | |
1998-11-25 | Mpeg audio identification from ckane@best.com | Niklas Hallqvist | |
1998-11-25 | Present new statistics field in ah/esp stats | Niklas Hallqvist | |
1998-11-25 | add -C | Marc Espie | |
1998-11-24 | fix memory leaks; itohy@netbsd | Theo de Raadt | |
1998-11-22 | now "Total" column can shrink | kstailey | |
1998-11-22 | I hate acronyms. | Marc Espie | |
1998-11-22 | $* -> "$@" | David Leonard | |
1998-11-21 | add -m to usage() | David Leonard | |
1998-11-20 | new gencat manpage; updated by kstailey and lambert | Theo de Raadt | |
1998-11-20 | /usr/msgs -> /var/msgs; jwise@unicast.com | Theo de Raadt | |
1998-11-19 | significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -h | Aaron Campbell | |
1998-11-19 | fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...") | Oleg Safiullin | |
1998-11-18 | simply honour S_IWGRP | Theo de Raadt | |
1998-11-18 | revert last change for K\&R C compilers without const | dm | |
1998-11-18 | drop the __attribute__ stuf in favor of a simple const | dm | |
1998-11-18 | do S_IWGRP checking just like write(1) | Theo de Raadt | |
1998-11-18 | remove empty reference to non-existent prof(1) page | Aaron Campbell | |
1998-11-18 | move to euid for tty opens; based on something from form | Theo de Raadt | |
1998-11-17 | add __attribute__ ((unused)) to the yyrcsid under GCC 2 | dm | |
1998-11-17 | preserve ncruses module id | Todd C. Miller | |
1998-11-16 | clean; adding // comment support | Theo de Raadt | |
1998-11-16 | off by one string termination; wsanchez | Theo de Raadt | |
1998-11-16 | some -Wall.. much more needed | Theo de Raadt | |
1998-11-16 | more -Wall | Theo de Raadt | |