summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-07simplify the calculation of the dmamem size for the tx and rx rings.David Gwynne
2016-01-07unify the dma tag into sc_dmat in em_softc.David Gwynne
2016-01-07Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO)Philip Guenther
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar
2016-01-07sprinkle DEVNAMEDavid Gwynne
2016-01-07rename the struct arpcom interface_data in em_softc to sc_ac.David Gwynne
2016-01-07rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.David Gwynne
2016-01-07tweak em to make it mpsafe, both for interrupts and if_start.David Gwynne
2016-01-07Copy received data only if it exists. Avoid panics in odd situations.Masao Uebayashi
2016-01-07We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06syncTheo de Raadt
2016-01-06delete vi catalog space; ok millertTheo de Raadt
2016-01-06document the signify command for the next release, so that users canSebastian Benoit
2016-01-06Remove mention of message catalog dir.Todd C. Miller
2016-01-06We don't use configure so this file is full of lies and we areTodd C. Miller
2016-01-06Remove msgcat from the documentation.Todd C. Miller
2016-01-06Remove prototype for now-deleted f_msgcat().Todd C. Miller
2016-01-06Remove the actual message catalogs. From Martijn van DurenTodd C. Miller
2016-01-06Remove the msg_cat() function and adjust its former callers.Todd C. Miller
2016-01-06Remove the numeric identifiers at the beginning of the messagesTodd C. Miller
2016-01-06Remove the message catalog DB. This removes the msg_open() andTodd C. Miller
2016-01-06correct format string. ok deraadt stspTed Unangst
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-06Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"Mark Kettenis
2016-01-06add a bug that the path whitelist is not available at this time.Ted Unangst
2016-01-06turn off the whitepath code for now; we're not sure it's ready for releaseTed Unangst
2016-01-06remove unnecessary casts where the incoming type is void *.Ted Unangst
2016-01-06tidy up whitespace, etc.Ted Unangst
2016-01-06Long ago, malloc internally had two kinds of failures, warnings and errors.Ted Unangst
2016-01-06malloc option 'a' to go awayTed Unangst
2016-01-06use int64_t for arithmetic. 64 bits ought to be enough for anyone.Ted Unangst
2016-01-06print more info about keventTed Unangst
2016-01-06syncTheo de Raadt
2016-01-06some old signify keys no longer have relevance to new releases.Theo de Raadt
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Forgot to remove this file on my previous commitmestre
2016-01-06Remove unnecessary header files from phantasia(6)mestre
2016-01-06ansifytb
2016-01-06Prevent integer overflows in sosend() and soreceive() by convertingStefan Kempf
2016-01-06fix comment typosStuart Henderson
2016-01-06This is just an example and we don't have to bump the set's versionReyk Floeter
2016-01-06Last step of ansification of phantasia:tb
2016-01-06Ansify the bulk of phantasia. No binary change on amd64. Basedtb
2016-01-06Ansify map.c.tb
2016-01-06Use return instead of exit from main.tb
2016-01-06Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware'sStefan Sperling
2016-01-06iwm(4) adjusts the firmware's tx rate retry table dynamically so we mustStefan Sperling
2016-01-06Follow the spec and check the SCI_EN bit to see if ACPI has alreadyMark Kettenis
2016-01-06Add pledge "drm", which allows a subset of the drm(4) ioctls. These areMark Kettenis
2016-01-06deactivate POOL_DEBUG for releaseSebastian Benoit