summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-04-23Use proper Queen's English in a comment. Drive-by fix, no functional change.Stefan Sperling
2010-04-23remove unnecessary temp_entry variables and hoist simple check out of a loop.Ted Unangst
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2010-04-23Remove unnecessary pointer dereference causing gcc2 to warn.Miod Vallat
2010-04-23the SAT spec from t10.org defines messages for tunnelling ATA commands overDavid Gwynne
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-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-22use BUS_DMA_ZERO on alloc instead of bzeroing after.Owain Ainsworth
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-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-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
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-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-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
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-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-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-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-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
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-20Don't ask for ipv6 checksum offloading as we aren't ready for it.Jonathan Gray
2010-04-20some misc cleanup of dmesgTheo de Raadt