summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
ok deraadt@
2004-02-27Disable interrupts in wi_intr() before sending an ACK. Fixes aTodd C. Miller
race condition and makes things consistent with the rest of the code. From NetBSD. OK deraadt@
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
duplicated spaces from cpu brand string. ok deraadt@
2004-02-27zap bad message; spotted by pvalchevTheo de Raadt
2004-02-27Introduce simple priorities mechanism so that concurrentAlexander Yurchenko
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@
2004-02-27Cleanup I[3456]86_CPU defines usage, unbreaks compilationAlexander Yurchenko
without some of them. Problem reported by William Culler <william@neo.rr.com>. Help from tedu@ chris@, ok tedu@ chris@ deraadt@.
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
data->name if it is NULL. Fixes the WSDISPLAY_USEFONT ioctl. Adapted from a patch by Benjamin Lewis; NULL check from NetBSD. OK tdeval@
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
Fixes a panic that can occur when trying to link from a local filesystem to an nfs-mounted one. Problem pointed out by Jim Rees, fix exists in Net and Free. OK tedu@ csapuntz@
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
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-27JVC MP-XP7250 Builtin USB WLANHenning Brauer
tested by Michael Schmidt <Michajnz@freenet.de> ok drahn@
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
ok espie@ millert@ deraadt@
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 ↵Michael Shalayeff
time soon
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
diffs from Paul de Weerd; ok deraadt@
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
now the amd64 knows what drive it was booted from.
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway.
2004-02-24sysctl knob for bpf tunables. some tips from canacar@Ted Unangst
ok canacar@ deraadt@ mcbride@
2004-02-24put auvia in the kernelTheo de Raadt