summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-10s/usbd_xfer_handle/struct usbd_xfer */Masao Uebayashi
2015-02-10s/Static/static/Masao Uebayashi
2015-02-10Convert header paths.Masao Uebayashi
2015-02-10Document that RFC 5905 (ie. NTP protocol) has a limit which will beTheo de Raadt
2015-02-10Sanity check TZ environment variable; backport from sudo 1.8.12Todd C. Miller
2015-02-10Add RCS IDs.Masao Uebayashi
2015-02-10Adjust paths. Add RCS ID.Masao Uebayashi
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-10Remove old interesting but not useful content.Joel Sing
2015-02-10spacingReyk Floeter