Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn | |
builds with GPROF, libraries build with PROF. ok espie, miod | |||
2006-04-14 | Remove final DUMMY_NOPS vestige of a macro as well. | Tobias Weingartner | |
ok marco@ | |||
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner | |
ok marco@ | |||
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt | |
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ ↵ | Michael Shalayeff | |
kettenis@ ok | |||
2006-03-24 | move the mp tramp higher to avoid trashing boot args and also to fight ↵ | Michael Shalayeff | |
strange memory zeroing happennning on some amd machines; toby@ ok | |||
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl | |
found by drahn@ | |||
2006-03-15 | allow for more physmem segments; as required by some dell from dhill@ | Michael Shalayeff | |
2006-03-15 | remove dead macros | Michael Shalayeff | |
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff | |
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops ↵ | Michael Shalayeff | |
by using pause insn; brad@ ok tedu@ ok and feedback krw@ testing | |||
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-07 | Check for a few additional CPUID flags. | Jonathan Gray | |
ok deraadt@ | |||
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller | |
architectures. They are now defined as unsigned long, long, long and unsigned long respectively. | |||
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner | |
limit selector, so that the w^x line can float much more dynamically. Much work done by tom. Tested by various people. Addresses concerns of (Julien Tinnes) <julien ATHOST cr0.org> | |||
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat | |
Discussed with and ok deraadt@ millert@ | |||
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl | |
pointed out by miod@ | |||
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE ↵ | Michael Shalayeff | |
thus reducing confusion; remove compatibility defines and comments | |||
2005-11-23 | kill two old mach macros that are not used anywhere in the tree anymore (or ↵ | Michael Shalayeff | |
ever) | |||
2005-11-23 | resolve a couple of problems in mpbios-mapped interrupts: | Michael Shalayeff | |
- synthesise isa mappings (as 1-1) should those be missing in mpbios; - for rcc osb* firce "special" ints into isa mappings always. niklas@ ok and testing by many since | |||
2005-11-22 | pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_t | Michael Shalayeff | |
2005-11-22 | bios gives 32bit units not paddr/psize; no func change | Michael Shalayeff | |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl | |
i386_trunc_page(), i386_btop() and i386_ptob() | |||
2005-11-13 | move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@ | Federico G. Schwindt | |
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst | |
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst | |
for k8. preliminary and not well tested yet. from freebsd via gordon klok. | |||
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom | |
toby@ per his request. ok marco@ | |||
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ [complete diff this time] | |||
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt | |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ | |||
2005-08-20 | PNI was changed to be known as SSE3 by Intel so make | Jonathan Gray | |
a similiar change when reporting CPU features here. ok deraadt@ | |||
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff | |
modeled after sparc together w/ deraadt@; deraadt@ ok | |||
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-06-26 | cpu0: RNG AES AES-CTR SHA1 SHA256 RSA | Theo de Raadt | |
on fancy new VIA C3 Esther (aka C7) cpus | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt | |
2005-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding | |
a multiprocessor boot. This fixes the hardware AES (and likely RNG) instruction on the dual VIA, which was failing because the SSE/SSE2 extensions are never enabled on any processor but the boot processor. Much assistance from niklas, and the eureka moment from theo. "commit it" deraadt@ |