summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-02-27regenNiklas Hallqvist
2004-02-27Add support for BCM5788Niklas Hallqvist
2004-02-26sync yds with i386; miodMarkus Friedl
2004-02-26add __va_copy(), follow (old) ISO C 89 behavior, used by gnu software.Dale Rahn
2004-02-26APERTURE and USER_PCICONF for possible X server support.Dale Rahn
2004-02-26add APERTURE support.Dale Rahn
2004-02-26ahc does not work anymore and i'm not going in there again to fix it any time...Michael Shalayeff
2004-02-26put the goo there for ldt handling, even if we do not do it yetTheo de Raadt
2004-02-25syncTheo de Raadt
2004-02-25apparently 6326 comes as AGP and PCITheo de Raadt
2004-02-25add default flags for yds(4); ok grange, fgsch, deraadtMarkus Friedl
2004-02-25will need brgphy tooTheo de Raadt
2004-02-25more working driversTheo de Raadt
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-25remove -w option to sysctl;Jason McIntyre
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
2004-02-24sysctl knob for bpf tunables. some tips from canacar@Ted Unangst
2004-02-24put auvia in the kernelTheo de Raadt
2004-02-24same gory splaudio hack for amd64, sighTheo de Raadt
2004-02-24support CPU_CHR2BLK sysctlTheo de Raadt
2004-02-24add skc for whenever it comesTheo de Raadt
2004-02-24syncMarkus Friedl
2004-02-24more fxp; ok henning, deraadtMarkus Friedl
2004-02-24skip _only_ irq 14 and 15; tested by form@Markus Friedl
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2004-02-24Remove redundant logging from pf_test_other().Ryan Thomas McBride
2004-02-24KNFRyan Thomas McBride
2004-02-24FIFO fixes adapted from FreeBSD:Todd C. Miller
2004-02-24repair kvm; deraadt@ okMichael Shalayeff
2004-02-24syncAnil Madhavapeddy
2004-02-24add evil nvidia nforce3Anil Madhavapeddy
2004-02-23slinear to alaw converters; from netbsd, via jakemsr@jakemsr.comTheo de Raadt
2004-02-23syncTheo de Raadt
2004-02-23symbios/lsi have a megaraid nowTheo de Raadt
2004-02-23Make sure we allow for the time when check_pty has not yet been calledBob Beck
2004-02-23Switch to the 3 arg version of userret to more closely match other OpenBSDDale Rahn
2004-02-23prevent backward jumps; pls@egsys.hu; ok canacar, deraadtMarkus Friedl
2004-02-23the consdev pass from boot and a cnset() in the kernel seems to be a bit prem...Michael Shalayeff
2004-02-23get use of NX; partially from netbsd; passes the regress; deraadt@ okMichael Shalayeff
2004-02-23provide _barrier method w/ {l,s,m}fence instructionsMichael Shalayeff
2004-02-23fix a pastoMichael Shalayeff
2004-02-23sync of pmap_update() calls with NetBSD. pmap_update is defined away onDale Rahn
2004-02-23add a comment on set/clr 64bit opsMichael Shalayeff
2004-02-23Remove boot warning about todclock not found it attached at dsrtc0.Dale Rahn
2004-02-23remove file no longer used due to previous commit.Dale Rahn
2004-02-23switch to copying, with very slight modifification, i386/disksubr.c insteadDale Rahn
2004-02-23avoid touching out-of-bound memory if len == 128.Jun-ichiro itojun Hagino
2004-02-23Improved boot args parsing. also assume that a bootfile of (hd0)...Dale Rahn
2004-02-23- Pick up the /boot argc, argv in locore.S (though not currently used)Tom Cosgrove