| Commit message (Expand) | Author | Age | Files | Lines |
* | Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of | bde | 1998-07-31 | 1 | -5/+1 |
* | Fix coredump when two signals are sent in rapid succession. | hoek | 1998-07-31 | 2 | -2/+3 |
* | Don't try to dereference a pointer to freed memory. | des | 1998-07-29 | 1 | -7/+4 |
* | Brucifixion. | des | 1998-07-28 | 2 | -43/+17 |
* | Change doscmd to use i386_set_ioperm() call instead of sysarch(). | jlemon | 1998-07-28 | 1 | -19/+11 |
* | Behave like GNU time. More cleanup. Reword man page. | des | 1998-07-27 | 2 | -24/+18 |
* | Clean up the previous commit. | des | 1998-07-27 | 2 | -35/+45 |
* | Round - not cut - the real cpu time. | wosch | 1998-07-27 | 1 | -2/+3 |
* | fd_set is documented to be a typedef, not a struct. Conform more | imp | 1998-07-26 | 2 | -11/+9 |
* | Use malloc + sprintf rather than asprintf to ensure portability to | imp | 1998-07-26 | 1 | -2/+4 |
* | Fix compilation for the case where neither ioctl(TIOCGWINSZ) | hoek | 1998-07-26 | 1 | -1/+2 |
* | Really delete -# option. | hoek | 1998-07-25 | 1 | -2/+1 |
* | Nuke obsolote and broken -# option. | hoek | 1998-07-25 | 2 | -20/+4 |
* | Keep "-c" (top_scroll) through viewing help. | hoek | 1998-07-25 | 1 | -1/+6 |
* | By default, /usr/bin/time writes its output to stderr. Two options | phk | 1998-07-24 | 2 | -19/+69 |
* | During compilation of a Fortran program f2c/f77 will spew the | phk | 1998-07-24 | 3 | -11/+23 |
* | A bit of PR7278 which belongs here. | phk | 1998-07-22 | 1 | -2/+2 |
* | Fix a couple of little bugs that prevented login.c from compiling | jdp | 1998-07-22 | 1 | -3/+3 |
* | 'remaining' must be declared off_t instead of int to avoid FPE when the size of | jmz | 1998-07-19 | 1 | -4/+5 |
* | o for unknown int21 functions, set the CY bit to indicate failure | imp | 1998-07-17 | 1 | -2/+34 |
* | o remove -f from doscmd man page, as it is not implemented. | imp | 1998-07-16 | 4 | -14/+25 |
* | Revert "POSIX saved uids change". seteuid(2) is not POSIX, and | ghelmer | 1998-07-14 | 1 | -3/+2 |
* | Fix proxy authorization code: | se | 1998-07-12 | 1 | -8/+8 |
* | Recognize long month names in addition to short ones. | des | 1998-07-09 | 1 | -1/+13 |
* | Security and minor functionality changes based on OpenBSD msgs.c: | ghelmer | 1998-07-09 | 1 | -14/+30 |
* | Add a "-k" option, to specify that the lock file should be kept | jdp | 1998-07-08 | 2 | -13/+27 |
* | Use the installed version of mklocale for `make all'. It is now | bde | 1998-07-07 | 1 | -8/+6 |
* | Use the installed version of colldef for `make all'. It is now | bde | 1998-07-07 | 1 | -9/+6 |
* | Previous fix didn't make it past the Bruce filter. Clean up | jkh | 1998-07-07 | 1 | -5/+2 |
* | msgs -p (and maybe other flags, too) gives misleading error messages, | jkh | 1998-07-07 | 1 | -1/+7 |
* | Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). | bde | 1998-07-06 | 5 | -13/+13 |
* | Fixed classic sign extension bug `-(long)sizeof(foo)'. | bde | 1998-07-06 | 1 | -6/+6 |
* | Fixed printf format errors. | bde | 1998-07-06 | 25 | -187/+210 |
* | Fixed type mismatches and style bugs in rev.1.30. | bde | 1998-07-06 | 1 | -8/+6 |
* | Fix bug from last commit: don't SEGV when reading as part of a pipe. | hoek | 1998-07-04 | 1 | -1/+1 |
* | Use '-e' when viewing helpfile. | hoek | 1998-07-03 | 1 | -1/+1 |
* | Prevent recursive help)elp)elping. | hoek | 1998-07-03 | 1 | -1/+5 |
* | Add missing ')'.. | sos | 1998-07-02 | 1 | -2/+2 |
* | o Be more careful about using sprintf and strcpy. | imp | 1998-07-02 | 2 | -9/+10 |
* | o typo: will -> with | imp | 1998-07-02 | 1 | -1/+1 |
* | o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bit | imp | 1998-07-02 | 2 | -4/+4 |
* | Kill printf accidentally committed | imp | 1998-07-01 | 1 | -3/+1 |
* | Make sourcer's main program execute in X mode. | imp | 1998-07-01 | 7 | -61/+49 |
* | Implement int 2f ax=1600, which is, according to the Interrupt List, | imp | 1998-06-30 | 1 | -1/+5 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 2 | -8/+16 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 3 | -7/+13 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+6 |
* | Fix a few typos. | steve | 1998-06-27 | 1 | -3/+4 |
* | Correct typo: loosing --> losing | rnordier | 1998-06-26 | 1 | -2/+2 |
* | Update vmstat portion of man page to reflect the statistics currently | ghelmer | 1998-06-25 | 1 | -34/+29 |