Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-22 | remove references to toe(1) since we don't have it | Todd C. Miller | |
1999-01-22 | infocmp from ncurses-4.2-990116. Needs current libcurses to be useful | Todd C. Miller | |
1999-01-18 | updates from ncurses-4.2-990116 | Todd C. Miller | |
1999-01-14 | hmm, after all it seems Julian again, but still has nothing to do w/ the ↵ | Michael Shalayeff | |
united states (; | |||
1999-01-14 | this is Gregorian calendar, and it has nothing to do w/ united states | Michael Shalayeff | |
1999-01-11 | Move break statement so that -Q really works | Thorsten Lockert | |
1999-01-11 | fix seg fault on sparc | Marco S Hyman | |
1999-01-10 | Forgot to add midiplay here | Niklas Hallqvist | |
1999-01-09 | behave reasonably if malloc fails | Todd C. Miller | |
1999-01-09 | close PR 685. | Marc Espie | |
Slightly trimmed down version of fix by assar@sics.se (strtol failure is usually simpler to test, and error messages should identify the program that produces them) | |||
1999-01-05 | do not concern ourselves with MAX_PID | Theo de Raadt | |
1999-01-04 | Correct ! handling in parens; dave@dtsp.co.nz | Todd C. Miller | |
1999-01-04 | MIN_PID should be 4 since update is proc 3 now | Todd C. Miller | |
1999-01-04 | spelling | Artur Grabowski | |
1999-01-03 | Use libc basename(3) and dirname(3) instead of defining our own. Also clean ↵ | Todd C. Miller | |
up some nasty assumptions that basename() returns a pointer that lies within its argument | |||
1999-01-03 | back out last change, other parts of patch rely on basename() returning a ↵ | Todd C. Miller | |
ptr to a part of name, not a new string | |||
1999-01-03 | we have basename(3) and dirname(3) in libc (albeit with slightly different ↵ | Todd C. Miller | |
semantics | |||
1999-01-01 | MIDI file player | Niklas Hallqvist | |
1998-12-28 | use \& block on : in macro; ross | Theo de Raadt | |
1998-12-28 | handle oversize fd_set | Theo de Raadt | |
1998-12-28 | crank PID_MAX to 99999 | Theo de Raadt | |
1998-12-28 | don't dump core when invoked with no args; pavel_roskin@geocities.com | Todd C. Miller | |
1998-12-24 | retreived -> retrieved | Aaron Campbell | |
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 | |