summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1999-01-22remove references to toe(1) since we don't have itTodd C. Miller
1999-01-22infocmp from ncurses-4.2-990116. Needs current libcurses to be usefulTodd C. Miller
1999-01-18updates from ncurses-4.2-990116Todd C. Miller
1999-01-14hmm, after all it seems Julian again, but still has nothing to do w/ the ↵Michael Shalayeff
united states (;
1999-01-14this is Gregorian calendar, and it has nothing to do w/ united statesMichael Shalayeff
1999-01-11Move break statement so that -Q really worksThorsten Lockert
1999-01-11fix seg fault on sparcMarco S Hyman
1999-01-10Forgot to add midiplay hereNiklas Hallqvist
1999-01-09behave reasonably if malloc failsTodd C. Miller
1999-01-09close 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-05do not concern ourselves with MAX_PIDTheo de Raadt
1999-01-04Correct ! handling in parens; dave@dtsp.co.nzTodd C. Miller
1999-01-04MIN_PID should be 4 since update is proc 3 nowTodd C. Miller
1999-01-04spellingArtur Grabowski
1999-01-03Use 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-03back 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-03we have basename(3) and dirname(3) in libc (albeit with slightly different ↵Todd C. Miller
semantics
1999-01-01MIDI file playerNiklas Hallqvist
1998-12-28use \& block on : in macro; rossTheo de Raadt
1998-12-28handle oversize fd_setTheo de Raadt
1998-12-28crank PID_MAX to 99999Theo de Raadt
1998-12-28don't dump core when invoked with no args; pavel_roskin@geocities.comTodd C. Miller
1998-12-24retreived -> retrievedAaron Campbell
1998-12-21kill union wait; christosTheo de Raadt
1998-12-20add some parens for clarityTodd C. Miller
1998-12-20If 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-20bye bye BADSIGTheo de Raadt
1998-12-20fix usageTheo de Raadt
1998-12-19union wait is wrong; christosTheo de Raadt
1998-12-19move Act Free field over oneTheo de Raadt
1998-12-17Some -WallTodd C. Miller
Don't try to close a descriptor if it was never opened.
1998-12-16sparse file support, ripped out of paxTodd C. Miller
1998-12-16more .Nm fixesAaron Campbell
1998-12-16snprintf; dillonTheo de Raadt
1998-12-16for less than 16 NUL bytes, do not print a * line; dillonTheo de Raadt
1998-12-16snprintf; dillonTheo de Raadt
1998-12-14adjust argv and argc correctly when reading max from command lineTodd C. Miller
1998-12-14pasto that caused goal and max params not to workTodd C. Miller
1998-12-13Fall 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-13Show 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-07WallTheo de Raadt
1998-12-07fix [:print:]Theo de Raadt
1998-12-05Add missing printfTodd C. Miller
1998-12-05Modifications 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-30fix error outputs; formTheo de Raadt
1998-11-30stats for fast retransmitsNiels Provos
1998-11-30cleanup; also note that ``0'' flag is ignored when used with a precisionAaron Campbell
specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings
1998-11-28use strsep() instead of strtok(), in particular to avoid an infinite loopAaron Campbell
1998-11-28do not count swap spaces that were not swapon(2)edkstailey
1998-11-25Mpeg audio identification from ckane@best.comNiklas Hallqvist