Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-14 | Remove eeprom.h. | Mark Kettenis | |
2007-11-14 | Turn the spl* macros into functions. | Thordur I. Bjornsson | |
Shaves a few bytes of the kernel. No measurable performance loss. ok drahn@, kettenis@ | |||
2007-11-14 | shrink floppy build by knocking out some unused bits of code; seen by canacar | Theo de Raadt | |
2007-11-14 | spacing | Theo de Raadt | |
2007-11-14 | Fix handling of local AML variables for type conversion: | Can Erkin Acar | |
Check whether a variable is local before and after dereferencing. Improve the check to make sure that the variable is in local in current scope. Tested by many, thanks a lot. ok marco@ | |||
2007-11-14 | do not call crypto_done() on errors, since the drivers already do this. | Markus Friedl | |
otherwise we call the callback twice; fixes panics on crypto errors as seen on reboot; ok hshoexer | |||
2007-11-14 | do not process requests linked to unused sessions. (crypto_freesession | Markus Friedl | |
might happen between enqueuing a crypto request and scheduling of the crypto thread); ok hshoexer | |||
2007-11-14 | Let ``machine cpu #'' hop to the given cpu. | Miod Vallat | |
2007-11-14 | Be consistent in db_cmd_loop_done declaration. | Miod Vallat | |
2007-11-14 | CCU-550 EVDO; Alexey Vatchenko | Theo de Raadt | |
2007-11-14 | sync | Theo de Raadt | |
2007-11-14 | Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which | Marcus Glocker | |
convert the PLCP header signal field to a rate value and vice versa. This implementation has been discussed with Damien and doesn't change any existing net80211 structures. ok damien@ | |||
2007-11-14 | add the Marvell 88E8042 and 88E8072 PCI ids. | Brad Smith | |
From the Linux sky2 driver. ok dlg@ | |||
2007-11-14 | regen | Brad Smith | |
2007-11-14 | - add the ATI Radeon X1950 Pro video adapter. | Brad Smith | |
- add the Attansic L2 Fast Ethernet chipset. - add some new Marvell Ethernet chipsets. ok dlg@ | |||
2007-11-14 | less obnoxious dmesg | Deanna Phillips | |
ok ratchov | |||
2007-11-14 | regen | Brad Smith | |
2007-11-14 | - add the Intel G33 PCIe bridge. | Brad Smith | |
- add the ATI X1600 video card. ok krw@ dlg@ | |||
2007-11-13 | Fix printf format string. | Mark Kettenis | |
2007-11-13 | Remove bsd_openprom.h. | Mark Kettenis | |
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 | fix output after deraadts fixes in usb. prints attach and address info on | David Gwynne | |
one line now. ok deraadt@ | |||
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 | 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 | 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 | /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 | repair input vs output confusion | Jacob Meuser | |
makes 'audioctl play.gain' work correctly from NetBSD | |||
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 | |