Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-19 | Don't bother trying to use luns on any CyberDrv devices. | Jason Downs | |
1998-07-19 | sync | Jason Downs | |
1998-07-19 | Add ALI M5243 | Jason Downs | |
1998-07-18 | add 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-17 | make isa_intr_establish() once again not panic | Theo de Raadt | |
1998-07-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-17 | there will be no exec_som | Michael Shalayeff | |
1998-07-17 | This will never be a default exec type | Theo de Raadt | |
1998-07-16 | recognize CS4236B; netbsd | Theo de Raadt | |
1998-07-16 | MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16 | Todd C. Miller | |
1998-07-15 | move NZERO for XPG3; kleink | Theo de Raadt | |
1998-07-15 | Fix the name of the ulinear_be mode; netbsd | Theo de Raadt | |
1998-07-15 | spelling | Theo de Raadt | |
1998-07-15 | sync | Theo de Raadt | |
1998-07-15 | more devs | Theo de Raadt | |
1998-07-14 | add "ctl" and "swap" sample keyboard mappings; | Marco S Hyman | |
document the proper name of keycap file | |||
1998-07-14 | board ids will be auto-gen | Michael Shalayeff | |
move iodc.h and iomod.h into cpu.h so MI part won't see 'em | |||
1998-07-14 | add PDC routines (including console) prototypes | Michael Shalayeff | |
1998-07-14 | s/ecoff_filehdr/ecoff_exechdr/ | Michael Shalayeff | |
1998-07-14 | add som support | Michael Shalayeff | |
1998-07-14 | time_t is in, not long | Michael Shalayeff | |
1998-07-14 | add HP SOM support | Michael Shalayeff | |
1998-07-14 | add symbol table decls and defines; use machine/som.h | Michael Shalayeff | |
1998-07-14 | add MD som defines, etc. | Michael Shalayeff | |
1998-07-14 | remove bogus comment | Michael Shalayeff | |
1998-07-14 | better m-include protection define | Michael Shalayeff | |
1998-07-14 | HP object file formats | Michael Shalayeff | |
1998-07-14 | oops | Michael Shalayeff | |
1998-07-14 | HP object file formats | Michael Shalayeff | |
1998-07-14 | some ecoff support; untested, but compiles | Michael Shalayeff | |
1998-07-14 | no need for machine/exec.h | Michael Shalayeff | |
1998-07-14 | struct exec members are not long any more | Michael Shalayeff | |
1998-07-14 | Use AudioEmulaw string and set precision & flags | Jason Wright | |
1998-07-14 | multiformat exec framework | Michael Shalayeff | |
1998-07-13 | oops; mwp@aba.net.au | Theo de Raadt | |
1998-07-13 | _BSD_TIME_T_ is int, not long | Michael Shalayeff | |
1998-07-13 | add extern debug decl for DEBUG enabled code | Michael Shalayeff | |
1998-07-13 | Unmute DAC and turn off 3-D SRS by default | Constantine Sapuntzakis | |
1998-07-13 | Part 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-13 | Make compile when DEBUG and DIAGNOSTIC aren't defined. | imp | |
1998-07-13 | alloca() is in stand.h no | Michael Shalayeff | |
1998-07-13 | add alloca, hope none would get hurt, since none but i386 use it | Michael Shalayeff | |
1998-07-13 | since i blew up prev commit msg, here it is: | Michael Shalayeff | |
upgrade to new coming stand/exec framework | |||
1998-07-13 | since 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-13 | libsa/itecons.c | Michael Shalayeff | |
1998-07-13 | Fix 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 default | Jason Wright | |
to myetheraddr() - Add multicast support | |||
1998-07-13 | sync | Theo de Raadt | |
1998-07-13 | a cardbus controller | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd 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. |