summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-19As a late birthday present, a preliminary port to the Solbourne IDT systemsMiod Vallat
2005-04-19add error messages for the new RCS error codesJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
2005-04-19big spring cleanup and make tag work again when dealing with multipleJean-Francois Brousseau
2005-04-19fix commentMichael Shalayeff
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
2005-04-19correctly handle the "Removed" response, so that the correctJoris Vink
2005-04-19document the syntax of the route(8) command to open a PVC.Damien Bergamini
2005-04-19handle snprintf() returning -1. ok henning@Moritz Jodeit
2005-04-19missing endpwent(), change more carefully to _isakmpd privsep userHans-Joerg Hoexer
2005-04-19syncTheo de Raadt
2005-04-19- remove unused headerXavier Santolaria
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Do not bother looking for symbols if either esym is zero or the computedMiod Vallat
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-19No more a.out symbols support in ddb.Miod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-19move the "reply from ... " log msg in -d mdoe uop a bit so it actuallyHenning Brauer
2005-04-19document REPORT_PROBLEM_LOGFILE, nitpick jmc@Marc Espie
2005-04-19fix for isochronous pipes:Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19do not attempt to list which archs are relevant to which machdepJason McIntyre
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-04-19- some sysctls may not be lowered eitherJason McIntyre
2005-04-19Use snprintf, not sprintf for floating point conversion. While the actualTodd C. Miller
2005-04-19Goodbye goodbye, parting is such sweet sorrow. Away and to the attic with you.Bob Beck
2005-04-19handle removed files as well when checking files to commitJean-Francois Brousseau
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2005-04-19send the correct argument, -A not -aJoris Vink
2005-04-19There is no reliable way to detect a working network interface. SoKenneth R Westerback
2005-04-19support -P -A -d flagsJoris Vink
2005-04-19remove debug codeJoris Vink
2005-04-19make sure we pick up newly added files.Joris Vink
2005-04-19update cf_type to the correct type if we cannot stat(2) theJoris Vink
2005-04-18restore tab before [X] list; krw okTheo de Raadt
2005-04-18don't send an Entry reply to the server for unknown files,Joris Vink
2005-04-18only copy ce_tag is it is not NULL, fixes a segfault onJoris Vink
2005-04-18missing prototype for get_date();Joris Vink
2005-04-18dummy handlers for the Entry, Modified, Is-Modified, Updated andJean-Francois Brousseau
2005-04-18free cf_tag for regular files in cvs_file_free();Joris Vink
2005-04-18use a standard EXAMPLES format;Jason McIntyre
2005-04-18add an example using both -c login_class and -c shell_arg;Jason McIntyre
2005-04-18more debugging leftoversJoris Vink
2005-04-18remove debugging leftoversJean-Francois Brousseau
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-18extra paranoia, from a discussion with joergHenning Brauer
2005-04-18remove libcurses++Robert Nagy