| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document ${VPATH} and that it _should_not_ be used in any new Makefiles. | chris | 1999-08-11 | 1 | -1/+16 |
* | Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01). | des | 1999-08-10 | 2 | -3/+24 |
* | Remove f2c as its libraries were tossed last April, and f2c has been replaced | obrien | 1999-08-08 | 54 | -31525/+0 |
* | Fix integer overflow for files containing more than 4GB by using | sheldonh | 1999-08-06 | 1 | -15/+16 |
* | Add access(2) to the list of recognized syscalls. | des | 1999-08-05 | 1 | -1/+2 |
* | Richard the Lionheart was crowned on 3rd September 1189, not the 27th | nik | 1999-08-01 | 1 | -2/+2 |
* | Add a -E flag, similar to -e (overide variables from environment) except | hoek | 1999-07-31 | 4 | -14/+47 |
* | Print an error message on illegal numerical arguments. | hoek | 1999-07-31 | 1 | -5/+20 |
* | When printing an error message after command execution fails, don't assume | hoek | 1999-07-31 | 1 | -2/+4 |
* | Reflect the change from the /etc/weekly to /etc/periodic/weekly/*. | nik | 1999-07-30 | 2 | -12/+22 |
* | Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19 | obrien | 1999-07-30 | 1 | -1/+1 |
* | Hyphens are not legal characters in a C identifier. | des | 1999-07-30 | 1 | -1/+1 |
* | Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[] | hoek | 1999-07-30 | 1 | -2/+2 |
* | Don't output rcsid into the output parser. It may have already been | hoek | 1999-07-30 | 1 | -2/+2 |
* | 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 |