Age | Commit message (Expand) | Author |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-23 | Update test to also check that .Xr without args is ignored. | Ingo Schwarze |
2010-04-23 | Check handling of tab characters. | Ingo Schwarze |
2010-04-23 | Do not run the tests with -fstrict -Wall by default. | Ingo Schwarze |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-22 | Fix a segfault reported by nicm@, introduced in rev. 1.38. | Ingo Schwarze |
2010-04-22 | Don't include sysctl.h, and remove an unused struct from the softc. | Stuart Henderson |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-22 | Remove unused sysctl.h include. Inspired by claudio's commit the other day. | Michael Knudsen |
2010-04-22 | sync | Theo de Raadt |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-22 | zap trailing whitespace; | Jason McIntyre |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-22 | tweak previous; ok nicm | Jason McIntyre |
2010-04-22 | - sort the keyword list | Jason McIntyre |
2010-04-22 | Fix a case of runner trying to send imsg directly to smtp process instead | Jacek Masiulaniec |
2010-04-22 | use BUS_DMA_ZERO on alloc instead of bzeroing after. | Owain Ainsworth |
2010-04-22 | - kill the runner_imsg_compose wrapper to reduce indirection | Jacek Masiulaniec |
2010-04-22 | Including bgpd.h in mrt.h is dumb. | Claudio Jeker |
2010-04-22 | Depending on capa.neg.as4byte (bgp session is using 4-byte AS number | Claudio Jeker |
2010-04-22 | Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11. | Claudio Jeker |
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 |