Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-30 | Fix setting of crtscts. It was not being set in set_up_tty() if the | Todd C. Miller | |
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead. | |||
1997-11-28 | I'm amazed that noone has ever misspelled the ethernet address when | Artur Grabowski | |
doing an arp -s. Well I was the first. ;) | |||
1997-11-26 | Don'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-23 | Remove trash directory (duh!) | brian | |
1997-11-23 | Import 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-21 | bail if no arp entries | Theo de Raadt | |
1997-11-17 | Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de> | Todd C. Miller | |
1997-11-17 | do not make obj in dbsym anymore, either | Theo de Raadt | |
1997-11-17 | bye | Theo de Raadt | |
1997-11-17 | remove parts of dbsym | kstailey | |
1997-11-17 | Fix a pretty embarrassing typo in the Usage help message. | gene | |
Also, minor KNF whlle here. | |||
1997-11-17 | Come to think of it the sun3 doesn't use dbsym anymore... | kstailey | |
Is dbsym dead? Should it be removed from the tree? | |||
1997-11-17 | 3-arg msync(2) | kstailey | |
1997-11-16 | Replace "micro getopt" with real getopt for readability's sake. | Todd C. Miller | |
1997-11-14 | clone freebsd "-R rate"; default to 256 invocations/minute | Theo de Raadt | |
1997-11-14 | crank TOOMANY to 160 for now | Theo de Raadt | |
1997-11-14 | clear CLOCAL if modem is set but modem_chat is not. | Todd C. Miller | |
1997-11-13 | Add missing .TP | Todd C. Miller | |
1997-11-13 | from mycroft; | Theo de Raadt | |
Allow options and makeoptions to take an empty string as a value. Add `object' and `library' keywords to pull in precompiled .o and .a files. Syntax is like the `file' keyword; e.g.: object arch/i386/i386/mumble.o [mumble] [needs-flag] Largely from Michael Richardson in PR 3833, with some changes by me. | |||
1997-11-10 | SVC_DESTROY ? | Theo de Raadt | |
1997-11-10 | use clnt_destroy(); PR#345 | Theo de Raadt | |
1997-11-09 | #if 0 out references to IN_LOCKED, IN_WANTED, IN_LWAIT. | Todd C. Miller | |
Need to merge in changes from lite2 pstat.c but this will do for now. | |||
1997-11-09 | $OpenBSD$ | Todd T. Fries | |
1997-11-09 | Upgrade to sendmail 8.8.8 | gene | |
1997-11-07 | Rewrite bad code. | bri | |
Suggested by: Theo | |||
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | Understand sections in syslog.conf. | bri | |
Current syslog.conf files are still understood andtreated the same. | |||
1997-11-05 | u_short keys --> u_int keys | flipk | |
so now, keywords "uid" and "uname" work again. | |||
1997-11-04 | Get past all sorts of picky machines (netcom, aol, etc) now. | kstailey | |
1997-11-04 | ensure we got a reserved port | Theo de Raadt | |
1997-10-25 | fix diskinfo listing, support blk2chr,chr2blk | Michael Shalayeff | |
1997-10-25 | make diskinfo working; fix one bug and one exploit | Michael Shalayeff | |
1997-10-25 | Set CLOCAL for chat script by default. Add new option "modem_chat" | Todd C. Miller | |
to override the default for people using cua devices who want chat to detect loss of carrier. | |||
1997-10-22 | newer bios stuff | Michael Shalayeff | |
1997-10-21 | Make /etc/sendmail.cf mode 644 like /etc/security says. | Todd C. Miller | |
1997-10-15 | s/xntpd/xntpdc/ | kstailey | |
1997-10-09 | umask 077 | Theo de Raadt | |
1997-10-09 | if user specified wtmp file, use timestamp on final record instead of | Theo de Raadt | |
current system time for "end of run" time; tim@pool1.convey.ru | |||
1997-10-05 | be more paranoid; based on problem report by mhpower@MIT.EDU | Theo de Raadt | |
1997-10-04 | optind botch | Theo de Raadt | |
1997-10-04 | byte order of ether_type; khym@bga.com | Theo de Raadt | |
1997-10-03 | put real geo field in () | Theo de Raadt | |
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
1997-09-28 | Allow pppd to change interface addr when demand dialing & dynamic addressing. | Todd C. Miller | |
Fix from Dave Huang <khym@bga.com> based on what ifconfig does. | |||
1997-09-28 | write lastlog; mason@primenet.com.au | Theo de Raadt | |
1997-09-26 | binaries not in /etc | Theo de Raadt | |
1997-09-22 | -Wall | Todd C. Miller | |
1997-09-21 | new machdep.bios subtree | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |