summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-08remove some defines for timeouts that are no longer used thanks to net80211dlg1-11/+3
from daan vreeken
2004-12-08spl1() -> splsoft(), and minor sync with other m68k trap.c; barely anymiod1-6/+11
functional change.
2004-12-08Silence spurious interrupts unless option DEBUGmiod1-1/+9
2004-12-08Register serial interrupts on the right sources on AV machines, was brokenmiod1-3/+3
after the interrupt code change; from NetBSD.
2004-12-08minor simplification in if () statement from Joris Vinkjfb1-3/+2
2004-12-08Crank maxusers to 32.miod1-2/+2
2004-12-08simplify the handler for Created, Updated, Update-existing and Mergedjfb1-16/+22
and close the Entries file handle when we are done modifying it. this fixes a leak and syncs the contents on disk so the revisions and dates get updated properly
2004-12-08check the return value of a strdup() call and return an error onjfb1-1/+7
failure from Joris Vink
2004-12-08avoid complaining twice when we fail to load a file, and fix a gccjfb1-7/+6
warning
2004-12-08.Xr cvs 1xsa1-1/+2
2004-12-08support for the `Copy-file' responsejfb2-3/+31
2004-12-08syncmartin2-2/+7
2004-12-08rearrange the output loop for file lists in the log message so we don'tjfb1-2/+3
have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink
2004-12-08add YFLAGS; ok jfb@.xsa1-1/+2
2004-12-08add Mitsubishi Electronics Powerstorm 4D30T graphicsmartin1-1/+2
ok deraadt@
2004-12-08and the example needs 'proto tcp' if it specifies a port, also from mpech@dhartmei1-2/+2
2004-12-08overload (not overflow) <table>, at least that's what the parser knows.dhartmei1-4/+4
found by mpech@
2004-12-08add more CFLAGS; ok jfb@.xsa2-2/+6
2004-12-08use two tiny macros for copying fields out to simplify reading; henning@ okmickey1-71/+40
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayjfb3-34/+52
information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections
2004-12-08* knfpat1-7/+11
* M_WAITOK -> M_NOWAIT * FREE() only when necessary * join_multicast6 for ip6 addresses mcbride ok
2004-12-08fix perlbug 32446: socket on fd 1 gets duped to fd 0 on close(STDIN)+close(STDOUT);markus1-0/+7
from Steffen Ullrich at genua.de; ok millert@
2004-12-08allow ToS to be set on raw ip socketshenning1-2/+2
From: "Esben Norby (ST/LMD)" <esben.norby@ericsson.com> ok hshoexer markus millert
2004-12-08Move a FREE_LOCK until after a potential continue so we don't trymillert1-2/+2
to free the lock twice. Doesn't actually make any difference for us (no .o file diff) since the code block that contains the continue is currently commented out but it makes sense to fix this now so if/when that code is enabled we don't get bitten. From FreeBSD, ok pedro@.
2004-12-081. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages.markus2-4/+15
2. reset dpd_failcount when switching to DPD_TIMER_NORMAL. 3. ignore DPD timeouts on SAs that are marked SA_FLAG_REPLACED. ok hshoexer, ho
2004-12-08add a small protection to avoid reconnecting to a server to which wejfb2-2/+18
are already connected. instead, cvs will print a notice.
2004-12-08NAT/T: replace the isakmpd SA transport with the transport from themarkus1-1/+16
message (only during phase 1). this avoids DPD messages to the 'wrong' port. ok hshoexer
2004-12-08uniquely name members of s_fixedpt and l_fixedpt; henning@ okmickey5-72/+72
2004-12-08powerhook: em_init on resumemarkus2-3/+20
2004-12-08powerhook: call wi_init on resumemarkus1-2/+24
2004-12-08add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@markus1-11/+79
2004-12-08sync; ok jfb@ian1-9/+6
2004-12-08commented out {e,o}hci@cardbusmickey2-4/+8
2004-12-08document pcscp(4) here too, reminded by miodmartin1-1/+5
2004-12-08add pcscp(4) at pcimartin2-2/+6
ok miod@
2004-12-08Remove code duplication duplication. Use carpdetach() in carp_clone_destroy().mcbride1-19/+3
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsdlg6-12/+24
disabled for now. from deraadt@
2004-12-08Merge in more fixes from a pre-carpdev diff from Chris Pascoe.mcbride1-7/+5
2004-12-08use ETHER_MAX_LENjsg1-3/+3
ok brad@
2004-12-08Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe.mcbride1-1/+8
ok markus@
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.miod8-87/+139
This will be necessary shortly.
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notmcbride4-10/+15
dealing with a carp interface.
2004-12-08Only map the DAFB video registers in attach, so that other code can mapmiod1-5/+5
the non-video parts. Will be necessary shortly.
2004-12-08Have kthread_create_deferred() act immediately once kthread_run_deferred_queue()miod1-2/+12
has been invoked; forgotten part of the ``create init earlier'' changes. From NetBSD as well. ok deraadt@ dlg@
2004-12-08avoid resending a directory if it was the last directory sent to thejfb1-3/+13
server
2004-12-08use ETHER_MAX_LENbrad2-4/+4
2004-12-08Falcom Twist-USB GSM/GPRS modem.jsg2-2/+18
From David Coppa <caff at openbeer dot it> with tweaks from me.
2004-12-08regenjsg2-4/+20
2004-12-08Falcom Twist-USB GSM/GPRS modem.jsg1-1/+5
From David Coppa <caff at openbeer dot it> with tweaks from me.
2004-12-08Enable jumbo frames on Yukon varients of sk(4).krw1-2/+3
ok mcbride@.