| Commit message (Expand) | Author | Age | Files | Lines |
* | lorder is needed on the alpha too | Gary Palmer | 1998-08-17 | 1 | -4/+4 |
* | Remove hardcoded constant in favour of login.conf value. | Joseph Koshy | 1998-08-17 | 1 | -2/+2 |
* | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | Poul-Henning Kamp | 1998-08-15 | 2 | -2/+198 |
* | Remove half the file, somehow it got doubled... | Poul-Henning Kamp | 1998-08-15 | 1 | -168/+1 |
* | Removed explict PATH which tended to cause the *wrong* path to be used | John Birrell | 1998-08-15 | 1 | -12/+5 |
* | /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++, | Poul-Henning Kamp | 1998-08-14 | 2 | -3/+3 |
* | Submitted by: Peter Hawkins <thepish@freebsd.org> | Peter Hawkins | 1998-08-14 | 1 | -5/+9 |
* | Submitted by: Peter Hawkins <thepish@FreeBSD.org> | Peter Hawkins | 1998-08-14 | 3 | -4/+13 |
* | Merge from stable: support for the o, order, command | Wolfram Schneider | 1998-08-12 | 2 | -30/+178 |
* | PR: 7522 | Peter Hawkins | 1998-08-10 | 1 | -1/+1 |
* | I have been running with these locale data for a while now and | Poul-Henning Kamp | 1998-08-10 | 3 | -4/+339 |
* | Don't ignore symbols containing "$". C++ destructors and other | John Polstra | 1998-08-08 | 1 | -4/+3 |
* | Year is sometimes set to -1 when assign_date() is called. Check for -1 | Alexander Langer | 1998-08-08 | 1 | -2/+2 |
* | Make netstat work again. | Poul-Henning Kamp | 1998-08-08 | 2 | -10/+20 |
* | add Hungarian clooate | Andrey A. Chernov | 1998-08-07 | 1 | -2/+2 |
* | add Hungarian ctype | Andrey A. Chernov | 1998-08-07 | 1 | -2/+2 |
* | fix 8bit clean issue | Andrey A. Chernov | 1998-08-07 | 1 | -5/+5 |
* | This PR contains additional magic for file(1) describing | Poul-Henning Kamp | 1998-08-07 | 1 | -0/+50 |
* | Fix LIBDIR (for aout/ELF). | Mark Murray | 1998-08-06 | 5 | -6/+8 |
* | Don't open /dev/mem until we need it, most cases we don't. | Poul-Henning Kamp | 1998-08-05 | 1 | -26/+25 |
* | Use <signal.h> instead of <sys/signal.h>. | Doug Rabson | 1998-08-05 | 5 | -5/+5 |
* | Add -t option ('t' in interactive mode) to make top(1) ignore itself. | Dag-Erling Smørgrav | 1998-08-04 | 1 | -1/+4 |
* | Ignore (effectively) SIGTSTP if we're already in the process of tstoping. | Tim Vanderhoek | 1998-08-03 | 1 | -0/+1 |
* | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 5 | -17/+19 |
* | Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of | Bruce Evans | 1998-07-31 | 1 | -5/+1 |
* | Fix coredump when two signals are sent in rapid succession. | Tim Vanderhoek | 1998-07-31 | 2 | -2/+3 |
* | Don't try to dereference a pointer to freed memory. | Dag-Erling Smørgrav | 1998-07-29 | 1 | -7/+4 |
* | Brucifixion. | Dag-Erling Smørgrav | 1998-07-28 | 2 | -43/+17 |
* | Change doscmd to use i386_set_ioperm() call instead of sysarch(). | Jonathan Lemon | 1998-07-28 | 1 | -19/+11 |
* | Behave like GNU time. More cleanup. Reword man page. | Dag-Erling Smørgrav | 1998-07-27 | 2 | -24/+18 |
* | Clean up the previous commit. | Dag-Erling Smørgrav | 1998-07-27 | 2 | -35/+45 |
* | Round - not cut - the real cpu time. | Wolfram Schneider | 1998-07-27 | 1 | -2/+3 |
* | fd_set is documented to be a typedef, not a struct. Conform more | Warner Losh | 1998-07-26 | 2 | -11/+9 |
* | Use malloc + sprintf rather than asprintf to ensure portability to | Warner Losh | 1998-07-26 | 1 | -2/+4 |
* | Fix compilation for the case where neither ioctl(TIOCGWINSZ) | Tim Vanderhoek | 1998-07-26 | 1 | -1/+2 |
* | Really delete -# option. | Tim Vanderhoek | 1998-07-25 | 1 | -2/+1 |
* | Nuke obsolote and broken -# option. | Tim Vanderhoek | 1998-07-25 | 2 | -20/+4 |
* | Keep "-c" (top_scroll) through viewing help. | Tim Vanderhoek | 1998-07-25 | 1 | -1/+6 |
* | By default, /usr/bin/time writes its output to stderr. Two options | Poul-Henning Kamp | 1998-07-24 | 2 | -19/+69 |
* | During compilation of a Fortran program f2c/f77 will spew the | Poul-Henning Kamp | 1998-07-24 | 3 | -11/+23 |
* | A bit of PR7278 which belongs here. | Poul-Henning Kamp | 1998-07-22 | 1 | -2/+2 |
* | Fix a couple of little bugs that prevented login.c from compiling | John Polstra | 1998-07-22 | 1 | -3/+3 |
* | 'remaining' must be declared off_t instead of int to avoid FPE when the size of | Jean-Marc Zucconi | 1998-07-19 | 1 | -4/+5 |
* | o for unknown int21 functions, set the CY bit to indicate failure | Warner Losh | 1998-07-17 | 1 | -2/+34 |
* | o remove -f from doscmd man page, as it is not implemented. | Warner Losh | 1998-07-16 | 4 | -14/+25 |
* | Revert "POSIX saved uids change". seteuid(2) is not POSIX, and | Guy Helmer | 1998-07-14 | 1 | -3/+2 |
* | Fix proxy authorization code: | Stefan Eßer | 1998-07-12 | 1 | -8/+8 |
* | Recognize long month names in addition to short ones. | Dag-Erling Smørgrav | 1998-07-09 | 1 | -1/+13 |
* | Security and minor functionality changes based on OpenBSD msgs.c: | Guy Helmer | 1998-07-09 | 1 | -14/+30 |
* | Add a "-k" option, to specify that the lock file should be kept | John Polstra | 1998-07-08 | 2 | -13/+27 |