summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2014-11-24Regen config files from GENERIC.in rev 1.109 by makeconf:tsutsui
2014-11-24Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports.tsutsui
2014-11-24Disable "OS bootversion check" on crunched binaries for installation media.tsutsui
2014-11-24Specify -fno-strict-aliasing as a temporary workaround for gcc48.tsutsui
2014-11-24Revert previous again.tsutsui
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-11-16Appease gcc48 -Werror=strict-aliasing warning by filling cksum via union.tsutsui
2014-11-16Revert revs 1.29 and 1.30, to make it easier to pullup an alternative fix.tsutsui
2014-11-15centralize the call unit / dialout macroschristos
2014-11-15Expand heap to 64KB so that bootxx can load bootxxx from 32KB blocksize ffs.tsutsui
2014-11-13move to the right offsetchristos
2014-11-13fix strict aliasing violationschristos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-26copy the leak fix to the other switch branch (from max)christos
2014-09-21fix leak.christos
2014-08-23Systematize (and in many cases, fix) the comments on options COMPAT_NN.dholland
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb
2014-07-26Reorganize and bump VM related constants.tsutsui
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-07-05Appease gcc48 -Wunused-but-set-variable warning.tsutsui
2014-07-05Regen from MILAN.in rev 1.27 and GENERIC.in rev 1.106:tsutsui
2014-07-05Regen from GENERIC.in rev 1.106:tsutsui
2014-07-05Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL.tsutsui
2014-07-05Enable options WSDISPLAY_COMPAT_USL in template, not in generated files.tsutsui
2014-03-31Fix typoozaki-r
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-29Make sure to acquire proc_lock mutex on calling psignal(9) in EV_WAKEUP().tsutsui
2014-03-29Fix typosozaki-r
2014-03-28Fix; cts[0] => ctsozaki-r
2014-03-26kill sprintfchristos
2014-03-24- remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-19Fix kernel crash when a user tries to switch to nonexistent terminal.tsutsui
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-03Remove the _KERNEL part of these two clones of sys/exec_elf.hdsl
2014-01-03Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicitmlelstv
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23convert from CIRCLEQ to TAILQ; remove open coding.christos
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-08-12Build boot loaders without unwind tables.joerg
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-26use sizeof(buffer) - 1, not sizeof(buffer - 1)apb
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb