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