Age | Commit message (Expand) | Author |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
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 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
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-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-02-17 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2013-01-01 | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-25 | Make the instruction replace struct static const so it will end | Jonathan Gray |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-10 | Missed the MD bits with the bridgeport change. Found the hard way by deraadt. | Camiel Dobbelaar |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-02 | sparc -nopie conversion, tested by and ok deraadt@. | Pascal Stumpf |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-23 | missing ${NOPIE_FLAGS}; ok pascal | Theo de Raadt |
2012-08-23 | kill nnpfs dead | 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-08-22 | sigpid should be of type pid_t (only visable with DEBUG). | Okan Demirmen |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-21 | don't read past the end of an array when dumping the stack. | Jonathan Gray |
2012-08-08 | Do not depend upon an initialized variable in the common case; gives init(8) | Miod Vallat |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-07-30 | Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status | Miod Vallat |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod Vallat |
2012-07-22 | remove a few things to make this fit again; with miod | Theo de Raadt |
2012-07-01 | Increase default and maximum text, data and stack size limits; this is required | Miod Vallat |
2012-07-01 | Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allows | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-05-25 | Correctly handle the case of a system setup to use glass console, which | Miod Vallat |
2012-05-20 | do not need to pull in <time.h> | Theo de Raadt |
2012-04-28 | Rework the definition of label_t to get it correctly aligned to an 8 byte | Miod Vallat |
2012-04-19 | shrink | Theo de Raadt |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |