summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-11-04Remove System V semaphores and share memory options to set the limits:xtraeme
2007-11-04cosmetics: use the "extern char ..[]" idiom for linker supplied addresses.martin
2007-11-04Kill netbsd32_syscall_fancy and optimise other code paths.dsl
2007-11-03Check ci_cpuid_level before calling coretemp_register().xtraeme
2007-11-03Linux doesn't have a SYS_syscall system call (it is all done in libc), anddsl
2007-11-03Merge linux_syscall_fancy and linux_syscall_plain.dsl
2007-11-03Remove now-redundant #ifdsl
2007-11-02- extend nifdv struct to have NIF nickname for rootdev.nisimura
2007-11-01Kill syscall_fancy().dsl
2007-11-01Revert previous, thanks wikipedia :-)xtraeme
2007-11-01Fix typo "iff" -> "if" reported by leot via freenode@irc.xtraeme
2007-11-01typojnemeth
2007-10-31Fallout from fixing the linux32 system calls to use the correct kerneldsl
2007-10-31The only alternative to the GENERIC kernel with ACPI is currentjoerg
2007-10-31- use chaned mode for RX descs and allocate only one desc per each cachelinetsutsui
2007-10-30Fix my stupid bug in cache flush code and remove one kludge for it.tsutsui
2007-10-30Add support for netboot via tlp0 with standalone tlp(4) drivertsutsui
2007-10-30PR/37201 - Yasushi Oshima -- Intel 82965G chipset supportjnemeth
2007-10-30correct to have PCN32 init_block. add it to the driver list to use.nisimura
2007-10-30make this less dependent to the rest of NetBSD kernel.nisimura
2007-10-30major PCI rework to make possible NIC autoconf. now bootloadernisimura
2007-10-30options<space><tab>FOOxtraeme
2007-10-29Mark cpu_info::ci_tlbstate volatile to ensure that the compiler doesn'tad
2007-10-29Enable "options INTEL_CORETEMP".xtraeme
2007-10-29Add coretemp(4). A new driver for Intel Core's on-die thermal sensor,xtraeme
2007-10-28Add (commented out) SYSCALL_COUNTS and SYSCALL_TIMES.dsl
2007-10-28Add support for the SYSCALL_STATS and SYSCALL_TIMES options.dsl
2007-10-28Drop pccons. Obsoleted by wscons, now fully supported in NetBSD/shark.jmmv
2007-10-28More debugging reveals that the U7600 really wants to use the samejoerg
2007-10-28Move prototype for kd_later() before first use.rjs
2007-10-28still remain crude, work in progress.nisimura
2007-10-27Instead of having 2 copies of the sycall entry code, reprocess the filedsl
2007-10-27Remove some gratuitous differences between syscall_fancy and syscall_plain.dsl
2007-10-27Use PCI bus/dev/function numbers rather than device unittsutsui
2007-10-27stop to generate SREC kernel image. netboot is now considered anisimura
2007-10-27Assume netboot if "nfsroot=/path" is specified in bootstring.tsutsui
2007-10-27In device_register(), check booted devices more properly:tsutsui
2007-10-27Include <lib/libsa/dev_net.h> for "extern int try_bootp" decl.tsutsui
2007-10-27arrange cache line friendly allocation where applicapable. Notnisimura
2007-10-27redo again the arrangement.nisimura
2007-10-27- remove ppb which is unlikey used.nisimura
2007-10-27rearrange lines to make the previous change easy to understand.nisimura
2007-10-27- an inch forward southbridge-less configuration.nisimura
2007-10-27- make sure to have Rx poll demand issued.nisimura
2007-10-27- copy intr.h from prep and make mods.nisimura
2007-10-27off-by-one error to detect MSB of SEEPROM index.nisimura
2007-10-26Comment out piixpcib(4) until the multiple PRs are fixed.xtraeme
2007-10-26xen/i386/cpu.c uses i686_mtrr_init_first if MTRR is defined, butxtraeme
2007-10-26We don't need MIN_LWP_ALIGNMENT.uwe
2007-10-26Add amdpcib(4).xtraeme