Age | Commit message (Expand) | Author |
2007-11-28 | Garbage collect sparc_cas() and sparc_casx(). We have equivalent functions | Mark Kettenis |
2007-11-28 | Don't complain about removing wired pages; this is expected to happen with | Mark Kettenis |
2007-11-28 | i prefer our ISC license. | David Gwynne |
2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on | Todd C. Miller |
2007-11-28 | fill the va_blocksize with something a litte saner, | Thordur I. Bjornsson |
2007-11-28 | - bring back a tweak that got reverted in previous | Jason McIntyre |
2007-11-28 | sort options list; | Jason McIntyre |
2007-11-28 | Don't free the old idt vector if we reuse it. | Mark Kettenis |
2007-11-28 | Give UltraSPARC-IV CPUs a chance again to attach on GENERIC. | Mark Kettenis |
2007-11-28 | %hhd was being printed as if %hd was specified | Theo de Raadt |
2007-11-28 | my brother, David Fries david at fries dot net, noticed that if you put your | Todd T. Fries |
2007-11-28 | basic support for building an i386 kernel with the native toolchain | Ted Unangst |
2007-11-28 | use sizeof (buf) instead of hardcoded value | Charles Longeau |
2007-11-28 | when we probe a port send an ata inquiry to the device and cache | David Gwynne |
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 |