summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2002-03-22Also find swap partitions in a (possibly embedded in AHDI) NetBSD label onleo
2002-03-22Add code for reading NetBSD disklabels.leo
2002-03-20kill remaining PS_STRINGS instances.christos
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-16Rename ISDN devices, per discussion on tech-kern. The network devicesmartin
2002-03-11Take care of the 'machine' and 'm68k' include paths.leo
2002-03-06Change type of dumpmag to u_int32_t since it is actuallytsutsui
2002-03-04possible has two s.wiz
2002-03-04Don't need to declare phys_map - it is declared in <uvm/uvm_extern.h>.simonb
2002-02-28Use "#define<tab>".simonb
2002-02-27Also visit the file2swp subdir.leo
2002-02-27copy a file to a 'SWP' partitionleo
2002-02-27- Use DEV_ constants, instead of documenting the numbers!christos
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2002-02-24Move some disk I/O and disklabel functions into the library. The codeleo
2002-02-23Fixup icu-code. It now works for both ISA and PCI.leo
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-02-11s/seperate/separate/wiz
2002-01-27regen:jdolecek
2002-01-27add options PIPE_SOCKETPAIR to individual kernel configsjdolecek
2002-01-19Add new RF_* options for RAIDframe bits that are no longer built by default.oster
2002-01-12Added clockctlmanu
2002-01-09Checkpointing my work on the mach64 (with help from Dave Berger). There isleo
2002-01-09Fix PCI interrupt allocation on the Milan.leo
2002-01-09Nuke some unused code.leo
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2002-01-07Pull in files.wfont.thorpej
2002-01-07Implement bus_space_mmap().thorpej
2002-01-07Add missing register prefix.thorpej
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-16Fix comments for ref-count of PT pages.tsutsui
2001-12-13change the reference-counting of PT pages to start from zero instead ofchs
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-05TRY_SCSI_LINKED_COMMANDS is a param, not a flag.atatat
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-24fix typo s/68551/68851/ in a comment.isaki
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-21Explicitly write explicitly without a second e.wiz
2001-11-20cleanup:lukem
2001-11-20regenerate for whitespace cleanuplukem
2001-11-20cleanup whitespacelukem
2001-11-20remove trailing whitespace (including in generated files)lukem
2001-11-19allocate and free page table pages explicitly instead of abusingchs
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14Work around <bsd.lib.mk> used for kernel libs in other places. Clean uptv
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc