Age | Commit message (Expand) | Author |
2004-08-30 | Increment the states reference counter in the rule attached to the state | Ryan Thomas McBride |
2004-08-30 | from freebsd via Jonathan Gray | David Gwynne |
2004-08-30 | Remove 'usb_'realloc() usage because it doesn't know the size of the old | Dale Rahn |
2004-08-29 | Add Adaptec 2120S. ok deraadt@ mickey@ | Marco Peereboom |
2004-08-29 | oops debugging printf | Michael Shalayeff |
2004-08-27 | Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support, | Dale Rahn |
2004-08-27 | Support USB keyboards on install where USB support is enabled. ok deraadt@ | Dale Rahn |
2004-08-26 | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. | Otto Moerbeek |
2004-08-26 | diskboot changes | Per Fogelstrom |
2004-08-26 | Fix a problem where the driver could get stuck in the rx int loop. | Per Fogelstrom |
2004-08-26 | sync with GENERIC for PCI NICs and MII PHY drivers | Brad Smith |
2004-08-25 | Swap the sources for clock and statclock on MVME188 (the Z8536 being more | Miod Vallat |
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat |
2004-08-25 | Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never | Miod Vallat |
2004-08-25 | Rearm the DUART counter as soon as we enter the interrupt handler, to not | Miod Vallat |
2004-08-25 | Minor tweaks to make things work in install. | Per Fogelstrom |
2004-08-25 | unbreak DEBUG; ok henning, deraadt | Markus Friedl |
2004-08-25 | Disable ehci on macppc for now, it causes a race condition between devices | Dale Rahn |
2004-08-25 | Better DUART timer interval computation for clock. | Miod Vallat |
2004-08-25 | Use a simpler delay() routine for MVME188, from Mach via Luna88k | Miod Vallat |
2004-08-24 | back out the last change as it seems to produce problems found by brad@; dera... | Michael Shalayeff |
2004-08-24 | The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, since | Miod Vallat |
2004-08-24 | Sync with i386 cdboot.8: | Tom Cosgrove |
2004-08-24 | Better description of the path to bsd.rd, to avoid having to update it | Tom Cosgrove |
2004-08-24 | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. | Brad Smith |
2004-08-24 | Oops, unbreak dartcngetc(). | Miod Vallat |
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove |
2004-08-24 | Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot. | Tom Cosgrove |
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 |
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove |
2004-08-24 | Since the cpu frequency can only be an integral number on the Luna88k, | Miod Vallat |
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 |
2004-08-24 | fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>;... | Michael Shalayeff |
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 |
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 |
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 |