Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau | |
take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | |||
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback | |
SCSI_POLL'ing) is complete. Similar to what is done on mpt, ahc, ahd, etc. This fixes problems during probe on hppa. Problems found & ok mickey@. | |||
2004-07-30 | Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of | Kenneth R Westerback | |
which will be disabled for /bin/sh invocations soon. Requested by millert@. ok pval@. | |||
2004-07-29 | Document the CARP header layout. | Ryan Thomas McBride | |
2004-07-29 | Less noise while debugging. | Hakan Olsson | |
2004-07-29 | New protocol API commented out, not ready yet | Jean-Francois Brousseau | |
2004-07-29 | Define a flag to tell if a request expects a response. This will later | Jean-Francois Brousseau | |
allow us to do implicit response handling and remove the third argument to cvs_client_sendreq() | |||
2004-07-29 | No more cvs_root | Jean-Francois Brousseau | |
2004-07-29 | Don't export `cvs_root' | Jean-Francois Brousseau | |
2004-07-29 | Make cvs_client_sendinfo() aware of its root context and remove the | Jean-Francois Brousseau | |
exporting of cvs_root | |||
2004-07-29 | No need to import the `cvs_root' symbol anymore, it is done in cvs.h | Jean-Francois Brousseau | |
2004-07-29 | Use the `CVS' define to simplify exporting symbols | Jean-Francois Brousseau | |
2004-07-29 | Remove debugging statements | Jean-Francois Brousseau | |
2004-07-29 | undefine DEBUG | Jean-Francois Brousseau | |
2004-07-29 | Do not error out when calling rcsnum_aton() on the string "0", which is | Jean-Francois Brousseau | |
a valid RCSNUM | |||
2004-07-29 | update meat | Jean-Francois Brousseau | |
2004-07-29 | Loop on the call to getdirentries() until there are no more entries. | Jean-Francois Brousseau | |
Before this, only the first entries of the directory that fit in the buffer were loaded | |||
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker | |
prefixes. | |||
2004-07-29 | * move to tail queues for file list management | Jean-Francois Brousseau | |
* when generating the list of files for a directory, put all the subdirectories at the end, sorted | |||
2004-07-29 | typo | Jean-Francois Brousseau | |
2004-07-29 | Use tail queues instead of lists to manage file entries | Jean-Francois Brousseau | |
2004-07-29 | * when comparing timestamps, use the last modification time instead | Jean-Francois Brousseau | |
of the last access time. No wonder all the files appeared as modified * always show directories as up to date * skeleton for cvs_file_getspec() | |||
2004-07-29 | Define 'CVS' or 'CVSD' depending on which program we are compiling and | Jean-Francois Brousseau | |
add a bunch of warnings for cvs | |||
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer | |
2004-07-29 | add a margin when formatting w/ -Tascii; plus a few very minor changes; | Jason McIntyre | |
2004-07-29 | keep an ID per server we talk to | Henning Brauer | |
2004-07-29 | note that some directories in /usr/share/doc are empty, and why; | Jason McIntyre | |
2004-07-29 | some updates and corrections; | Jason McIntyre | |
also, add margin when formatting w/ -Tascii; | |||
2004-07-29 | Report DPD notifications. Cleanup. markus@ ok. | Hakan Olsson | |
2004-07-29 | Update sets sizes, due to profiling libraries. | Miod Vallat | |
2004-07-29 | Better diagnostic message on MVME188 interrupt handler, when we are unable to | Miod Vallat | |
fetch the VMEbus interrupt vector in time. | |||
2004-07-29 | proper condition for freeing a page and fix a comment appropriately; art@ ↵ | Michael Shalayeff | |
tedu@ ok | |||
2004-07-29 | Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place. | Hakan Olsson | |
Noted by Yvan VANHULLEBUS. | |||
2004-07-29 | put the scheduler in its own file. reduces clutter, and logically separates | Ted Unangst | |
"put this process to sleep" and "find a process to run" operations. no functional change. ok art@ | |||
2004-07-29 | Don't set the output filename when in -t mode. Avoids an error when | Todd C. Miller | |
the input filename lacks a .gz. OK mickey@ | |||
2004-07-29 | we no longer need to query ip6.int for reverse lookup. pvalchev ok | Jun-ichiro itojun Hagino | |
2004-07-28 | note that uucp is not part of base install, but can be installed w/ | Jason McIntyre | |
ports(7) or packages(7). copied verbatim from uucpd(8). also, remove commented out Xrs to uucp(1), and put a comma in a sentence that needs it. | |||
2004-07-28 | hostname.tun can be used to set link0, so add standard hostname.if(5)/ | Jason McIntyre | |
netstart(8) blurb; spotted by Alexey E. Suslikov; also, add hostname.if(5) and netstart(8) to SEE ALSO; | |||
2004-07-28 | Add itimer. | Artur Grabowski | |
2004-07-28 | Very crude tests that check that itimers are at least pretending to work. | Artur Grabowski | |
2004-07-28 | .Xr growfs 8 | Jason McIntyre | |
2004-07-28 | sort options, and fix a spurious list width; | Jason McIntyre | |
2004-07-28 | - sort options | Jason McIntyre | |
- sync usage() - use -keeps for SYNOPSIS | |||
2004-07-28 | Use SHA1Pad() instead of relying on unspecified behavior. | Todd C. Miller | |
2004-07-28 | Remove statement with no effect. | Todd C. Miller | |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more | |||
2004-07-28 | Prefer the path with the lowest multi-exit discriminator (MED) not the biggest. | Claudio Jeker | |
2004-07-28 | allow "set metric" as synonym for "set med", from discussion with & ok claudio | Henning Brauer | |
2004-07-28 | prevent unresolvable hostnames in "listen on" statements | Henning Brauer | |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer | |
to resolve the hostname every 60 seconds fixes ntpd invocations before e. g. a dialup link is established and such. as we want ntpd to be a "fire and forget" background daemon it should cope with such situations. tested by many |