summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-11Merge in a commit from upstream..Brad Smith
2015-02-10atomic_{cas,swap}_ptr takes a volatile void *, not a volatile void **.David Gwynne
2015-02-10Be less chatty on constraint errors.Reyk Floeter
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-02-10Convert to uiomove()Miod Vallat
2015-02-10Adjust usb(9) API differences to at least compile.Masao Uebayashi
2015-02-10Testing indicates TX is broken for 11a in iwm(4) so stop advertising 11aStefan Sperling
2015-02-10Don't use an uninitialized variable when a PT_LOAD segment withPhilip Guenther
2015-02-10Adjust various kernel API differences.Masao Uebayashi
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-02-10Convert tsleep(9)/wakeup(9) usages.Masao Uebayashi
2015-02-10Replace hand rolled code with m_defrag().Brad Smith
2015-02-10Whitespace.Masao Uebayashi
2015-02-10syncTheo de Raadt
2015-02-10Convert timeout(9)/taskq(9) usages.Masao Uebayashi
2015-02-10Keep track of the last time we scanned the leases to find expiredKenneth R Westerback
2015-02-10Trivial conversion to uiomove()Miod Vallat
2015-02-10Convert sun4 eeprom access to uiomove()Miod Vallat
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10pounce on a reallocarray opportunity before teduTheo de Raadt
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10In iwm(4), call ieee80211_media_init() after overriding net80211 stateStefan Sperling
2015-02-10remove extra word in previous;Jason McIntyre
2015-02-10The attach procedure of iwm(4) was setting up the MAC address correctlyStefan Sperling
2015-02-10Merge in a commit from upstream..Brad Smith
2015-02-10Merge in a commit from upstream..Brad Smith
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10Another uiomovei(,sizeof,) -> uiomoveMiod Vallat
2015-02-10Switch uiomovei(..., sizeof whatever, ...) to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10In iwm(4), don't reinvent the standard rate set tables.Stefan Sperling
2015-02-10iwn(4) error says 'firmware too short', not 'firmware file too short'.Stefan Sperling
2015-02-10The iwm(4) messages listed (but commented) under DIAGNOSTICS inStefan Sperling
2015-02-10Sync iwm(4)'s fatal firmware error message with the one used by iwn(4).Stefan Sperling
2015-02-10tweak previous;Jason McIntyre
2015-02-10Oops, I accidently reverted the two previous commits in syslog.conf.5.Alexander Bluhm
2015-02-10Make error check consistent in all recvfrom(2) callbacks.Alexander Bluhm
2015-02-10Fix typo in previous commit.Alexander Bluhm
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-02-10Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze
2015-02-10Introduce an openssl(1) certhash command.Joel Sing
2015-02-10Convert malloc(9)/free(9) usages.Masao Uebayashi
2015-02-10Convert pool(9) usages.Masao Uebayashi
2015-02-10s/device_t/struct device */Masao Uebayashi
2015-02-10the stem of the b was not descending all the way to the baseline.Ted Unangst
2015-02-10s/mutex/mtx/Masao Uebayashi
2015-02-10Whitespace.Masao Uebayashi
2015-02-10s/usb_dma_t/struct usb_dma */Masao Uebayashi
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing