Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2006-12-21 | if the add or import command is issued, send the wrapper-sendme-rcsOptions | Xavier Santolaria | |
request to the server. | |||
2006-12-21 | Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR, | Dimitry Andric | |
with the same high and low speed, leading to a divide by zero error. A more complete fix will be committed later. Do it now, deraadt@ | |||
2006-12-21 | nuke unused sc_enaddr and comment about it | Jason Wright | |
2006-12-21 | nuke sc_enaddr here too | Jason Wright | |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright | |
everybody is happy | |||
2006-12-21 | better yet, nuke all references to sc_enaddr except for the copy into ↵ | Jason Wright | |
arpcom.ac_enaddr | |||
2006-12-21 | use the arpcom copy of the ethernet address so that updates to lladdr can work | Jason Wright | |
2006-12-21 | Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite a | Otto Moerbeek | |
few on tech@. | |||
2006-12-21 | make more correct and less confusing; noted by David Madore; | Otto Moerbeek | |
ok jmc@ deraadt@ | |||
2006-12-21 | even more knf love | Theo de Raadt | |
2006-12-21 | mention sys/types.h needed; eth0@o2.pl | Theo de Raadt | |
2006-12-21 | sync | Theo de Raadt | |
2006-12-21 | support Avlab PCI 2S as a puc; from nicm__@ntlworld.com | Theo de Raadt | |
2006-12-21 | appease the groff beast; | Jason McIntyre | |
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding | |
keymap repapping. spotted by theo | |||
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding | |
which swaps ^H and DEL. ok jason@ | |||
2006-12-21 | Unbreak redistribute default and make it possible to specify a metric for | Claudio Jeker | |
the default route as well. OK norby@, michele@ | |||
2006-12-21 | order variables by size/type. | Claudio Jeker | |
2006-12-21 | - PATCH_SITES -> PATCHSITES | Antoine Jacoutot | |
ok bernd@ | |||
2006-12-21 | Let watchdogd use the new watchdog(4) semantics. When the new option -n | Marc Balmer | |
(no restore) is specified, the watchdog will not be restored to it's original values when watchdogd terminates. that means, when watchdogd is run with -n and you 'halt' the system, the watchdog hardware will reset it. which is wanted when the machine is remote and the system shuts down unplanned. "looks ok" markus | |||
2006-12-21 | - plug memleak in rcs_parse_delta() | Niall O'Higgins | |
same as opencvs diff, ok xsa@ | |||
2006-12-21 | Check for overflow of others_len. This can not happen at the moment because | Claudio Jeker | |
less than 255 attributes can be allocated at max. OK claudio@ | |||
2006-12-21 | - plug memory leak in rcs_parse_delta() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_translate_tag() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_patch_lines() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | Tweak to report full battery. | Marco Peereboom | |
2006-12-21 | Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto is | Marc Balmer | |
set to 0, the watchdog will not be retriggered by the kernel *and* it will not be disabled at system shutdown time (before it got disabled at system shutdown time.) ok markus mickey mk | |||
2006-12-21 | in pf_route(), initialize ro to NULL at the beginning. if left un- | Daniel Hartmeier | |
initialized, it might equal &iproute by chance, causing a panic when rtfree() is then mistakenly called. | |||
2006-12-21 | regen | Michael Shalayeff | |
2006-12-21 | another radeon x1600; from form | Michael Shalayeff | |
2006-12-21 | spacing | Theo de Raadt | |
2006-12-21 | more knf | Theo de Raadt | |