Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-07-27 | - Do coarse locking on /etc/skeykeys so we don't clobber | Todd C. Miller | |
an entry that is being updated. | |||
1997-07-27 | -Wall | Todd C. Miller | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | use err(3), some -Wall | Michael Shalayeff | |
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller | |
More -W* cleanup and in_port_t usage by me. | |||
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | more to the point err. msg. | kstailey | |
1997-07-25 | proper progname grok | Michael Shalayeff | |
proper printing for uptime < 1min | |||
1997-07-25 | make CIA fit | Michael Shalayeff | |
make interface names fit | |||
1997-07-25 | map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jp | Todd C. Miller | |
1997-07-25 | -T to display seconds, from jhawk netbsd-pr#1548 | Michael Shalayeff | |
1997-07-25 | Protect users from themselves. | Todd C. Miller | |
1997-07-24 | tempnam(3) goes bye bye. | Todd C. Miller | |
1997-07-24 | Replace 3 tempnam()'s with mkstemp. The two left look tricky. | Todd C. Miller | |
1997-07-24 | no content-length is OK; cato@ulysses.df.lth.se | Theo de Raadt | |
1997-07-24 | Add -a (audit all users) flag and do our pipes. | Todd C. Miller | |
1997-07-24 | argh | Theo de Raadt | |
1997-07-23 | AppleTalk specifics | denny | |
1997-07-23 | Use _PATH_SKEYKEYS and fix a typo. | Todd C. Miller | |