summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayjfb1-8/+8
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@.
2004-12-08Add "'overload' requires 'max-src-conn' or 'max-src-conn-rate'" sanity check,mcbride1-3/+9
fix some cut-n-paste mayhem in other related checks.
2004-12-08note that the `version' command will also query the remote server'sjfb1-3/+7
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@
2004-12-08add missing commands;jmc1-1/+108
add command aliases; ok jfb@
2004-12-07an other -> another;jmc2-4/+4
2004-12-07space between macro arg and punctuation;jmc1-2/+2
2004-12-07.Sy -> .Ic;jmc1-15/+15
2004-12-07kill unneeded macros;jmc1-4/+1
2004-12-07fill in values for EDITOR and VISUAL;jmc1-1/+9
2004-12-07all the new shiny open* shitzmickey1-1/+4
2004-12-07remove unsupported paths;jmc1-7/+4
from okan demirmen;
2004-12-07sync usage() w/ man page;jmc1-7/+7
2004-12-07sync w/ obsd behaviour + tweaks;jmc1-82/+93
2004-12-07Tests for max-src-conn, max-src-conn-rate, and overload <foo> flush global.mcbride5-3/+119
2004-12-07Initail documentation of 'carpdev'.mcbride1-1/+8
2004-12-07Document 'carpdev'mcbride1-3/+13
2004-12-07Add the 'carpdev' option, to set the carp devices physical interface.mcbride1-5/+44
If not specified, the kernel will attempt to select the correct interface by the subnet (this is the current behaviour). ok deraadt@ henning@
2004-12-07Convert carp(4) to behave more like a regular interface, much in the samemcbride9-366/+662
style as vlan(4). carp interfaces no longer require the physical interface to be on the same subnet as the carp interface, or even that the physical interface has an adress at all, so CARP can now be used on /30 networks. ok deraadt@ henning@
2004-12-07KNFmcbride1-26/+34
2004-12-07we did farts. now we do sperm. we are cutting edge.henning1-2/+3