summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,des2001-10-212-3/+82
* Properly handle backslash newline within an identifier or keyword.schweikh2001-10-191-1/+11
* Fixed most style bugs in previous commit.bde2001-10-191-14/+11
* Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.bde2001-10-191-1/+2
* Print statistics for AF_IPX.mdodd2001-10-191-0/+2
* Add libedit support to tftp.mdodd2001-10-192-8/+46
* Remove some EOL whitespace. Update usage() to current reality.mike2001-10-171-5/+5
* Use whois.example.com rather than non-existent.host in an example.mike2001-10-171-2/+2
* If the remote uptime is less than one minute, print the uptime infenner2001-10-171-0/+2
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-162-2/+2
* Removed unused include of kernel-only file <sys/lock.h>.bde2001-10-131-1/+0
* o Treat a buffer as a non-NUL terminated string, because the whoismike2001-10-121-34/+24
* Minor cleanup, no functional changes:tg2001-10-125-96/+108
OpenPOWER on IntegriCloud