| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a debugging warnx() that got committed by mistake. | des | 2001-11-03 | 1 | -1/+0 |
* | Bring Gawk back. There just isn't any other POSIX compliant AWK out there. | obrien | 2001-11-02 | 1 | -1/+0 |
* | In order to perform faster when doing "head -n", use a pair of | alfred | 2001-11-02 | 1 | -7/+8 |
* | change a global into a local, misc style fixes | alfred | 2001-11-02 | 1 | -7/+5 |
* | Really fix this work to work. While rev 1.24 did allow awk to run w/o | obrien | 2001-11-01 | 1 | -3/+3 |
* | Utilize the property of 'echo' in that it removes \n from its input. | obrien | 2001-11-01 | 1 | -1/+1 |
* | Add -K support to gprof(1), which enables dynamic symbol resolution from | green | 2001-10-30 | 6 | -4/+89 |
* | Switch to the One True AWK from Bell-Labs, away from GNU AWK. | obrien | 2001-10-30 | 2 | -0/+37 |
* | localtime() was being called on an int pointer (due to recent | dillon | 2001-10-29 | 1 | -6/+13 |
* | Fix long format mismatch with int arg | dillon | 2001-10-29 | 1 | -1/+1 |
* | o Restore previous inconsistent style to login_fbtab.c, following its | rwatson | 2001-10-28 | 1 | -22/+22 |
* | Fix time_t == int assumption, convert protocol int to time_t. | dillon | 2001-10-28 | 1 | -1/+2 |
* | Fix time_t == int assumption, properly convert protocol int to time_t. | dillon | 2001-10-28 | 1 | -3/+2 |
* | Make this compile cleanly when warnings are enabled: | schweikh | 2001-10-28 | 8 | -227/+310 |
* | Correct James Cook's year of birth. I wonder how anybody could expect | grog | 2001-10-27 | 1 | -1/+1 |
* | o Modify format of /etc/fbtab to accept glob matching patterns for | rwatson | 2001-10-25 | 1 | -35/+23 |
* | Update Labour Day in New Zealand. It's definitely not today. This | grog | 2001-10-25 | 1 | -1/+1 |
* | Fix typo. | murray | 2001-10-23 | 1 | -1/+1 |
* | Add ia64 support (stubs, just like i386, alpha) | peter | 2001-10-23 | 3 | -0/+61 |
* | This program uses sysexits(3), so it does not exit 1 on failure. | dd | 2001-10-23 | 1 | -3/+1 |
* | Back out part of previous commit: remove #include <sys/proc.h>. | des | 2001-10-22 | 2 | -2/+0 |
* | #include <sys/proc.h> where needed (for the stop event definitions) and | des | 2001-10-22 | 7 | -29/+49 |
* | Teach truss(1) to display sockaddrs. It currently knows about AF_INET, | des | 2001-10-21 | 2 | -3/+82 |
* | Properly handle backslash newline within an identifier or keyword. | schweikh | 2001-10-19 | 1 | -1/+11 |
* | Fixed most style bugs in previous commit. | bde | 2001-10-19 | 1 | -14/+11 |
* | Fixed missing DPADD and misplaced $FreeBSD$ in previous commit. | bde | 2001-10-19 | 1 | -1/+2 |
* | Print statistics for AF_IPX. | mdodd | 2001-10-19 | 1 | -0/+2 |
* | Add libedit support to tftp. | mdodd | 2001-10-19 | 2 | -8/+46 |
* | Remove some EOL whitespace. Update usage() to current reality. | mike | 2001-10-17 | 1 | -5/+5 |
* | Use whois.example.com rather than non-existent.host in an example. | mike | 2001-10-17 | 1 | -2/+2 |
* | If the remote uptime is less than one minute, print the uptime in | fenner | 2001-10-17 | 1 | -0/+2 |
* | Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. | sobomax | 2001-10-16 | 2 | -2/+2 |
* | Removed unused include of kernel-only file <sys/lock.h>. | bde | 2001-10-13 | 1 | -1/+0 |
* | o Treat a buffer as a non-NUL terminated string, because the whois | mike | 2001-10-12 | 1 | -34/+24 |
* | Minor cleanup, no functional changes: | tg | 2001-10-12 | 5 | -96/+108 |
* | Fixed bugs from revision 1.27. Specifically: | ru | 2001-10-11 | 1 | -9/+16 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 9 | -9/+0 |
* | Make this build on ia64. | dfr | 2001-10-09 | 1 | -1/+4 |
* | Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time. | sobomax | 2001-10-09 | 1 | -1/+0 |
* | Pad input with null characters if it is not a multiple of 3. | ru | 2001-10-09 | 2 | -1/+7 |
* | The previous change also disaligned lines with AF_IPX and AF_NS | ru | 2001-10-09 | 1 | -10/+10 |
* | Update for FILE v3.37. | ru | 2001-10-09 | 2 | -5/+23 |
* | Minor output formatting for 'netstat -i': | mdodd | 2001-10-09 | 1 | -7/+7 |
* | Update for FILE v3.37. | obrien | 2001-10-08 | 1 | -6/+2 |
* | Clarify foundation of GDR/DDR. | grog | 2001-10-07 | 1 | -1/+1 |
* | Document -depth | obrien | 2001-10-06 | 1 | -0/+13 |
* | Add an entry with my birthday. | keramida | 2001-10-06 | 1 | -0/+1 |
* | Properly static'ize increase_maxtable(). | obrien | 2001-10-05 | 1 | -1/+1 |
* | Fix the output so it really does dynamically resize the table. | obrien | 2001-10-05 | 1 | -14/+44 |
* | Increase the table size by an order of magnitude. | obrien | 2001-10-05 | 1 | -1/+1 |