summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-09Get date support into annotate, too.Tobias Stoeckmann
OK joris@
2008-02-09make sure we do not call rcsnum_addmagic() directly onJoris Vink
a revision number in our symbol list if we want to correctly reuse that symbol later on in rcs_translate_tag();
2008-02-09- always remove the additional .0 from magic branches, even whenJoris Vink
running the log command. - change getlog.c so it will add any .0 for magic branches in its output if required less confusing for rcs_translate_tag();
2008-02-09fix error msg;Joris Vink
2008-02-09missing breakJoris Vink
spotted by tobias@
2008-02-09simplify some stuff;Joris Vink
2008-02-09fix a memleak in the snmp engine and the ber i/o; free the dynamicallyReyk Floeter
allocated ber write buffer after using it. extend the ber api with a ber_free() function to do the required cleanup. Thanks to Will Backman (bitgeist at yahoo dot com) for testing and for figuring out that there was a memleak.
2008-02-09remote improvements:Joris Vink
- make sure the client creates the correct CVS/Repository when running checkout if there was no -d targetdir specified. - allow -D to work remotely for both checkout and update.
2008-02-09If run as server, (r)diff should properly write (r)diff into headerTobias Stoeckmann
instead of "server". OK joris@
2008-02-09Get in proper support for checkout/update -A when it comes to keywordTobias Stoeckmann
expansion options. OK joris@
2008-02-09Document the correct permissions for the ~/.ssh/ directory.Ryan Thomas McBride
ok jmc
2008-02-09Add .ssh and authorized keys to /etc/skel, makes setting up newRyan Thomas McBride
pubkey authentication users with the correct file permissions a bit easier. ok djm krw henning miod and many others
2008-02-09spacing policeJoris Vink
2008-02-09lets do -D for update as wellJoris Vink
2008-02-09Get in initial support for checkout -D. Works fine with -r support rightTobias Stoeckmann
now. OK joris@
2008-02-09Remove an old workaround that was needed in SCCS times (%M% expanding to theMarc Balmer
filename). ok mikeb, millert
2008-02-09missing `)';Jason McIntyre
2008-02-08add sshd_config ChrootDirectory option to chroot(2) users to a directory andDamien Miller
tweak internal sftp server to work with it (no special files in chroot required). ok markus@
2008-02-08when checking if a file is really dead do not use cvs_specified_tag only,Joris Vink
instead use the local variable 'tag' which is filled in by our code to match the correct tag (specified on the command line, or in Entries); this way, files do not dissapear when they're suppose to be there if you are using -rSOMETHING
2008-02-08do not override a specified (-r) tag with the tag in the Entries fileJoris Vink
2008-02-08do not override the specified tag (-r on the command line) with a directoryJoris Vink
tag (if present) since this breaks certain things;
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
ok kettenis@
2008-02-08don't unconditionally return here, still need to set recording parametersJacob Meuser
when configuring for full-duplex. fixes problem noticed by todd@ ok todd@
2008-02-08regenMark Kettenis
2008-02-08Intel ICH-2 doesn't have an AGP bridge; rename to Hub-to-PCI.Mark Kettenis
2008-02-08use correct variable for COUNTER64Reyk Floeter
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
ok kettenis@
2008-02-08Febuary -> FebruaryJason McIntyre
2008-02-08fix Mdocdate.Jason McIntyre
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically.
2008-02-08adjust this page a little more, now that -an is the default;Jason McIntyre
2008-02-08ifp->if_start -> et_startBrad Smith
No functional change. ok dlg@
2008-02-07unbreak build: aml_showvalue() is only available on !SMALL_KERNELPeter Valchev
2008-02-07syncPeter Valchev
2008-02-07syncPeter Valchev
2008-02-07unbreak SMALL_KERNEL kernels, with miodHenning Brauer
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
the other options too badly; ok millert@
2008-02-07Don't use .cvsrc of user running regress tests.Tobias Stoeckmann
OK xsa@
2008-02-07Add the SIOCSIFMTU ioctl to allow ioctl changes;Thordur I. Bjornsson
ok brad@ (w/ comments), reyk@
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
man page bit from jmc@ ok millert@, oga@, laurent@
2008-02-07Add add -o flag to pkill/pgrep like on Solaris and Linux.Todd C. Miller
OK jmc@ henning@ oga@ mikeb@
2008-02-07Add optional metadata memebers.Marco Peereboom
Randomize Crypto password and add salt array. Add mock key encryption functions.
2008-02-07enable DMA for 1-sector devices (i.e. most flash devices).Stuart Henderson
from NetBSD ok krw thib henning, tested by many
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
restricted connection will reject any commands except snmp traps.
2008-02-07spacingReyk Floeter
2008-02-07add IPv6 root serversJakob Schlyter
2008-02-07exit() needs stdlib.hXavier Santolaria
2008-02-07Check reads and lseek correctly for unsigned return; ok krw@Ian Darwin
2008-02-06lets do co -c as well (list available modules) and do it in 1/6th of theJoris Vink
lines GNU cvs does it in, without actually fucking up on bad lines, like gnucvs. ok tobias@
2008-02-06Replace magic values with appropriate symbolic constants.Mark Kettenis
2008-02-06Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp().Bernd Ahlers
ok espie@