Age | Commit message (Expand) | Author |
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-28 | () to (void) | Theo de Raadt |
2003-06-04 | kill terms 3 & 4 | Jason Wright |
2003-06-04 | kill clause 3 & 4 | Jason Wright |
2003-05-10 | typos; | Jason McIntyre |
2003-02-09 | typos; | Jason McIntyre |
2002-09-08 | more cleaning | Jason Wright |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright |
2002-09-06 | default: needs statement after it | Theo de Raadt |
2002-09-06 | MD5Final() takes unsigned char * | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-10 | Use IFNAMSIZ for strlcpy() and also pretty the man page | Jason Wright |
2001-11-29 | Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto. | Miod Vallat |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-09-12 | s/set (mtu|mru)/set \1 max/ | brian |
2001-08-22 | must quote set device line; mcbride@countersiege.com (pr2020... I can patch c... | Jason Wright |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-04-24 | remove unecessary code and data | Jason Wright |
2001-04-24 | Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>. | Jason Wright |
2001-04-24 | PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytes | Jason Wright |
2001-04-15 | Fix several errors in the bpf program; bugs reported by | Jason Wright |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2001-02-18 | Try every bpf device, not only the even-numbered ones; jason@ ok | Miod Vallat |
2001-02-04 | setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" <ebelin@s... | Jason Wright |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt |
2001-01-17 | point out a few non-obvious and helpful ppp(8) options | Jason Wright |
2001-01-16 | do not trash errno in signal handler | Theo de Raadt |
2001-01-16 | bzero the sets before FD_SET'n them | Jason Wright |
2001-01-16 | fix fd_set overflows | Jason Wright |
2001-01-12 | use setitimer instead of alarm | Jason Wright |
2000-10-09 | Don't exit when we get ENOBUFS from writev(), drop the packet instead. | brian |
2000-08-18 | alot of fleshing out... more to come | Jason Wright |
2000-08-03 | fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@gen... | Jason Wright |
2000-06-20 | pretty | Jason Wright |
2000-06-20 | include configuration for exec from ppp | Jason Wright |
2000-06-20 | reorder sections as per mdoc.template | Jason Wright |
2000-06-20 | use stdin instead of exec'n ppp(8). It's expected that ppp will give us | Jason Wright |
2000-06-20 | Remove some debugging code, and prepare to become an 'exec' client of ppp(8) | Jason Wright |
2000-06-20 | hush | Jason Wright |
2000-06-18 | OpenBSD tag | Jason Wright |
2000-06-18 | import my pppoe code | Jason Wright |