| Commit message (Expand) | Author | Age | Files | Lines |
* | Reenable fstat for alpha. | dima | 1998-11-09 | 1 | -2/+2 |
* | Reenable systat/vmstat for alpha. | dima | 1998-11-09 | 1 | -4/+4 |
* | Do a better job of determining if we were called as uptime(1). | steve | 1998-11-09 | 1 | -5/+2 |
* | main.c: | des | 1998-11-08 | 2 | -12/+13 |
* | dig, dnsquery & host seem to work on the alpha now | gpalmer | 1998-11-08 | 1 | -4/+4 |
* | Add missing '\n'; remove redundant 'h' case in getopt switch. | rnordier | 1998-11-05 | 1 | -2/+1 |
* | Add -c option to usage string. | rnordier | 1998-11-05 | 1 | -1/+1 |
* | Include `enigma' into the list of usr.bin programs. | joerg | 1998-11-02 | 1 | -1/+2 |
* | Fix errors detected by -Wformat. | jdp | 1998-11-01 | 3 | -6/+7 |
* | Link objformat statically by default. This makes it possible to | jdp | 1998-11-01 | 1 | -0/+1 |
* | Fix some of the more blatant bugs in the original code, provide a | joerg | 1998-10-30 | 3 | -33/+156 |
* | This commit was generated by cvs2svn to compensate for changes in r40767, | joerg | 1998-10-30 | 2 | -0/+182 |
|\ |
|
| * | This is enigma, aka. crypt(1). It has suppsedly been taken from | joerg | 1998-10-30 | 2 | -0/+182 |
* | Rename a function name so that it doesn't conflict with a future system call. | dg | 1998-10-30 | 3 | -6/+6 |
* | 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 |