summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-29+.Xr ndp 8jmc1-3/+4
from Bob Van Zant, freebsd docs/134053
2009-04-29clarify fstype `raid' and some other small bits whilst here;jmc1-31/+26
prodded by a "conversation" on misc from Sebastian Rother ok marco
2009-04-29Use NO_CCB when we run out of work units. This way we don't have to caremarco1-2/+2
about having enough WU + CCB during rebuilds. This also brings softraid closer to behaving like the other SCSI devices.
2009-04-29MFI_D_IOCTL should be commented out. No binary change.marco1-2/+2
2009-04-28smtp auth happened to work by luck because delivery to mbox action was thegilles3-19/+21
first action of an enum and we allocated a struct using calloc, but we did not properly initialize the action for authenticated users. while at it, change the name of path action flags so that we know at first sight that they are path related. this diff fixes the immediate issue but still needs work. ok jacekm@, "we'll work out a long term solution"
2009-04-28fix a bug where client with unresolvable revdns is never greeted; ok gilles@jacekm2-29/+32
2009-04-28ral was already disabled on ramdiskC, so we don't need the firmware.sthen1-4/+5
ok deraadt
2009-04-28don't use strlcpy before calling a function that uses strlcpyjacekm1-18/+3
internally anyway; ok gilles@
2009-04-28in mta, change the batch status to S_BATCH_TEMPFAILURE by default so thatgilles1-30/+25
we need to explicitely set success and permanent failures, this way if we hit any condition that we don't explicitely flag as permanent failure the delivery will be rescheduled later. while at it, made various checks more strict to prevent hiding bugs and a bit of knr cleanups discussed with and "reads good" jacekm@
2009-04-28make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@jacekm2-34/+18
2009-04-28We have no choice but to ask for the timezone information later, soderaadt1-5/+4
all the other questions have been congregating down towards the end. Might as well ask for the root password down there, too.
2009-04-28When asking for network configs, prompt with the first interface name thederaadt1-4/+11
first time. After one network has been configured, change the default prompt to done. Most people when installing only want to setup one interface, and this lets them hit <return> instead of done<return>
2009-04-28let mta, mda, and mfa become idle - no functional change; ok gilles@jacekm3-60/+3
2009-04-28extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131deraadt1-3/+3
2009-04-28adjust comment to match code; vlan tag range is 1-4095 not 0-4095sthen1-2/+2
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgeskettenis2-180/+56
by using the pci resource accounting extents.
2009-04-28put vlan support onto these mediaderaadt6-6/+12
2009-04-28If the RAMDISK kernel in use supports vlans, ask the right questionderaadt1-5/+55
and configure it properly. tested by jsg, some help from sthen
2009-04-28Revert pageqlock back from a mutex to a simple_lock, as it needs to bemiod3-7/+7
recursive in some cases (mostly involving swapping). A proper fix is in the works, but this will unbreak kernels for now.
2009-04-28The TX engine can get stuck if the interface went through a linkmpf2-16/+37
state change. Workaround by resetting the chip if necessary. Also do not try to send packets if our link is down, as this triggers watchdog timeouts. While there correct the VR_RXSTAT_RX_OK define (not used yet). Changes inspired from FreeBSDs overhauled vr(4). Testing, input and OK sthen@
2009-04-28Sync with kernel changes.michele3-7/+14
Add support to route(8) for a new dummy operation to allow packets coming in with a particular label to leave the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@
2009-04-28Introduce a new dummy operation to easily handle packets that have to leavemichele2-5/+22
the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@
2009-04-28tweak previous;jmc1-7/+7
2009-04-28support some additional diff options: -a, -b, -d, -wsthen4-17/+62
ok joris@
2009-04-28Add the possibility to go back from merging mode to the previous menu.ajacoutot1-16/+26
Move unset NO_INSTALLED where it belongs, at the start of the function. Several minor cleanups. from Alexander Hall ok sthen@
2009-04-28replacing malloc/realloc dance, by only one reallocchl1-10/+6
While there, also move a variable declaration, in the #ifdef block it is used ok gilles@ millert@
2009-04-28Move discipline pointer init into its own functionmarco1-114/+130
2009-04-28Part one of partial bringup volumes. Plenty of rope to kill your datamarco3-34/+90
use with caution...
2009-04-27it's easier to have the speaker dac in the converter group thanjakemsr2-12/+14
to special case the speaker dac ...
2009-04-27Remove unnecessary aml_xconvert arg, code cleanupjordan2-23/+30
ok marco@
2009-04-27in silent mode, shut up connect to address warning since it spamsmartynas1-2/+2
install media if, e.g. ipv6 is not present discussed with theo, sthen@, millert@, todd@
2009-04-27let vlan functionality make it into the -DSMALL ifconfig binaryderaadt1-1/+7
ok sthen
2009-04-27remove uploading and macros support from install media; to savemartynas8-9/+57
some space discussed with theo, todd@, millert@ tested and looked over by sthen@
2009-04-27now that require-order is no longer on by default, we can relax the orderingjmc1-317/+318
of this page a little; instead of talking about statement types, just provide a brief overview of the page;
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onkettenis14-356/+15
landisk, and the sparc implementation is obviously wrong. That's where I stopped looking, so who knows what else was broken. A simple comparison of the existing mtx_enter with the new mtx_enter_try would have told anybody.
2009-04-27toast the rcsid strings which just get in the wayderaadt10-58/+10
2009-04-27Whitespace KNF.mk1-4/+2
2009-04-27kill 2-line session_msg_submit, used just once; ok gilles@ long ago.jacekm1-11/+3
2009-04-27Xr intro 4 like other pages.mk1-2/+3
2009-04-27It's called `msgcat', not `mesgcat'.mk1-3/+3
speedy ok millert
2009-04-27- use .Dl for short displaysjmc1-51/+37
- .Nm does not require args
2009-04-27make -v option apply also to implicit default socketratchov1-2/+2
2009-04-27if we netbooted (i.e. ifconfig -g netboot doesn't return an error),sthen1-1/+2
select ftp rather than cd by default.
2009-04-27turning pmap_deactivate into a NOP brought back the reaper panics, probablyderaadt10-148/+128
because the reaper is running on the mappings of pmap from the process it is about to unmap. back it out until ht is fixed right; don't let this sit in the tree waiting for a fix.
2009-04-27fix unlikely fd leak; ok gilles@jacekm1-2/+4
2009-04-27session_cleanup call in MAIL FROM handler may be removed as ajacekm1-26/+17
consequence of rev. 1.70. This makes session_destroy the only caller so merge the two; ok gilles@
2009-04-27check message_id received from smtp uses valid format.jacekm1-1/+4
2009-04-27Disable EV_READ when setting F_QUIT flag up. Malicious client mayjacekm1-4/+8
send more commands after QUIT, these must not be processed; ok gilles@
2009-04-27- restructure the ANCHORS sectionjmc1-102/+87
- no need to escape quotes within displays
2009-04-27Update to tzdata2009g from elsie.nci.nih.govmillert1-3/+42