Age | Commit message (Expand) | Author |
2016-01-07 | When syslogd is not running, check that no syslog priority or dropped | Alexander Bluhm |
2016-01-07 | In sendsyslogd(2) strip off syslog priority when logging to console. | Alexander Bluhm |
2016-01-07 | look at pkts inside the loop over the pkts in em_free_receive_structures. | David Gwynne |
2016-01-07 | Use a resune hook to re-evaluate the "_LID" status upon resume. | Martin Pieuchot |
2016-01-07 | s/CAVEATS/IMPLEMENTATION NOTES/ to pacify mandoc lint; suggested by reyk@ | Mike Belopuhov |
2016-01-07 | Hook up the xnf.4 man page | Mike Belopuhov |
2016-01-07 | rename em_buffers to em_packets. | David Gwynne |
2016-01-07 | Xen Netfront man page | Mike Belopuhov |
2016-01-07 | Xen virtual networking interface (Netfront) driver. | Mike Belopuhov |
2016-01-07 | no more vi/catalog; | Jason McIntyre |
2016-01-07 | fix SEE ALSO; | Jason McIntyre |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2016-01-07 | rename the rx and tx ring softc vars. | David Gwynne |
2016-01-07 | prefix the rx and tx ring softc members with sc_ | David Gwynne |
2016-01-07 | host the rx ring dmamap syncs out of em_get_buf into em_rxfill. | David Gwynne |
2016-01-07 | unify the bus_dmamap_sync calls around the tx and rx rings. | David Gwynne |
2016-01-07 | dma_paddr in struct em_dma_alloc is unused, so gc it. | David Gwynne |
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 |