Age | Commit message (Expand) | Author |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat |
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | Miod Vallat |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
2003-08-01 | sync | Theo de Raadt |
2003-08-01 | ansi | Theo de Raadt |
2003-08-01 | new soekris | Theo de Raadt |
2003-08-01 | Fix ICH5R SATA support | Alexander Yurchenko |
2003-08-01 | sync | Alexander Yurchenko |
2003-08-01 | Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr> | Alexander Yurchenko |
2003-08-01 | No semicolon at the end of macros supposed to be atomic statements. | Miod Vallat |
2003-08-01 | Compensate for the assym.h lossage, which defines NBPG for now (this will be | Miod Vallat |
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | Miod Vallat |
2003-08-01 | Turn flush_pipeline() in a simple macro. | Miod Vallat |
2003-08-01 | Define a more reasonable label_t size. | Miod Vallat |
2003-08-01 | Even better varargs code, inspired by and more closer to the powerpc code, | Miod Vallat |
2003-08-01 | Fix pcctwo locator typos | Miod Vallat |
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | Miod Vallat |
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | Miod Vallat |
2003-08-01 | Support for new Marvell based Gigabit Ethernet adapters | Nathan Binkert |
2003-08-01 | remove the strcpy/strcat macros | Anil Madhavapeddy |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-07-31 | pasto; lha@stacken.kth.se | Markus Friedl |
2003-07-31 | fix the copyin() size for the instruction (and thus avoid oblittering some | Jason Wright |
2003-07-31 | remove autoconf_nzs; from netbsd | Jason Wright |
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | Michael Shalayeff |
2003-07-30 | kill sample device mappings as not really useful | Michael Shalayeff |
2003-07-30 | Change: | Jason Wright |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ... | Michael Shalayeff |
2003-07-30 | give those leds some haste | Michael Shalayeff |
2003-07-30 | de-ifdef... now this is starting to make sense (it's still ugly and broken, tho) | Jason Wright |
2003-07-30 | Experimental support for ICH5/ICH5R SATA, inspired from FreeBSD | Alexander Yurchenko |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff |
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | Jun-ichiro itojun Hagino |
2003-07-29 | Set pf_state->rt_ifp when creating the state entry, instead of doing it | Daniel Hartmeier |
2003-07-29 | load_raw did not set all the needed fields in the dmamap. | Michael Shalayeff |
2003-07-29 | constify the conversion tables | Michael Shalayeff |
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | Michael Shalayeff |
2003-07-29 | Support for HPT302 and HPT371, inspired from the FreeBSD ata driver. | Alexander Yurchenko |
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | Dale Rahn |
2003-07-29 | fixup ip_len back to wire format after reass. | Jun-ichiro itojun Hagino |
2003-07-29 | More aggressive and easier to understand skip steps for addresses. | Cedric Berger |
2003-07-28 | nuke more MATH_EMULATE | Jason Wright |
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright |
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl |
2003-07-28 | typo. from cedric | Jun-ichiro itojun Hagino |
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints pr... | Michael Shalayeff |
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of w... | Michael Shalayeff |
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff |
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright |