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