Age | Commit message (Expand) | Author |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-08 | Make the userland bits actually compile. | Mark Kettenis |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-09-27 | Make struct label_t large enough for the kernel setjmp() purposes. Found after | Miod Vallat |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-04-28 | Expose pmap prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-25 | fenv for sparc; mostly cloned from sparc64 | Martynas Venckus |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN | Miod Vallat |
2010-09-05 | Fix inline assembler to make it acceptable to gcc4. Similar to what we've | Mark Kettenis |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-11 | typo | Miod Vallat |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-06-29 | In the boot blocks, stop assuming we have a 1:1 mapping of low physical | Miod Vallat |
2010-06-29 | During kernel bootstrap, stop assuming the kernel image has been loaded in | Miod Vallat |
2010-06-29 | There is absolutely no need to double map DVMA addresses into the kernel address | Miod Vallat |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat |
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat |
2010-06-06 | typo in comment | Miod Vallat |
2010-05-15 | Make fb_pfour_id() take a volatile pointer as argument. | Miod Vallat |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2009-12-25 | Fix (currently unused) bus_space_vaddr() return value. | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |