summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix a serious bug in make(1)'s handling of archive libraries.jkoshy1998-10-151-2/+2
* Fix formatting bug.jkoshy1998-10-151-1/+3
* Add lstat() as a known system call.sef1998-10-151-1/+3
* Add objformat links for gdb and (while we're at it) c++filt.peter1998-10-151-0/+2
* Check the executable's header to make sure it is a valid executable.jdp1998-10-142-2/+18
* Fixed 7 style bugs. The contents of such a simple Makefile is entirelybde1998-10-141-6/+2
* +gensetdefspeter1998-10-141-1/+2
* gensetdefs is a standalone version of the tool that we use to wrap apeter1998-10-142-0/+378
* One vfork() changed to fork(); one execl() changed to execv(). Thedes1998-10-132-4/+8
* Missed one in the previous commit.des1998-10-131-3/+3
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-139-23/+19
* Fix typos.jkoshy1998-10-131-5/+5
* vfork -> fork. The child calls abort(), which calls stdio.bde1998-10-101-1/+1
* vfork -> fork. This home made popen() had the same bug as the librarybde1998-10-101-1/+1
* Fixed gross breakage in previous commit. The malloc sizes for thebde1998-10-101-12/+13
* Removed debugging cruft.bde1998-10-101-1/+0
* Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} andbde1998-10-102-6/+6
* PR: bin/8250thepish1998-10-107-14/+24
* Add JKH's auth.conf parser to turn on/off Kerberos in userlandmarkm1998-10-092-2/+13
* fread() returns 0 on eof or error, not EOF. This fixes the followingdes1998-10-091-2/+2
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-096-8/+24
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-094-5/+22
* Don't try to print out the signal number that caused core to bejdp1998-10-091-3/+1
* Quiet many compiler warnings.obrien1998-10-0810-20/+31
* Use MACHINE_ARCH instead of MACHINE to detect x86 arch.kato1998-10-071-1/+1
* Fix a core-dump situation in ":boot" mode in the vmstat display.ken1998-10-051-2/+2
* Also look in /usr/src/contrib.obrien1998-10-041-3/+3
* Make it compile -Wall cleanly.sef1998-10-031-2/+3
* Move truss from i386-specific to always-build.sef1998-10-031-2/+2
* Some 64bit portability fixes.dfr1998-10-032-5/+8
* mt now builds on the alpha.dfr1998-10-031-2/+2
* Don't bother trying to support Wangtek tapes on the alpha.dfr1998-10-031-2/+4
* Fix "file" so that it prints the program names from core filesjdp1998-10-031-12/+16
* Alpha support for truss. I tested this on both bento and beast (thanks,sef1998-10-033-3/+351
* Use `lpr' vs. `lp' to printobrien1998-10-011-8/+8
* Backed out "fix for PR 7575". It was bogus.dt1998-10-012-2/+2
* Mention default time between output flushes in manual page.jkoshy1998-09-291-2/+3
* include <pthread.h>obrien1998-09-252-2/+6
* Take doscmd back out - it relies on installed X components to build (!).jkh1998-09-251-2/+1
* Fixed disorder and long lines.bde1998-09-241-9/+10
* Enable elf build for doscmd.luoqi1998-09-241-5/+3
* ELFize. In fact, doscmd is ELF natural -- there is no need for a loaderluoqi1998-09-242-3/+27
* Terminate our output string correctly if we've gotbrian1998-09-221-1/+2
* Makefile.inc was conditionally setting vars already set by bsd.own.mkobrien1998-09-212-5/+8
* Fix bad option processing.roberto1998-09-211-7/+4
* Install using ${INSTALL}, not using `install'.bde1998-09-201-2/+2
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-203-8/+12
* Add -S flag; this is benign since fetch's behavior is unchanged if youjkh1998-09-205-8/+55
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-1913-22/+8
* Fix the following bugs:des1998-09-191-19/+27
OpenPOWER on IntegriCloud