summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-20need proc.h before user.hTed Unangst
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20fix trailing slashes in filenames behavior by *not* fixing it in systrace.Ted Unangst
2010-04-20Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@Stuart Henderson
2010-04-20Fix crash that could happen when attempting ``smtpctl remove'' whileJacek Masiulaniec
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20- Fix a calculation bug with the RX ring buffer memory address whichTheo de Raadt
2010-04-20mii_activate() is unusedTheo de Raadt
2010-04-20destintation -> destinationMiod Vallat
2010-04-20Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>.Jacek Masiulaniec
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-04-20Document the ``alias <map>'' parameter.Jacek Masiulaniec
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-20Document ``size'' setting; OK gilles@Jacek Masiulaniec
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
2010-04-20Include usbdevs -v output in the PR template, showing us device IDs whichStuart Henderson
2010-04-20Support "accept from local ..." as documented in the man page.Jacek Masiulaniec
2010-04-20Nuke a few dead stores and one newly created unused variable.Owain Ainsworth
2010-04-20A few more uninitialised variables (mostly in incredibly uncommon cases).Owain Ainsworth
2010-04-20Use correct type for ``mda_id'', ie. match with type used in imsg header.Jacek Masiulaniec
2010-04-200x0 is a valid base address.Marco Peereboom