Age | Commit message (Expand) | Author |
2004-11-18 | for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit() | Daniel Hartmeier |
2004-11-18 | use the filesystem based firmware loader; deraadt ok | Damien Bergamini |
2004-11-18 | Better and simpler check for negative offset; from Christer Oberg | Todd C. Miller |
2004-11-18 | s/Access/Address/ at IFT_CARP | Marco Pfatschbacher |
2004-11-18 | a few more codecs from nbsd | Michael Shalayeff |
2004-11-18 | add mii_phy_match() for table-driven lookup. | Brad Smith |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat |
2004-11-18 | Feature sync with macppc | Miod Vallat |
2004-11-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat |
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl |
2004-11-18 | enable receive() accounting and use uio_procp for send() accounting, too | Markus Friedl |
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v... | Kenneth R Westerback |
2004-11-17 | Enable interrupts after autoconf. | Miod Vallat |
2004-11-17 | Remove dead or unused code; minor syncs with macppc code. | Miod Vallat |
2004-11-17 | Correct *cnputc() prototypes. | Miod Vallat |
2004-11-17 | Add register prefixes and generally match macppc locore.S now; diff between | Miod Vallat |
2004-11-17 | A few more register prefixes, as well as more tab vs space police. No | Miod Vallat |
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff |
2004-11-17 | oops, spotted by pat as always | Theo de Raadt |
2004-11-17 | print real/avail/bufcache sizes as unsigned | Michael Shalayeff |
2004-11-17 | typo, spotted by pedro | Theo de Raadt |
2004-11-17 | rename to atmel | Theo de Raadt |
2004-11-17 | atu(4) on by default, since it is now smaller | Theo de Raadt |
2004-11-17 | use the filesystem based firmware loader; dlg ok | Theo de Raadt |
2004-11-17 | firmware loading; ok pedro tedu dlg miod | Theo de Raadt |
2004-11-17 | stuff after #endif | Theo de Raadt |
2004-11-17 | use lmin() instead of imin() in sbspace(), ok henning, millert | Markus Friedl |
2004-11-17 | ip6_plen does not include the size of the ipv6 header; ok itojun | Markus Friedl |
2004-11-17 | Improved logging for advertisement failures: Add some carpstats.carps_onomem++ | Ryan Thomas McBride |
2004-11-17 | sync | Theo de Raadt |
2004-11-17 | Three mode devices found in the wild, I think | Theo de Raadt |
2004-11-17 | wrong paren. Patrick Latifi | Jun-ichiro itojun Hagino |
2004-11-17 | fix non-usb builds | Theo de Raadt |
2004-11-17 | enter dev/microcode dir | Theo de Raadt |
2004-11-17 | install all 8 files | Theo de Raadt |
2004-11-17 | remove bogus printf | Theo de Raadt |
2004-11-17 | list licensed files | Theo de Raadt |
2004-11-17 | forgot 2 firmwares | Theo de Raadt |
2004-11-17 | not sparc | Theo de Raadt |
2004-11-16 | put copy of license in firmware dir too | Theo de Raadt |
2004-11-16 | fix bit defns for PFLAGs | Jason Wright |
2004-11-16 | flat firmware file creation and installation | Theo de Raadt |
2004-11-16 | Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb. | Mark Kettenis |
2004-11-16 | Fix for PR3983 | Ryan Thomas McBride |
2004-11-16 | Lower interrupt moderation timer to decrease service latency. | Brad Smith |
2004-11-16 | Call arprequest/ether_output at splsoftnet(). From Chris Pascoe. | Ryan Thomas McBride |
2004-11-16 | back out previous commit and put the right change in which corresponds | Brad Smith |
2004-11-16 | Set p_stat to SONPROC in cpu_switch() after picking a proc to run. | Miod Vallat |
2004-11-16 | Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap). | Brad Smith |
2004-11-16 | - Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k. | Brad Smith |