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-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 | Remove the m68k FPU emulator; it was only used by the mac68k port which has been | Miod Vallat |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as they | Miod Vallat |
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-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-09 | No longer define the a.out relocation format struct. | Miod Vallat |
2013-02-06 | Check for __PIC__, not PIC, as some files in libc will only see the former. | Miod Vallat |
2013-02-02 | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | Miod Vallat |
2013-01-16 | Remove orphaned files. | Miod Vallat |
2013-01-01 | Crank NMBCLUSTERS to 4096 to match other 32-bit platforms. | Miod Vallat |
2013-01-01 | Remove unused mem_size global. | Miod Vallat |
2012-12-31 | Allow native ELF binaries (none yet) to run. | Miod Vallat |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-21 | Trivial fixes for labels not followed by statements, which gcc 3 complains | Miod Vallat |
2012-08-22 | sigpid should be of type pid_t (only visable with DEBUG). | Okan Demirmen |
2012-08-07 | <sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here | Philip Guenthe |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | 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-01 | Drop support for the HP MMU. It was only found on two hp300 systems (models | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-28 | Oops, do not do last minute edits before commit... Make the previous change | Miod Vallat |
2011-09-27 | Use a pool to allocate pv_entry from, instead of allocating whole pages and | Miod Vallat |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-17 | arithemtic -> arithmetic | 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-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-27 | Thou shall not use uninitialized TAILQs | Miod Vallat |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-25 | Try to match immediate constants in movl instructions against kernel symbols, | Miod Vallat |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-20 | fenv for m68k | Martynas Venckus |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |