summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵Todd C. Miller
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
1998-07-27oops, remove bugus trailing spacesMarco S Hyman
1998-07-27Fix BATT_REMAINING macro so it returns values in minutes (as documented)Marco S Hyman
not seconds
1998-07-27make LIF definitions machine-wideMichael Shalayeff
fix bug w/ blank LIF file names (\t crept into "" string), use memset don't prepend names w/ SYS_
1998-07-27machine-wide LIF definitionsMichael Shalayeff
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree
1998-07-22o Simplify address calculationsJason Wright
o Set desc.tx_addr in meminit not in start
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-07-20fix audio attachmentsTheo de Raadt
1998-07-20real reboot on exit()Michael Shalayeff
1998-07-20new exec frameworkMichael Shalayeff
1998-07-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-19COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well.Jason Downs
1998-07-18add ioctl to apm to set message display to one of three states:Marco S Hyman
1) default: print out all messages. I made this the default so there would be no visable change to people who are used to what they have. 2) disable all messages. This mode is set by apmd when it starts up. I think it is reasonable for apmd to disable the driver display because it is collecting the data and syslogging it. Don't need to see it three and 4 times. 3) print percentage changes. For those who have a _noisy_ machine such as me but don't want to see lots and lots of messages I added a mode where the messages will only be displayed if the estimated battery percenge changes.
1998-07-17make isa_intr_establish() once again not panicTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-14add "ctl" and "swap" sample keyboard mappings;Marco S Hyman
document the proper name of keycap file
1998-07-14board ids will be auto-genMichael Shalayeff
move iodc.h and iomod.h into cpu.h so MI part won't see 'em
1998-07-14add PDC routines (including console) prototypesMichael Shalayeff
1998-07-14add som supportMichael Shalayeff
1998-07-14time_t is in, not longMichael Shalayeff
1998-07-14add MD som defines, etc.Michael Shalayeff
1998-07-14Use AudioEmulaw string and set precision & flagsJason Wright
1998-07-13_BSD_TIME_T_ is int, not longMichael Shalayeff
1998-07-13Make compile when DEBUG and DIAGNOSTIC aren't defined.imp
1998-07-13alloca() is in stand.h noMichael Shalayeff
1998-07-13since i blew up prev commit msg, here it is:Michael Shalayeff
upgrade to new coming stand/exec framework
1998-07-13since i blew up prev commit msg, here it is:Michael Shalayeff
fix stash handling so it won't produce extra key at line start
1998-07-13libsa/itecons.cMichael Shalayeff