Age | Commit message (Expand) | Author |
2010-04-22 | Whoops, EVUTIL_SET_SOCKET_ERROR went missing. | Nicholas Marriott |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2010-04-22 | Unbreak build of MPLS enabled kernel. proc.h is needed. | Michele Marchetto |
2010-04-22 | Fix cut 'n paste typo | Marco Peereboom |
2010-04-22 | cut atascsi over to providing and using iopools. this gets rid of NO_CCB | David Gwynne |
2010-04-21 | Provide nmea(4) position information using the new angle sensor type. | Stuart Henderson |
2010-04-21 | let this compile on RAMDISKS, which have no ioctl | Theo de Raadt |
2010-04-21 | sync | Theo de Raadt |
2010-04-21 | introduce first map parser for maps of kind K_SECRETS ! | Gilles Chehade |
2010-04-21 | Mark zombie windows as dead in choose-window list, from Romain Francoise. | Nicholas Marriott |
2010-04-21 | when creating a map, make sure we do not store a key/val separator at the | Gilles Chehade |
2010-04-21 | Rewrite key string conversions to be readable and to work properly for | Nicholas Marriott |
2010-04-21 | Directly comparing pcitag_t's doesn't work on all platforms so decompose the | Mark Kettenis |
2010-04-21 | sys/sysctl.h is not needed here. OK deraadt@ | Claudio Jeker |
2010-04-21 | map.c is growing big, split it into three different files: | Gilles Chehade |
2010-04-21 | Clean up the awful _EVENT_* poo in the libevent headers, and don't | Nicholas Marriott |
2010-04-21 | my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought us | Gilles Chehade |
2010-04-21 | change prototypes for map_*_get() functions, we need the get-er function | Gilles Chehade |
2010-04-21 | Update libevent to 1.4.13. | Nicholas Marriott |
2010-04-21 | map_lookup() takes an additionnal parameter of type enum map_kind which | Gilles Chehade |
2010-04-21 | introduce enum map_kind, the map_parsers array and map_parser_lookup() | Gilles Chehade |
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt |
2010-04-21 | simplify map_lookup() by having the backend lookup done in new | Gilles Chehade |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-21 | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single | Mark Kettenis |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-04-21 | Fix pathetic performance when submitting large mails via /usr/sbin/sendmail, | Jacek Masiulaniec |
2010-04-21 | Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@ | Otto Moerbeek |
2010-04-21 | <sys/systm.h> required now. | Miod Vallat |
2010-04-21 | more proc.h needed | Theo de Raadt |
2010-04-21 | two more proc.h needed | Theo de Raadt |
2010-04-21 | - missing rcs id | Jasper Lievisse Adriaanse |
2010-04-21 | Implement a way to get information about a rtable. Currently only the rtableid | Claudio Jeker |
2010-04-21 | Handle a strdup failure. | lum |
2010-04-21 | Remove unusable ifdef DEBUG code. | Jacek Masiulaniec |
2010-04-21 | zap trailing whitespace; | Jason McIntyre |
2010-04-21 | when creating the ``default'' subdevice, use last parameters of the | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-21 | Add support for PLX I/O 9016 based 8 port serial card | Bob Beck |
2010-04-21 | Fix logic error just like the one in previous revision. | Jacek Masiulaniec |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | fix amd64 kernel compile after proc.h was removed from uvm_map.h | Peter Hessler |
2010-04-20 | The openssl command line tool treats the non-null terminated buffer | Theo de Raadt |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |