aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't divide by zero to calculate the ETA, even if we haven't gottenBill Fenner2002-11-121-1/+1
* kenv(1) is WARNS=6 clean.Maxime Henrion2002-11-111-1/+1
* Add support for the Latin American and Caribbean IP address RegionalMike Barcroft2002-11-102-6/+16
* o Build truss on all architectures.Marcel Moolenaar2002-11-101-5/+7
* Port to ia64. It builds, but usability is very limited.Marcel Moolenaar2002-11-103-0/+349
* Various cleanups of truss:David Malone2002-11-096-97/+121
* Check if name is NULL before we strcmp the syscall name. This wasDavid Malone2002-11-091-1/+1
* #include <err.h> to make yes warns clean again.David Malone2002-11-091-0/+1
* Convert some broken cases where Error is called, but we try to continue,Juli Mallett2002-11-081-17/+5
* Detect and exit on write errors.Tim J. Robbins2002-11-081-4/+7
* Don't exit with success after timeout during authentication.Bill Fenner2002-11-071-0/+4
* Remove entry for All Saints' in Portugal. While it's correct, AllGreg Lehey2002-11-031-1/+0
* Another buffer overflow similar to the recent one in mkstr(1).Tim J. Robbins2002-11-011-0/+2
* Remove claim that pi and ex use mkstr; pi is long gone, and nex doesn'tTim J. Robbins2002-11-011-6/+1
* Zap another buffer overflow, this time in the parser.Tim J. Robbins2002-11-011-0/+2
* Avoid buffer overflow when constructing filenames.Tim J. Robbins2002-11-011-3/+13
* Document the confusing behavior that the .if conditional defaultsRuslan Ermilov2002-11-011-0/+1
* o Remove $Id$ from copyright; there's $FreeBSD$,Marcel Moolenaar2002-11-012-18/+8
* Variables that come in in and out pairs should be named accordingly.Tony Finch2002-11-011-68/+84
* Be much more paranoid about where uudecode writes its output, especiallyTony Finch2002-11-011-7/+36
* Instead of abusing stdin and stdout, use our own file pointers.Tony Finch2002-11-011-14/+22
* Back out previous commit - it was not well thought out.Maxim Sobolev2002-10-311-1/+1
* Document the new behavior of -C with respect to inode-change-time.Ruslan Ermilov2002-10-311-2/+4
* Do not change the target file's inode-change-time if -C isRuslan Ermilov2002-10-311-3/+5
* Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' optionMaxim Sobolev2002-10-311-1/+1
* ade@ no longer has the FreeBSD account.Ruslan Ermilov2002-10-311-1/+0
* Sort by month/day/year/login.Ruslan Ermilov2002-10-311-7/+7
* Fix core dumps when invoking with something like ``last -w1''.Maxime Henrion2002-10-301-5/+4
* When we appear to want a signed value from sizeof(), use ssize_t in the cast,Juli Mallett2002-10-301-1/+1
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
* Output .lf directives.Greg Lehey2002-10-301-0/+4
* bsd.doc.mk changes:Ruslan Ermilov2002-10-292-2/+0
* Don't try to dereference a NULL pw pointer. This would happen whenJoerg Wunsch2002-10-291-1/+1
* In VarHead(), look into the correct (modified) string.Juli Mallett2002-10-291-1/+1
* Mention that the left-hand side of the comparisonRuslan Ermilov2002-10-291-3/+2
* Mostly support alternate manpage zipping.David E. O'Brien2002-10-291-16/+35
* Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett2002-10-287-669/+731
* Don't complain about not knowing the remote file size when working inDag-Erling Smørgrav2002-10-271-1/+1
* Whitespace and indentation cleanup.Dag-Erling Smørgrav2002-10-271-12/+12
* Forgot to disable alarms after fetchXGet() in previous commit.Dag-Erling Smørgrav2002-10-271-0/+2
* Add an ETA timer that kicks in after 30 seconds.Dag-Erling Smørgrav2002-10-271-16/+45
* Remove unnecessary compatibility macro. (We were only printing, not parsing,Garrett Wollman2002-10-271-1/+0
* Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now,Garrett Wollman2002-10-274-2/+16
* Adjust the size passed to readlink so that the null terminationDoug Barton2002-10-251-4/+2
* Fix problem with my ability to tell the difference between 'r' and 'l'... WeJuli Mallett2002-10-241-1/+1
* When expanding a specific [1-char] variable, only expand said specificJuli Mallett2002-10-241-1/+1
* Duplicate the variable name in the v->name field, as otherwise it points toJuli Mallett2002-10-241-1/+3
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-2310-27/+24
* Change the type of an unused variable to appease a warning.Mark Murray2002-10-231-1/+2
* Adjust for getbsize argument type change.Mark Murray2002-10-231-1/+3