Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-19 | Document -C option. Can't claim POSIX 1003.2 yet, still missing the -s option. | denny | |
1997-08-19 | Add -C to not overwrite existing files when extracting (part of POSIX 1003.2) | denny | |
1997-08-19 | Note POSIX 1003.2. | denny | |
1997-08-19 | Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec) | denny | |
1997-08-19 | Note POSIX 1003.2 conformance. | denny | |
1997-08-19 | Note POSIX 10003.2 conformance. | denny | |
1997-08-18 | build manpage | kstailey | |
1997-08-18 | document | kstailey | |
1997-08-18 | use "limits.h" not "sys/syslimits.h" | kstailey | |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-17 | print "idle" for idle processes | kstailey | |
1997-08-17 | Use dirname(3) | Todd C. Miller | |
1997-08-17 | Don't call getopt(3) since a) there are not switches and b) '-' is | Todd C. Miller | |
a perfectly reasonable character to have in a pathname. | |||
1997-08-17 | some small fixes... | Jason Downs | |
1997-08-14 | Mandoc manual, and use the full screen. | Jason Downs | |
1997-08-14 | Add top. | Jason Downs | |
1997-08-14 | top 3.4, with a few changes. Still needs more work. | Jason Downs | |
1997-08-06 | use -- instead; eric | Theo de Raadt | |
1997-08-06 | proper msgs display w/ -r | Michael Shalayeff | |
1997-08-06 | save errno in mangly handlers | Theo de Raadt | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-04 | Fix a problem in skin() that was introduced with the buffer oflow | Todd C. Miller | |
fix. Could end up realloc'ing the wrong thing. | |||
1997-08-01 | tabify. | kstailey | |
1997-08-01 | reduce GLOBAL_AUTOCONF_CACHE code. | kstailey | |
1997-07-31 | Remove TIOCEXT added in lite2 merge for now. Causes problems when | Todd C. Miller | |
mail(1) is used over a telnet session. | |||
1997-07-31 | 1) minor typo in manpage | flipk | |
2) make proggy consistent with manpage wrt exit values | |||
1997-07-31 | Another static buffer bytes the dust. | Todd C. Miller | |
1997-07-31 | Document an assumption and kill a static buffer. | Todd C. Miller | |
1997-07-30 | Make istrcpy() take a size (not length) field, now called istrncpy(). | Todd C. Miller | |
Change some strcpy() -> strncpy() out of paranoia. | |||
1997-07-30 | Fix one possible oflow (not exploitable) and do a wee bit of KNF. | Todd C. Miller | |
Much more remains to be done. | |||
1997-07-29 | oops | Theo de Raadt | |
1997-07-29 | delete accidental #if 0 | flipk | |
1997-07-29 | 1) display full time string in 'vmstat' display so you can tell | flipk | |
the difference between an inactive display and a hung machine. 2) Update the man page for 'vmstat' to reflect reality (and actually explain all those vm abbreviations). netbsd PR bin/2756 (Jonathan Stone <jonathan@DSG.Stanford.EDU> | |||
1997-07-29 | Changed the rules. | kstailey | |
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf | |||
1997-07-29 | Start of GLOBAL_CACHE option to speed compiles. | kstailey | |
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security. | |||
1997-07-29 | Changed vfork() to fork() -- pointed out by Theo | bitblt | |
1997-07-29 | Theo really wanted a hole in Allman code. Now he's got one. | bitblt | |
1997-07-28 | line up headers when showing route table | kstailey | |
1997-07-28 | 1) Prototypes. pretty. | flipk | |
2) setlocale(LC_ALL, "") from kleink@netbsd 3) Add XPG4.2 `-H' flag (show column headers) from kleink@netbsd 4) initialize flag variables before getopt 5) some Wall cleanup. | |||
1997-07-28 | Dynamically allocate space for addr header strings instead of using | Todd C. Miller | |
BUFSIZ. We know that the end size will be <= to the start size so it is simple to preallocate enough space. Fixes NetBSD PR#3028 | |||
1997-07-28 | install mail.rc at distribution time; bug found by explorer@flame.org | Theo de Raadt | |
1997-07-28 | uniqify names more; s.k.stevens@ic.ac.uk | Theo de Raadt | |
1997-07-28 | Note atalk family for AppleTalk | denny | |
1997-07-28 | for rpc port names, consider protocol too | Theo de Raadt | |
1997-07-27 | move recover script ala 1.79. | Jason Downs | |
1997-07-27 | sync | Jason Downs | |
1997-07-27 | Update to 1.79 and install as vi/ex/view. | Jason Downs | |
1997-07-27 | Don't build vim. | Jason Downs | |
1997-07-27 | A bit of KNF | Todd C. Miller | |