Age | Commit message (Expand) | Author |
2001-04-08 | Some cleanup to the mac audio driver, does not improve the interrupt | Dale Rahn |
2001-04-08 | Attempt at tracking interrupt source better than "irqN", with this | Dale Rahn |
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback |
2001-04-08 | Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate) | Jason Wright |
2001-04-08 | Don't print anything for transmission error 90, since the driver always | Aaron Campbell |
2001-04-07 | Stack gap no longer fits common structures (like struct statfs), causing | Thorsten Lockert |
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert |
2001-04-07 | Reduce the count of fs_sparecon's by 1 for 64 bit architectures | Todd C. Miller |
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist |
2001-04-07 | Always get struct pglist from vm/pglist.h, otherwise old VM compilations | Niklas Hallqvist |
2001-04-07 | Silly TRUE & FALSE constants definitions for the sake of old VM compilations | Niklas Hallqvist |
2001-04-07 | offsetof() should return size_t | Theo de Raadt |
2001-04-07 | Partial update to IPF 3.4.17; this fixes the *VERY* serious fragment | Federico G. Schwindt |
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |
2001-04-06 | documentation should follow code | Theo de Raadt |
2001-04-06 | Avoid a livelock problem where the buffer cache code would be | Grigoriy Orlov |
2001-04-06 | Change softdep_count_dependencies interface so that it may be called | Grigoriy Orlov |
2001-04-06 | Match the Cisco Aironet 350 card; from NetBSD. | Aaron Campbell |
2001-04-06 | regen | Aaron Campbell |
2001-04-06 | Add Cisco Aironet 350; from NetBSD. | Aaron Campbell |
2001-04-06 | - For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work. | Aaron Campbell |
2001-04-06 | typo in error message | Jason Wright |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski |
2001-04-06 | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. | Federico G. Schwindt |
2001-04-06 | Only define offsetof for KERNEL mode. Avoids breaking userland | Constantine Sapuntzakis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis |
2001-04-05 | undo changes which did not even compile | Theo de Raadt |
2001-04-05 | Tell the users what to report when the kernel crashes. | Artur Grabowski |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski |
2001-04-05 | merge with freebsd/netbsd; mainly a conversion to mii | Jason Wright |
2001-04-04 | Roll Core minor. Ansify source. Handles are now 16 bits. Add | mjacob |
2001-04-04 | Add some additional mailbox definitions. Rename ICBOPT_PORTNAME to | mjacob |
2001-04-04 | Keep up with the Joneses- sync up with core code for (eventual) usage here. | mjacob |
2001-04-04 | Roll platform major/minor. Ansify. Add the appropriate bits for | mjacob |
2001-04-04 | Ansify source. Set poenings to maxcmds again. Turn on interrupt | mjacob |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob |
2001-04-04 | Ansify source. Say which channel the initiator ID is for. Rename | mjacob |
2001-04-04 | Ansify. Fix botch that kept ISP 1020 firmware from being compiled in. | mjacob |
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov |
2001-04-04 | match on a few more cards, prism2 support; aaron@ ok; from NetBSD | Michael Shalayeff |
2001-04-04 | Disable ATAPI DMA on Promise controllers and some ALi controllers. | Constantine Sapuntzakis |
2001-04-04 | Lay the groundwork for disabling ATAPI DMA on controllers | Constantine Sapuntzakis |
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis |
2001-04-04 | suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug), | Jun-ichiro itojun Hagino |
2001-04-04 | make sure rcvif is not bogus, on call to icmp6_reflect. | Jun-ichiro itojun Hagino |