Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2008-02-06 | Improve add command: | Tobias Stoeckmann | |
* fix server-side add * support add in branches * do not add files in N-tagged directories OK joris@ | |||
2008-02-06 | Sticky tags must have a 'T' in front of them in CVS/Entries. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-06 | Fix possible memory leaks when sending phase 1 IDs. | Moritz Jodeit | |
From Igor Zinovik <zinovik@cs.karelia.ru> ok hshoexer@ | |||
2008-02-06 | Use isblank() instead of partial check for ' ' and/or '\t'. Complies to | Tobias Stoeckmann | |
GNU cvs. OK joris. | |||
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher | |
Instead of using the same IP on multiple interfaces, carp has to be configured with the new "carpnodes" and "balancing" options. # ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50 Please note, that this is a flag day for anyone using carp balancing. You'll need to adjust your configuration accordingly. Addititionally this diff adds IPv6 NDP balancing support. Tested and OK mcbride@, reyk@. Manpage help by jmc@. | |||
2008-02-05 | ACPI 3.0 seems to work just fine so lets enable it. | Marco Peereboom | |
Idea from fulvio ciriaco <oivulf@gmail.com> | |||
2008-02-05 | When server sends CheckedIn use the supplied option and tag -- not the | Tobias Stoeckmann | |
one already in our CVS/Entries. OK xsa@ | |||
2008-02-05 | Added change for debugging setbufint | Jordan Hargrave | |
ok marco@ | |||
2008-02-05 | de-inline pciide, shaving a goodly amount off the kernel | Bret Lambert | |
ok jsg@ "please kill it" marco@ "no objections" krw@ | |||
2008-02-05 | Tag expansion can be pure evil... | Tobias Stoeckmann | |
2008-02-05 | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. | Owain Ainsworth | |
This is unportable to some architectures, fix it. While i'm here, kill he defines for netbsd aprint_ and just use the DRM_* macros. ok miod@ | |||
2008-02-05 | Added keyword expansion tests and extended update -A test for this. | Tobias Stoeckmann | |
2008-02-05 | Extended regress test further to check new "checkout -d" functionality and | Tobias Stoeckmann | |
diff. Also zapped unused DIFF. | |||
2008-02-05 | Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets. | Brad Smith | |
ok jsg@ dlg@ | |||
2008-02-05 | Shave off a few more bytes by moving IO collision detection into a generic | Marco Peereboom | |
fucntion. Fix bug in the crypto code that could casuse data corruption as a bonus, bad cut & past tedu! | |||
2008-02-05 | Add strip size to debug print. | Marco Peereboom | |
2008-02-05 | Create a generic function to validate IO instead of copying and pasting | Marco Peereboom | |
same code in all disciplines. This shaves of a few bytes. crypto 3185 -> 2690 raid 0 2843 -> 2378 raid 1 3474 -> 2689 | |||
2008-02-05 | Change the method of identifying server connections to hide from | Stuart Henderson | |
netstat without -a: use the connection state to identify TCP servers, check the foreign address (not local address) to identify servers on UDP and raw sockets. From Philip Guenther, style changes suggested by Claudio. ok claudio |