aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* lorder is needed on the alpha tooGary Palmer1998-08-171-4/+4
* Remove hardcoded constant in favour of login.conf value.Joseph Koshy1998-08-171-2/+2
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-152-2/+198
* Remove half the file, somehow it got doubled...Poul-Henning Kamp1998-08-151-168/+1
* Removed explict PATH which tended to cause the *wrong* path to be usedJohn Birrell1998-08-151-12/+5
* /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++,Poul-Henning Kamp1998-08-142-3/+3
* Submitted by: Peter Hawkins <thepish@freebsd.org>Peter Hawkins1998-08-141-5/+9
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>Peter Hawkins1998-08-143-4/+13
* Merge from stable: support for the o, order, commandWolfram Schneider1998-08-122-30/+178
* PR: 7522Peter Hawkins1998-08-101-1/+1
* I have been running with these locale data for a while now andPoul-Henning Kamp1998-08-103-4/+339
* Don't ignore symbols containing "$". C++ destructors and otherJohn Polstra1998-08-081-4/+3
* Year is sometimes set to -1 when assign_date() is called. Check for -1Alexander Langer1998-08-081-2/+2
* Make netstat work again.Poul-Henning Kamp1998-08-082-10/+20
* add Hungarian clooateAndrey A. Chernov1998-08-071-2/+2
* add Hungarian ctypeAndrey A. Chernov1998-08-071-2/+2
* fix 8bit clean issueAndrey A. Chernov1998-08-071-5/+5
* This PR contains additional magic for file(1) describingPoul-Henning Kamp1998-08-071-0/+50
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-065-6/+8
* Don't open /dev/mem until we need it, most cases we don't.Poul-Henning Kamp1998-08-051-26/+25
* Use <signal.h> instead of <sys/signal.h>.Doug Rabson1998-08-055-5/+5
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.Dag-Erling Smørgrav1998-08-041-1/+4
* Ignore (effectively) SIGTSTP if we're already in the process of tstoping.Tim Vanderhoek1998-08-031-0/+1
* Fixed printf format errors.Bruce Evans1998-08-025-17/+19
* Backed out rev.1.31. It was a workaround for bugs in rev.1.4 ofBruce Evans1998-07-311-5/+1
* Fix coredump when two signals are sent in rapid succession.Tim Vanderhoek1998-07-312-2/+3
* Don't try to dereference a pointer to freed memory.Dag-Erling Smørgrav1998-07-291-7/+4
* Brucifixion.Dag-Erling Smørgrav1998-07-282-43/+17
* Change doscmd to use i386_set_ioperm() call instead of sysarch().Jonathan Lemon1998-07-281-19/+11
* Behave like GNU time. More cleanup. Reword man page.Dag-Erling Smørgrav1998-07-272-24/+18
* Clean up the previous commit.Dag-Erling Smørgrav1998-07-272-35/+45
* Round - not cut - the real cpu time.Wolfram Schneider1998-07-271-2/+3
* fd_set is documented to be a typedef, not a struct. Conform moreWarner Losh1998-07-262-11/+9
* Use malloc + sprintf rather than asprintf to ensure portability toWarner Losh1998-07-261-2/+4
* Fix compilation for the case where neither ioctl(TIOCGWINSZ)Tim Vanderhoek1998-07-261-1/+2
* Really delete -# option.Tim Vanderhoek1998-07-251-2/+1
* Nuke obsolote and broken -# option.Tim Vanderhoek1998-07-252-20/+4
* Keep "-c" (top_scroll) through viewing help.Tim Vanderhoek1998-07-251-1/+6
* By default, /usr/bin/time writes its output to stderr. Two optionsPoul-Henning Kamp1998-07-242-19/+69
* During compilation of a Fortran program f2c/f77 will spew thePoul-Henning Kamp1998-07-243-11/+23
* A bit of PR7278 which belongs here.Poul-Henning Kamp1998-07-221-2/+2
* Fix a couple of little bugs that prevented login.c from compilingJohn Polstra1998-07-221-3/+3
* 'remaining' must be declared off_t instead of int to avoid FPE when the size ofJean-Marc Zucconi1998-07-191-4/+5
* o for unknown int21 functions, set the CY bit to indicate failureWarner Losh1998-07-171-2/+34
* o remove -f from doscmd man page, as it is not implemented.Warner Losh1998-07-164-14/+25
* Revert "POSIX saved uids change". seteuid(2) is not POSIX, andGuy Helmer1998-07-141-3/+2
* Fix proxy authorization code:Stefan Eßer1998-07-121-8/+8
* Recognize long month names in addition to short ones.Dag-Erling Smørgrav1998-07-091-1/+13
* Security and minor functionality changes based on OpenBSD msgs.c:Guy Helmer1998-07-091-14/+30
* Add a "-k" option, to specify that the lock file should be keptJohn Polstra1998-07-082-13/+27