summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add #include <net/route.h> in order to get this to compile.jlemon2001-11-221-0/+2
* Be pedantic; we don't know of any shell that providesru2001-11-222-2/+2
* Add syncache statistics to netstat.jlemon2001-11-221-0/+16
* Add St. Cecilia's Day.grog2001-11-211-0/+1
* Remove the printf builtin command from sh(1), which command is notknu2001-11-201-10/+0
* - When copying into a fixed buffer, bounds checking should occur.arr2001-11-201-2/+3
* mdoc(7) police: kill whitespace at EOL.ru2001-11-201-1/+1
* Add a missing comma.ru2001-11-201-1/+1
* mdoc(7) police: kill whitespace at EOL and HSB.ru2001-11-201-6/+8
* Add xref to wall(1).ru2001-11-203-0/+3
* Add a note that some shells may have the command built-in.knu2001-11-202-0/+16
* Remove obfuscating details of using the false(1) and true(1) utilitiesru2001-11-202-14/+2
* Make this a bit closer to a true tradition by adding one more committer.max2001-11-201-0/+1
* Fix two minor grammar mistakes.murray2001-11-191-3/+4
* Add a missing word to form a complete sentence.murray2001-11-191-1/+1
* Use .Nm to correctly display the program name.murray2001-11-191-1/+3
* Make completion work with filenames containing spaces.iedowse2001-11-181-2/+7
* Print the correct return code for successful Linux syscalls.des2001-11-172-2/+4
* o Add support for a 'nocheckmail' capability, which (if true) preventsrwatson2001-11-161-9/+12
* Deuglify the usage message by putting the program name after thedd2001-11-151-1/+2
* My final rite of FreeBSD is now complete.cy2001-11-151-0/+1
* Remove accidentally included NZ holidays.grog2001-11-151-22/+12
* Add public holidays in Australia and New Zealand.grog2001-11-152-0/+87
* Follow tradition and add myselfpat2001-11-151-0/+1
* Never added my entry which the committers guide says is aarr2001-11-131-0/+1
* Have rpcgen output the prototypes for the dispatch tablesalfred2001-11-131-0/+19
* Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation wasgshapiro2001-11-111-1/+4
* Remove an extraneous argument to fprintf that -Wformat noticed.iedowse2001-11-101-1/+1
* Actually, arc4random() returns a uint32_t, not an int. Use the correctwollman2001-11-081-1/+1
* fix jot -r on 64-bit platforms by teaching it that arc4random outputsgallatin2001-11-081-1/+1
* Don't allocate a zero byte segment.mikeh2001-11-081-1/+4
* Add missing include for <ctype.h>green2001-11-061-27/+47
* Anding the fsid with 0xffff was causing aliasing problems.dwmalone2001-11-053-4/+4
* Make filenames const to avoid a few warnings.dwmalone2001-11-055-9/+15
* Don't use gcc -Wall flag. Add FreeBSD: line.dwmalone2001-11-051-1/+1
* Add two Russian holidays (by osa)ache2001-11-051-6/+8
* Nuke spaces in front of tabs.dd2001-11-041-1/+1
* Fix compilation with -DDEBUG.dd2001-11-041-1/+1
* Make cmp work by mmapping chunks of a file, rather than the wholedwmalone2001-11-041-14/+52
* Add myself.shige2001-11-041-0/+1
* Add myself.nobutaka2001-11-031-0/+1
* Remove a debugging warnx() that got committed by mistake.des2001-11-031-1/+0
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-021-1/+0
* In order to perform faster when doing "head -n", use a pair ofalfred2001-11-021-7/+8
* change a global into a local, misc style fixesalfred2001-11-021-7/+5
* Really fix this work to work. While rev 1.24 did allow awk to run w/oobrien2001-11-011-3/+3
* Utilize the property of 'echo' in that it removes \n from its input.obrien2001-11-011-1/+1
* Add -K support to gprof(1), which enables dynamic symbol resolution fromgreen2001-10-306-4/+89
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.obrien2001-10-302-0/+37
* localtime() was being called on an int pointer (due to recentdillon2001-10-291-6/+13
OpenPOWER on IntegriCloud