summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller
2004-06-22Add M_LINK0 for net80211; OK markus@ and mcbride@Todd C. Miller
2004-06-22Enable ahd interrupts and reset the channel before scanning the busKenneth R Westerback
2004-06-22Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANTodd C. Miller
2004-06-22The Prism device driver's manual makes a distinction in naming ofTodd C. Miller
2004-06-22do not bcopy wrong stuff thereTheo de Raadt
2004-06-22Spacing. ok krw@Marco Peereboom
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-06-22Change various macro and symbol names in order to have recognizable *100*Miod Vallat
2004-06-22Do not use db_printf() without a godd reason; while there, shrinken someMiod Vallat
2004-06-22If there is no CIS info the cardbus attach would print an extraTodd C. Miller
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-22make sure real/avail mem printfs do unsigned ariths; found by beck@Michael Shalayeff
2004-06-22Pull the plug on source-based routing until remaining bugs are eradicated.Cedric Berger
2004-06-22Turn m88k_protection() into a macro again, compensating for 88110Miod Vallat
2004-06-22After 88110 exception processing, do not reset the in-frame [di][lp]arMiod Vallat
2004-06-22On 88110, simplify enip processing:Miod Vallat
2004-06-22Unbreak previous commit ok markus@Can Erkin Acar
2004-06-22Do not access [id][pl]ar registers from C code - we only care about theirMiod Vallat
2004-06-22Add a new "filter drop" flag to bpf and related ioclts.Can Erkin Acar
2004-06-22Don't use time-based random number generationThorsten Lockert
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-22Add additional retries in TUR to allow for tape devices to settle after a reset.Marco Peereboom
2004-06-22Add additional retries in TUR to allow for tape devices to settle after a reset.Marco Peereboom
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21When in_ifinit fails and we've created a new address, clean it up beforeRyan Thomas McBride
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@Markus Friedl
2004-06-21don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@Markus Friedl
2004-06-21move the IFF_UP check to bpfwrite; ok canacar@Markus Friedl
2004-06-21add bounded attribute to some functions. anil tested and ok'edJun-ichiro itojun Hagino
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson
2004-06-21Pure luck has protected us from this bug until now: locore.SNiklas Hallqvist
2004-06-21make it possble to use IPsec over link-local address (policy table usesJun-ichiro itojun Hagino
2004-06-21Get rid of pf_test_eh() wrapper.Ryan Thomas McBride
2004-06-21don't leak ipsec pmtu routes; with mpf@Markus Friedl
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-06-21Use arc4random() instead of time-based node start idThorsten Lockert
2004-06-21Don't use time for random starting value... "love it" deraadt@Thorsten Lockert
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
2004-06-20Use arc4random; request art@ deraadt@Thorsten Lockert
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Do not use time based randomization; ok deraadt@Thorsten Lockert
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20In crypto_thread(), always save return value from splimp(). We were onlyAaron Campbell
2004-06-20regenDamien Couderc
2004-06-20add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200.Damien Couderc
2004-06-20Init per-cpu spc_runtime before diving into the scheduler. From NetBSD.Aaron Campbell
2004-06-20remove #ifdef TUBAJun-ichiro itojun Hagino