summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-01-25some more cautions and debuggings; repair __syscallMichael Shalayeff
2000-01-25better copy and zero inlines in locore;Michael Shalayeff
2000-01-25fix dmesg printTheo de Raadt
2000-01-25cpu_wait(); flush cache in setkpc; explicit bcopy() use in cpu_fork()Michael Shalayeff
2000-01-25cpu_wait() and cpu_swapin() do existMichael Shalayeff
2000-01-25Added support for MVME328 SCSI VME board.Steve Murphree
2000-01-25name a few crs according to their usage; 33 fpregsMichael Shalayeff
2000-01-24setup fork() child return valuesMichael Shalayeff
2000-01-24Amiga HW clock code was not Y2K compliant.Marc Espie
2000-01-24Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to le....Steve Murphree
2000-01-24required files for ELF share library support. this version isDale S. Rahn
2000-01-24Previous fix to allow '-' in filenames did not work as desired,Dale S. Rahn
2000-01-23Slight changes to root drive detection for powerpc (mac).Dale S. Rahn
2000-01-23remove vga/vgafb for now. mac is currently running on openfirmwareDale S. Rahn
2000-01-22Remove vga and wscons, not used yet due to openfirmware console.Dale S. Rahn
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22changes to GENERIC must be matched in GENERIC_SCSI3Theo de Raadt
2000-01-22Fix pci probing for the powerpc port, it was previously only probing aDale S. Rahn
2000-01-22Allow the address specified in the bus_space_map to either beDale S. Rahn
2000-01-22do not interpret a '-' character in a file or bootpath as the beginning ofDale S. Rahn
2000-01-19Sloppy me.Aaron Campbell
2000-01-19Fix matthieu's damage. Amiga kernel sure compiles better with a prototypeMarc Espie
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
2000-01-18serial consoleMichael Shalayeff
2000-01-17pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages.Artur Grabowski
2000-01-17remove unneeded stuff from setregs; force single-user for now, enable signal ...Michael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces everywhere, some knfMichael Shalayeff
2000-01-17spaces everywhereMichael Shalayeff
2000-01-17spaces and knfMichael Shalayeff
2000-01-17on fork, flush pcb too, update pcsqMichael Shalayeff
2000-01-17let pmap_enter_pv return a created pv, which simplifies futher pv operationMichael Shalayeff
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
2000-01-17some more paranoid checks, shorter trap desriptionsMichael Shalayeff
2000-01-17add syscall frame flagMichael Shalayeff
2000-01-16Closer to support for UVM on powerpc, tries to execute user programs, butDale S. Rahn
2000-01-16updateMichael Shalayeff
2000-01-16remove more references to -H and -V. -mojMats O Jansson
2000-01-15set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.orgTheo de Raadt
2000-01-15P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet boxTheo de Raadt
2000-01-14Cleanup the handling of ptes on 4m.Artur Grabowski
2000-01-14make setpgt4m static __inline, remove dead code.Artur Grabowski
2000-01-14Might as well ding the version number.Jason Downs
2000-01-14I could be wrong, but I doubt the world is going to end this year. Let'sJason Downs
2000-01-14Remove change that was checked in by accident with last commit.Dale S. Rahn
2000-01-14UVM changes mainly. As of this checkin UVM is still not working for powerpcDale S. Rahn
2000-01-14RAMDISK kernels should not be configured as GENERIC, remove unnecessaryDale S. Rahn
2000-01-14fix ipv6 typo.Dale S. Rahn