summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-27Make sure that the graceful restart capability is printed in any case.Claudio Jeker
The printf() was only reachable if one of the other capabilities were set.
2007-01-27mktime() produces local time, so add in tm_gmtoff to get UTC.Otto Moerbeek
ok xsa@ and joris@
2007-01-27No need to invoke _INI explicitly as this is currently doneMichael Knudsen
automagically out by some acpi voodoo. Pointed out by marco.
2007-01-27Don't invoke methods on the wrong devnode. Sigh.Michael Knudsen
2007-01-27Unbreak build with ACPI_DEBUG.Michael Knudsen
2007-01-27Enable transmit TCP/UDP checksum offload.Kenneth R Westerback
From Brad, tested by Brad, biorn@ and Johan M:son Lindman.
2007-01-27Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would alsoMichael Knudsen
be on if ACPIDOCK_STATUS_UNKNOWN.
2007-01-27Delay status report during attach until after invoking _DCK.Michael Knudsen
2007-01-27add an option -S for specifying the salt file for -K . If not given, userAlexander von Gernler
is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@
2007-01-27use \(en for ranges e.g. 10 \(en 12Jason McIntyre
2007-01-27convert to our locks to rwlocks.David Gwynne
2007-01-27Say ``docking station'' instead of ``docked'' in the sensor descriptionMichael Knudsen
because this confuses me when I read it: hw.sensors.acpidock0.indicator0=Off, (docked)
2007-01-27Reading the spec again it seems I missed that the _INI methodMichael Knudsen
should be invoked only when _STA says the device is present. Change acpidock_attach to this.
2007-01-26Finally document announce capabilities (yes|no).Claudio Jeker
With help from jmc@
2007-01-26more fixe size buffers on the stack. ok xsa@ joris@Otto Moerbeek
2007-01-26- support [-k mode] for the add commandXavier Santolaria
- do not let the file keyword expension options (-k) disappear from the Entries file when doing a commit/update/checkout - be sure the expension mode gets written to the RCS file when a file is added/committed in the first place problems raised by otto@; tests/ok otto@ and joris@.
2007-01-26Document which AS are designated for private use and which are reservedClaudio Jeker
for special stuff (4-byte AS support).
2007-01-26AS 65535 aka USHRT_MAX is reserved and may not be used so adapt theClaudio Jeker
range check. Found while hacking on 4-byte AS support.
2007-01-26Actually add the acpidock indicator sensor stuff to the softc struct soMichael Knudsen
acpidock compiles. I had this in my tree and forgot to commit with the acpidock.c change yesterday. :( Reported by Johan Mson Lindman.
2007-01-26after some discussion with otto, remove "errcode=$?;" from getopt'sJason McIntyre
synopsis: it is really not central to its usage; ok otto millert
2007-01-26Massiv rework of the control imsg flow. Main changes:Claudio Jeker
- dedicated pipe between the SE and the RDE for control messages - restartable RB tree dumps in the RDE - queuing limits both in the SE and RDE The result is a dramatic decrease of memory consumption on operations like bgpctl show rib. Previously all messages where first stored in the RDE then passed to the SE where they got queued in case bgpctl was not fast enough. Now only a small number of messages is generated and passed to the SE and the SE has an additional limit instead of acting like an infinite buffer. Without this the bgpd on bgpd.networx.ch would not survive a single minute. looks good henning@
2007-01-26Deal with zero wraparound in DVMA range checks;Marc Aurele La France
Fix default DVMA range for Schizo's with no "virtual-dma" property; Add TSB size indicator to Schizo & Psycho debugging messages. ok jason@
2007-01-26Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops whereTobias Weingartner
the interface will fail to initialize with an EEPROM error if the interface does not have a link upon boot. Tested by mk@ and janek@ From Jack Vogel@Intel via brad
2007-01-26remove duplicate test; from bradJason Wright
2007-01-26Fix flex bug introduced by my prior commit.Marc Aurele La France
Problem reported by STeve Andre' via jakob@
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
not mistakenly see a file as Modified while it is not. As a result, we can remove the very hackish cvs_hack_time() and GNU cvs and opencvs should almost get along now. lotsa help and okay The otto@
2007-01-26remove ancient device-specific trick from ffs1_blkpref()Pedro Martelletto
okay toby@ millert@
2007-01-26When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clearClaudio Jeker
these flags on close. OK mpf@
2007-01-26respect umask; ok joris@Otto Moerbeek
2007-01-26Sync with ospfctl/bgpctl: detect missing arguments. OK michele@Claudio Jeker
2007-01-26syncPeter Valchev
2007-01-26syncPeter Valchev
2007-01-26Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@Claudio Jeker
2007-01-26modestring can be 18 longOtto Moerbeek
2007-01-26extra xfree leftover; from tbert.Otto Moerbeek
2007-01-26As per PCI specs, disable an adapter's transaction response whileMarc Aurele La France
sizing its BARs. tested niallo@, tsi@, ian@, mk@, sturm@, kettenis@, krw@, beck@, drahn@ ok beck@, kettenis@, drahn@
2007-01-26printf(9) %b is not limited to 32 bits or less... document it.Jason Wright
2007-01-25when acting as a server - immediatly after we checkout a fileJoris Vink
remove its temp copy so our worklist doesnt contain a bazillion entries when checking out src. as a result, we now use very little memory in server mode. found and tested by otto@ ok cool and the gang.
2007-01-25zap uneeded close() calls after fclose(); pointed out by and OK otto@.Xavier Santolaria
2007-01-25Be a bit more verbose during attach even without ACPI_DEBUG for now.Michael Knudsen
2007-01-25Install an indicator sensor to show if we're docked or not.Michael Knudsen
Note that right now status appears to not be detected correctly on all machines, but let's expose what we think we know.
2007-01-25Make debug output a tad more consistent.Michael Knudsen
2007-01-25Remove comment that I committed by accident.Michael Knudsen
2007-01-25return 0, not NULL in a function returning int.Niall O'Higgins
ok pyr@
2007-01-25plug a leak if multiple expansions are done on a single line. okOtto Moerbeek
niallo@
2007-01-25Correctly detect missing arguments. Same diff as in ospfctl. OK henning@Claudio Jeker
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25plug a memleak in keyword expansion.Niall O'Higgins
ok joris@
2007-01-25No need to check if word is NULL before calling parse_addr/prefix.Claudio Jeker
The functions do that check already.
2007-01-25Correctly detect missing arguments like in "ospfctl show data area".Claudio Jeker
OK henning@ norby@