summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-109-9/+0
* Make this build on ia64.dfr2001-10-091-1/+4
* Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time.sobomax2001-10-091-1/+0
* Pad input with null characters if it is not a multiple of 3.ru2001-10-092-1/+7
* The previous change also disaligned lines with AF_IPX and AF_NSru2001-10-091-10/+10
* Update for FILE v3.37.ru2001-10-092-5/+23
* Minor output formatting for 'netstat -i':mdodd2001-10-091-7/+7
* Update for FILE v3.37.obrien2001-10-081-6/+2
* Clarify foundation of GDR/DDR.grog2001-10-071-1/+1
* Document -depthobrien2001-10-061-0/+13
* Add an entry with my birthday.keramida2001-10-061-0/+1
* Properly static'ize increase_maxtable().obrien2001-10-051-1/+1
* Fix the output so it really does dynamically resize the table.obrien2001-10-051-14/+44
* Increase the table size by an order of magnitude.obrien2001-10-051-1/+1
* Remove duplicate entries.grog2001-10-042-2/+0
* - First shot at PIC emulation;tg2001-10-0213-589/+741
* Allow "obsolete" (but commonly-used) command line style to be usedfenner2001-10-021-2/+3
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-012-2/+2
OpenPOWER on IntegriCloud