summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2006-09-01Make sure .data is .long aligned. (fixes linker warning)matt
2006-08-28Use the common <dev/sun/vuid_event.h> header file instead of maintaininghe
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-08-04gcc4 fix: needs stdlib.hmhitch
2006-08-04gcc4 fix: static devsw didn't match the prototype.mhitch
2006-08-04gcc4 fixes: need to include stdlib.h; fix prototype and definition ofmhitch
2006-08-04More gcc4 "uninitilized" variables.mhitch
2006-08-04gcc4 "uninitialized" variables; just like pmap_motorola.c and amiga/pmap.c.mhitch
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-06-29Add CARP to further platformsliamjfoy
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-03-29Do not disable access to tseng private registersthomas
2006-03-28regen (added stf).pavel
2006-03-28regenrpaulo
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-26Use device_unit().thorpej
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-06Remove another instance of the macro triplet SET/CLR/ISSET, nowhe
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-25Fix some typos.wiz
2006-02-23Use device_parent().thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04regenrpaulo
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2006-02-03Regen GENERIC filesreinoud
2006-02-03Add uncommented file-system UDF for generated config GENERIC files.reinoud
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2006-01-16properly use ata_channel->ch_ndrive:bouyer
2005-12-30Make this build again by using ${S}/../common/lib/libc/Makefile.inc.he
2005-12-24__asm__ -> __asmperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-11-03regenchs
2005-11-03turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that theychs
2005-10-30fix crash dumps on m68k platforms, cpu_kcore_hdr_t is larger thanchs
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-09-17make VMSWAP optional again.yamt
2005-09-17include "conf/std".yamt
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink