Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/i386/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@; part of diff reviewed and ok weingart@. | |||
2004-08-24 | Since the cpu frequency can only be an integral number on the Luna88k, | Miod Vallat | |
simplify the delay() code, and as a result do not use floating-point code in the kernel anymore. Tested by aoyama@ | |||
2004-08-24 | Correctly initialize and shuffle statclock on 1x7. | Miod Vallat | |
2004-08-24 | change physmem divisor to 256. divide by page size was wrong. this does | Ted Unangst | |
what i intended all along, without contrived arithmetic screw up. from discussions with mickey and deraadt | |||
2004-08-24 | fix the microtime renaming leftover; from Emil Mikulic ↵ | Michael Shalayeff | |
<g5ba9cd0@dmr.ath.cx>; pr3893; deraadt@ ok | |||
2004-08-24 | adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@ | Ted Unangst | |
2004-08-24 | revert. itojun notes that 128 is ok because of bitlen check. | Ted Unangst | |
add a comment to this effect since many of us were confused. ok deraadt@ | |||
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller | |
a missing break statement. From Stephan Leemburg. OK deraadt@ | |||
2004-08-23 | pefo is a tree breaker | Theo de Raadt | |
2004-08-23 | fix free page commit handling | Per Fogelstrom | |
2004-08-23 | clean | Per Fogelstrom | |
2004-08-23 | default is big endian | Per Fogelstrom | |
2004-08-23 | new disklabel for sgi | Per Fogelstrom | |
2004-08-23 | disk boot and tools for sgi | Per Fogelstrom | |
2004-08-23 | make sure we do not overwrite checksum field on shared mbuf. | Jun-ichiro itojun Hagino | |
markus, henning, deraadt, mcbride ok | |||
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat | |
on some machines, and I probably won't have time to fix it properly for this release. | |||
2004-08-22 | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is | Can Erkin Acar | |
already disabled and the status update function fails to clear the overflow, causing high interrupt load. Reported and tested by Arvid Grøtting. ok deraadt@ | |||
2004-08-21 | Fix typo in comment | Tom Cosgrove | |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove | |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove | |
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@ | |||
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Based on the OpenBSD/i386 code that Toby and I put together at the hackathon, which was in turn based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org. "go for it" deraadt@ | |||
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat | |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat | |
and do not enable parity in the scsi chip in this case. From the old scsi code. Tested by millert@ and I, though none of us has non-parity capable 98658. | |||
2004-08-21 | Be sure to reset the master hconf register when resetting the scsi chip. | Miod Vallat | |
Tested by millert@ and I. | |||
2004-08-21 | Missing DELAY. | Miod Vallat | |
2004-08-21 | in case of failure use the same logic for unmapping as it was used for ↵ | Michael Shalayeff | |
mapping; found and testing by Jack Culpepper <jack@cloudconnector.com>; deraadt@ ok | |||
2004-08-21 | correct bounds checks. found at/by Coverity. | Ted Unangst | |
ok deraadt@ | |||
2004-08-20 | take out the -beta now | Theo de Raadt | |
2004-08-20 | Enable com@puc now that it works. OK deraadt@ miod@ henning@. | Todd C. Miller | |
lpt@puc is still disabled until it gets tested. | |||
2004-08-20 | sync | Theo de Raadt | |
2004-08-20 | a belkin ID on a sk card | Theo de Raadt | |
2004-08-19 | Enable puc and com@puc; fixes PR 3823 | Miod Vallat | |
ok deraadt@ | |||
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod Vallat | |
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@ | |||
2004-08-19 | #ifdef TI_VERBOSE around "no free jumbo buffers" printf. | Ryan Thomas McBride | |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat | |
but it could cause the output to stop completely. While there, fix cnputc() prototype and clean up cngetc(). | |||
2004-08-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride | |
packets unless we're debugging. | |||
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride | |
unless we're debugging. | |||
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat | |
too much with warning messages. | |||
2004-08-19 | Remove debug printf that crept in. | Miod Vallat | |
2004-08-19 | there be usb dragons | Michael Shalayeff | |
2004-08-19 | commented out ahd (compiles but does not work) | Michael Shalayeff | |
2004-08-18 | Fix last commit, all 4 com ports use the same frequency. Prompted | Todd C. Miller | |
by a comment from henning@ | |||
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove | |
as recently fixed on i386. requested by, and ok, deraadt@ | |||
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar | |
reported by Robert Stone ( robert at arbor net ) via PR 3852 This is a different fix since gre(4) may carry non-ip packets. tested by Robert Stone and markus@ ok markus@ deraadt@ |