Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat | |
2006-01-20 | add emu(4) here and enable midi attachment for eap(4) | Brad Smith | |
2006-01-20 | Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on | Miod Vallat | |
sparc and remove unused sun_dkioctl(). No functional change. | |||
2006-01-20 | Remove unused stuff. | Miod Vallat | |
2006-01-20 | Make sure we can only match once for internal video. | Miod Vallat | |
2006-01-19 | Bounds check PPIIOCSSEC argument, for a carefully choosen invalid value | Miod Vallat | |
could cause any ppi transfer to freeze the bus. | |||
2006-01-19 | Fix NACPI > 1 (should be >0). Spotted by form@. | Alexander Yurchenko | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-19 | Flip BIOS and ACPI around since ACPI uses BIOS stuff. | Marco Peereboom | |
ok dlg@ grange@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat | |
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come. | |||
2006-01-18 | more size_t vs u_int fallout.. i guess the last | Theo de Raadt | |
2006-01-18 | Silence acpi during dmesg if it isnt there. | Marco Peereboom | |
tested by todd | |||
2006-01-18 | add piixpm. | Brad Smith | |
2006-01-18 | enable ixgb here too. | Brad Smith | |
2006-01-17 | Upon halt, invoke resettodr() on arm platforms, unless we have been sitting | Miod Vallat | |
in DDB; tested at least by aanriot@ | |||
2006-01-17 | Do not invoke resettodr() on shutdown if we have been sitting in ddb. | Miod Vallat | |
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat | |
created by config(8); no functional change. | |||
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the ↵ | Theo de Raadt | |
cast right; ok millert | |||
2006-01-17 | Remove unused ``stride'' bus_space internal functionality; nothing needs it. | Miod Vallat | |
2006-01-16 | Sync m68k fpe code with NetBSD; but remove unimplemented opcodes stubs, so | Miod Vallat | |
that we trigger SIGILL instead of propagating false results. Tested by martin@ on Macintosh LCIII. | |||
2006-01-16 | Correctly define extended doubles, the way the 6888x use them; from NetBSD. | Miod Vallat | |
2006-01-16 | Do not register adb and pm interrupts until the related devices initialize. | Miod Vallat | |
2006-01-16 | Correctly handle successfull FP emulation (doh!) | Miod Vallat | |
2006-01-16 | Let the intrhand structs be softc fields, rather than static global variables. | Miod Vallat | |
2006-01-16 | enable wbenv. best way to test new code is to enable it | Theo de Raadt | |
2006-01-16 | adjust to size_t changes | Theo de Raadt | |
2006-01-15 | Sync sc_memcopy and sc_memzero signatures with bcopy and bzero. | Miod Vallat | |
2006-01-15 | cope with the int vs long changes to size_t | Theo de Raadt | |
2006-01-15 | Print cache instructions correctly. | Miod Vallat | |
2006-01-15 | Comment alipm (and spell out power management for piixpm while I'm there). | Mark Kettenis | |
2006-01-15 | Do not put HZ in the kernel configuration file anymore, and let the kernel | Miod Vallat | |
decide by itself: Quadra-style machines with A/UX style interrupts and clock at level 6 will use 100Hz now, while other machines will remain at 60Hz. | |||
2006-01-14 | Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs | Miod Vallat | |
and is not reliable enough. | |||
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt | |
at least i810 on x40, but made x41 work. ok matthieu | |||
2006-01-13 | list other maxds models | Theo de Raadt | |
2006-01-13 | Bring a few improvements from NetBSD: | Miod Vallat | |
- recognize a few more models. - better memory range detection, especially if they are in direct translation windows on 68040. - better internal video address detection. | |||
2006-01-13 | KNF and remove dead parts. | Miod Vallat | |
2006-01-13 | Sync OSS code with NetBSD; supports poweroff now. | Miod Vallat | |
2006-01-13 | Remove unused bad{,b,w,l}addr. | Miod Vallat | |
2006-01-13 | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being | Miod Vallat | |
used by default, and since all PRAM accesses are either directly fiddling with VIA registers or through ADB commands, the MRG code has no reason to stay. This means the kernel is now not running unknown PROM code anymore. | |||
2006-01-13 | Allow proper detaching of wdc, so that detaching a mediabay device properly | Miod Vallat | |
releases resources and works as expected. Thanks to Thomas Maschutznig for testing. | |||
2006-01-13 | Fix printf format string due to types change | Todd C. Miller | |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller | |
architectures. They are now defined as unsigned long, long, long and unsigned long respectively. | |||
2006-01-13 | white space vs tabs; no binary change | Michael Shalayeff | |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner | |
limit selector, so that the w^x line can float much more dynamically. Much work done by tom. Tested by various people. Addresses concerns of (Julien Tinnes) <julien ATHOST cr0.org> | |||
2006-01-12 | oops | Theo de Raadt | |
2006-01-12 | after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@ | Michael Shalayeff | |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith | |
checksumming on little endian systems. - only set the Ok flag in the checksum routine. Checksumming fix from: Pyun YongHyeon <pyunyh at gmail dot com> | |||
2006-01-12 | Fix up interrupt routing on SiS 963. | Jonathan Gray | |
From Ian McWilliam ian at dodo.com.au. ok mickey@ | |||
2006-01-11 | Use bounded string functions while constructing the disassembly lines; plus | Miod Vallat | |
this compiles into smaller code! |