summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix bug from last commit: don't SEGV when reading as part of a pipe.hoek1998-07-041-1/+1
* Use '-e' when viewing helpfile.hoek1998-07-031-1/+1
* Prevent recursive help)elp)elping.hoek1998-07-031-1/+5
* Add missing ')'..sos1998-07-021-2/+2
* o Be more careful about using sprintf and strcpy.imp1998-07-022-9/+10
* o typo: will -> withimp1998-07-021-1/+1
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitimp1998-07-022-4/+4
* Kill printf accidentally committedimp1998-07-011-3/+1
* Make sourcer's main program execute in X mode.imp1998-07-017-61/+49
* Implement int 2f ax=1600, which is, according to the Interrupt List,imp1998-06-301-1/+5
* Don't assume that time_t is long.bde1998-06-292-8/+16
* Don't assume that time_t is long.bde1998-06-293-7/+13
* Don't assume that time_t is long.bde1998-06-291-2/+6
* Fix a few typos.steve1998-06-271-3/+4
* Correct typo: loosing --> losingrnordier1998-06-261-2/+2
* Update vmstat portion of man page to reflect the statistics currentlyghelmer1998-06-251-34/+29
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)peter1998-06-232-7/+13
* Minor grammar and punctuation cleanup.ghelmer1998-06-231-6/+10
* Make value of SIZE accurate.dt1998-06-211-3/+3
* Create a save TMPDIR using `mktemp -d'.wosch1998-06-181-2/+7
* Remove compile time dependency on ARG_MAX.jkoshy1998-06-171-3/+5
* sprintf -> snprintf to avoid potential buffer overflow.steve1998-06-146-21/+27
* Correct the description of the last four fields.steve1998-06-131-3/+3
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'peter1998-06-131-6/+8
* "./strip maybe_stripped" doesn't work too well if maybe_stripped is anpeter1998-06-121-1/+1
* The doscmd build process and doscmd.kernel loader is very a.out specificpeter1998-06-121-2/+5
* #include <arpa/inet.h>peter1998-06-122-2/+4
* Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionspeter1998-06-121-2/+2
* #include <arpa/inet.h>peter1998-06-121-3/+5
* #include <arpa/inet.h>peter1998-06-122-4/+3
* #include <arpa/inet.h>peter1998-06-121-3/+2
* Local filesystems are ufs not ffsache1998-06-111-2/+2
* Submitted by: Peter Hawkins thepish@freebsd.orgthepish1998-06-111-1/+1
* Spelling fixes.phk1998-06-101-1/+1
* fchflags(8) -> fchflags(2)peter1998-06-101-3/+3
* sizeof(foo - 1) isn't the same as sizeof(foo) - 1.imp1998-06-091-3/+3
* Remove unused strvisx.imp1998-06-091-10/+2
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-096-31/+45
* o Use snprintf rather than sprintf.imp1998-06-093-11/+12
* Use mkstemp rather than mktemp for yacc's temp files. This change was madeimp1998-06-091-7/+20
* o Use snprintf rather than sprintfimp1998-06-098-23/+32
* o Use snprintf over sprintf.imp1998-06-092-13/+17
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-092-4/+4
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-094-9/+9
* Reword to remove confusion between su(1)'s "-c" option and that of the shelljkoshy1998-06-081-9/+16
* PR: docs/5628thepish1998-06-061-1/+1
* Fix a bunch of spelling errors.steve1998-06-044-9/+9
* Don't forget to pretend that `make -n -jN' makes the targets that itbde1998-06-041-1/+2
* Spelling corrections.jkoshy1998-06-031-3/+3
* PR: bin/6828thepish1998-06-021-30/+53
OpenPOWER on IntegriCloud