summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-29Eliminate variable shadowing.Christopher Pascoe
2006-05-29move generation of reverse flow rules to seperat function.Hans-Joerg Hoexer
2006-05-29Missed header file change in previous commit.Christopher Pascoe
2006-05-29Correct status value check for OHCI isoc transfer;Christopher Pascoe
2006-05-29unify expansion of SA rules. Needed for general rule expansion.Hans-Joerg Hoexer
2006-05-29Only check USBD_FORCE_SHORT_XFER for writes.Christopher Pascoe
2006-05-29Only do the software part of an abort if we are dying.Christopher Pascoe
2006-05-29document beep(4)Jason Wright
2006-05-29implement frequency setting for the beep. It also beeps for one secondJason Wright
2006-05-29Only do the software part of an abort if we are dying.Christopher Pascoe
2006-05-29- sizeof(struct tm) -> sizeof(*tb)Niall O'Higgins
2006-05-29- zap unrequired casts for rcs_buf_release().Niall O'Higgins
2006-05-29Check the return value of aml_ederef isnt NULL before use.Gordon Willem Klok
2006-05-29oups, left one strdup unchecked, and some more error handling smalliesHenning Brauer
2006-05-29spacingTheo de Raadt
2006-05-29KNFHenning Brauer
2006-05-29de-beckify (KNF)Henning Brauer
2006-05-29Make chio have a connection between st(4) devices and "drives" in aBob Beck
2006-05-29Enable sdmmc on amd64 too. ok brad@, deraadt@.Matthieu Herrb
2006-05-29minor space nitPeter Valchev
2006-05-29garbage collect NFE_NO_JUMBO.Brad Smith
2006-05-29Add ACPI Thermal zone and Embedded controller devicesCan Erkin Acar
2006-05-29Install and MLINK sensor function man pages.Michael Knudsen
2006-05-29GENERICCan Erkin Acar
2006-05-29Add embedded controller support.Can Erkin Acar
2006-05-29Add docs for kernel sensor API.Michael Knudsen
2006-05-29Fix a memory overrun in the aml parser code.Can Erkin Acar
2006-05-29formattingBrad Smith
2006-05-29fetch the beep clock frequency (we'll need it to compute the audio frequency ...Jason Wright
2006-05-29Make sure all physical addresses are filled in the qTD even when we haveChristopher Pascoe
2006-05-29Another mnemonic rename, missed the first time.Kjell Wooding
2006-05-28Miscellaneous fixes.Kenneth R Westerback
2006-05-28The '-c' option is no longer the default in LINTFLAGS, so update theChad Loder
2006-05-28We pull in LINTFLAGS from sys.mk, no need to reproduce it hereChad Loder
2006-05-28Change LINTFLAGS to '-hx', now that 'a' and 'b' are gone and 'c' reallyChad Loder
2006-05-28Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an emptyChristopher Pascoe
2006-05-28Kill the bflag, which was really just used to shut up a useless warningChad Loder
2006-05-28Kill the -a option for lint, which controlled (inconsistently) warningsChad Loder
2006-05-28- force the maximum receivable frame size down to 1518 bytes forBrad Smith
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28placeholder driver for the bbc,beep device. should be straightforwardJason Wright
2006-05-28This commit changes the interpret_sense routine for st to catch theBob Beck
2006-05-28Make Window Flags more mnemonic (and less dumb); i.e.Kjell Wooding
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2006-05-28In the absence of a coherent concept of 'RAW' tape devices, pass allKenneth R Westerback
2006-05-28Even better nexthop delete behaviour. Do not delete nexthop if they are usedClaudio Jeker
2006-05-28Whack a 'control device' leftover. Actually save the new density, etc.Kenneth R Westerback
2006-05-28Remove a lot of xstrdup() calls in getopt() loops, which are usuallyRay Lai
2006-05-28minor nit, use CPU ID instead of FPU ID for BTLB parameters after passingMartin Reindl
2006-05-28Correct more bounds checks which can lead to crashes.Moritz Jodeit