summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Expand)Author
2013-04-01Do not expose the trap T_* values to userland, since they invade theTheo de Raadt
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25Remove the m68k FPU emulator; it was only used by the mac68k port which has beenMiod Vallat
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as theyMiod Vallat
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-09No longer define the a.out relocation format struct.Miod Vallat
2013-02-06Check for __PIC__, not PIC, as some files in libc will only see the former.Miod Vallat
2013-02-02Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbelMiod Vallat
2013-01-16Remove orphaned files.Miod Vallat
2013-01-01Crank NMBCLUSTERS to 4096 to match other 32-bit platforms.Miod Vallat
2013-01-01Remove unused mem_size global.Miod Vallat
2012-12-31Allow native ELF binaries (none yet) to run.Miod Vallat
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-08-22sigpid 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 herePhilip Guenthe
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-01Drop support for the HP MMU. It was only found on two hp300 systems (modelsMiod Vallat
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-28Oops, do not do last minute edits before commit... Make the previous changeMiod Vallat
2011-09-27Use a pool to allocate pv_entry from, instead of allocating whole pages andMiod Vallat
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-25Try to match immediate constants in movl instructions against kernel symbols,Miod Vallat
2011-04-21Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''Miod Vallat
2011-04-20fenv for m68kMartynas Venckus
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe