summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-27by default let cvs_file_classify complain about certain casesJoris Vink
2007-01-27preserve flags in Entries in the remote case. ok xsa@ joris@Otto Moerbeek
2007-01-27Add some more _STA flags.Marco Peereboom
2007-01-27Make sure that the graceful restart capability is printed in any case.Claudio Jeker
2007-01-27mktime() produces local time, so add in tm_gmtoff to get UTC.Otto Moerbeek
2007-01-27No need to invoke _INI explicitly as this is currently doneMichael Knudsen
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
2007-01-27Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would alsoMichael Knudsen
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
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
2007-01-27Reading the spec again it seems I missed that the _INI methodMichael Knudsen
2007-01-26Finally document announce capabilities (yes|no).Claudio Jeker
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
2007-01-26Document which AS are designated for private use and which are reservedClaudio Jeker
2007-01-26AS 65535 aka USHRT_MAX is reserved and may not be used so adapt theClaudio Jeker
2007-01-26Actually add the acpidock indicator sensor stuff to the softc struct soMichael Knudsen
2007-01-26after some discussion with otto, remove "errcode=$?;" from getopt'sJason McIntyre
2007-01-26Massiv rework of the control imsg flow. Main changes:Claudio Jeker
2007-01-26Deal with zero wraparound in DVMA range checks;Marc Aurele La France
2007-01-26Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops whereTobias Weingartner
2007-01-26remove duplicate test; from bradJason Wright
2007-01-26Fix flex bug introduced by my prior commit.Marc Aurele La France
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-26remove ancient device-specific trick from ffs1_blkpref()Pedro Martelletto
2007-01-26When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clearClaudio Jeker
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
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
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
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
2007-01-25plug a leak if multiple expansions are done on a single line. okOtto Moerbeek
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