summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix long format mismatch with int argdillon2001-10-291-1/+1
* o Restore previous inconsistent style to login_fbtab.c, following itsrwatson2001-10-281-22/+22
* Fix time_t == int assumption, convert protocol int to time_t.dillon2001-10-281-1/+2
* Fix time_t == int assumption, properly convert protocol int to time_t.dillon2001-10-281-3/+2
* Make this compile cleanly when warnings are enabled:schweikh2001-10-288-227/+310
* Correct James Cook's year of birth. I wonder how anybody could expectgrog2001-10-271-1/+1
* o Modify format of /etc/fbtab to accept glob matching patterns forrwatson2001-10-251-35/+23
* Update Labour Day in New Zealand. It's definitely not today. Thisgrog2001-10-251-1/+1
* Fix typo.murray2001-10-231-1/+1
* Add ia64 support (stubs, just like i386, alpha)peter2001-10-233-0/+61
* This program uses sysexits(3), so it does not exit 1 on failure.dd2001-10-231-3/+1
* Back out part of previous commit: remove #include <sys/proc.h>.des2001-10-222-2/+0
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-227-29/+49
OpenPOWER on IntegriCloud