Age | Commit message (Expand) | Author |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt |
2006-05-19 | Smbios cleanup | Gordon Willem Klok |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-22 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Remove address range KASSERT check in vtopte() and kvtopte(), callers are | Miod Vallat |
2006-03-15 | remove dead macros | Michael Shalayeff |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith |
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler |
2006-03-07 | It does not make sense to check for IA64 CPUID flag here. | Jonathan Gray |
2006-03-01 | from mickey, like on i386: | Theo de Raadt |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-02-05 | remove useless comment about macros being different from i386 | Martin Reindl |
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 | 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 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff |
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-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray |
2005-11-28 | - consistently use x86_round_pdr() allowing us to remove the superfluous | Martin Reindl |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-13 | untested kgdb support for amd64. prolly needs more work when | Federico G. Schwindt |
2005-11-05 | Add bus_space_alloc and _free. | Marco Peereboom |
2005-10-26 | goodbye more Mach macros | Martin Reindl |
2005-10-21 | use the MI trunc_page() and round_page() macros instead of rolling or own | Martin Reindl |
2005-10-05 | Add CardBus/PCMCIA support to AMD64. | Thierry Deval |
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith |
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-09-19 | floppy support; form@openbsd.ru | Theo de Raadt |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith |
2005-08-20 | Check for and report the presense of SSE3. This has started to appear | Jonathan Gray |
2005-08-01 | kernal->kernel; | Jason McIntyre |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-26 | Instead of juggling around with cr4 and enabling parts of it sometimes, | Artur Grabowski |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-12 | fix comment, describe the VA hole correclty | Hans-Joerg Hoexer |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |