Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-13 | Expose mace_bus_dma_tag and extend the crimebus extent. This allows the | Joel Sing | |
existing bus interfaces to be used to access the GBE hardware found in the SGI O2. ok miod@ | |||
2007-11-13 | Give wscons_machdep.c half a spanking. This allows wsdisplay to compile on | Joel Sing | |
OpenBSD/sgi and prevents it from stealing the console. ok miod@ | |||
2007-11-13 | relays are dynamic now. | Pierre-Yves Ritschard | |
2007-11-13 | macppc does have eeprom(8) now | Mark Kettenis | |
2007-11-13 | sync | Theo de Raadt | |
2007-11-13 | fix output after deraadts fixes in usb. prints attach and address info on | David Gwynne | |
one line now. ok deraadt@ | |||
2007-11-13 | sync | Theo de Raadt | |
2007-11-13 | sync | Theo de Raadt | |
2007-11-13 | Bring back the number converter for 'set hostid'. | Marco Pfatschbacher | |
I forgot to think about hex numbers when I removed it. OK deraadt@ | |||
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher | |
it with a simple filter in the yylex() loop. The compression in lgetc() didn't happen for quoted strings, thus creating a regression when tabs were used in variables. Some testing by todd@ and pyr@ OK deraadt@ | |||
2007-11-12 | - macppc for .Dt | Jason McIntyre | |
- no eeprom(8) for macppc | |||
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | no need to print acpi name on attach | Theo de Raadt | |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt | |
2007-11-12 | correct : vs , in attach-time messages | Theo de Raadt | |
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | Restart clock before invoking hardclock() and statclock(), otherwise they | Miod Vallat | |
drift in MP kernels. | |||
2007-11-12 | Use isa_intr_establish() to establish the SCI interrupt handler; this makes | Mark Kettenis | |
sure that interrupt overrides from the MADT are applied. ok marco@, toby@ | |||
2007-11-12 | Make this compile on macppc (OpenPROM support only) and build it there. | Mark Kettenis | |
ok deraadt@ | |||
2007-11-12 | make TOC greppable; | Jason McIntyre | |
2007-11-12 | +.Xr cdio 1 , | Jason McIntyre | |
2007-11-12 | Split handling of unmaskable vs maskable ipi to make the core simpler, | Miod Vallat | |
no functional change. | |||
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | openprom(4) | Mark Kettenis | |
2007-11-12 | sync | Mark Kettenis | |
2007-11-12 | openprom | Mark Kettenis | |
2007-11-12 | /dev/openprom | Mark Kettenis | |
ok miod@, deraadt@ | |||
2007-11-12 | Don't use utc_off, time is always reported in UTC. | Marc Balmer | |
2007-11-12 | Don't use utc_off when using the hires timestamp. | Marc Balmer | |
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | ti usb serial | Theo de Raadt | |
2007-11-12 | fix some problems with lazy fpu context handling: | Todd C. Miller | |
put the "fninit" where it belongs logically deal with XMM exceptions From NetBSD (drochner) | |||
2007-11-12 | dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY. | David Gwynne | |
ok krw@ henning@ | |||
2007-11-12 | this is the recording source. rename 'source' to 'recsource' and be | Jacob Meuser | |
sure to only use 'record.source' instead of possibly 'inputs.source'. | |||
2007-11-12 | repair input vs output confusion | Jacob Meuser | |
makes 'audioctl play.gain' work correctly from NetBSD | |||
2007-11-12 | implement SNDCTL_DSP_GETODELAY | Jacob Meuser | |
bump minor version ok deanna@ | |||
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | correct a ricoh label | Theo de Raadt | |
2007-11-12 | only print bif info that is complete | Theo de Raadt | |
2007-11-12 | missing : | Theo de Raadt | |
2007-11-12 | fewer lines of dmesg output spew (matters more on newer sony laptops with... ↵ | Theo de Raadt | |
15 lines of usb devices.. | |||
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | shorten | Theo de Raadt | |
2007-11-12 | Select the right GDT entry for interrupt handlers on i386 systems when | Christopher Pascoe | |
using ioapics, so that interrupt time is accounted correctly. This fixes the problem that 0% interrupt time is always shown when running MP. ok dlg@, suspect this is correct art@, just an oversight niklas@ | |||
2007-11-11 | Don't leak pfstatekey upon insert conflict (most often caused via pfsync). | Christopher Pascoe | |
tested david@, ok dhartmei@ | |||
2007-11-11 | Rework ipi handling to delay acking the maskable ipi interrupt, so that it | Miod Vallat | |
gets handled like a real hardware interrupt (which it is supposed to mimic anyway). | |||
2007-11-11 | Give more information in ``machine cpu'' under ddb. | Miod Vallat | |
2007-11-11 | Replace next_tick() with simpler C code that I can actually understand. | Mark Kettenis | |
2007-11-11 | tweak; | Jason McIntyre | |
2007-11-11 | Mention that -cd and -cu are possible, and that it's an extension to POSIX. | Matthias Kilian | |
discussed with jmc and otto ok jmc |