summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2016-03-11PR/50944: David Binderman: sprinkle parenschristos
2016-02-29PR/50868: David Binderman: Fix operator precedence.christos
2016-02-26PR/50857: David Binderman: Remove redundant code.christos
2015-12-24fenv for m68kchristos
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-09-06Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead ofuebayasi
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-08-12No need to have errno in a MD file. It's in MI src/sys/lib/libsa/errno.c.tsutsui
2015-08-12Try to shrink binary size a bit.tsutsui
2015-08-12Make local functions static.tsutsui
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-03-06rename NV_DEBUG to NVRAM_DEBUGchristos
2015-03-04Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOFmartin
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2015-01-01declare errorchristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
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