summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-21<sys/systm.h> required now.Miod Vallat
2010-04-21more proc.h neededTheo de Raadt
2010-04-21two more proc.h neededTheo de Raadt
2010-04-21- missing rcs idJasper Lievisse Adriaanse
2010-04-21Implement a way to get information about a rtable. Currently only the rtableidClaudio Jeker
2010-04-21Handle a strdup failure.lum
2010-04-21Remove unusable ifdef DEBUG code.Jacek Masiulaniec
2010-04-21zap trailing whitespace;Jason McIntyre
2010-04-21when creating the ``default'' subdevice, use last parameters of theAlexandre Ratchov
2010-04-21adds the necessary bits to join channels (ex stereo->mono) orAlexandre Ratchov
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-21Remove interactive help for individual disklabel editor commands.lum
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-21the atomic primitives are still impossible to get at without using proc.hTheo de Raadt
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-21Add support for PLX I/O 9016 based 8 port serial cardBob Beck
2010-04-21Fix logic error just like the one in previous revision.Jacek Masiulaniec
2010-04-20more misuse of user.h and sysctl.hTheo de Raadt
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2010-04-20fix amd64 kernel compile after proc.h was removed from uvm_map.hPeter Hessler
2010-04-20The openssl command line tool treats the non-null terminated bufferTheo de Raadt
2010-04-20Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605.Miod Vallat