Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-28 | Accept a leading 0x for the -n length parameter. | Miod Vallat | |
Correctly check for out-of-bounds values for -s skip parameter, and use strtoll to parse it instead of strtol since this is an off_t value. | |||
2007-01-28 | In doskip(), do not access an uninitialized variable in the statok == 0 case | Miod Vallat | |
(introduced in r1.9) | |||
2007-01-28 | Remove cross references between fstab(5) and umount(8). | Alexander Bluhm | |
ok millert jmc | |||
2007-01-28 | Remove #include <fstab.h> as there is no fstab in umount anymore. | Alexander Bluhm | |
Always use defined type name. Comment clarification. No binary change. ok millert | |||
2007-01-28 | remove debug printfs that sneaked in. | Joris Vink | |
2007-01-28 | Restore spl level before exiting on error. | Kenneth R Westerback | |
Noted by Matthew R. Dempsky. | |||
2007-01-28 | add merging support in both local and remote sides. | Joris Vink | |
tested by many, thanks. | |||
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis | |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis | |
2007-01-27 | We only poll on the bpf fd and the routing socket fd. No need for | Kenneth R Westerback | |
complex list code to keep track. So nuke it. Also eliminate unnecessary variable ('dead') that means 'rfdesc is closed'. Just set rfdesc to -1 when it is closed and use that. As suggested by millert@ and claudio@, don't bother setting revents members to zero since poll() does that. Np functional change, just less code. 'looks good' claudio@ 'I like where this is going' henning@ | |||
2007-01-27 | - do not try to add non-existing files | Joris Vink | |
- do not overwrite the contents of the file when the file was removed and you try to re-add it. ok otto@ | |||
2007-01-27 | When flooding dmesg with ``can't read/write phy register'', be nice enough to | Miod Vallat | |
print the register number, so that someone gets a chance to investigate the problem. | |||
2007-01-27 | In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. | Miod Vallat | |
2007-01-27 | when we specify the 'f' flag do not bother removing files that | Joris Vink | |
dont exist on disk anyway, and when removing a file that has been added but not commited the correct file_status is FILE_REMOVE_ENTRY and not FILE_ADDED. ok otto@ | |||
2007-01-27 | missed a case for CVS_CMD_ADD from last commit | Joris Vink | |
2007-01-27 | by default let cvs_file_classify complain about certain cases | Joris Vink | |
and fix some warnings that should not come up for certain commands. ok niallo@ otto@ | |||
2007-01-27 | preserve flags in Entries in the remote case. ok xsa@ joris@ | Otto Moerbeek | |
2007-01-27 | Add some more _STA flags. | Marco Peereboom | |
2007-01-27 | Make 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-27 | mktime() produces local time, so add in tm_gmtoff to get UTC. | Otto Moerbeek | |
ok xsa@ and joris@ | |||
2007-01-27 | No need to invoke _INI explicitly as this is currently done | Michael Knudsen | |
automagically out by some acpi voodoo. Pointed out by marco. | |||
2007-01-27 | Don't invoke methods on the wrong devnode. Sigh. | Michael Knudsen | |
2007-01-27 | Unbreak build with ACPI_DEBUG. | Michael Knudsen | |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback | |
From Brad, tested by Brad, biorn@ and Johan M:son Lindman. | |||
2007-01-27 | Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also | Michael Knudsen | |
be on if ACPIDOCK_STATUS_UNKNOWN. | |||
2007-01-27 | Delay status report during attach until after invoking _DCK. | Michael Knudsen | |
2007-01-27 | add an option -S for specifying the salt file for -K . If not given, user | Alexander von Gernler | |
is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@ | |||
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre | |
2007-01-27 | convert to our locks to rwlocks. | David Gwynne | |
2007-01-27 | Say ``docking station'' instead of ``docked'' in the sensor description | Michael Knudsen | |
because this confuses me when I read it: hw.sensors.acpidock0.indicator0=Off, (docked) | |||
2007-01-27 | Reading the spec again it seems I missed that the _INI method | Michael Knudsen | |
should be invoked only when _STA says the device is present. Change acpidock_attach to this. | |||
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker | |
With help from jmc@ | |||
2007-01-26 | more fixe size buffers on the stack. ok xsa@ joris@ | Otto Moerbeek | |
2007-01-26 | - support [-k mode] for the add command | Xavier 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-26 | Document which AS are designated for private use and which are reserved | Claudio Jeker | |
for special stuff (4-byte AS support). | |||
2007-01-26 | AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the | Claudio Jeker | |
range check. Found while hacking on 4-byte AS support. | |||
2007-01-26 | Actually add the acpidock indicator sensor stuff to the softc struct so | Michael 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-26 | after some discussion with otto, remove "errcode=$?;" from getopt's | Jason McIntyre | |
synopsis: it is really not central to its usage; ok otto millert | |||
2007-01-26 | Massiv 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-26 | Deal 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-26 | Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where | Tobias 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-26 | remove duplicate test; from brad | Jason Wright | |
2007-01-26 | Fix flex bug introduced by my prior commit. | Marc Aurele La France | |
Problem reported by STeve Andre' via jakob@ | |||
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris 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-26 | remove ancient device-specific trick from ffs1_blkpref() | Pedro Martelletto | |
okay toby@ millert@ | |||
2007-01-26 | When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear | Claudio Jeker | |
these flags on close. OK mpf@ | |||
2007-01-26 | respect umask; ok joris@ | Otto Moerbeek | |
2007-01-26 | Sync with ospfctl/bgpctl: detect missing arguments. OK michele@ | Claudio Jeker | |
2007-01-26 | sync | Peter Valchev | |
2007-01-26 | sync | Peter Valchev | |