summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1997-04-06Attempt to kludge around the fact that we can not yet get the correct MACbriggs
1997-04-0532bit correctionsMichael Shalayeff
1997-04-05devboot is no longer in boot.cMichael Shalayeff
1997-04-05correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb g...Theo de Raadt
1997-04-05new exec stuffMichael Shalayeff
1997-04-05do not up wiring count for page tables (especially those actuallyflipk
1997-04-05removed conditional codekstailey
1997-04-05sendsig and sys_sigreturn are in m68k area nowkstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05put gdt & idt in the separate file.Michael Shalayeff
1997-04-05Implement a bus_space_bad_addr() function to aid in some device probing withbriggs
1997-04-05Move the PB140/145 info to it's own case. A couple of the entry pointsbriggs
1997-04-05MRG-based ADB support for the PowerBook series. Contributed bybriggs
1997-04-05so strlen.c compiles again...Todd C. Miller
1997-04-04Nuke.Tobias Weingartner
1997-04-04Replace exec_i386.S with these two files. Startprog.S is aTobias Weingartner
1997-04-04add 'machine check' trap for Pentium and PPro cpus.Michael Shalayeff
1997-04-04remove copy.s as it is in M.I. m68k files nowkstailey
1997-04-04Do not set DCR_SYNC for the C/Q[68]xx systems.briggs
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
1997-04-04Fix NTOHS and HTONS macros.Todd C. Miller
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
1997-04-03prettyTheo de Raadt
1997-04-03PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods bybriggs
1997-04-02Better implementation of buf_space_*_raw_multi_* that deals wellNiklas Hallqvist
1997-04-02Fix end boundary of mapping for regions ending at offset 1 in a page.Niklas Hallqvist
1997-04-02Restructured, as well as added a set of host-to-little/big-endian-16/32-bitNiklas Hallqvist
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; grr@shandakor.tharsi...Theo de Raadt
1997-04-02warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.comTheo de Raadt
1997-04-02add SVR4_T_* flags; might be wrong for sparcTheo de Raadt
1997-04-02add off-level character recieve.Dale S. Rahn
1997-04-02clear correct structure, PR#144, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01Check in some changes hiding in my tree.Dale S. Rahn
1997-04-01fix MAXPARTITIONS problems, PR#138, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01svr4 siginfo; I cannot test thisTheo de Raadt
1997-04-01FPE_INTOVF botchTheo de Raadt
1997-04-01Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to thebriggs
1997-04-01debugger started.Michael Shalayeff
1997-04-01^U hotkey in readlineMichael Shalayeff
1997-03-31missed additions to the last commitMichael Shalayeff
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
1997-03-31shrink; niklasTheo de Raadt
1997-03-31do not let PSL_NT be set in VM86 mode; netbsdTheo de Raadt
1997-03-31New job; another PC lands on my desk.kstailey
1997-03-31PR#140, Fix from David Leonard <d@occult.fnarg.net.au>. Prevents endless loopbriggs
1997-03-31Jump to loadaddr instead of entry due to libsa change.Jason Downs
1997-03-31Move closer to boot/. Add some debug stuffTobias Weingartner
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner