summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean up stand.Steve Murphree
1998-08-22Initail import of libz.Steve Murphree
1998-08-22Initial import of installbootSteve Murphree
1998-08-22part of a remove to get stand into shape.Steve Murphree
1998-08-21Add Debugger prototype for gcc nit picking; garnett@cs.colorado.eduTodd C. Miller
1998-08-20avoid double fault during early boot; rvbTheo de Raadt
1998-08-20some pmap definitionsMichael Shalayeff
1998-08-20some cmu/osf-derived pmap, hacked all overMichael Shalayeff
1998-08-20If there are no SFILES, don't try to .depend them; run over by: ↵Jason Wright
emory@hellyeah.com
1998-08-19union sigval; garnett@cs.colorado.eduTodd C. Miller
1998-08-19please gcc 2.8Todd C. Miller
1998-08-18bye bye old compatsTheo de Raadt
1998-08-18wrong, smurphTheo de Raadt
1998-08-18halt processor when idle if either APM is enabled or PCTR is not enabled;Marco S Hyman
my idle portable: approx 320000 instructions per second my portable during a make build: as high as 21000000 instructions per second
1998-08-18add powerpc_btop() and powerpc_ptob() macros for consistency with other portsTodd C. Miller
1998-08-18add mvme88k_btop() and mvme88k_ptob() macros for consistency with other portsTodd C. Miller
1998-08-18s/dec/dev/ryker
1998-08-18Let mac68k kernels compile outside of arch/mac68k/compile; d@fnarg.net.au.ryker
1998-08-18Make mac68k sys compile.ryker
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-08-18fixed passing of bugargs to kernel.Steve Murphree
1998-08-18New bootblocks code to work with bootxx.Steve Murphree
1998-08-18Changed volume id to m88k. Fixed command line args.Steve Murphree
1998-08-17Fix i386 kernel crash so that register context is saved in a better place.Constantine Sapuntzakis
1998-08-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs
1998-08-13Make loadbsd aware of poolmem (mainly, kill poolmem before scanning theMarc Espie
memory list)
1998-08-13MD devicesMichael Shalayeff
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-10no need for microcode deps. aic is fine anywayMichael Shalayeff
1998-08-10use drq2 for record drq in gus configuration instead of flags, reported byNiels Provos
xkill@uq.net.au.
1998-08-10allow -d option to work with -c [change screen]Todd C. Miller
1998-08-10reflect realityTodd C. Miller
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
Fixes a hang when starting X windows on pc's with picky kbd controllers.
1998-08-08Some programs would like to use the old tty support..., compile withDale S. Rahn
COMPAT_43
1998-08-08The world doesn't need 'em.Jason Downs
1998-08-07fix PMS_INT_DISABLETheo de Raadt
1998-08-07fdc is fdc, fd is fdMichael Shalayeff
1998-08-07Add kernel support for debugging with gdb. This also make /proc allowDale S. Rahn
access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe?
1998-08-07Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy.Dale S. Rahn
1998-08-07Shrink kernels and make work for ramdisks better. (so they fit on floppy)Dale S. Rahn
1998-08-06Some small fixes for non ofw systemsPer Fogelstrom
1998-08-04fix resid wrt debugging printfTodd C. Miller
1998-08-04fix type of resid in debugging printfTodd C. Miller
1998-08-04fix type of resid in printfTodd C. Miller
1998-08-04Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.Jason Downs
1998-07-30LIF file systemMichael Shalayeff
1998-07-30lif file device for tape, net, etc bootMichael Shalayeff
1998-07-29real user .text baseMichael Shalayeff