| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete truss manpage link. We have now a real truss command. | wosch | 1997-12-06 | 1 | -2/+2 |
* | Complain about empty command lines. | sef | 1997-12-06 | 1 | -2/+2 |
* | err(3) already includes strerror(errno) and a trailing \n | peter | 1997-12-06 | 1 | -6/+6 |
* | recognize "FreeBSD ELF" as an executable type | peter | 1997-12-06 | 1 | -2/+3 |
* | #include <unistd.h> to get it to compile | peter | 1997-12-06 | 1 | -1/+2 |
* | Set the close-on-exec flag in the child; otherwise, it eats up a | sef | 1997-12-06 | 1 | -1/+2 |
* | First cut at printing out ioctl names intelligently. Note that this doesn't | sef | 1997-12-06 | 3 | -5/+22 |
* | Add truss to the list of subdirectories. | sef | 1997-12-06 | 1 | -2/+2 |
* | Truss program. Requires procfs. | sef | 1997-12-06 | 12 | -0/+1667 |
* | Const poisoning from ks_shortdesc. | bde | 1997-12-05 | 1 | -2/+2 |
* | Use 'proto <tcp|udp|all>' to select the protocol to display | steve | 1997-12-04 | 2 | -12/+21 |
* | In the "ldd -v" output, display the N_AUX information for each | jdp | 1997-11-28 | 1 | -3/+13 |
* | Sort option list so that -amin works. | steve | 1997-11-28 | 1 | -1/+5 |
* | Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline is | charnier | 1997-11-24 | 1 | -3/+3 |
* | Cleanup: fix a few typos, fit ASCII output onto an 80-column terminal | jraynard | 1997-11-23 | 1 | -16/+16 |
* | Suggest using "-b" or "-t" if the connection is reset (typical symptom | fenner | 1997-11-22 | 1 | -1/+5 |
* | Style fix. | guido | 1997-11-19 | 1 | -5/+7 |
* | Back out revision 1.10. It broke the build of sh, which compiles | jdp | 1997-11-18 | 1 | -4/+5 |
* | Fix: too many arguments for format in call to sprintf(). | jdp | 1997-11-18 | 1 | -1/+1 |
* | Fix: too many arguments for format string in 4 calls to warnx(). | jdp | 1997-11-18 | 1 | -5/+4 |
* | Add missing argument detected by "-Wformat". Make messages more | jdp | 1997-11-18 | 2 | -6/+6 |
* | Add missing arguments detected by "-Wformat". | jdp | 1997-11-18 | 1 | -3/+4 |
* | Make sure you do not get unexpected surprises whena remote file starts with '|'. | guido | 1997-11-17 | 1 | -2/+13 |
* | Note in manpage how extraneous output in initialization scripts | steve | 1997-11-16 | 1 | -2/+17 |
* | style-police got me. :-) | obrien | 1997-11-12 | 1 | -5/+9 |
* | Correct some anomalies in the man page. | steve | 1997-11-11 | 1 | -34/+41 |
* | Add (unsigned) cast to prevent overflow in % | ache | 1997-11-10 | 1 | -2/+2 |
* | Document the ``-o 3'' option. | obrien | 1997-11-09 | 1 | -2/+9 |
* | Need to skip argv[0] when we are named "sum". | obrien | 1997-11-09 | 1 | -1/+2 |
* | When called "sum", it is not documented as accepting any arguments. | obrien | 1997-11-09 | 1 | -23/+23 |
* | If "-l" is given, make sure the target of the link exist. | obrien | 1997-11-08 | 1 | -2/+6 |
* | Add Slovene link | ache | 1997-11-07 | 2 | -4/+4 |
* | Add link to Polish locale | ache | 1997-11-07 | 1 | -2/+2 |
* | Add Polish link | ache | 1997-11-07 | 1 | -2/+2 |
* | Make window(1) honor the LC_CTYPE setting. | joerg | 1997-11-05 | 2 | -4/+31 |
* | Localize it | ache | 1997-11-04 | 3 | -13/+13 |
* | /etc/magic -> /usr/share/misc/magic | steve | 1997-11-04 | 1 | -2/+2 |
* | Add const to copyright string. Hide sccsid string. | charnier | 1997-11-03 | 1 | -4/+6 |
* | Convert to mdoc. | charnier | 1997-11-03 | 1 | -360/+323 |
* | Mdoc'ify man page. | charnier | 1997-11-03 | 3 | -116/+113 |
* | Use err(3). Silent -Wall. | charnier | 1997-11-03 | 8 | -110/+164 |
* | Typo. | wosch | 1997-11-01 | 1 | -2/+2 |
* | Change diags to see what part of url actually parsed, see | ache | 1997-11-01 | 1 | -4/+4 |
* | Balance parentheses around command abbreviations. | jraynard | 1997-11-01 | 1 | -7/+8 |
* | Don't search for ':' port in ?# params part | ache | 1997-10-31 | 1 | -8/+20 |
* | I wonder how I managed to get the krb.h include wrong. Anyway: correct it. | guido | 1997-10-28 | 1 | -2/+2 |
* | 1) Create intermediate directories with 755, not 777 | ache | 1997-10-28 | 1 | -4/+5 |
* | 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf) | ache | 1997-10-27 | 1 | -9/+9 |
* | Add -c option that allows root to specify a login_class. | guido | 1997-10-27 | 2 | -19/+35 |
* | Better wording explaining that all single character options | steve | 1997-10-27 | 1 | -1/+10 |