Age | Commit message (Expand) | Author |
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 |
2004-06-20 | Do not use time based randomization; ok deraadt@ | Thorsten Lockert |
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev |
2004-06-20 | Port the rfx(4) frame buffer driver to sparc64. | Miod Vallat |
2004-06-20 | In crypto_thread(), always save return value from splimp(). We were only | Aaron Campbell |
2004-06-20 | regen | Damien Couderc |
2004-06-20 | add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200. | Damien Couderc |
2004-06-20 | Init per-cpu spc_runtime before diving into the scheduler. From NetBSD. | Aaron Campbell |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-20 | $OpenBSD$, ok niklas@ | Pedro Martelletto |
2004-06-20 | boundary-check memcpy and friends. henning ok | Jun-ichiro itojun Hagino |
2004-06-20 | goodbye TUBA. deraadt ok | Jun-ichiro itojun Hagino |
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |