| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out previous work-around for "vmstat -i" failing on ELF | jdp | 1998-10-28 | 1 | -1/+1 |
* | If we know the content-length, only read that number of bytes from | fenner | 1998-10-26 | 1 | -2/+13 |
* | Add manpage for objformat. This needs major word smithing. | obrien | 1998-10-25 | 2 | -1/+94 |
* | Backout out previous commit. The bug was in the kernel. | bde | 1998-10-25 | 1 | -2/+9 |
* | Work around some variables having N_UNDF types but valid values; this | msmith | 1998-10-24 | 1 | -2/+2 |
* | Use sysctlbyname() to locate the vfs.nfs.nfsstats node. | msmith | 1998-10-24 | 1 | -9/+2 |
* | When invoked as "objformat" to print out the current object format, | jdp | 1998-10-24 | 1 | -0/+4 |
* | Fixed gratuitous unformatting in rev.1.8. | bde | 1998-10-22 | 1 | -1/+2 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -1/+1 |
* | oops, forgot to add his birthday | torstenb | 1998-10-22 | 1 | -1/+2 |
* | Add Jon Postel's birth/death | torstenb | 1998-10-22 | 1 | -2/+2 |
* | Added Microsoft's PE formatted executables for mips, i386 and Alpha. | imp | 1998-10-22 | 1 | -1/+33 |
* | When the "-s" option is given, try to ensure that we restart the | jdp | 1998-10-22 | 2 | -24/+64 |
* | Remove most of the code and replace it with a call to getobjformat(). | jdp | 1998-10-21 | 2 | -116/+14 |
* | Fixed previous commit to actually work. The wrong variable was initialized | bde | 1998-10-21 | 1 | -3/+4 |
* | Behave like zcat if invoked as zcat. We don't install as zcat; this just | msmith | 1998-10-20 | 1 | -2/+5 |
* | Make gcore work for ELF. | jdp | 1998-10-19 | 5 | -99/+625 |
* | PR: 7583 | thepish | 1998-10-18 | 1 | -4/+4 |
* | Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD" | obrien | 1998-10-18 | 2 | -5/+14 |
* | Fixed printf format errors. Assume that uid_t's are representable as | bde | 1998-10-17 | 1 | -2/+2 |
* | Fixed printf format errors. Assume that time_t's are representable as | bde | 1998-10-17 | 1 | -2/+2 |
* | Generate code to interpret ioctl numbers for all ioctls defined in | bde | 1998-10-16 | 1 | -12/+50 |
* | Fix make world breakage from last commit. | jdp | 1998-10-15 | 1 | -2/+2 |
* | atq ignored locale info when printing dates. Is the other call to | mckay | 1998-10-15 | 1 | -1/+5 |
* | Fix a serious bug in make(1)'s handling of archive libraries. | jkoshy | 1998-10-15 | 1 | -2/+2 |
* | Fix formatting bug. | jkoshy | 1998-10-15 | 1 | -1/+3 |
* | Add lstat() as a known system call. | sef | 1998-10-15 | 1 | -1/+3 |
* | Add objformat links for gdb and (while we're at it) c++filt. | peter | 1998-10-15 | 1 | -0/+2 |
* | Check the executable's header to make sure it is a valid executable. | jdp | 1998-10-14 | 2 | -2/+18 |
* | Fixed 7 style bugs. The contents of such a simple Makefile is entirely | bde | 1998-10-14 | 1 | -6/+2 |
* | +gensetdefs | peter | 1998-10-14 | 1 | -1/+2 |
* | gensetdefs is a standalone version of the tool that we use to wrap a | peter | 1998-10-14 | 2 | -0/+378 |
* | One vfork() changed to fork(); one execl() changed to execv(). The | des | 1998-10-13 | 2 | -4/+8 |
* | Missed one in the previous commit. | des | 1998-10-13 | 1 | -3/+3 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 9 | -23/+19 |
* | Fix typos. | jkoshy | 1998-10-13 | 1 | -5/+5 |
* | vfork -> fork. The child calls abort(), which calls stdio. | bde | 1998-10-10 | 1 | -1/+1 |
* | vfork -> fork. This home made popen() had the same bug as the library | bde | 1998-10-10 | 1 | -1/+1 |
* | Fixed gross breakage in previous commit. The malloc sizes for the | bde | 1998-10-10 | 1 | -12/+13 |
* | Removed debugging cruft. | bde | 1998-10-10 | 1 | -1/+0 |
* | Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} and | bde | 1998-10-10 | 2 | -6/+6 |
* | PR: bin/8250 | thepish | 1998-10-10 | 7 | -14/+24 |
* | Add JKH's auth.conf parser to turn on/off Kerberos in userland | markm | 1998-10-09 | 2 | -2/+13 |
* | fread() returns 0 on eof or error, not EOF. This fixes the following | des | 1998-10-09 | 1 | -2/+2 |
* | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | markm | 1998-10-09 | 6 | -8/+24 |
* | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | markm | 1998-10-09 | 4 | -5/+22 |
* | Don't try to print out the signal number that caused core to be | jdp | 1998-10-09 | 1 | -3/+1 |
* | Quiet many compiler warnings. | obrien | 1998-10-08 | 10 | -20/+31 |
* | Use MACHINE_ARCH instead of MACHINE to detect x86 arch. | kato | 1998-10-07 | 1 | -1/+1 |
* | Fix a core-dump situation in ":boot" mode in the vmstat display. | ken | 1998-10-05 | 1 | -2/+2 |