summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-09convert vio(4) to if_input().Martin Pelikan
2015-02-09after many days of coding, enable WEPPeter Hessler
2015-02-09move the init of the if_input from ether_ifattach to if_attach.David Gwynne
2015-02-08enable iwm(4) in big ramdisks for easy upgradesPeter Hessler
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-02-08Fix iwm(4) attach and firmware loading process such that a reboot afterStefan Sperling
2015-02-08revert debug changes. reyk would like debug to remain a counter.Ted Unangst
2015-02-08flags should be flags, not counters. from martijn van durenTed Unangst
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2015-02-08Move a few typedef up in this file in order to be able to use them in env_md_stMiod Vallat
2015-02-08Check memory allocation results in EVP_PBE_alg_add_type().Miod Vallat
2015-02-08Check memory allocation results, as well as stack pushes.Miod Vallat
2015-02-08Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 toMiod Vallat
2015-02-08Separate the two usages for cu so you can either give it -l and -s (likeNicholas Marriott
2015-02-08Add missing \n to DPRINTFs in iwm(4).Stefan Sperling
2015-02-08Change syslog tests from transparent framing to octet counting.Alexander Bluhm
2015-02-08Implement octet counting for sending syslog over TCP and TLS streams.Alexander Bluhm
2015-02-08The error message on firmware load failure in iwn(4) changed, sync man page.Stefan Sperling
2015-02-08Sprinkle some string constant consistency on iwn(4) as well.Stefan Sperling
2015-02-08In iwm(4), convert many verbose printf do DPRINTF, sync some string constantsStefan Sperling
2015-02-08Lob a KNF grenade into the ecdsa code.Joel Sing
2015-02-08Fix mfi ioctl to set drive state properly.YASUOKA Masahiko
2015-02-08Delete commented out code from openssl(1) apps.Doug Hogan
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Do not assume that addresses passed to bus_space_map(9) are relativeMartin Pieuchot
2015-02-08md_prep_disklabel should run disklabel (for fresh disks intended to beTheo de Raadt
2015-02-08delete tons more castsTed Unangst
2015-02-08Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4).Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08remove ptr_t typedef. void * is good enough for csh.Ted Unangst
2015-02-08Introduce if_input() a function to pass packets dequeued from aMartin Pieuchot
2015-02-08delete many more ptr_t castsTed Unangst
2015-02-08delete lots of unnecessary ptr_t casts, and drop a little NULL in as wellTed Unangst
2015-02-08ANSI'fy.Masao Uebayashi
2015-02-08Fix stack trace of tail calls. From NetBSD. OK miod@Masao Uebayashi
2015-02-08it's safe to call free with nullTed Unangst
2015-02-08Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()Reyk Floeter
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2015-02-08Only attach cpu-based sensors on the primary cpu, for two reasonsTheo de Raadt
2015-02-08Count dropped SYN packets on the tcpstat. They are dropped due to theYASUOKA Masahiko
2015-02-08-a for -I or -i is gone for good. So adjust manpage.Claudio Jeker
2015-02-08The multicast address printing code has been disabled for 7 years.Claudio Jeker
2015-02-08Just use sysctl_rdstruct() to read out some structs. Only differenceClaudio Jeker
2015-02-08Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverReyk Floeter
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-08De-static to make ddb hangman harder. OK phessler, henningClaudio Jeker
2015-02-08Rename some of the functions by adding a 6 so they do not conflict withClaudio Jeker
2015-02-08remove the dead code inside #if(def) RED_NOTYETHenning Brauer