summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/sys-bsd.c
AgeCommit message (Expand)Author
2024-02-19use correct rtmsg member in sizeof()Denis Fondras
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-09-03sigh -- review one one pointless sys/param.h, and discover all the includesTheo de Raadt
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2015-09-12Remove dead get_host_seed() function; Martin NatanoMiod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-08SIOCAIFADDR can fail with EEXIST either if the local or the destinationClaudio Jeker
2007-06-04bye bye ipxHenning Brauer
2004-05-26Better message if interface is not available. Hint from Daniel Polak.Otto Moerbeek
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
1998-05-08pppd 2.3.5Todd C. Miller
1998-03-20Aliases...Angelos D. Keromytis
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-12-17do not let fd_set overflowTheo de Raadt
1997-11-30Fix setting of crtscts. It was not being set in set_up_tty() if theTodd C. Miller
1997-09-28Allow pppd to change interface addr when demand dialing & dynamic addressing.Todd C. Miller
1997-09-05ppp 2.3.1Todd C. Miller
1997-06-27long nightmaresTheo de Raadt
1997-04-27better failure msg; martin@rumolt.teuto.deTheo de Raadt
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
1996-07-14netbsd pr#2623: fix VJ compression and active filter, John KohlJason Downs
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt