summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-11-26ncurses 4.1 + changes to work with our terminfo libs (instead ofTodd C. Miller
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.
1997-11-26libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.Todd C. Miller
1997-11-26libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.Todd C. Miller
1997-11-26libpanel from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.Todd C. Miller
1997-11-26msync() has 3 argsTheo de Raadt
1997-11-26Don't look for /usr/include/alias.h in the Makefile,brian
expect ``make -DHAVE_LIBALIAS'' instead. alias.h poo poo'd by: Theo
1997-11-25fix Op FlTheo de Raadt
1997-11-25add ripemd160.Niels Provos
1997-11-25prompting error; pr#352, blair@nac.netTheo de Raadt
1997-11-25Add -t flag to output in disktab format. From Christos ZoulasTodd C. Miller
<christos@deshaw.com> plus correct code for outputing d_drivedata.
1997-11-24Fix non-DIAGNOSTIC (and non-COMPAT*) compilationNiklas Hallqvist
1997-11-24syncTheo de Raadt
1997-11-24add support for ripemd-160, mention it in man page.Niels Provos
1997-11-24add ripemd-160 as authentication function.Niels Provos
1997-11-24Deal with the fact that PUTRATE() is a macro that contains braces bykstailey
surrounding it with braces after an ``if ()''.
1997-11-24bye bye secretmailTheo de Raadt
1997-11-24initial cut at atalk man pageTheo de Raadt
1997-11-24Add missing (implied) int to a variable declaration; thorpejTheo de Raadt
1997-11-24missing blank linesTheo de Raadt
1997-11-24fix parsing of various arguments; felix@mamba.pond.sub.orgTheo de Raadt
1997-11-24fix memory leak; hbriceno@lcs.mit.eduTheo de Raadt
1997-11-24fix mispelling of EACCES; bdeTheo de Raadt
1997-11-24partially apply that dk_* prMichael Shalayeff
1997-11-23Remove trash directory (duh!)brian
1997-11-23Import version 1.5 of ppp.brian
<sales> This is a user-level ppp implementation that uses the tun driver. It was originally created by a Japanese ISP. It's now piled with features. Check the man pages for details. </sales> The sources are identical to the ones in FreeBSD, except for the Makefile. IP aliasing (NAT) is disabled, and can be enabled by simply doing a ``make install'' of libalias, then rebuilding ppp. I'll create libalias as a port soon.
1997-11-23Add support for mopd. -mojMats O Jansson
1997-11-23indentMichael Shalayeff
1997-11-23OpenBSD tags (and preserve sudo tags)Todd C. Miller
updates from my sudo source tree: logging.c: deal with maxfilelen < 0 case sudo.c: correct error message if mode/owner wrong and not statable by owner compat.h: fix seteuid macro
1997-11-23define tty global to an initial value to avoid dumping core in loggingTodd C. Miller
functions when passwd file is unavailable.
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-23no private cdev_decl(ipl)Michael Shalayeff
1997-11-23ok. add cdev_decl(ipl)Michael Shalayeff
1997-11-23missing ipf cdev_declMichael Shalayeff
1997-11-23nuke prehistoric disk statisticsMichael Shalayeff
1997-11-22typoMichael Shalayeff
1997-11-22remove unused kernel varsMichael Shalayeff
1997-11-22declare struct buf earlier to avoid warningsMichael Shalayeff
1997-11-22back out 1.8, will fix in another way.kstailey
1997-11-22Make vmstat mode display actually fit in 80x24.kstailey
Exploits fact that swap display is always blank.
1997-11-22locate.rckstailey
1997-11-21bail if no arp entriesTheo de Raadt
1997-11-21evil art forgot to crank the minor numberTheo de Raadt
1997-11-21Added copykey - a functions to manipulate keys.Artur Grabowski
1997-11-21Updated the code to reflect the changes in kth-krb-0.9.7Artur Grabowski
1997-11-21Remove LOG_CONS from openlog() call so every darned finger connect messagegene
doesn't go to console. Change discussed and checked with millert.
1997-11-20do not exit(-1)Theo de Raadt
1997-11-20Fix units conversion wrt -h flag to be correct (and consistent withTodd C. Miller
the GNU df's -h flag).
1997-11-20define MMU_68060etheisen
1997-11-20incorrect MLINKSTheo de Raadt
1997-11-20177 boards have 128k SRAM.etheisen