Age | Commit message (Collapse) | Author | |
---|---|---|---|
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! | |||
2006-01-11 | Let's move the orphans to the Attic. | Miod Vallat | |
2006-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl | |
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat | |
Simpler, better. | |||
2006-01-10 | Simplify external macfb interfaces, kill an intermediate attachment structure. | Miod Vallat | |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl | |
errno.h. Don't include errno.h and export EFAULT therefore, similiar to hppa. | |||
2006-01-10 | missing cast to vaddr_t | Martin Reindl | |
2006-01-10 | struct cfdriver shall not be declared as const (oops). | Miod Vallat | |
2006-01-10 | need sys/types.h for vaddr_t | Jolan Luff | |
2006-01-10 | Really pass -fno-stack-protector in CFLAGS as intended, and define the | Miod Vallat | |
load addresses in one single place; from mvme88k | |||
2006-01-10 | cull the dead | Theo de Raadt | |
2006-01-10 | comment amdpm | Theo de Raadt | |
2006-01-10 | use ${INSTALL_STRIP} ok miod | Theo de Raadt | |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl | |
errno.h. Don't include errno.h and export EFAULT therefore. looks good miod@ | |||
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller | |
2006-01-09 | Fix last change; we need machine/reg.h for struct sigcontext to | Todd C. Miller | |
be fully defined. | |||
2006-01-09 | Spank the clock: remove relics of old GPROF code, compute tickfix for | Miod Vallat | |
better clock adjustment, consider clocks past year 2010 as possible, and do not display the PRAM clock if it consistent. | |||
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat | |
less generic in the future, though. | |||
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray | |
2006-01-09 | Remove clock tick adjustment computation inherited from luna68k where some | Miod Vallat | |
models run with hz=60. | |||
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat | |
zs_getc(). | |||
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat | |
either obio or nubus. No functional change, shaves a few more KB... | |||
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat | |
2006-01-09 | amdpm also exists as a 2nd iic bus on amd8111 machines | Theo de Raadt | |
2006-01-09 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat | |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller | |
case where _XOPEN_SOURCE was defined but BSD-specific types are not visible. | |||
2006-01-09 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy | |
ok brad@ deraadt@ | |||
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host ↵ | Theo de Raadt | |
chip i think | |||
2006-01-08 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat | |
either, instead keep it on the stack or directly in attachment structures. No functional change. | |||
2006-01-08 | Don't provide bass and treble mixer controls if the underlying hardware doesn't | Mark Kettenis | |
provide these. Put them in the outputs class. ok joris@ | |||
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat | |
wrappers used to convert between MacOS pascal calling convention and the C calling convention, unless option MRG_ADB. No functional change. | |||
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat | |
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled in GENERIC) instead of DIAGNOSTIC. | |||
2006-01-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat | |
necessary at 24 and 32bpp as well). | |||
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat | |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat | |
all pixel depth operation, but there are still font display problems at 4bpp and 16bpp at the moment; also make sure the display is white on black, whichever colour depth we are in. | |||
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat | |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat | |
``serial boot echo''. | |||
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis | |
Prevents alipm(4) attaching twice on Blade-100. ok deraadt@ |