Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-24 | use the right size when loading the rx/tx descriptor bus dma maps. | Reyk Floeter | |
from the NetBSD port tested by bion@ and others from tech@ ok marco@ brad@ | |||
2006-12-24 | fix program name in usage, use __progname | Martin Reindl | |
2006-12-24 | ansify, no binary change, from Bret Lambert | Pedro Martelletto | |
2006-12-24 | first pass cleanup of sasyncd, based on some discussion with deraadt@ | Mathieu Sauve-Frankel | |
inline conf_init into main() and remove it from conf.y. add usage(). small amount of whitespace nits in sasync.h ok deraadt@ mcbride@ | |||
2006-12-24 | normally hardware engineers call it Vcc not VCC | Theo de Raadt | |
2006-12-24 | change schizo/psycho interrupts to be xname:what instead of ugly names | Theo de Raadt | |
seen previously; discussed with kettenis | |||
2006-12-24 | Fix a bug where inserting a file resulted in an incorrect | Kjell Wooding | |
line-number count for a buffer (M-X insert-file, M-> to reproduce). While here, fix a number of bugs with incorrect line numbers after swap point-and-mark Originally reported via debian's bug tracking system. Fix tested by Han Boetes and Deanna Phillips. | |||
2006-12-24 | Add column-number indicator to status line (enabled when line-number-mode is | Kjell Wooding | |
enabled; i.e. by default). This is essentially free, and has been requested a few times now | |||
2006-12-24 | zap incorrect comment | Damien Miller | |
2006-12-23 | please gcc | Theo de Raadt | |
2006-12-23 | do not mix & and || badly | Theo de Raadt | |
2006-12-23 | Regenerate. No change except for comments being updated to reflect | Kenneth R Westerback | |
current versions of base files. | |||
2006-12-23 | Spelling. | Kenneth R Westerback | |
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||
2006-12-23 | Remove trailing spaces in sed expression. | Mark Kettenis | |
From Michael Small. Fixes PR 5300. ok otto@ | |||
2006-12-23 | sync | Theo de Raadt | |
2006-12-23 | describe new functions to handle sensors; by Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | show two-level sensor framework in action; Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | kernel code implimemting the new two-level sensor api; written by | Theo de Raadt | |
Constantine A. Murenin | |||
2006-12-23 | new sensor api is two level, such that a device (ie. ipmi or lm0) has | Theo de Raadt | |
devices hanging off it; written by Constantine A. Murenin | |||
2006-12-23 | if errors happen while reading the sdr list, give up on handling the | Theo de Raadt | |
device as cleanly as possible. ok marco | |||
2006-12-23 | Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi | Kenneth R Westerback | |
commands via the DVD_LU_SEND_RPC_STATE and DVD_HOST_SEND_RPC_STATE ioctls respectively. Thus allowing any region protected DVDs mistakenly delivered by Santa to the wrong region to be viewed on recalcitrant DVD drives (with the aid of an appropriate utility like regionset). No change to any current functions. Found in my hackers@ folder from August. From netbsd -> Kurt Miller -> jmc@. | |||
2006-12-23 | Move the handling of SCI events to the acpiec gpe handler. | Can Erkin Acar | |
ok marco@ | |||
2006-12-23 | Correctly compute timeout value in acpi_sleep. | Can Erkin Acar | |
Also make sure it is non zero. ok marco@ | |||
2006-12-23 | mark regress as a top-level target, even though it's usually not run | Marc Espie | |
by normal users. Even your average src/ developers does not know about make regress, it looks like ;-) | |||
2006-12-23 | When compiling with gcc3, flag pool_get() as a malloc-like function, this | Miod Vallat | |
helps optimization. With feedback from grange@ and thib@, ok deraadt@ | |||
2006-12-23 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
Based on a diff by brad@ | |||
2006-12-23 | Fix check for active 1000baseT media. | Mark Kettenis | |
Pointed out by brad@ | |||
2006-12-23 | On UltraSPARC-III, patch some crucial D-cache flush instructions, and | Mark Kettenis | |
enable the cache. ok jason@, miod@ | |||
2006-12-23 | s/sk0/msk0/ | Mark Kettenis | |
2006-12-23 | Provide sparc64-specific DT_XXX constant. | Mark Kettenis | |
ok miod@ | |||
2006-12-23 | Do not name both a variable and a goto target 'restore'; it's legal, but | Marc Balmer | |
confusing. at least it confused thib... | |||
2006-12-23 | in nmeaopen(), only add the sensors to the system if there was no error. | Marc Balmer | |
2006-12-23 | wrong printing; ok marco | Theo de Raadt | |
2006-12-22 | always include sensors.h | Theo de Raadt | |
2006-12-22 | Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn't | Kenneth R Westerback | |
survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman. | |||
2006-12-22 | spacing | Theo de Raadt | |
2006-12-22 | Fix check for active 1000baseT media. | Mark Kettenis | |
2006-12-22 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
Based on a diff by brad@ | |||
2006-12-22 | - Add IFM_NONE. | Mark Kettenis | |
- Don't set MIIF_NOISOLATE so eephy(4) can be used in configurations with multiple PHYs. - When PHY is resolved to a master, show it with IFM_ETH_MASTER. Based on a diff from yongari@FreeBSD, through brad@ | |||
2006-12-22 | add special handling for "urpf-failed" with carp interfaces. the | Reyk Floeter | |
unicast reverse path forwarding (URPF) check drops packets coming in on an interface other than that which holds the route back to the packet's source address. this caused problems with routes bound to a carp interface instead of the underlying interface. this diff validates the underlying carpdev if the route is bound to a carp interface. from Pierre-Yves Ritschard (pyr at spootnik.org) ok henning@ | |||
2006-12-22 | snprintf() -> cvs_path_cat(); | Xavier Santolaria | |
2006-12-22 | fold long lines. | Marc Balmer | |
2006-12-22 | regen. | Marc Balmer | |
2006-12-22 | Add two more Meinberg radio clocks. | Marc Balmer | |
2006-12-22 | shorten code | Theo de Raadt | |
2006-12-22 | make driver look more like others do; ok mbalmer | Theo de Raadt | |
2006-12-22 | delete prototypes for functions that don't exist | Kevin Steves | |
2006-12-22 | A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800), | Dimitry Andric | |
that specify equal highest and lowest clock ratios. EST is now silently disabled on these, as was already done for lowest clock ratios that are zero (on e.g. a bunch of Pentium 4's). Other weird MSR's are still reported, because we first want to know about them, before we decide how to handle them. |