Age | Commit message (Expand) | Author |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-03 | Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already, | Mark Kettenis |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-05-16 | Add missing IPL_AUDIO macro, needed by dev/audio.c | Alexandre Ratchov |
2013-04-21 | eeprom does not contain a a time_t -- it contains an unsigned 32 bit int. | Theo de Raadt |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT in a comment | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-07-01 | Increase default and maximum text, data and stack size limits; this is required | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-04-28 | Rework the definition of label_t to get it correctly aligned to an 8 byte | Miod Vallat |
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 |