summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-23the SAT spec from t10.org defines messages for tunnelling ATA commands overDavid Gwynne
2010-04-23Update test to also check that .Xr without args is ignored.Ingo Schwarze
2010-04-23Check handling of tab characters.Ingo Schwarze
2010-04-23Do not run the tests with -fstrict -Wall by default.Ingo Schwarze
2010-04-23Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze
2010-04-22Fix a segfault reported by nicm@, introduced in rev. 1.38.Ingo Schwarze
2010-04-22Don't include sysctl.h, and remove an unused struct from the softc.Stuart Henderson
2010-04-22De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functionsDale Rahn
2010-04-22Whitespace cleanup on generated asm code, so it is readable.Dale Rahn
2010-04-22Remove unused sysctl.h include. Inspired by claudio's commit the other day.Michael Knudsen
2010-04-22syncTheo de Raadt
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-22zap trailing whitespace;Jason McIntyre
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
2010-04-22tweak previous; ok nicmJason McIntyre
2010-04-22- sort the keyword listJason McIntyre
2010-04-22Fix a case of runner trying to send imsg directly to smtp process insteadJacek Masiulaniec
2010-04-22use BUS_DMA_ZERO on alloc instead of bzeroing after.Owain Ainsworth
2010-04-22- kill the runner_imsg_compose wrapper to reduce indirectionJacek Masiulaniec
2010-04-22Including bgpd.h in mrt.h is dumb.Claudio Jeker
2010-04-22Depending on capa.neg.as4byte (bgp session is using 4-byte AS numberClaudio Jeker
2010-04-22Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11.Claudio Jeker
2010-04-22Whoops, EVUTIL_SET_SOCKET_ERROR went missing.Nicholas Marriott
2010-04-22- remove ptei(), which was verified to be unused.Jasper Lievisse Adriaanse
2010-04-22Unbreak build of MPLS enabled kernel. proc.h is needed.Michele Marchetto
2010-04-22Fix cut 'n paste typoMarco Peereboom
2010-04-22cut atascsi over to providing and using iopools. this gets rid of NO_CCBDavid Gwynne
2010-04-21Provide nmea(4) position information using the new angle sensor type.Stuart Henderson
2010-04-21let this compile on RAMDISKS, which have no ioctlTheo de Raadt
2010-04-21syncTheo de Raadt
2010-04-21introduce first map parser for maps of kind K_SECRETS !Gilles Chehade
2010-04-21Mark zombie windows as dead in choose-window list, from Romain Francoise.Nicholas Marriott
2010-04-21when creating a map, make sure we do not store a key/val separator at theGilles Chehade
2010-04-21Rewrite key string conversions to be readable and to work properly forNicholas Marriott
2010-04-21Directly comparing pcitag_t's doesn't work on all platforms so decompose theMark Kettenis
2010-04-21sys/sysctl.h is not needed here. OK deraadt@Claudio Jeker
2010-04-21map.c is growing big, split it into three different files:Gilles Chehade
2010-04-21Clean up the awful _EVENT_* poo in the libevent headers, and don'tNicholas Marriott
2010-04-21my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought usGilles Chehade
2010-04-21change prototypes for map_*_get() functions, we need the get-er functionGilles Chehade
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2010-04-21map_lookup() takes an additionnal parameter of type enum map_kind whichGilles Chehade
2010-04-21introduce enum map_kind, the map_parsers array and map_parser_lookup()Gilles Chehade
2010-04-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
2010-04-21simplify map_lookup() by having the backend lookup done in newGilles Chehade
2010-04-21More reworking of interrupt handling and VME support, and rename variousMiod Vallat
2010-04-21First stab at a VGA arbiter. The VGA arbiter makes sure that only a singleMark Kettenis
2010-04-21Runner process is just a helper for queue, so tear down its imsgJacek Masiulaniec
2010-04-21Fix pathetic performance when submitting large mails via /usr/sbin/sendmail,Jacek Masiulaniec
2010-04-21Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@Otto Moerbeek