summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-28doh!Ted Unangst
2007-11-28readjust list width after previous;Jason McIntyre
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
also assume that 386 cpus are really unknown, and promote them to 486 instead of panic.
2007-11-28add options to specify the check and report intervals. ok deraadtTed Unangst
2007-11-28refine format string, support hh and c for real. ok deraadtTed Unangst
2007-11-28a few more places where getmicrotime is good enough. ok miodTed Unangst
2007-11-28Cleanup and add references to mainbus(4).Joel Sing
ok jmc@ miod@
2007-11-28add the device and interface class codes for USB Video Class (UVC)Robert Nagy
devices ok deraadt@
2007-11-28Be more careful with printf-style formats, and fix a few other nigglesTheo de Raadt
ok tedu
2007-11-28ctob/btoc -> ptoa/atopMartin Reindl
from Rodolfo Gouveia
2007-11-28Document the SGI mainbus device. With feedback from jmc@.Joel Sing
ok miod@
2007-11-28do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
ok oga@
2007-11-28bump the current file descriptor resource limit (openfiles-cur) to theReyk Floeter
maximum number of file descriptors for this login class (openfiles-max) of the relay child processes. this will allow 1024 instead of just 128 open file descriptors in the default configuration (class daemon), use the openfiles-max capability and the sysctl kern.maxfiles to adjust the value. ok gilles@ pyr@
2007-11-28- [-C] and [-c cookie] do not belong in the first synopsis/usage();Jason McIntyre
after some discussion with martynas - tweak the description of -C a little more, for readability
2007-11-28remove already commented out entries, of devices which we do not support;Jason McIntyre
2007-11-28the ccb lists protect themselves, so we dont have to check if we're atDavid Gwynne
splbio when getting and putting ata xfers.
2007-11-28tweak previous;Jason McIntyre
2007-11-28fix SEE ALSO;Jason McIntyre
2007-11-28i'm always behind on the doc updatesTed Unangst
2007-11-28tweak previous;Jason McIntyre
2007-11-28When updating the timestamps on pipes, use getnanotime() instead of moreMiod Vallat
accurate but more expensive nanotime(), the loss of precision shouldn't matter. Inspired from the other *BSD which did a similar change. ok tedu@ millert@ henning@ deraadt@
2007-11-28extend proxy exampleReyk Floeter
2007-11-28insert .WAIT so that stuff is built first, and checked afterwards, insteadMarc Espie
of everything happening simultaneously.
2007-11-28typosReyk Floeter
2007-11-28this is openbsd, therefore the native display mode is called openbsdTed Unangst
2007-11-28Remove man pages that do not relate to OpenBSD/sgi. Spotted by jmc@.Joel Sing
ok miod@
2007-11-28delete the compat_09_sys_uname code hereTheo de Raadt
2007-11-28move protos to right placeTheo de Raadt
2007-11-28remove the DIRECTOK flag. the caller semantics were too weird, and it's aTed Unangst
bad idea to have functions that react unpredictably.
2007-11-28finish conversion to workq. remove list remnants, and put spl in the rightTed Unangst
places. handle the no workq case here. ok deraadt
2007-11-28syncTheo de Raadt
2007-11-28make ata controllers protect their own command lists so atascsi doesnt haveDavid Gwynne
to continually go to splbio to ensure its safe to work on them. shrinks code a little.
2007-11-28COMPAT_09 uname is only used by freebsd compat, so move it to the right placeTheo de Raadt
2007-11-28add dependencies for protector.o, preventing it from being built too early.Marc Espie
Okay miod@
2007-11-28history section is totally wrongTed Unangst
2007-11-28compat_25_sys_omsync is unusedTheo de Raadt
2007-11-28provide a hint that apm might be acpi on some machinesTed Unangst
2007-11-28add apmTed Unangst
2007-11-28first attempt to consolidate some of the apm/acpi documentation.Ted Unangst
ok deraadt
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie
we may end up installing gdb while it's been rm -f. okay kettenis@
2007-11-28Use cas/casx instead of casa/casxa.Mark Kettenis
2007-11-28COMPAT_{23,25,35} should not be used directlyTheo de Raadt
2007-11-28COMPAT_{23,25,35} should not be used directlyTheo de Raadt
2007-11-28Fix md_swap{in,out}_reloc.Miod Vallat
2007-11-28place a comment as to why these are otherwise emptyTheo de Raadt
2007-11-28unref the label when free'ing a protocol nodeReyk Floeter
2007-11-28add a -d argument, which can be used to peek at values in the kernel.Ted Unangst
this is easier than using the ddb console. ok deraadt
2007-11-28use correct data type for the pci address (bus_addr_t)Reyk Floeter
From mickey
2007-11-28remove unused functionCharles Longeau
ok otto@
2007-11-28grrrMarc Espie