summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-07-31Remove TIOCEXT added in lite2 merge for now. Causes problems whenTodd C. Miller
mail(1) is used over a telnet session.
1997-07-311) minor typo in manpageflipk
2) make proggy consistent with manpage wrt exit values
1997-07-31Another static buffer bytes the dust.Todd C. Miller
1997-07-31Document an assumption and kill a static buffer.Todd C. Miller
1997-07-30Make istrcpy() take a size (not length) field, now called istrncpy().Todd C. Miller
Change some strcpy() -> strncpy() out of paranoia.
1997-07-30Fix one possible oflow (not exploitable) and do a wee bit of KNF.Todd C. Miller
Much more remains to be done.
1997-07-29oopsTheo de Raadt
1997-07-29delete accidental #if 0flipk
1997-07-291) display full time string in 'vmstat' display so you can tellflipk
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-29Changed 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-29Start 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-29Changed vfork() to fork() -- pointed out by Theobitblt
1997-07-29Theo really wanted a hole in Allman code. Now he's got one.bitblt
1997-07-28line up headers when showing route tablekstailey
1997-07-281) 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-28Dynamically allocate space for addr header strings instead of usingTodd 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-28install mail.rc at distribution time; bug found by explorer@flame.orgTheo de Raadt
1997-07-28uniqify names more; s.k.stevens@ic.ac.ukTheo de Raadt
1997-07-28Note atalk family for AppleTalkdenny
1997-07-28for rpc port names, consider protocol tooTheo de Raadt
1997-07-27move recover script ala 1.79.Jason Downs
1997-07-27syncJason Downs
1997-07-27Update to 1.79 and install as vi/ex/view.Jason Downs
1997-07-27Don't build vim.Jason Downs
1997-07-27A bit of KNFTodd C. Miller
1997-07-27- Do coarse locking on /etc/skeykeys so we don't clobberTodd C. Miller
an entry that is being updated.
1997-07-27-WallTodd C. Miller
1997-07-27Xr rcmd 3Theo de Raadt
1997-07-25use err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25use err(3), some -WallMichael Shalayeff
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
More -W* cleanup and in_port_t usage by me.
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25more to the point err. msg.kstailey
1997-07-25proper progname grokMichael Shalayeff
proper printing for uptime < 1min
1997-07-25make CIA fitMichael Shalayeff
make interface names fit
1997-07-25map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jpTodd C. Miller
1997-07-25-T to display seconds, from jhawk netbsd-pr#1548Michael Shalayeff
1997-07-25Protect users from themselves.Todd C. Miller
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-24Replace 3 tempnam()'s with mkstemp. The two left look tricky.Todd C. Miller
1997-07-24no content-length is OK; cato@ulysses.df.lth.seTheo de Raadt
1997-07-24Add -a (audit all users) flag and do our pipes.Todd C. Miller
1997-07-24arghTheo de Raadt
1997-07-23AppleTalk specificsdenny
1997-07-23Use _PATH_SKEYKEYS and fix a typo.Todd C. Miller