summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-02-28RegenMiod Vallat
2004-02-28Rather than adding amd64 to the 64-bit platform which do not require theMiod Vallat
2004-02-28sysctl hw.cpuspeed outputTheo de Raadt
2004-02-28- Don't permit 0-padded unit numbers on cloned interfaces. Bug repoprtRyan Thomas McBride
2004-02-28dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.comMichael Shalayeff
2004-02-27move to amd64_() functionsTheo de Raadt
2004-02-27remove old crudTheo de Raadt
2004-02-27TyposMiod Vallat
2004-02-27more machdep sysctl supportTheo de Raadt
2004-02-27kbd_reset can work on amd64 tooTheo de Raadt
2004-02-27developers who do not test compile should be shotTheo de Raadt
2004-02-27permit 10% of memory as buffer cacheTheo de Raadt
2004-02-27put a bit more flesh in the sysctl machdep; parts from tomTheo de Raadt
2004-02-27Move setperf_prio to the machdep code, requested by deraadt@Alexander Yurchenko
2004-02-27Disable interrupts in wi_intr() before sending an ACK. Fixes aTodd C. Miller
2004-02-27Add swiss german keymap tested on PBG4. go ahead and commit miod@Claudio Jeker
2004-02-27syncMatthieu Herrb
2004-02-27+Radeon 9200, and a typo noticed by anil@. Ok deraadt@, tom@Matthieu Herrb
2004-02-27Backport from i386 andreas' diff for removing leading andAlexander Yurchenko
2004-02-27zap bad message; spotted by pvalchevTheo de Raadt
2004-02-27Introduce simple priorities mechanism so that concurrentAlexander Yurchenko
2004-02-27Cleanup I[3456]86_CPU defines usage, unbreaks compilationAlexander Yurchenko
2004-02-27oops; move to 3.5-betaTheo de Raadt
2004-02-27move to 3.5-betaTheo de Raadt
2004-02-27Fix a botched strchr() inlining in vga_load_font and avoid dereferencingTodd C. Miller
2004-02-27move to amd64 MACHINE_ARCHTheo de Raadt
2004-02-27Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done.Todd C. Miller
2004-02-27change url; jjy2+@pitt.eduTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-27JVC MP-XP7250 Builtin USB WLANHenning Brauer
2004-02-27syncHenning Brauer
2004-02-27another wi@usb variantHenning Brauer
2004-02-27crank ramdisk to 3584Theo de Raadt
2004-02-27implement tcp_drain() similar to ip_drain(); ok mcbride@Markus Friedl
2004-02-27API change; counter for upcoming tcp_drain(); ok deraadtMarkus Friedl
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