summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-09-28sort options and sync usage();Jason McIntyre
some help from dlg@
2005-09-28fix buflist mode; pr 4524; from jasonTheo de Raadt
2005-09-28make -s print information about kmapent as well, reminded by deraadt@Pedro Martelletto
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
the uvm_km_page allocator and use it instead of calling panic() - add a counter to uvmexp so we can keep track of how many map entries we have in use idea from tedu@, long ago, okay deraadt@
2005-09-28pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.brTheo de Raadt
2005-09-27add a -z option that allows you to split records on the nul characterDavid Gwynne
('\0'). useful in combination with things like "find . -print0" and "xargs -0". for dewi, a chump. ok deraadt@
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-26terminate the buffer before calling regexec(3) when prompting forFederico G. Schwindt
confirmation. fixes a crash with malloc options; otto@ ok.
2005-09-26some more style nits and bits;Xavier Santolaria
2005-09-26style;Xavier Santolaria
2005-09-25cal now (well, has done for a while) accepts a single argumentJason McIntyre
of the abbreviated month name: update SYNOPSIS, usage(), and DESCRIPTION to reflect this; remove a sentence that was repeated in the text - replace it with something marginally more useful; be clear that both numerical and string arguments are now accepted; escape some hyphens whilst here;
2005-09-25Produce more clear error message parsing date strings. ok joris@Otto Moerbeek
2005-09-25Fix wrong normalization in compare. From andreas@Otto Moerbeek
2005-09-25use cvs_add_build_entry(); joris okXavier Santolaria
2005-09-24some people suggested to put this quote in here... ok joris@Reyk Floeter
2005-09-22-s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP & ↵Theo de Raadt
IPPROTO_UDP for pmap_set()
2005-09-22style;Xavier Santolaria
2005-09-21change label at markus@'s requestDamien Miller
2005-09-21aquire -> acquire, from stevesk@Damien Miller
2005-09-21add ability to disable EPSV/EPRT from command-line.Federico G. Schwindt
from Thorsten Glaser via Matt Van Mater < matt dot vanmater at gmail dot com > with some minor mods. deraadt@ jmc@ ok
2005-09-21clean this mess up; joris okXavier Santolaria
2005-09-21use correct return codes in cvs_add_directory(); joris okXavier Santolaria
2005-09-20missing 'ident' command in the programs table.Joris Vink
2005-09-20- create the correct RCS filename before calling rcs_open().Joris Vink
- don't bail out if we cannot open an RCS file, instead try to continue with the others (if there are any).
2005-09-20be a bit more compatible with gnu rcs in our output.Joris Vink
2005-09-20loop through argv[] correctly instead of reusing argv[0] all the time.Joris Vink
2005-09-20sort headersJoris Vink
2005-09-19spelling nit from stevesk@Damien Miller
2005-09-19Zap some compiler warnings about uninitialized variables.Niall O'Higgins
ok joris@
2005-09-19Add preprocessor directives needed for usr.bin/rcs programs to compile.Niall O'Higgins
ok joris@
2005-09-19update -D usage here too;Jason McIntyre
2005-09-19some more .Bk/.Ek to avoid ugly line split;Jason McIntyre
2005-09-19install the 2 man pages on all architecturesTheo de Raadt
2005-09-19typoDamien Miller
2005-09-19stop connection abort on rekey with delayed compression enabled whenDamien Miller
post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@
2005-09-19mention ability to specify bind_address for DynamicForward and -D options;Damien Miller
bz#1077 spotted by Haruyama Seigo
2005-09-18Do not check pointer for NULL, but check for return value of asprintf(),Otto Moerbeek
like the man page says.
2005-09-18- ensure rcs_rev_add() and rcs_kwexp_set() set the RCS_SYNCED flag to offNiall O'Higgins
properly. ok joris@
2005-09-18RCS keyword expansion support, only $Log$ is not supported right now.Joris Vink
2005-09-18fix memleakJoris Vink
2005-09-17fix stupidity in rcs_patch_lines() and return -1 on error so we actuallyJoris Vink
catch the error instead of completely crashing.
2005-09-15strip trailing slashes from any arguments passed to opencvs.Joris Vink
ok xsa@
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
CVS/Tag file. Sync the rest of the code accordingly; OK joris@.
2005-09-14knfJoris Vink
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-09-13fix conditions when the base directory should be passed to the commandJoris Vink
callback. fixes local commands with directories as arguments (like 'add'). problem found and OK xsa@
2005-09-13let's add directories too; testing+ok joris@.Xavier Santolaria
2005-09-13unbreak opencvs serverJoris Vink
ok xsa@
2005-09-12remove trailing spacesNikolay Sturm
fix some typos in german entries add missing entry for liberation of auschwitz in german calendar
2005-09-12- add -r to usage()Jason McIntyre
- the description of -p uses `maxprocs' as the arg identifier, as does usage(), so use it in SYNOPSIS too;