summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy authorization code:se1998-07-121-8/+8
* Recognize long month names in addition to short ones.des1998-07-091-1/+13
* Security and minor functionality changes based on OpenBSD msgs.c:ghelmer1998-07-091-14/+30
* Add a "-k" option, to specify that the lock file should be keptjdp1998-07-082-13/+27
* Use the installed version of mklocale for `make all'. It is nowbde1998-07-071-8/+6
* Use the installed version of colldef for `make all'. It is nowbde1998-07-071-9/+6
* Previous fix didn't make it past the Bruce filter. Clean upjkh1998-07-071-5/+2
* msgs -p (and maybe other flags, too) gives misleading error messages,jkh1998-07-071-1/+7
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).bde1998-07-065-13/+13
* Fixed classic sign extension bug `-(long)sizeof(foo)'.bde1998-07-061-6/+6
* Fixed printf format errors.bde1998-07-0625-187/+210
* Fixed type mismatches and style bugs in rev.1.30.bde1998-07-061-8/+6
* 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
OpenPOWER on IntegriCloud