summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-13Keep copyright year current.Kenneth R Westerback
2007-03-12In bcw_init() check for real revision numbers now and fix a wrongMarcus Glocker
2007-03-12better desiredvnodes not based on maxusers; pedro@ deraadt@ okMichael Shalayeff
2007-03-12mx default has been 0 for almost 10 years; ok millert@ jmc@Kevin Steves
2007-03-12add ST16C654Jasper Lievisse Adriaanse
2007-03-12add ADT7475 to adt(4) and re-format.Jasper Lievisse Adriaanse
2007-03-12document mc (maximum number of copies allowed); ok millert@ jmc@Kevin Steves
2007-03-12When running show commands that are restarted make sure that we eitherClaudio Jeker
2007-03-12hoststated.conf is not a program.Reyk Floeter
2007-03-12Finish chip base initialization.Marcus Glocker
2007-03-12very ugly indentTheo de Raadt
2007-03-12log when we trap a host.Bob Beck
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-12do not use bcopy to set the mac address registers. this diff shouldReyk Floeter
2007-03-12ata counts sectors from 1, scsi counts from 0. adjust the value in theDavid Gwynne
2007-03-12parse the ata_identify to get a more correct value for the capacity of theDavid Gwynne
2007-03-12finish teh ata_identify struct.David Gwynne
2007-03-12unlock tree, move on towards 4.1-currentTheo de Raadt
2007-03-11some bug (in sort? or compiler) gets hit too late in the release cycle.Theo de Raadt
2007-03-09some note updates from jsgTheo de Raadt
2007-03-09Move C/R -> kbdint special case to after the defaults have beenDarren Tucker
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-08Uncomment landisk kmem(4) linkMiod Vallat
2007-03-08Match reality.Miod Vallat
2007-03-08update to describe current behaviour;Jason McIntyre
2007-03-08spelling fixes; ok deraadt@David Krause
2007-03-07Add some emphasis for easier reading and clarify MX trapping byTodd C. Miller
2007-03-07Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead ofMiod Vallat
2007-03-07Put the workaround back in because gcc fails to build otherwise. ok deraadt@Dale Rahn
2007-03-07Use separate buffers in fsort.c and msort.c. Fixes a problem withTodd C. Miller
2007-03-07- fix the hoststatectl host disable/enable commands to work with relayReyk Floeter
2007-03-07support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>Henning Brauer
2007-03-07sync usage(); ok deraadtJason McIntyre
2007-03-07another working deviceTheo de Raadt
2007-03-07fix size checks for good. Since we want deletion to happen `right now'Marc Espie
2007-03-07clean up the greytrap stuff;Jason McIntyre
2007-03-07some spelling fixes;Jason McIntyre
2007-03-07new sentence, new lineJason McIntyre
2007-03-07manual page update by Bruce M. Simpson <bms@FreeBSD.org> toJason McIntyre
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-03-07Implement hardware interrupt handler. For now, detect command completionChristopher Pascoe
2007-03-07Set ITSDONE otherwise the SCSI layer will sleep forever waiting for ourChristopher Pascoe
2007-03-07regenKenneth R Westerback
2007-03-07regenKenneth R Westerback
2007-03-07Forcibly change /dev/pci to a symbolic link if it isn't one.Kenneth R Westerback
2007-03-07revert size check tweak, the fix does break other stuff. this is harderMarc Espie
2007-03-06Add -M option to specify a local address that is a lower priority MXBob Beck
2007-03-06get vfs size snapshotted and restored so that pkg_add -u has a harderMarc Espie
2007-03-06Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you followMark Kettenis