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-29 | Add support for i80321 based systems. | Dale Rahn |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat |
2006-05-26 | <machine/rtc.h> is really only footbridge-specific, so, after pruning it from | Miod Vallat |
2006-05-26 | Remove unused defines. | Miod Vallat |
2006-05-26 | Add RCS id. | Miod Vallat |
2006-05-26 | No md math.h in OpenBSD | Miod Vallat |
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat |
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat |
2006-02-14 | Kill unused __HAVE_MINIMAL_EMUL | Miod Vallat |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-01-17 | Upon halt, invoke resettodr() on arm platforms, unless we have been sitting | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
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-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | 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 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-24 | remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro... | Theo de Raadt |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-09 | use atop() and ptoa() | Martin Reindl |
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler |
2005-10-21 | remove unused arm_trunc_page() macro | Martin Reindl |
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith |
2005-09-20 | remove unused pci_intr_evcnt() macro. | Brad Smith |
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-05-13 | /dev/speaker node on cats. | Miod Vallat |
2005-04-24 | Do down-sampling of the high-resolution touch pad events in kernel, | Uwe Stuehler |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-03-29 | - Support the machdep.kbdreset sysctl on zaurus. | Uwe Stuehler |
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler |
2005-01-22 | Unbreak cats build. My apologies! | Uwe Stuehler |
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat |
2005-01-20 | ARM is strict alignment (practically) so let the kernel know this. ok miod@ | Dale Rahn |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler |