aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add missing ')'..Søren Schmidt1998-07-021-2/+2
* o Be more careful about using sprintf and strcpy.Warner Losh1998-07-022-9/+10
* o typo: will -> withWarner Losh1998-07-021-1/+1
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitWarner Losh1998-07-022-4/+4
* Kill printf accidentally committedWarner Losh1998-07-011-3/+1
* Make sourcer's main program execute in X mode.Warner Losh1998-07-017-61/+49
* Implement int 2f ax=1600, which is, according to the Interrupt List,Warner Losh1998-06-301-1/+5
* Don't assume that time_t is long.Bruce Evans1998-06-292-8/+16
* Don't assume that time_t is long.Bruce Evans1998-06-293-7/+13
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+6
* Fix a few typos.Steve Price1998-06-271-3/+4
* Correct typo: loosing --> losingRobert Nordier1998-06-261-2/+2
* Update vmstat portion of man page to reflect the statistics currentlyGuy Helmer1998-06-251-34/+29
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)Peter Wemm1998-06-232-7/+13
* Minor grammar and punctuation cleanup.Guy Helmer1998-06-231-6/+10
* Make value of SIZE accurate.Dmitrij Tejblum1998-06-211-3/+3
* Create a save TMPDIR using `mktemp -d'.Wolfram Schneider1998-06-181-2/+7
* Remove compile time dependency on ARG_MAX.Joseph Koshy1998-06-171-3/+5
* sprintf -> snprintf to avoid potential buffer overflow.Steve Price1998-06-146-21/+27
* Correct the description of the last four fields.Steve Price1998-06-131-3/+3
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'Peter Wemm1998-06-131-6/+8
* "./strip maybe_stripped" doesn't work too well if maybe_stripped is anPeter Wemm1998-06-121-1/+1
* The doscmd build process and doscmd.kernel loader is very a.out specificPeter Wemm1998-06-121-2/+5
* #include <arpa/inet.h>Peter Wemm1998-06-122-2/+4
* Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionsPeter Wemm1998-06-121-2/+2
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+5
* #include <arpa/inet.h>Peter Wemm1998-06-122-4/+3
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+2
* Local filesystems are ufs not ffsAndrey A. Chernov1998-06-111-2/+2
* Submitted by: Peter Hawkins thepish@freebsd.orgPeter Hawkins1998-06-111-1/+1
* Spelling fixes.Poul-Henning Kamp1998-06-101-1/+1
* fchflags(8) -> fchflags(2)Peter Wemm1998-06-101-3/+3
* sizeof(foo - 1) isn't the same as sizeof(foo) - 1.Warner Losh1998-06-091-3/+3
* Remove unused strvisx.Warner Losh1998-06-091-10/+2
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-096-31/+45
* o Use snprintf rather than sprintf.Warner Losh1998-06-093-11/+12
* Use mkstemp rather than mktemp for yacc's temp files. This change was madeWarner Losh1998-06-091-7/+20
* o Use snprintf rather than sprintfWarner Losh1998-06-098-23/+32
* o Use snprintf over sprintf.Warner Losh1998-06-092-13/+17
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-092-4/+4
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterWarner Losh1998-06-094-9/+9
* Reword to remove confusion between su(1)'s "-c" option and that of the shellJoseph Koshy1998-06-081-9/+16
* PR: docs/5628Peter Hawkins1998-06-061-1/+1
* Fix a bunch of spelling errors.Steve Price1998-06-044-9/+9
* Don't forget to pretend that `make -n -jN' makes the targets that itBruce Evans1998-06-041-1/+2
* Spelling corrections.Joseph Koshy1998-06-031-3/+3
* PR: bin/6828Peter Hawkins1998-06-021-30/+53
* Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn aboutPeter Wemm1998-06-022-10/+25
* Look for kzhead.o and kztail.o in /usr/lib/aout.John Hay1998-06-011-3/+3
* SUBDIR += lddPeter Wemm1998-06-011-2/+2