summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-07-26- document -v (verbose); from NetBSD (-r 1.16)Jason McIntyre
2004-07-25* add an entry for the `Mod-time' responseJean-Francois Brousseau
2004-07-25cvs_file is defined somewhere elseJean-Francois Brousseau
2004-07-25* when calling cvsd_sock_open(), close the socket if it is alreadyJean-Francois Brousseau
2004-07-25* rework on the child API, still needs more functionalityJean-Francois Brousseau
2004-07-25Man page overhaul: cvsacl.5 goes away, ACLs will now be part of theJean-Francois Brousseau
2004-07-25Add some code from tcpdump for file descriptor passingJean-Francois Brousseau
2004-07-25* cleanup the file API with regards to flag handling andJean-Francois Brousseau
2004-07-24Print a newline before the message in kbintr. Otherwise the messageTodd C. Miller
2004-07-23fix use after free due to freeing incorrect item.Marco S Hyman
2004-07-23Revamp the file interface to make life easierJean-Francois Brousseau
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2004-07-21Use fseeko, not fseek when offset is an off_t; Fabio Olive LeiteTodd C. Miller
2004-07-21typo in comment; Fabio Olive LeiteTodd C. Miller
2004-07-21bz#902: cache remote port so we don't fatal() in auth_log when remoteDamien Miller
2004-07-21fix function declarationDamien Miller
2004-07-21bz#899: Don't display invalid usernames in setproctitleDamien Miller
2004-07-21s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ...Markus Friedl
2004-07-20Add ELFDEBUG to mirror the a.out debug that already exists.Marco S Hyman
2004-07-20Fix formats in debug printfs to work correctly on 64-bit archs.Artur Grabowski
2004-07-20make lowpc and highpc into long, fixing gprof on 64-bit archs with textArtur Grabowski
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-19Remove obsolete note about V7 Bourne Shell; espie@ OKTodd C. Miller
2004-07-19correct error checking for strtonum, from mjc@bitz.caVincent Labrecque
2004-07-19Start working at providing a tutorial for our make, not PMake, whichMarc Espie
2004-07-19use strtonum with proper bounds instead of abusing strtoul; ok millertPeter Valchev
2004-07-19mention weak symbolsMichael Coulter
2004-07-19fix signal race in job.c: the signal handler only sets a flag, andMarc Espie
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-07-16Avoid generating an unused variable. From NetBSD. ok deraadt@Matthieu Herrb
2004-07-16* add prototypes for cvs_getargv() and cvs_freeargv()Jean-Francois Brousseau
2004-07-16Fix cvsd_privdrop() so we don't just drop effective IDs but all of them,Jean-Francois Brousseau
2004-07-15Minor simplification. Pass values in to login_getcapstr for "default" andTodd C. Miller
2004-07-15Don't print a warning if kill(2) returns ESRCH since the process may haveTodd C. Miller
2004-07-15add -D for sodebug; ok deraadt, jmcMarkus Friedl
2004-07-15Skip SYSTEM and ourown proccess on every loop.Mike Pechkin
2004-07-15* remove the RCS escaping line, it is now fixedJean-Francois Brousseau
2004-07-14* when writing to an RCS file, escape the funny charactersJean-Francois Brousseau
2004-07-14fix rcs_findrev()'s searching algorithmVincent Labrecque
2004-07-14add a usage string for cvs diff optionsJean-Francois Brousseau
2004-07-14split rcs_patch in rcs_patch/rcs_patchlinesVincent Labrecque
2004-07-14prototype for cvs_ent_addln()Jean-Francois Brousseau
2004-07-14Unbreak the Entries loading code and move to a tail queue so we can removeJean-Francois Brousseau
2004-07-14buffers should be freed using cvs_buf_free(), not free()Vincent Labrecque
2004-07-14make adding entries to the Entries file workJean-Francois Brousseau
2004-07-14allocate datenum dynamically (XXX - dont do it for each date)Vincent Labrecque
2004-07-14fix memleak on rcsnum reuseVincent Labrecque
2004-07-14prepare the entries interface so we can add entriesJean-Francois Brousseau
2004-07-14get rid of the newline when copying the root stringJean-Francois Brousseau