summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-11-18for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit()Daniel Hartmeier
2004-11-18use the filesystem based firmware loader; deraadt okDamien Bergamini
2004-11-18Better and simpler check for negative offset; from Christer ObergTodd C. Miller
2004-11-18s/Access/Address/ at IFT_CARPMarco Pfatschbacher
2004-11-18a few more codecs from nbsdMichael Shalayeff
2004-11-18add mii_phy_match() for table-driven lookup.Brad Smith
2004-11-18Tell MVME2600 and MVME2700 apart.Miod Vallat
2004-11-18Feature sync with macppcMiod Vallat
2004-11-18Move PowerPC cpu type constants to <machine/cpu.h>Miod Vallat
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-11-18enable receive() accounting and use uio_procp for send() accounting, tooMarkus Friedl
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...Kenneth R Westerback
2004-11-17Enable interrupts after autoconf.Miod Vallat
2004-11-17Remove dead or unused code; minor syncs with macppc code.Miod Vallat
2004-11-17Correct *cnputc() prototypes.Miod Vallat
2004-11-17Add register prefixes and generally match macppc locore.S now; diff betweenMiod Vallat
2004-11-17A few more register prefixes, as well as more tab vs space police. NoMiod Vallat
2004-11-17proper autoconf attachments; grange@ testing; markus@ okMichael Shalayeff
2004-11-17oops, spotted by pat as alwaysTheo de Raadt
2004-11-17print real/avail/bufcache sizes as unsignedMichael Shalayeff
2004-11-17typo, spotted by pedroTheo de Raadt
2004-11-17rename to atmelTheo de Raadt
2004-11-17atu(4) on by default, since it is now smallerTheo de Raadt
2004-11-17use the filesystem based firmware loader; dlg okTheo de Raadt
2004-11-17firmware loading; ok pedro tedu dlg miodTheo de Raadt
2004-11-17stuff after #endifTheo de Raadt
2004-11-17use lmin() instead of imin() in sbspace(), ok henning, millertMarkus Friedl
2004-11-17ip6_plen does not include the size of the ipv6 header; ok itojunMarkus Friedl
2004-11-17Improved logging for advertisement failures: Add some carpstats.carps_onomem++Ryan Thomas McBride
2004-11-17syncTheo de Raadt
2004-11-17Three mode devices found in the wild, I thinkTheo de Raadt
2004-11-17wrong paren. Patrick LatifiJun-ichiro itojun Hagino
2004-11-17fix non-usb buildsTheo de Raadt
2004-11-17enter dev/microcode dirTheo de Raadt
2004-11-17install all 8 filesTheo de Raadt
2004-11-17remove bogus printfTheo de Raadt
2004-11-17list licensed filesTheo de Raadt
2004-11-17forgot 2 firmwaresTheo de Raadt
2004-11-17not sparcTheo de Raadt
2004-11-16put copy of license in firmware dir tooTheo de Raadt
2004-11-16fix bit defns for PFLAGsJason Wright
2004-11-16flat firmware file creation and installationTheo de Raadt
2004-11-16Strip kernels compiled with DEBUG=-g leaving an unstripped kernel as bsd.gdb.Mark Kettenis
2004-11-16Fix for PR3983Ryan Thomas McBride
2004-11-16Lower interrupt moderation timer to decrease service latency.Brad Smith
2004-11-16Call arprequest/ether_output at splsoftnet(). From Chris Pascoe.Ryan Thomas McBride
2004-11-16back out previous commit and put the right change in which correspondsBrad Smith
2004-11-16Set p_stat to SONPROC in cpu_switch() after picking a proc to run.Miod Vallat
2004-11-16Fix 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