summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08regenMartin Pieuchot
2016-01-08OpenMoko OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08Must set MAX_PORTS to 65536, since we assign toStefan Kempf
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-08Use uiomove() instead of uiomovei().Stefan Kempf
2016-01-08tweak; from julian hsiaoJason McIntyre
2016-01-08On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer.Philip Guenther
2016-01-08Make sure the new rendezvous state is visible to other CPUs beforeVisa Hankala
2016-01-08Simplify the mparse_open() interface.Ingo Schwarze
2016-01-08It was very surprising that a function called mparse_readfd()Ingo Schwarze
2016-01-08The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze
2016-01-07Make the A-MPDU reordering buffer more resilient against APs which dropStefan Sperling
2016-01-07Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).Stefan Sperling
2016-01-07- retrying to commit earlier change, which got backed outAlexandr Nedvedicky
2016-01-07Document ruby23 FLAVOR now supported by ruby.port.mkJeremy Evans
2016-01-07mention that HOMEPAGE will be set for ports that have MODPY_PIJasper Lievisse Adriaanse
2016-01-07ANSIfy hunt(6)mestre
2016-01-07Headers cleanup and sortingmestre
2016-01-07need to increase INT_MAX to 64 bits too. from Nathan HolsteinTed Unangst
2016-01-07This code wasted memory by allocating sizeof(enum termfont *)Ingo Schwarze
2016-01-07Recursive "define" was not detected because "lim" was neverIngo Schwarze
2016-01-07slightly shorter Nd; ok mikebJason McIntyre
2016-01-07If transparent-as is set to no AS paths are prepended with the localFlorian Obser
2016-01-07hack expects to be able to read ^Z as a normal character so disableTodd C. Miller
2016-01-07UTF-8 support for fmt -c.Ingo Schwarze
2016-01-07syncTheo de Raadt
2016-01-07syncTheo de Raadt
2016-01-07Some basic code maintenance in games/tb
2016-01-07sync displayed interface flags to realityMike Belopuhov
2016-01-07ANSIfy trek(6)mestre
2016-01-07Remove unnecessary headers and sort the remaining alphabeticallymestre
2016-01-07Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX.Martin Pieuchot
2016-01-07When syslogd is not running, check that no syslog priority or droppedAlexander Bluhm
2016-01-07In sendsyslogd(2) strip off syslog priority when logging to console.Alexander Bluhm
2016-01-07look at pkts inside the loop over the pkts in em_free_receive_structures.David Gwynne
2016-01-07Use a resune hook to re-evaluate the "_LID" status upon resume.Martin Pieuchot
2016-01-07s/CAVEATS/IMPLEMENTATION NOTES/ to pacify mandoc lint; suggested by reyk@Mike Belopuhov
2016-01-07Hook up the xnf.4 man pageMike Belopuhov
2016-01-07rename em_buffers to em_packets.David Gwynne
2016-01-07Xen Netfront man pageMike Belopuhov
2016-01-07Xen virtual networking interface (Netfront) driver.Mike Belopuhov
2016-01-07no more vi/catalog;Jason McIntyre
2016-01-07fix SEE ALSO;Jason McIntyre
2016-01-07Move sndiod man page to section 8.Alexandre Ratchov
2016-01-07rename the rx and tx ring softc vars.David Gwynne
2016-01-07prefix the rx and tx ring softc members with sc_David Gwynne
2016-01-07host the rx ring dmamap syncs out of em_get_buf into em_rxfill.David Gwynne
2016-01-07unify the bus_dmamap_sync calls around the tx and rx rings.David Gwynne
2016-01-07dma_paddr in struct em_dma_alloc is unused, so gc it.David Gwynne