summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().charnier2003-06-173-57/+45
* Update for latest lukemftp import.mikeh2003-06-161-2/+2
* If lint(1) is not "lint", don't try to lint the xlint compat-libs. Amarkm2003-06-151-1/+7
* err() on allocation failure. WARNS=9 compliantcharnier2003-06-157-21/+46
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-152-18/+0
* Remove MAINTAINER lines.obrien2003-06-143-6/+0
* Don't truncate the output file before making sure that we cantrhodes2003-06-141-6/+17
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.markm2003-06-1410-1184/+133
* - Use _PATH_TTY and _PATH_DEVNULL macros.mux2003-06-131-5/+9
* Use waitpid, instead of wait3, which is more portable.jmallett2003-06-131-2/+2
* Remove redundant return; from void function.jmallett2003-06-131-1/+0
* Drop maintainership of whois(1). If someone needs a review they canmike2003-06-121-2/+0
* add my birthdayerwin2003-06-111-0/+1
* Revert 1.52. This should have been added to fetch.3.trhodes2003-06-101-29/+1
* Revert part of the last commit. This fixes tail for pipes.markm2003-06-101-8/+7
* Add (unsigned char) cast to ctype macrosache2003-06-101-2/+2
* Use setlocale & nl_langinfo to parse locale nameache2003-06-101-12/+12
* Remove deprecated locale namesache2003-06-103-24/+1
* Introduce options definition the standard way. command -> utility.charnier2003-06-091-3/+3
* Introduce options definition the standard way. Do not uppercase firstcharnier2003-06-091-5/+5
* Introduce options definition the standard way.charnier2003-06-093-9/+8
* Revert previous commit, from Bruce:charnier2003-06-091-1/+0
* Add sysctlbyname(3) support, and use that for uname -i, in preparation forjmallett2003-06-091-1/+13
* Make kernel identification (`ident' in the config(8) driver) available tojmallett2003-06-092-6/+18
* REST IN PEACEwill2003-06-081-0/+1
* The sorting is by month/day/year/login.ru2003-06-081-2/+2
* Submitted by: hmpru2003-06-081-0/+1
* command -> utility. Add section number to .Xrcharnier2003-06-081-8/+8
* The .Nm utilitycharnier2003-06-081-1/+2
* command -> utilitycharnier2003-06-081-1/+1
* Add section number to .Xrcharnier2003-06-084-11/+12
* typocharnier2003-06-081-1/+1
* The .Nm utilitycharnier2003-06-081-3/+5
* The .Xr utilitycharnier2003-06-081-1/+2
* The .Xr filescharnier2003-06-081-0/+1
* Add NOTREACHED after err() inside of a switch statement.charnier2003-06-081-0/+1
* Consistently use __inline for pure c89 compilers.obrien2003-06-071-5/+4
* Finish the implementation of the -p switch so that itmux2003-06-071-0/+26
* Add my birthday.osa2003-06-061-0/+1
* Usekuriyama2003-06-062-2/+2
* Use cat(1) instead of cp(1) so as not to break -DNOCLEAN buildsmarcel2003-06-061-2/+2
* Do not dribble zero bytes into the output, by replacing an obfuscated iffanf2003-06-051-4/+1
* Fix substitution when the regex matches the zero-length string.fanf2003-06-041-5/+6
* MAINTAINER line moved to MAINTAINERS file.fanf2003-06-041-2/+0
* Change fatal to warnx() for unknown encodingache2003-06-031-4/+2
* Two enhancements for kdump.peter2003-06-032-21/+101
* Hardcore supported encodings listache2003-06-021-1/+11
* Assorted mdoc(7) fixes.ru2003-06-021-74/+126
* Give the -o option before any filename operands when invoking the sorttjr2003-06-011-2/+2
OpenPOWER on IntegriCloud