Age | Commit message (Expand) | Author |
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 |
2001-04-04 | do not check ip_mtudisc on IPv6 TCP. | Jun-ichiro itojun Hagino |
2001-04-04 | check for return value of ENODEV from ifpromisc(). This will happen | Jason Wright |
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist |
2001-04-03 | vm_map.pmap should always be used, not only for uvm. | Artur Grabowski |
2001-04-03 | Fix a vm_pmap in a debug printf. | Artur Grabowski |
2001-04-03 | It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULL | Aaron Campbell |
2001-04-03 | siop is already defined in miland; from from@ | Michael Shalayeff |
2001-04-03 | If you cannot test your work, please do not do commits and then break userland | Theo de Raadt |
2001-04-02 | PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD. | Niklas Hallqvist |
2001-04-02 | Do not delete timeouts when they are not set | Niklas Hallqvist |
2001-04-02 | Oops, this should have been committed along with the SROM media block parsing | Aaron Campbell |
2001-04-02 | sync | Niklas Hallqvist |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-04-02 | ATA_POLL should have been AT_POLL | Constantine Sapuntzakis |
2001-04-02 | pool_get with PR_NOWAIT can fail. Handle that. | Artur Grabowski |
2001-04-02 | Add padding and new field 'flags2' to struct scsi_inquiry_data, | Kenneth R Westerback |
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski |