summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2017-10-25Use C99 initializer for filteropsmaya
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-07-29Remove TCP_COMPAT_42 from the config files. Pass 3.maxv
2017-02-02PR port-mac68k/51923rin
2017-02-02PR port-mac68k/51923rin
2017-02-01PR/51933: David Binderman: Boolean confusionchristos
2017-01-11need <sys/stat.h>christos
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-13wildcard speaker attachments, now that we can handle many of them.christos
2016-12-10remove VAUDIOSPEAKER for now, will be done differently.christos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2016-10-13Correct misleading indentation.maya
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2016-09-22Catch up with mdsetimage changes.christos
2016-09-17kill PIE/SSPchristos
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2016-03-13Misc KNF and ANSIfy.tsutsui
2016-03-12Remove unused variable, found by gcc.dholland
2016-03-12Fix syntax error in previous. Hi christos :-)dholland
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