Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-09 | Get date support into annotate, too. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-09 | make sure we do not call rcsnum_addmagic() directly on | Joris 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 when | Joris 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-09 | fix error msg; | Joris Vink | |
2008-02-09 | missing break | Joris Vink | |
spotted by tobias@ | |||
2008-02-09 | simplify some stuff; | Joris Vink | |
2008-02-09 | fix a memleak in the snmp engine and the ber i/o; free the dynamically | Reyk 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-09 | remote 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-09 | If run as server, (r)diff should properly write (r)diff into header | Tobias Stoeckmann | |
instead of "server". OK joris@ | |||
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann | |
expansion options. OK joris@ | |||
2008-02-09 | Document the correct permissions for the ~/.ssh/ directory. | Ryan Thomas McBride | |
ok jmc | |||
2008-02-09 | Add .ssh and authorized keys to /etc/skel, makes setting up new | Ryan Thomas McBride | |
pubkey authentication users with the correct file permissions a bit easier. ok djm krw henning miod and many others | |||
2008-02-09 | spacing police | Joris Vink | |
2008-02-09 | lets do -D for update as well | Joris Vink | |
2008-02-09 | Get in initial support for checkout -D. Works fine with -r support right | Tobias Stoeckmann | |
now. OK joris@ | |||
2008-02-09 | Remove an old workaround that was needed in SCCS times (%M% expanding to the | Marc Balmer | |
filename). ok mikeb, millert | |||
2008-02-09 | missing `)'; | Jason McIntyre | |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller | |
tweak internal sftp server to work with it (no special files in chroot required). ok markus@ | |||
2008-02-08 | when 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-08 | do not override a specified (-r) tag with the tag in the Entries file | Joris Vink | |
2008-02-08 | do not override the specified tag (-r on the command line) with a directory | Joris Vink | |
tag (if present) since this breaks certain things; | |||
2008-02-08 | Return ENOTTY not EINVAL for unsupported ioctl's; | Thordur I. Bjornsson | |
ok kettenis@ | |||
2008-02-08 | don't unconditionally return here, still need to set recording parameters | Jacob Meuser | |
when configuring for full-duplex. fixes problem noticed by todd@ ok todd@ | |||
2008-02-08 | regen | Mark Kettenis | |
2008-02-08 | Intel ICH-2 doesn't have an AGP bridge; rename to Hub-to-PCI. | Mark Kettenis | |
2008-02-08 | use correct variable for COUNTER64 | Reyk Floeter | |
2008-02-08 | Return ENOTTY not EINVAL for unsupported ioctl's; | Thordur I. Bjornsson | |
ok kettenis@ | |||
2008-02-08 | Febuary -> February | Jason McIntyre | |
2008-02-08 | fix 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-08 | adjust this page a little more, now that -an is the default; | Jason McIntyre | |
2008-02-08 | ifp->if_start -> et_start | Brad Smith | |
No functional change. ok dlg@ | |||
2008-02-07 | unbreak build: aml_showvalue() is only available on !SMALL_KERNEL | Peter Valchev | |
2008-02-07 | sync | Peter Valchev | |
2008-02-07 | sync | Peter Valchev | |
2008-02-07 | unbreak SMALL_KERNEL kernels, with miod | Henning Brauer | |
2008-02-07 | Oops. Better diff to enable -an by default without breaking | Thordur I. Bjornsson | |
the other options too badly; ok millert@ | |||
2008-02-07 | Don't use .cvsrc of user running regress tests. | Tobias Stoeckmann | |
OK xsa@ | |||
2008-02-07 | Add the SIOCSIFMTU ioctl to allow ioctl changes; | Thordur I. Bjornsson | |
ok brad@ (w/ comments), reyk@ | |||
2008-02-07 | make arp(8) default to -na when called with no arguments; | Thordur I. Bjornsson | |
man page bit from jmc@ ok millert@, oga@, laurent@ | |||
2008-02-07 | Add add -o flag to pkill/pgrep like on Solaris and Linux. | Todd C. Miller | |
OK jmc@ henning@ oga@ mikeb@ | |||
2008-02-07 | Add optional metadata memebers. | Marco Peereboom | |
Randomize Crypto password and add salt array. Add mock key encryption functions. | |||
2008-02-07 | enable DMA for 1-sector devices (i.e. most flash devices). | Stuart Henderson | |
from NetBSD ok krw thib henning, tested by many | |||
2008-02-07 | add a imsg which allows to "lock" the control connection, the | Reyk Floeter | |
restricted connection will reject any commands except snmp traps. | |||
2008-02-07 | spacing | Reyk Floeter | |
2008-02-07 | add IPv6 root servers | Jakob Schlyter | |
2008-02-07 | exit() needs stdlib.h | Xavier Santolaria | |
2008-02-07 | Check reads and lseek correctly for unsigned return; ok krw@ | Ian Darwin | |
2008-02-06 | lets do co -c as well (list available modules) and do it in 1/6th of the | Joris Vink | |
lines GNU cvs does it in, without actually fucking up on bad lines, like gnucvs. ok tobias@ | |||
2008-02-06 | Replace magic values with appropriate symbolic constants. | Mark Kettenis | |
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers | |
ok espie@ |