Age | Commit message (Expand) | Author |
2007-11-28 | cpu options are gone now. | Ted Unangst |
2007-11-28 | doh! | Ted Unangst |
2007-11-28 | readjust list width after previous; | Jason McIntyre |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-28 | add options to specify the check and report intervals. ok deraadt | Ted Unangst |
2007-11-28 | refine format string, support hh and c for real. ok deraadt | Ted Unangst |
2007-11-28 | a few more places where getmicrotime is good enough. ok miod | Ted Unangst |
2007-11-28 | Cleanup and add references to mainbus(4). | Joel Sing |
2007-11-28 | add the device and interface class codes for USB Video Class (UVC) | Robert Nagy |
2007-11-28 | Be more careful with printf-style formats, and fix a few other niggles | Theo de Raadt |
2007-11-28 | ctob/btoc -> ptoa/atop | Martin Reindl |
2007-11-28 | Document the SGI mainbus device. With feedback from jmc@. | Joel Sing |
2007-11-28 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-28 | bump the current file descriptor resource limit (openfiles-cur) to the | Reyk Floeter |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-28 | remove already commented out entries, of devices which we do not support; | Jason McIntyre |
2007-11-28 | the ccb lists protect themselves, so we dont have to check if we're at | David Gwynne |
2007-11-28 | tweak previous; | Jason McIntyre |
2007-11-28 | fix SEE ALSO; | Jason McIntyre |
2007-11-28 | i'm always behind on the doc updates | Ted Unangst |
2007-11-28 | tweak previous; | Jason McIntyre |
2007-11-28 | When updating the timestamps on pipes, use getnanotime() instead of more | Miod Vallat |
2007-11-28 | extend proxy example | Reyk Floeter |
2007-11-28 | insert .WAIT so that stuff is built first, and checked afterwards, instead | Marc Espie |
2007-11-28 | typos | Reyk Floeter |
2007-11-28 | this is openbsd, therefore the native display mode is called openbsd | Ted Unangst |
2007-11-28 | Remove man pages that do not relate to OpenBSD/sgi. Spotted by jmc@. | Joel Sing |
2007-11-28 | delete the compat_09_sys_uname code here | Theo de Raadt |
2007-11-28 | move protos to right place | Theo de Raadt |
2007-11-28 | remove the DIRECTOK flag. the caller semantics were too weird, and it's a | Ted Unangst |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-11-28 | sync | Theo de Raadt |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-28 | COMPAT_09 uname is only used by freebsd compat, so move it to the right place | Theo de Raadt |
2007-11-28 | add dependencies for protector.o, preventing it from being built too early. | Marc Espie |
2007-11-28 | history section is totally wrong | Ted Unangst |
2007-11-28 | compat_25_sys_omsync is unused | Theo de Raadt |
2007-11-28 | provide a hint that apm might be acpi on some machines | Ted Unangst |
2007-11-28 | add apm | Ted Unangst |
2007-11-28 | first attempt to consolidate some of the apm/acpi documentation. | Ted Unangst |
2007-11-28 | fix race: install-all can only be run *after* all is finished, otherwise | Marc Espie |
2007-11-28 | Use cas/casx instead of casa/casxa. | Mark Kettenis |
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt |
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt |
2007-11-28 | Fix md_swap{in,out}_reloc. | Miod Vallat |
2007-11-28 | place a comment as to why these are otherwise empty | Theo de Raadt |
2007-11-28 | unref the label when free'ing a protocol node | Reyk Floeter |
2007-11-28 | add a -d argument, which can be used to peek at values in the kernel. | Ted Unangst |
2007-11-28 | use correct data type for the pci address (bus_addr_t) | Reyk Floeter |
2007-11-28 | remove unused function | Charles Longeau |