Age | Commit message (Expand) | Author |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
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 |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
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 |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu... | Michael Shalayeff |
2005-11-23 | kill two old mach macros that are not used anywhere in the tree anymore (or e... | Michael Shalayeff |
2005-11-23 | resolve a couple of problems in mpbios-mapped interrupts: | Michael Shalayeff |
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 |
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 |
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom |
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
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 |
2005-08-20 | PNI was changed to be known as SSE3 by Intel so make | Jonathan Gray |
2005-08-01 | kernal->kernel; | Jason McIntyre |
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 |
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 |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
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 |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | comment typo | Jason Wright |
2005-05-13 | Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead. | Miod Vallat |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-08 | add rcs ids | Jolan Luff |
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-01-09 | typo in comment; ok many people | Jason McIntyre |
2005-01-07 | Fix profiled kernel builds on i386 by moving splraise/splx code into macros | Christopher Pascoe |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |
2004-12-14 | fix a comment. | Hans-Joerg Hoexer |