summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn aboutpeter1998-06-022-10/+25
* Look for kzhead.o and kztail.o in /usr/lib/aout.jhay1998-06-011-3/+3
* SUBDIR += lddpeter1998-06-011-2/+2
* ldd standalone build, after repository copy.peter1998-06-011-2/+1
* Trim a domain part for wtmp as same as showed by "netstat -r".amurai1998-06-011-1/+5
* Fixed double slashes in pathnames.bde1998-05-311-3/+3
* objformat is part of the i386 mid life identity crisis. On alpha, thingsjb1998-05-311-5/+4
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-3/+3
* Reviewed by: Peter Hawkins <thepish@FreeBSD.org>danny1998-05-282-18/+47
* Correctly display the interrupt counts.jhay1998-05-271-1/+6
* Convert to more canonical format.. It seems that both Soren and I werepeter1998-05-271-8/+8
* Compile & use objformat as it was intended to, I have no idea whysos1998-05-272-18/+11
* ELF preparation step 2:sos1998-05-262-11/+11
* Get owner/group/modes rightsos1998-05-261-9/+11
* Oops, remember CFLAGS...sos1998-05-261-8/+6
* PR: 1904danny1998-05-261-1/+6
* "EOF of file..." is written to stderr and not stdout.steve1998-05-261-2/+2
* ELF preparation step 1:sos1998-05-257-4/+10
* Only compile on install.sos1998-05-251-0/+3
OpenPOWER on IntegriCloud