summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze
2016-01-08mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him.Reyk Floeter
2016-01-08Make mkopt() return NULL on failureAlexandre Ratchov
2016-01-08Get rid of the arp and revarp input queues.Martin Pieuchot
2016-01-08add missing 'void'tb
2016-01-08Structural integrity hasn't improved in over twenty years.tb
2016-01-08Unbreak support for multiple -L options.Alexandre Ratchov
2016-01-08don't call unlink() to delete socket as this would require cpathAlexandre Ratchov
2016-01-08No need to include sys/queue.hAlexandre Ratchov
2016-01-08Next step in UTF-8 support:Ingo Schwarze
2016-01-08Make listen_new_xxx() routines return NULL on failure and check theAlexandre Ratchov
2016-01-08On programming error, flush log buffer and abort() rather thanAlexandre Ratchov
2016-01-08Keep the pledge of the vmm and vm processes disabled for now as longReyk Floeter
2016-01-08Work around buggy zero-length packets produced by the DP83816A.Martin Pieuchot
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter
2016-01-08Use unorderd list to store sub-device configuration (we don't useAlexandre Ratchov
2016-01-08remove redundant debug messageAlexandre Ratchov
2016-01-08Don't calculate clock deltas is there are no time-outs. Removes (harmless)Alexandre Ratchov
2016-01-08various tweaks;Jason McIntyre
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
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