summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-04-06documentation should follow codeTheo de Raadt
2001-04-06Avoid a livelock problem where the buffer cache code would beGrigoriy Orlov
2001-04-06Change softdep_count_dependencies interface so that it may be calledGrigoriy Orlov
2001-04-06Match the Cisco Aironet 350 card; from NetBSD.Aaron Campbell
2001-04-06regenAaron Campbell
2001-04-06Add 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-06typo in error messageJason Wright
2001-04-06Typo in comment (henric@aimnet.com)Angelos D. Keromytis
2001-04-06Get rid of vm_pmap.Artur Grabowski
2001-04-06Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set.Federico G. Schwindt
2001-04-06Only define offsetof for KERNEL mode. Avoids breaking userlandConstantine Sapuntzakis
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-06Free the right variable on errorConstantine Sapuntzakis
2001-04-05undo changes which did not even compileTheo de Raadt
2001-04-05Tell the users what to report when the kernel crashes.Artur Grabowski
2001-04-05From angelos: (he can't commit this himself right now)Artur Grabowski
2001-04-05merge with freebsd/netbsd; mainly a conversion to miiJason Wright
2001-04-04Roll Core minor. Ansify source. Handles are now 16 bits. Addmjacob
2001-04-04Add some additional mailbox definitions. Rename ICBOPT_PORTNAME tomjacob
2001-04-04Keep up with the Joneses- sync up with core code for (eventual) usage here.mjacob
2001-04-04Roll platform major/minor. Ansify. Add the appropriate bits formjacob
2001-04-04Ansify source. Set poenings to maxcmds again. Turn on interruptmjacob
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
2001-04-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
2001-04-04match on a few more cards, prism2 support; aaron@ ok; from NetBSDMichael Shalayeff
2001-04-04Disable ATAPI DMA on Promise controllers and some ALi controllers.Constantine Sapuntzakis
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
2001-04-04suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug),Jun-ichiro itojun Hagino
2001-04-04make sure rcvif is not bogus, on call to icmp6_reflect.Jun-ichiro itojun Hagino
2001-04-04do not check ip_mtudisc on IPv6 TCP.Jun-ichiro itojun Hagino
2001-04-04check for return value of ENODEV from ifpromisc(). This will happenJason Wright
2001-04-03We now can emulate vfork14 correctlyNiklas Hallqvist
2001-04-03vm_map.pmap should always be used, not only for uvm.Artur Grabowski
2001-04-03Fix a vm_pmap in a debug printf.Artur Grabowski
2001-04-03It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULLAaron Campbell
2001-04-03siop is already defined in miland; from from@Michael Shalayeff
2001-04-03If you cannot test your work, please do not do commits and then break userlandTheo de Raadt
2001-04-02PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.Niklas Hallqvist
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
2001-04-02syncNiklas Hallqvist
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-04-02ATA_POLL should have been AT_POLLConstantine Sapuntzakis
2001-04-02pool_get with PR_NOWAIT can fail. Handle that.Artur Grabowski
2001-04-02Add padding and new field 'flags2' to struct scsi_inquiry_data,Kenneth R Westerback
2001-04-01Add a macro to initialize the contents of a vmcmd set.Artur Grabowski