summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-13Missing splx()Miod Vallat
2003-01-13fix the logic in hvt probingMichael Shalayeff
2003-01-13ESP=encapsulatING security payload.Kjell Wooding
2003-01-13Clean up some language, structure. ok niklas@, mpech@Kjell Wooding
2003-01-13Start sentence on new line. ok mpech@. "whatever" theo@Kjell Wooding
2003-01-13Fix kernel snprintf function(s) to be likeTobias Weingartner
userland in return values. deraadt@ ok.
2003-01-13note 3Com 9201 support here as wellHenning Brauer
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
store function pointers in the pci_chipset_tag_t (ie. fix an ugly hack I did during the hackathon last year).
2003-01-13Another rhine IIIJason Wright
2003-01-13add rhine IIIJason Wright
2003-01-13note rhine 3 supportJason Wright
2003-01-13make clear not all nForce2 versions have the 3Com 9201, and state which onesHenning Brauer
have. help nick@
2003-01-13note 3Com 9201 support, wording help nick@Henning Brauer
2003-01-13make cmds[] array static to avoid conflict with BSDI libc.Damien Miller
mindrot bug #466. Fix from mdev@idg.nl; ok markus@
2003-01-13err() on all memory allocation failuresCamiel Dobbelaar
ok henning dhartmei
2003-01-13Improve robustness & error handling. More thorough checks of user data.Cedric Berger
- Reject invalid CIDR networks (1.2.3.4/16 & friends). - Only allow values 0 or 1 for the "neg" flag. - Require all unused data to be set to 0 in pfr_addr and pfr_table. - Always check the return value of pfr_route_entry(). - Remove redundant kernel messages. Tested on i386, sparc64. Pass my (uncommited) regression tests.
2003-01-13Fix pastos. Reported by andres at msu dot edu.Thierry Deval
2003-01-13Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore.Artur Grabowski
2003-01-13Half-done conversion of vmstat -i to sysctls.Artur Grabowski
The evcnt stuff is left just like in the kvm version.
2003-01-13Sysctls for fetching intrcnt.Artur Grabowski
2003-01-13make it compile w/ SCSIDEBUG defined, found by brad@Michael Shalayeff
2003-01-13Cleaner SBP2 status response treatment.Thierry Deval
2003-01-13make 3com 9201 really work - got the last success report a bit early.Henning Brauer
tested by "Johan M:son Lindman" <tybollt at solace.mh.se>
2003-01-12Revert last change, causes issues on macppc and alpha.Miod Vallat
2003-01-12syncTheo de Raadt
2003-01-12support the 3com 9201 found on nForce2-based Asus A7N8XHenning Brauer
tested by Johan M:son Lindman <tybollt at solace.mh.se>
2003-01-12regenHenning Brauer
2003-01-12SiS 745 chipset stuff; from jcbender@benderhome.net w/ minor adjustmentsHenning Brauer
by me.
2003-01-123com 9201 found on Asus A7N8X deluxe mainboardHenning Brauer
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-12regenAlexander Yurchenko
2003-01-12more kernel growth requires me to remove uhaTheo de Raadt
2003-01-12Add Silicon Image SiI3112 SATA controllerAlexander Yurchenko
2003-01-12move progressmeter.c to libssh; ok djm/fgs@Markus Friedl
2003-01-12allow WARNINGS=yes; ok djm@Markus Friedl
2003-01-12regenAlexander Yurchenko
2003-01-12Missed nForce2 IDEAlexander Yurchenko
2003-01-12regenHenning Brauer
2003-01-12bunch of devices for the nVidia nForce2 chipsetHenning Brauer
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se>
2003-01-12Cleaner equivalent to p1212_calc_crc() + some param shortcuts.Thierry Deval
2003-01-12Trust the link_speed from SelfID (PHY), better than a minimalist (usuallyThierry Deval
fixed) ConfigROM.
2003-01-12- Use OHCI_BITVAL and OHCI_BITSET where appropriate.Thierry Deval
- Use the IEEE1394_SELFID names, instead of dumb hex constants. - Get the nodes' link_speed from the SeldID PHY packets. - Some more cleanup.
2003-01-12- Capitalize hex constants.Thierry Deval
- Add OHCI_BITSET, the counterpart of OHCI_BITVAL. - Make all the defined value fields have the _MASK/_BITPOS form.
2003-01-12Add a link_speed entry to the UID table + readability knit.Thierry Deval
2003-01-12Add link_speed to attach arg.Thierry Deval
2003-01-12Add PHY packets defines.Thierry Deval
2003-01-12regenMichael Shalayeff
2003-01-12order the intel section and add a couple of nforce prods from dmesglogMichael Shalayeff
2003-01-12add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵Jason Wright
dot com
2003-01-12pad tx buffer with zero's; John L. Scarfone, j0 at cox.netJason Wright