summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-11-20syncAlexander Yurchenko
2004-11-20some via devices from dmesglogAlexander Yurchenko
2004-11-20remove redundant commented out bits for com@cardbusBrad Smith
2004-11-20forgot to remove a call to free() in my previous commit.Damien Bergamini
2004-11-20sgi tooTheo de Raadt
2004-11-20no tlp, we have dc.Brad Smith
2004-11-20When processing sysex stop bytes ensure the packet is not corruptedJonathan Gray
2004-11-19regenDavid Gwynne
2004-11-19remove the atmel dwl120 since the product id appears to be a typo. reorderDavid Gwynne
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
2004-11-19cleanup includesDavid Gwynne
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
2004-11-19Better i8259 slave handling:Miod Vallat
2004-11-19remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2()Daniel Hartmeier
2004-11-19syncAlexander Yurchenko
2004-11-19SiS648FX AGP; from theoAlexander Yurchenko
2004-11-19Plug memory leak. Found by pat@. Thanks!Hans-Joerg Hoexer
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2004-11-19copyrightTheo de Raadt
2004-11-19return 0 from main, hppa cares :)Theo de Raadt
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