summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-07-19Don't bother trying to use luns on any CyberDrv devices.Jason Downs
1998-07-19syncJason Downs
1998-07-19Add ALI M5243Jason 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-17there will be no exec_somMichael Shalayeff
1998-07-17This will never be a default exec typeTheo de Raadt
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-07-15move NZERO for XPG3; kleinkTheo de Raadt
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-07-15spellingTheo de Raadt
1998-07-15syncTheo de Raadt
1998-07-15more devsTheo de Raadt
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-14s/ecoff_filehdr/ecoff_exechdr/Michael Shalayeff
1998-07-14add som supportMichael Shalayeff
1998-07-14time_t is in, not longMichael Shalayeff
1998-07-14add HP SOM supportMichael Shalayeff
1998-07-14add symbol table decls and defines; use machine/som.hMichael Shalayeff
1998-07-14add MD som defines, etc.Michael Shalayeff
1998-07-14remove bogus commentMichael Shalayeff
1998-07-14better m-include protection defineMichael Shalayeff
1998-07-14HP object file formatsMichael Shalayeff
1998-07-14oopsMichael Shalayeff
1998-07-14HP object file formatsMichael Shalayeff
1998-07-14some ecoff support; untested, but compilesMichael Shalayeff
1998-07-14no need for machine/exec.hMichael Shalayeff
1998-07-14struct exec members are not long any moreMichael Shalayeff
1998-07-14Use AudioEmulaw string and set precision & flagsJason Wright
1998-07-14multiformat exec frameworkMichael Shalayeff
1998-07-13oops; mwp@aba.net.auTheo de Raadt
1998-07-13_BSD_TIME_T_ is int, not longMichael Shalayeff
1998-07-13add extern debug decl for DEBUG enabled codeMichael Shalayeff
1998-07-13Unmute DAC and turn off 3-D SRS by defaultConstantine Sapuntzakis
1998-07-13Part 1) of a fix to the "mount /mnt /mnt" problem.Constantine Sapuntzakis
Don't mount the file system in the kernel name space before calling VFS_MOUNT.
1998-07-13Make compile when DEBUG and DIAGNOSTIC aren't defined.imp
1998-07-13alloca() is in stand.h noMichael Shalayeff
1998-07-13add alloca, hope none would get hurt, since none but i386 use itMichael 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
1998-07-13Fix locking discipline snafu with UNIONFS. Thanks to Don Schmid ↵Constantine Sapuntzakis
(yensid@imsa.edu) for the original fix and Todd Miller.
1998-07-13- Fix handling of 'local-mac-address' (use it if present, otherwise defaultJason Wright
to myetheraddr() - Add multicast support
1998-07-13syncTheo de Raadt
1998-07-13a cardbus controllerTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.