Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-20 | factorize SGMAP-mapped DMA map creation and destroy code | Martin Reindl | |
ok miod@, additional testing jsg@ from NetBSD | |||
2006-03-19 | Do not compile misaligned access recovery code if option SMALL_KERNEL; | Miod Vallat | |
ok deraadt@ | |||
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl | |
found by drahn@ | |||
2006-03-18 | In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter. | Miod Vallat | |
Makes isadma much happier. From NetBSD | |||
2006-03-18 | Switch to a rpcc-based delay() implementation. From NetBSD. | Miod Vallat | |
2006-03-17 | Fix single-stepping via ptrace(2); ok art@ kettenis@ | Miod Vallat | |
2006-03-16 | Get rid of specific softc structure for pci host bridges, as it is never | Miod Vallat | |
used. No functional change. | |||
2006-03-16 | Get rid of redundant check in tcasicmatch() - we will only request "tcasic" | Miod Vallat | |
as platform.iobus on tc-capable machines. | |||
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt | |
the aperture without having to reboot, but does not allow re-opening; ok matthieu | |||
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat | |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith | |
NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. From NetBSD ok grange@ kettenis@ | |||
2006-03-13 | Protect sgmap extents with splvm(); from NetBSD. | Miod Vallat | |
2006-03-12 | with pcn(4) now in place remove or replace the references to PCI le(4) | Martin Reindl | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ | |||
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-11 | add art(4). | Brad Smith | |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-03-04 | Better names for turbochannel event counters. | Miod Vallat | |
2006-02-26 | Provide a buffer large enough for its contents in pal_opname(). ok deraadt@ | Miod Vallat | |
2006-02-25 | ok, the miod thing can go back in, tree builds | Theo de Raadt | |
2006-02-24 | NO_IEEE ifndef is still needed for RAMDISKBIG at least | Theo de Raadt | |
2006-02-23 | Better dependency rules in files.alpha, also point to cpuconf.c in the | Miod Vallat | |
source tree instead of copying it to the kernel compilation directory for no good reason. | |||
2006-02-23 | de fits again. | Miod Vallat | |
2006-02-23 | Remove duplicate switch_exit() definition with <machine/cpu.h> | Miod Vallat | |
2006-02-23 | Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca, | Miod Vallat | |
as they are the only users of badaddr(); shrinks RAMDISKB a little more. | |||
2006-02-22 | Nuke unused includes. | Miod Vallat | |
2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok | Michael Shalayeff | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-12 | Remove dead isabeep driver and unused isabeep() function. | Miod Vallat | |
2006-02-10 | - remove lmc(4) from RAMDISKBIG | Brad Smith | |
- remove redundant lmc(4) entry from GENERIC - add san(4) to GENERIC as it should now work on alpha | |||
2006-02-07 | convert pmap_phys_address() to a define, consistent with other archs; | Martin Reindl | |
avoids losing information due to int in proto ... thanks to KUDO Takashi for tracking this down ok miod@ | |||
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin Reindl | |
interrupt counter for a given shared interrupt descriptor. When an interrupt is successfully handled, reset the strays counter, thus preventing a "slow leak" from eventually shutting off the interrupt vector. from NetBSD via KUDO Takashi | |||
2006-01-26 | Fix character range check in local atoi() function. krw@ "looks correct" | Aaron Campbell | |
2006-01-20 | add emu(4) here and enable midi attachment for eap(4) | Brad Smith | |
2006-01-17 | Do not invoke resettodr() on shutdown if we have been sitting in ddb. | Miod Vallat | |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller | |
2006-01-09 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy | |
ok brad@ deraadt@ | |||
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-04 | missing zero | Martin Reindl | |
from KUDO Takashi | |||
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith | |
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile. | |||
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt | |
by each arch enable adc(4), admtemp(4), admlc(4), admtm(4), admtmp(4), admtt(4), adt(4), lm(4), lmenv(4), lmtemp(4), maxds(4), and maxtmp(4) iic chip drivers too, which provide gobs of sensor info | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-25 | Ensure child_return() leaves registers the same way a successfull system | Miod Vallat | |
call would. | |||
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |