Age | Commit message (Expand) | Author |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-06-23 | daa should be 0x27 and aaa 0x37 | Andreas Gunnarsson |
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner |
2004-06-22 | Change of variable name from read to nread, to reduce difference | Tom Cosgrove |
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-06-22 | During exception processing, we are not supposed to fault immediately | Miod Vallat |
2004-06-22 | Import current NetBSD/FreeBSD 802.11 framework. | Todd C. Miller |
2004-06-22 | Add M_LINK0 for net80211; OK markus@ and mcbride@ | Todd C. Miller |
2004-06-22 | Enable ahd interrupts and reset the channel before scanning the bus | Kenneth R Westerback |
2004-06-22 | Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN | Todd C. Miller |
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller |
2004-06-22 | do not bcopy wrong stuff there | Theo de Raadt |
2004-06-22 | Spacing. ok krw@ | Marco Peereboom |
2004-06-22 | Remove all static functions. ok krw@ | Marco Peereboom |
2004-06-22 | Change various macro and symbol names in order to have recognizable *100* | Miod Vallat |
2004-06-22 | Do not use db_printf() without a godd reason; while there, shrinken some | Miod Vallat |
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller |
2004-06-22 | support for rcc osb4 and csb5; tested on quad-zion and another box i have | Michael Shalayeff |
2004-06-22 | make sure real/avail mem printfs do unsigned ariths; found by beck@ | Michael Shalayeff |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-22 | Turn m88k_protection() into a macro again, compensating for 88110 | Miod Vallat |
2004-06-22 | After 88110 exception processing, do not reset the in-frame [di][lp]ar | Miod Vallat |
2004-06-22 | On 88110, simplify enip processing: | Miod Vallat |
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar |
2004-06-22 | Do not access [id][pl]ar registers from C code - we only care about their | Miod Vallat |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-06-22 | Don't use time-based random number generation | Thorsten Lockert |
2004-06-22 | Switch amd64 to __HAVE_CPUINFO | Artur Grabowski |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | When in_ifinit fails and we've created a new address, clean it up before | Ryan Thomas McBride |
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski |
2004-06-21 | don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@ | Markus Friedl |
2004-06-21 | don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@ | Markus Friedl |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl |
2004-06-21 | add bounded attribute to some functions. anil tested and ok'ed | Jun-ichiro itojun Hagino |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-21 | Pure luck has protected us from this bug until now: locore.S | Niklas Hallqvist |
2004-06-21 | make it possble to use IPsec over link-local address (policy table uses | Jun-ichiro itojun Hagino |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-21 | don't leak ipsec pmtu routes; with mpf@ | Markus Friedl |
2004-06-21 | Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion. | Kenneth R Westerback |
2004-06-21 | Use arc4random() instead of time-based node start id | Thorsten Lockert |
2004-06-21 | Don't use time for random starting value... "love it" deraadt@ | Thorsten Lockert |
2004-06-21 | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | Miod Vallat |
2004-06-20 | Use arc4random; request art@ deraadt@ | Thorsten Lockert |
2004-06-20 | Port mgx(4) to sparc64. | Miod Vallat |