| Commit message (Expand) | Author | Age | Files | Lines |
* | Show dirty buffers and the percentage of time a disk was busy. | des | 1999-07-30 | 2 | -14/+37 |
* | Only output `rcsid' (set to our Id string) into the resulting parser file. | obrien | 1999-07-30 | 1 | -4/+2 |
* | Fix improper mmap length paramater which can result in improper behavior | green | 1999-07-29 | 1 | -7/+9 |
* | Allow comments and blank lines as advertised in passwd(5). | sheldonh | 1999-07-29 | 3 | -3/+14 |
* | Follow the directions in the comments and add our Id string to the output | obrien | 1999-07-29 | 1 | -1/+2 |
* | Check that user supplied the required argument; and if not, show usage(). | obrien | 1999-07-29 | 1 | -0/+5 |
* | * Don't assume realloc() can take NULL as first arg. Yacc needs to | obrien | 1999-07-29 | 1 | -3/+11 |
* | YYRECOVERING(), not YYRECOVERING. | obrien | 1999-07-29 | 1 | -2/+2 |
* | Add support for Bison's "%expect <int>" directive. | obrien | 1999-07-29 | 3 | -7/+65 |
* | New w ability: you can list multiple users on the command line and it will | green | 1999-07-28 | 2 | -51/+52 |
* | This covers the previous version, since a null commit message was accidentally | green | 1999-07-27 | 2 | -2/+2 |
* | *** empty log message *** | green | 1999-07-26 | 2 | -8/+22 |
* | Convert interrupt count from signed to unsigned and the total | n_hibma | 1999-07-26 | 1 | -4/+6 |
* | Apply suggested patch- seems reasonable. | mjacob | 1999-07-24 | 2 | -5/+29 |
* | Correct a typo (22th -> 22nd) | n_hibma | 1999-07-24 | 1 | -33/+34 |
* | Regenerate to match changes made in the embedded yacc parser. | hoek | 1999-07-23 | 1 | -28/+70 |
* | Regenerate this file. This fixes a y2k bogon. As an unintentional side-effect, | hoek | 1999-07-23 | 1 | -33/+75 |
* | Don't dump core for a known, documented bug. | sheldonh | 1999-07-22 | 1 | -1/+21 |
* | Improve printf(3) conversion specifier parsing so that silly formats | sheldonh | 1999-07-22 | 2 | -19/+97 |
* | Vastly improve the speed of the file command by making | wes | 1999-07-22 | 2 | -6/+7 |
* | Document the "skey" command in telnet(1). | nik | 1999-07-19 | 1 | -1/+5 |
* | Add braces to appease the egcs -Wall mom. | jdp | 1999-07-17 | 2 | -4/+6 |
* | Make gcore work again. It was broken by a format change in the | jdp | 1999-07-17 | 1 | -2/+2 |
* | Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS. | bde | 1999-07-17 | 1 | -1/+9 |
* | Enable gprof on alpha. | simokawa | 1999-07-16 | 5 | -6/+64 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 107 | -0/+113 |
* | Break lines to be < 80 chars. This has been done only to that file in | cracauer | 1999-07-07 | 1 | -16/+25 |
* | Per requests from the community, commit rudimentary cross compilation | imp | 1999-07-07 | 1 | -2/+2 |
* | Use -finet option to netstat(1), and don't discard anything. | des | 1999-07-06 | 2 | -11/+10 |
* | Don't truncate port numbers. | des | 1999-07-06 | 1 | -9/+5 |
* | Update to new struct sigcontext after SA_SIGINFO changes | cracauer | 1999-07-06 | 4 | -18/+20 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 19 | -41/+62 |
* | Don't ignore weak symbols. | dt | 1999-07-03 | 1 | -1/+0 |
* | Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" rather | des | 1999-07-03 | 2 | -7/+8 |
* | Remove unused variable. | billf | 1999-07-02 | 1 | -2/+1 |
* | Add braces to avoid ambigious else. | billf | 1999-07-02 | 1 | -1/+2 |
* | o use getprotobynumber(3) instead of hardcoded protocol names. | ru | 1999-07-02 | 2 | -27/+15 |
* | Actually fixed ambiguous else. The previous revision had no effect. | bde | 1999-07-02 | 1 | -4/+4 |
* | "transfered" -> "transferred" | green | 1999-07-02 | 2 | -4/+4 |
* | Fix ambigious else. | billf | 1999-07-01 | 1 | -2/+3 |
* | Document that FTP_PASSIVE_MODE should be explicitly | ru | 1999-07-01 | 1 | -2/+4 |
* | (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior. | billf | 1999-07-01 | 1 | -3/+6 |
* | retreived -> retrieved | kris | 1999-06-30 | 1 | -3/+3 |
* | Decode all currently supported values of the ptrace `request' arg. | bde | 1999-06-26 | 1 | -3/+20 |
* | Make a reference to rtprio, which will definatly be of interest to someone | billf | 1999-06-25 | 2 | -3/+6 |
* | - add "-s src_addr" option to allow setting of the source IP address; | ru | 1999-06-25 | 7 | -75/+108 |
* | Don't add '?' to getopt's options. | imp | 1999-06-24 | 1 | -1/+1 |
* | Some man page cleanup. Make the NAME and SYNOPSIS sections agree so | mpp | 1999-06-24 | 4 | -10/+22 |
* | Add the 'reset' command to the NAME section. | mpp | 1999-06-24 | 1 | -1/+2 |
* | Add a messy example of how to get debug-mode error messages written to | sheldonh | 1999-06-23 | 1 | -1/+11 |