Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom | |
and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt | |||
2006-11-27 | For the G5 processor setperf function, don't force perflevel to 50 or 100 | Gordon Willem Klok | |
perserve the illusion of a much finer granularity of performance control. ok kettenis@ | |||
2006-11-27 | Make normal pic interrupt routing work too. | Mark Kettenis | |
2006-11-27 | add bio code to do hotplug of devices on the scsibus. | David Gwynne | |
thumbs up deraadt@ | |||
2006-11-27 | Make AML_CRSLEN return the correct length for small resources. | Mark Kettenis | |
ok jordan@ | |||
2006-11-27 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck | |
asc/ascq handling to deal with the pair together rather than seperately, since modern scsi has long since polluted the "categories" of asc enough that you pretty much need to always look as ascq. ok krw@ deraadt@, dlg@ | |||
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok | |
ok deraadt, "slap it in" miod@ | |||
2006-11-27 | Enable kvm86. | Gordon Willem Klok | |
ok deraadt | |||
2006-11-27 | Properly enable enterrupts. Now I finally can newfs the whole drive. | Alexander Yurchenko | |
2006-11-27 | Comment in WEP support. | Marcus Glocker | |
2006-11-27 | forgot about obj dirs. thanks matthieu | Chris Kuethe | |
2006-11-27 | document bio_register and bio_unregister | David Gwynne | |
with help from jmc@ | |||
2006-11-27 | Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATH | Chris Kuethe | |
is for. | |||
2006-11-27 | Yet Another pkg-config program, this time as a perl script. | Chris Kuethe | |
Not all flags and options are implemented yet, but it works well enough to build a bunch of ports and xenocara (which requires pkg-config). It is not yet activated in the build; I'm committing to allow for in-tree development (including a man page). ok espie, matthieu | |||
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko | |
Way far from complete but enough to fdisk and disklabel logical drives. | |||
2006-11-27 | Add check for acpi pointer. This prevents some ugly panics. | Marco Peereboom | |
ok ketennis. | |||
2006-11-27 | Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, | Dimitry Andric | |
since Celerons don't support it. prodded by gwk@ | |||
2006-11-27 | sort sent requests; | Xavier Santolaria | |
2006-11-27 | remove invalid comment | Kevin Steves | |
2006-11-27 | KB_PT | Miod Vallat | |
2006-11-27 | Portuguese LK-201 layout. | Miod Vallat | |
2006-11-27 | hook up annotate server bits. | Xavier Santolaria | |
2006-11-27 | don't process the file if its status is FILE_UNLINK. | Xavier Santolaria | |
2006-11-27 | First attempt at making kvm86 MP safe, place mutex lock around calls | Gordon Willem Klok | |
to kvm86_bioscall at IPL_IPI this might be incorrect, seems to fix some issues with vt switching, however X still bombs on the second attempt with disappointing frequency. ok deraadt@ | |||
2006-11-27 | document the CDC Ethernet function | Uwe Stuehler | |
2006-11-27 | - remove reference to non-existent usbf(9); noticed by jmc | Uwe Stuehler | |
- add author information | |||
2006-11-27 | Prevent panics when booting GENERIC.MP with a vesabios kernel. | Gordon Willem Klok | |
2006-11-27 | Initial untested bits for ZD1211B support, different init | Jonathan Gray | |
sequences for radios not yet done. "commit what you have" damien@ | |||
2006-11-27 | Enable WEP. | Marcus Glocker | |
Tested by jsg@ | |||
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave | |
Post-parse fixup for namerefs ok kettenis@ | |||
2006-11-27 | Added support for parsing _CRS resources | Jordan Hargrave | |
Post-parsing fixup for forward name references | |||
2006-11-27 | sync | Theo de Raadt | |
2006-11-27 | use correct function name in error message; ok henning@ | Kevin Steves | |
2006-11-27 | Add PT_STEP. | Mark Kettenis | |
2006-11-27 | tweaks; ok deraadt | Jason McIntyre | |
2006-11-27 | client-side of the annotate command is usable, build it too. | Xavier Santolaria | |
2006-11-27 | Do not use a complete bitmap as a backing store for multiple screens, but | Miod Vallat | |
remember character cells instead; this is noticeably faster. | |||
2006-11-27 | hook scsibus up to bio. | David Gwynne | |
ok deraadt@ krw@ an earlier diff was ok marco@ too | |||
2006-11-27 | Separate solid fill operations from regular raster ops; this also brings | Miod Vallat | |
us accelerated copyrows and copycols. | |||
2006-11-27 | Handle objrefs in _PRT. | Mark Kettenis | |
ok jordan@ | |||
2006-11-27 | move uberry to a nicer place | Theo de Raadt | |
2006-11-27 | make use of multiple routing tables. | Henning Brauer | |
hook up looking up routes in alternate tables to the packet forwarding path. alternate routing tables are mintained with route(8), table selection via pf. mostly hacked on a train ride with ryan some time ago, ok mcbride claudio | |||
2006-11-27 | if there are no luns on a target, then say there were no devices, | David Gwynne | |
otherwise return any error we find during detach of the luns. | |||
2006-11-27 | Do not perform frame buffer actions on non-active screens. | Miod Vallat | |
2006-11-27 | enable uberry driver | Theo de Raadt | |
2006-11-27 | smallest usb driver ever: enable config on the Blackberry which prevents | Theo de Raadt | |
usb from idling, thus it can get enough power to charge in all cases | |||
2006-11-27 | Store the wsscreen_descr structure in the softc. | Miod Vallat | |
2006-11-27 | The current implementation to handle control options is broken as soon as | Claudio Jeker | |
SO_REUSEADDR and multicast/broadcast comes into play. Model the ip_savecontrol handling after the rip_input version which works. Problem found by Simon Kelley. OK henning@ michele@ | |||
2006-11-27 | Always update cfxga_scr emulops field when creating a new screen, in case | Miod Vallat | |
the card was removed and then reinserted. XXX It's still ugly, a better way to handle this is in the works. | |||
2006-11-26 | Replace the firmware reset command by a register write which also | Marcus Glocker | |
causes a device reset. This enables resetting also on amd64, and therefore reinitializing after the 'up' 'down' dance works now there. ok claudio@ |