Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-13 | Missing splx() | Miod Vallat | |
2003-01-13 | fix the logic in hvt probing | Michael Shalayeff | |
2003-01-13 | ESP=encapsulatING security payload. | Kjell Wooding | |
2003-01-13 | Clean up some language, structure. ok niklas@, mpech@ | Kjell Wooding | |
2003-01-13 | Start sentence on new line. ok mpech@. "whatever" theo@ | Kjell Wooding | |
2003-01-13 | Fix kernel snprintf function(s) to be like | Tobias Weingartner | |
userland in return values. deraadt@ ok. | |||
2003-01-13 | note 3Com 9201 support here as well | Henning Brauer | |
2003-01-13 | Don'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-13 | Another rhine III | Jason Wright | |
2003-01-13 | add rhine III | Jason Wright | |
2003-01-13 | note rhine 3 support | Jason Wright | |
2003-01-13 | make clear not all nForce2 versions have the 3Com 9201, and state which ones | Henning Brauer | |
have. help nick@ | |||
2003-01-13 | note 3Com 9201 support, wording help nick@ | Henning Brauer | |
2003-01-13 | make cmds[] array static to avoid conflict with BSDI libc. | Damien Miller | |
mindrot bug #466. Fix from mdev@idg.nl; ok markus@ | |||
2003-01-13 | err() on all memory allocation failures | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-01-13 | Improve 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-13 | Fix pastos. Reported by andres at msu dot edu. | Thierry Deval | |
2003-01-13 | Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore. | Artur Grabowski | |
2003-01-13 | Half-done conversion of vmstat -i to sysctls. | Artur Grabowski | |
The evcnt stuff is left just like in the kvm version. | |||
2003-01-13 | Sysctls for fetching intrcnt. | Artur Grabowski | |
2003-01-13 | make it compile w/ SCSIDEBUG defined, found by brad@ | Michael Shalayeff | |
2003-01-13 | Cleaner SBP2 status response treatment. | Thierry Deval | |
2003-01-13 | make 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-12 | Revert last change, causes issues on macppc and alpha. | Miod Vallat | |
2003-01-12 | sync | Theo de Raadt | |
2003-01-12 | support the 3com 9201 found on nForce2-based Asus A7N8X | Henning Brauer | |
tested by Johan M:son Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | SiS 745 chipset stuff; from jcbender@benderhome.net w/ minor adjustments | Henning Brauer | |
by me. | |||
2003-01-12 | 3com 9201 found on Asus A7N8X deluxe mainboard | Henning Brauer | |
2003-01-12 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-12 | regen | Alexander Yurchenko | |
2003-01-12 | more kernel growth requires me to remove uha | Theo de Raadt | |
2003-01-12 | Add Silicon Image SiI3112 SATA controller | Alexander Yurchenko | |
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl | |
2003-01-12 | allow WARNINGS=yes; ok djm@ | Markus Friedl | |
2003-01-12 | regen | Alexander Yurchenko | |
2003-01-12 | Missed nForce2 IDE | Alexander Yurchenko | |
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | bunch of devices for the nVidia nForce2 chipset | Henning Brauer | |
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | Cleaner equivalent to p1212_calc_crc() + some param shortcuts. | Thierry Deval | |
2003-01-12 | Trust the link_speed from SelfID (PHY), better than a minimalist (usually | Thierry 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-12 | Add a link_speed entry to the UID table + readability knit. | Thierry Deval | |
2003-01-12 | Add link_speed to attach arg. | Thierry Deval | |
2003-01-12 | Add PHY packets defines. | Thierry Deval | |
2003-01-12 | regen | Michael Shalayeff | |
2003-01-12 | order the intel section and add a couple of nforce prods from dmesglog | Michael Shalayeff | |
2003-01-12 | add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵ | Jason Wright | |
dot com | |||
2003-01-12 | pad tx buffer with zero's; John L. Scarfone, j0 at cox.net | Jason Wright | |