Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-28 | sort options and sync usage(); | Jason McIntyre | |
some help from dlg@ | |||
2005-09-28 | fix buflist mode; pr 4524; from jason | Theo de Raadt | |
2005-09-28 | make -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 using | Pedro 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-28 | pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.br | Theo de Raadt | |
2005-09-27 | add a -z option that allows you to split records on the nul character | David Gwynne | |
('\0'). useful in combination with things like "find . -print0" and "xargs -0". for dewi, a chump. ok deraadt@ | |||
2005-09-27 | add some file status checks in local setup; | Xavier Santolaria | |
2005-09-26 | terminate the buffer before calling regexec(3) when prompting for | Federico G. Schwindt | |
confirmation. fixes a crash with malloc options; otto@ ok. | |||
2005-09-26 | some more style nits and bits; | Xavier Santolaria | |
2005-09-26 | style; | Xavier Santolaria | |
2005-09-25 | cal now (well, has done for a while) accepts a single argument | Jason 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-25 | Produce more clear error message parsing date strings. ok joris@ | Otto Moerbeek | |
2005-09-25 | Fix wrong normalization in compare. From andreas@ | Otto Moerbeek | |
2005-09-25 | use cvs_add_build_entry(); joris ok | Xavier Santolaria | |
2005-09-24 | some 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-22 | style; | Xavier Santolaria | |
2005-09-21 | change label at markus@'s request | Damien Miller | |
2005-09-21 | aquire -> acquire, from stevesk@ | Damien Miller | |
2005-09-21 | add 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-21 | clean this mess up; joris ok | Xavier Santolaria | |
2005-09-21 | use correct return codes in cvs_add_directory(); joris ok | Xavier Santolaria | |
2005-09-20 | missing '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-20 | be a bit more compatible with gnu rcs in our output. | Joris Vink | |
2005-09-20 | loop through argv[] correctly instead of reusing argv[0] all the time. | Joris Vink | |
2005-09-20 | sort headers | Joris Vink | |
2005-09-19 | spelling nit from stevesk@ | Damien Miller | |
2005-09-19 | Zap some compiler warnings about uninitialized variables. | Niall O'Higgins | |
ok joris@ | |||
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins | |
ok joris@ | |||
2005-09-19 | update -D usage here too; | Jason McIntyre | |
2005-09-19 | some more .Bk/.Ek to avoid ugly line split; | Jason McIntyre | |
2005-09-19 | install the 2 man pages on all architectures | Theo de Raadt | |
2005-09-19 | typo | Damien Miller | |
2005-09-19 | stop connection abort on rekey with delayed compression enabled when | Damien Miller | |
post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@ | |||
2005-09-19 | mention ability to specify bind_address for DynamicForward and -D options; | Damien Miller | |
bz#1077 spotted by Haruyama Seigo | |||
2005-09-18 | Do 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 off | Niall O'Higgins | |
properly. ok joris@ | |||
2005-09-18 | RCS keyword expansion support, only $Log$ is not supported right now. | Joris Vink | |
2005-09-18 | fix memleak | Joris Vink | |
2005-09-17 | fix stupidity in rcs_patch_lines() and return -1 on error so we actually | Joris Vink | |
catch the error instead of completely crashing. | |||
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink | |
ok xsa@ | |||
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria | |
CVS/Tag file. Sync the rest of the code accordingly; OK joris@. | |||
2005-09-14 | knf | Joris Vink | |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller | |
2005-09-13 | fix conditions when the base directory should be passed to the command | Joris Vink | |
callback. fixes local commands with directories as arguments (like 'add'). problem found and OK xsa@ | |||
2005-09-13 | let's add directories too; testing+ok joris@. | Xavier Santolaria | |
2005-09-13 | unbreak opencvs server | Joris Vink | |
ok xsa@ | |||
2005-09-12 | remove trailing spaces | Nikolay 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; |