| Commit message (Expand) | Author | Age | Files | Lines |
* | make minimum column size for interrupt name be the heading (depends upon | jmg | 2003-11-09 | 1 | -1/+1 |
* | Port truss(1) to 64-bit architectures: | marcel | 2003-11-09 | 11 | -113/+84 |
* | fix an overflow bug when scanning for length of names that I introduced in | jmg | 2003-11-08 | 1 | -6/+6 |
* | Add GB2312 to the list of supported encodings. Cross-reference gb2312(5). | tjr | 2003-11-08 | 1 | -1/+4 |
* | Add gb2312 encoding. | davidxu | 2003-11-05 | 1 | -0/+1 |
* | Add r_earth, r_moon, r_sun, representing the terrestrial, lunar, and | mph | 2003-11-05 | 1 | -0/+3 |
* | Fix the case where the file is not in the current directory. | des | 2003-11-04 | 1 | -1/+2 |
* | Be sure to restore foreground group to parent su before parent su | davidxu | 2003-11-04 | 1 | -1/+2 |
* | Reimplement in-place editing in a slightly less disgusting manner. Also, | des | 2003-11-04 | 3 | -91/+84 |
* | Whitespace cleanup | des | 2003-11-04 | 2 | -21/+21 |
* | ANSIfy | des | 2003-11-04 | 4 | -78/+33 |
* | Correct style bugs in the in-place editing code. | des | 2003-11-04 | 1 | -2/+2 |
* | It seems when su executes in a shell scripts, there is a timing race, | davidxu | 2003-11-03 | 1 | -0/+2 |
* | Build lint(1) on ia64. | marcel | 2003-11-03 | 1 | -6/+1 |
* | The size of a long double is 16 bytes, not 12 bytes. | marcel | 2003-11-03 | 1 | -1/+1 |
* | Change the buffer length test in NEEDSP() so that it does not | tjr | 2003-11-02 | 1 | -1/+2 |
* | Removed (after the env(1)/printenv(1) split) extraneous arguments | ru | 2003-11-02 | 1 | -9/+9 |
* | Copy cur's snap_time to last when refreshing statistics. Fixes problem | tjr | 2003-11-01 | 1 | -0/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 2 | -19/+8 |
* | Attached is a small patch to ministat that separates the | phk | 2003-10-31 | 2 | -19/+48 |
* | Rename logf --> chat_logf to avoid naming conflicts | kientzle | 2003-10-31 | 2 | -30/+29 |
* | Replace -fno-builtin-logf with a -D argument to change the function name. | peter | 2003-10-30 | 1 | -1/+1 |
* | Cosmetic fix on some TIME related columns. | iwasaki | 2003-10-30 | 1 | -6/+6 |
* | Use (char *)NULL to terminated to argument list for execl(). | harti | 2003-10-30 | 1 | -1/+1 |
* | Remove MD bits for unsupported architectures. | tjr | 2003-10-30 | 12 | -1238/+1 |
* | Disclaim ownership of pppd/chat. It is vendor code, but has been badly | peter | 2003-10-29 | 1 | -3/+3 |
* | Build the NgATM user space SSCOP tool (unless NOATM is defined). | harti | 2003-10-29 | 4 | -0/+28 |
* | take mux's fix to the next level, scan the names and make the field larger | jmg | 2003-10-28 | 1 | -4/+15 |
* | Fix truss so that it doesn't abort/exit when a syscall has been given | marcel | 2003-10-27 | 1 | -0/+5 |
* | Fix up warnings. There were some biggies here. There seems to be two | peter | 2003-10-26 | 1 | -13/+13 |
* | Stop gcc warnings | peter | 2003-10-26 | 2 | -2/+2 |
* | Fix a warning that showed up on 64 bit systems. It was actually a real | peter | 2003-10-26 | 1 | -1/+1 |
* | Fix warning about cgetent() argument. | peter | 2003-10-26 | 1 | -1/+1 |
* | More xdrproc_t issues. | peter | 2003-10-26 | 1 | -4/+4 |
* | More xdrproc_t warnings. | peter | 2003-10-26 | 3 | -10/+14 |
* | The math function logf() probably isn't doing us much good for logging | peter | 2003-10-26 | 1 | -0/+1 |
* | Move the -Wtraditional warning from the global cpp flags to when the -p | peter | 2003-10-26 | 1 | -2/+1 |
* | Add coup d'état in Chile, 1973. | grog | 2003-10-26 | 1 | -0/+1 |
* | Add end and start dates for DST. | grog | 2003-10-26 | 1 | -0/+3 |
* | Use 'k' as suffix for Kilo | phk | 2003-10-24 | 1 | -1/+1 |
* | Print the correct ICMP statistics for "no return routes". | ru | 2003-10-23 | 1 | -1/+1 |
* | Add myself. | sergei | 2003-10-21 | 1 | -0/+1 |
* | When a numeric field overflows its width, try formatting the number in | phk | 2003-10-20 | 2 | -6/+5 |
* | Fix broken su -m behaviour : | cognet | 2003-10-19 | 1 | -4/+2 |
* | Uses wait4() instead of wait3() when waiting for a child process to exit. | seanc | 2003-10-17 | 1 | -1/+1 |
* | Fix typos; reformat some entries. | tg | 2003-10-15 | 2 | -15/+17 |
* | Let the world figure out exactly how superannuated I am. | linimon | 2003-10-15 | 1 | -0/+1 |
* | Include <nlist.h> for nlist-related declarations instead of depending on | bde | 2003-10-13 | 1 | -0/+1 |
* | Update Bluetooth code. | emax | 2003-10-12 | 13 | -129/+652 |
* | Fix BSS buffer overflow in makeargv(). | tjr | 2003-10-12 | 1 | -2/+3 |