Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-12 | Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c | Steve Murphree | |
2001-01-11 | Add maestro | Marc Espie | |
2001-01-11 | read rom through the rom handle | Michael Shalayeff | |
2001-01-11 | there is no pseudo-device crypto either; sleep theo | Michael Shalayeff | |
2001-01-11 | ich/auich | Michael Shalayeff | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-08 | Compare the end of symbol table as passed from boot with the address | Hugh Graham | |
of _end in the kernel, and base Sysmap on whichever is higher. This permits stripped kernels to load despite unexpected values from libsa. | |||
2001-01-07 | - add EMODD emulation (EMODF) -- this fixes modf() and some libm code | Brandon Creighton | |
on systems which don't have native EMODD (i.e., most of them) - big cleanup of the getval_* stuff - have one routine doing most of the work instead of four doing the same thing - add some miscellaneous routines -- count sig. bits - add more operand addressing modes (still not all fully implemented) both the existing POLYD and EMODD can use them - add me to copyright | |||
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2001-01-04 | Sync with genassym.cf symbol name changes. | Miod Vallat | |
2001-01-04 | Convert the old genassym.c to .cf style. Remove unneeded definitions, | Miod Vallat | |
change some names to be not different from other m68k arches. | |||
2001-01-04 | Harmonization with other m68k arch Makefiles. Stricter compilation | Miod Vallat | |
flags, compile C code with -m68020. Switch the generation of assym.h from a standalone genassym.c to a regular genassym.cf. | |||
2001-01-04 | KNF, add prototypes to compile with -Wmissing-prototypes. | Miod Vallat | |
2001-01-04 | Remove netintr(). | Miod Vallat | |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2001-01-03 | Sync with GENERIC + cleanup | Miod Vallat | |
2001-01-03 | Sync with GENERIC, minor cleanups. | Miod Vallat | |
2001-01-03 | Remove hardcoded SunOS-compatible drive name assignments. No other arch | Miod Vallat | |
does that, and it's more confusing than useful. Suggested by fries@ | |||
2001-01-03 | Remove bogus comment. Also fix ramdisk kernel detection. | Miod Vallat | |
2001-01-03 | netintr() doesn't exist anymore | Miod Vallat | |
2001-01-03 | Use netisr_dispatch. | Miod Vallat | |
2001-01-02 | handle no-event as the end of event fetch loop; my fix for pr-1588 by Sam ↵ | Michael Shalayeff | |
Isaacson <sbi@mobius.colorado.edu> | |||
2000-12-29 | kiss in the rng; all those evil voices kept me pushing for it... | Michael Shalayeff | |
2000-12-28 | Define UADDR not as fixed address, but rather as what it really is: | Miod Vallat | |
a negative offset relative to the top of the adressing space. This fixes the miscompilation problems in locore_r2000.S with binutils 2.10. Tested by maja@ and myself. | |||
2000-12-28 | Alter compilation flags, since binutils have changed some of their default | Miod Vallat | |
settings between 2.7 and 2.10. Inspired by a similar NetBSD change. Also, while I'm at it, add more -W stuff to CDIAGFLAGS | |||
2000-12-28 | mvme88k updates to -current. finally! | Steve Murphree | |
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith | |
adjucent -> adjacent usefull -> useful | |||
2000-12-25 | always read new byte from rng, then decide wheather to start a new cycle | Michael Shalayeff | |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell | |
"i's" I guess). | |||
2000-12-19 | This fixes keyboard lock-ups I was getting wiggling the mouse in | Constantine Sapuntzakis | |
console mode while using my omnicube KVM switch. The keyboard lock-ups were caused by the keyboard/mouse interface controller's input buffer filling up. This was caused because the mouse was sending data to the computer and the pms driver wasn't draining it. The driver used to rely on the fact that it could disable the mouse device when the mouse driver was closed. Disabling the mouse device prevents it from sending data to the computer. At the same time pms disabled the mouse device, pms disabled interrupt notification of the arrival of new data. This regime doesn't work so well with KVM switches which re-enable the mouse. In this case, the mouse will send data to the computer but the keyboard/moust interface controller won't raise an interrupt (because pms disabled interrupts). pms will never read from the input buffer. | |||
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-17 | Add a new possible value for the machdep.allowaperture sysctl: `2' | Matthieu Herrb | |
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ---------------------------------------------------------------------- | |||
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski | |
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski | |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski | |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski | |
2000-12-12 | Add an extra apm_periodic_check() call before the one we check for | Angelos D. Keromytis | |
errors; that way, Theo's laptop can still turn off APM when there's an error, and the IBM 770Z won't gratuitously disconnect APM (since the first event is always a bogus one). | |||
2000-12-11 | Some alphas have USB | Nathan Binkert | |
2000-12-11 | Add a whole slew of drivers to the Alpha GENERIC. These all compile | Nathan Binkert | |
properly, but there are many that have yet to be tested. If anyone tests one of the drivers listed as UNTESTED, please let me know. The following drivers have 64-bit issues when compiling on Alpha: adv, twe, vr, tx, hifn, ubsec They are in GENERIC, but commented out. | |||
2000-12-10 | new file; smat@acm.org | Theo de Raadt | |
2000-12-10 | more keycaps for jp106 keyboards -- gotta get myself one of these weird ↵ | Theo de Raadt | |
contraptions as a wall hanging; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-12-10 | jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-12-10 | iso8859 font; smat@acm.org | Theo de Raadt | |
2000-12-10 | new swiss keyboard maps; smat@acm.org | Theo de Raadt | |
2000-12-10 | fix norway section; johs@copyleft.no | Theo de Raadt | |
2000-12-07 | clean | Theo de Raadt | |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt | |