summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* If we know the content-length, only read that number of bytes fromfenner1998-10-261-2/+13
* Add manpage for objformat. This needs major word smithing.obrien1998-10-252-1/+94
* Backout out previous commit. The bug was in the kernel.bde1998-10-251-2/+9
* Work around some variables having N_UNDF types but valid values; thismsmith1998-10-241-2/+2
* Use sysctlbyname() to locate the vfs.nfs.nfsstats node.msmith1998-10-241-9/+2
* When invoked as "objformat" to print out the current object format,jdp1998-10-241-0/+4
* Fixed gratuitous unformatting in rev.1.8.bde1998-10-221-1/+2
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-1/+1
* oops, forgot to add his birthdaytorstenb1998-10-221-1/+2
* Add Jon Postel's birth/deathtorstenb1998-10-221-2/+2
* Added Microsoft's PE formatted executables for mips, i386 and Alpha.imp1998-10-221-1/+33
* When the "-s" option is given, try to ensure that we restart thejdp1998-10-222-24/+64
* Remove most of the code and replace it with a call to getobjformat().jdp1998-10-212-116/+14
* Fixed previous commit to actually work. The wrong variable was initializedbde1998-10-211-3/+4
* Behave like zcat if invoked as zcat. We don't install as zcat; this justmsmith1998-10-201-2/+5
* Make gcore work for ELF.jdp1998-10-195-99/+625
* PR: 7583thepish1998-10-181-4/+4
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"obrien1998-10-182-5/+14
* Fixed printf format errors. Assume that uid_t's are representable asbde1998-10-171-2/+2
* Fixed printf format errors. Assume that time_t's are representable asbde1998-10-171-2/+2
* Generate code to interpret ioctl numbers for all ioctls defined inbde1998-10-161-12/+50
* Fix make world breakage from last commit.jdp1998-10-151-2/+2
* atq ignored locale info when printing dates. Is the other call tomckay1998-10-151-1/+5
* 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
OpenPOWER on IntegriCloud