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