summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-08-24Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24Since the cpu frequency can only be an integral number on the Luna88k,Miod Vallat
2004-08-24Correctly initialize and shuffle statclock on 1x7.Miod Vallat
2004-08-24change physmem divisor to 256. divide by page size was wrong. this doesTed Unangst
2004-08-24fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>;...Michael Shalayeff
2004-08-24adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@Ted Unangst
2004-08-24revert. itojun notes that 128 is ok because of bitlen check.Ted Unangst
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23The IT87 chip has 3 Fan sensors. Fix the loop invariant and addTodd C. Miller
2004-08-23pefo is a tree breakerTheo de Raadt
2004-08-23fix free page commit handlingPer Fogelstrom
2004-08-23cleanPer Fogelstrom
2004-08-23default is big endianPer Fogelstrom
2004-08-23new disklabel for sgiPer Fogelstrom
2004-08-23disk boot and tools for sgiPer Fogelstrom
2004-08-23make sure we do not overwrite checksum field on shared mbuf.Jun-ichiro itojun Hagino
2004-08-22Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problemMiod Vallat
2004-08-22Do check for STATS_OFLOW in interrupt handler. The overflow interrupt isCan Erkin Acar
2004-08-21Fix typo in commentTom Cosgrove
2004-08-21Hook cdbr and cdboot into the build.Tom Cosgrove
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
2004-08-21Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-08-21Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage.Miod Vallat
2004-08-21Check for disabled parity in the master chip hconf register upon attach,Miod Vallat
2004-08-21Be sure to reset the master hconf register when resetting the scsi chip.Miod Vallat
2004-08-21Missing DELAY.Miod Vallat
2004-08-21in case of failure use the same logic for unmapping as it was used for mappin...Michael Shalayeff
2004-08-21correct bounds checks. found at/by Coverity.Ted Unangst
2004-08-20take out the -beta nowTheo de Raadt
2004-08-20Enable com@puc now that it works. OK deraadt@ miod@ henning@.Todd C. Miller
2004-08-20syncTheo de Raadt
2004-08-20a belkin ID on a sk cardTheo de Raadt
2004-08-19Enable puc and com@puc; fixes PR 3823Miod Vallat
2004-08-19Do as much in com_puc_attach2() as done in com_attach_subr(), until theyMiod Vallat
2004-08-19#ifdef TI_VERBOSE around "no free jumbo buffers" printf.Ryan Thomas McBride
2004-08-19Fix (well, rewrite) the start() logic - not only would it eat characters,Miod Vallat
2004-08-19Don't complain about lack of available jumbo buffers when processing incomingRyan Thomas McBride
2004-08-19Don't complain about lack of jumbo storage when processing incoming packetsRyan Thomas McBride
2004-08-19If a DMA operation takes longer time than usual, do not flood the consoleMiod Vallat
2004-08-19Remove debug printf that crept in.Miod Vallat
2004-08-19there be usb dragonsMichael Shalayeff
2004-08-19commented out ahd (compiles but does not work)Michael Shalayeff
2004-08-18Fix last commit, all 4 com ports use the same frequency. PromptedTodd C. Miller
2004-08-18Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1,Tom Cosgrove