Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-04-29 | +.Xr ndp 8 | 1 | -3/+4 | ||
from Bob Van Zant, freebsd docs/134053 | |||||
2009-04-29 | clarify fstype `raid' and some other small bits whilst here; | 1 | -31/+26 | ||
prodded by a "conversation" on misc from Sebastian Rother ok marco | |||||
2009-04-29 | Use NO_CCB when we run out of work units. This way we don't have to care | 1 | -2/+2 | ||
about having enough WU + CCB during rebuilds. This also brings softraid closer to behaving like the other SCSI devices. | |||||
2009-04-29 | MFI_D_IOCTL should be commented out. No binary change. | 1 | -2/+2 | ||
2009-04-28 | smtp auth happened to work by luck because delivery to mbox action was the | 3 | -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-28 | fix a bug where client with unresolvable revdns is never greeted; ok gilles@ | 2 | -29/+32 | ||
2009-04-28 | ral was already disabled on ramdiskC, so we don't need the firmware. | 1 | -4/+5 | ||
ok deraadt | |||||
2009-04-28 | don't use strlcpy before calling a function that uses strlcpy | 1 | -18/+3 | ||
internally anyway; ok gilles@ | |||||
2009-04-28 | in mta, change the batch status to S_BATCH_TEMPFAILURE by default so that | 1 | -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-28 | make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@ | 2 | -34/+18 | ||
2009-04-28 | We have no choice but to ask for the timezone information later, so | 1 | -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-28 | When asking for network configs, prompt with the first interface name the | 1 | -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-28 | let mta, mda, and mfa become idle - no functional change; ok gilles@ | 3 | -60/+3 | ||
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | 1 | -3/+3 | ||
2009-04-28 | adjust comment to match code; vlan tag range is 1-4095 not 0-4095 | 1 | -2/+2 | ||
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | 2 | -180/+56 | ||
by using the pci resource accounting extents. | |||||
2009-04-28 | put vlan support onto these media | 6 | -6/+12 | ||
2009-04-28 | If the RAMDISK kernel in use supports vlans, ask the right question | 1 | -5/+55 | ||
and configure it properly. tested by jsg, some help from sthen | |||||
2009-04-28 | Revert pageqlock back from a mutex to a simple_lock, as it needs to be | 3 | -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-28 | The TX engine can get stuck if the interface went through a link | 2 | -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-28 | Sync with kernel changes. | 3 | -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-28 | Introduce a new dummy operation to easily handle packets that have to leave | 2 | -5/+22 | ||
the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@ | |||||
2009-04-28 | tweak previous; | 1 | -7/+7 | ||
2009-04-28 | support some additional diff options: -a, -b, -d, -w | 4 | -17/+62 | ||
ok joris@ | |||||
2009-04-28 | Add the possibility to go back from merging mode to the previous menu. | 1 | -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-28 | replacing malloc/realloc dance, by only one realloc | 1 | -10/+6 | ||
While there, also move a variable declaration, in the #ifdef block it is used ok gilles@ millert@ | |||||
2009-04-28 | Move discipline pointer init into its own function | 1 | -114/+130 | ||
2009-04-28 | Part one of partial bringup volumes. Plenty of rope to kill your data | 3 | -34/+90 | ||
use with caution... | |||||
2009-04-27 | it's easier to have the speaker dac in the converter group than | 2 | -12/+14 | ||
to special case the speaker dac ... | |||||
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | 2 | -23/+30 | ||
ok marco@ | |||||
2009-04-27 | in silent mode, shut up connect to address warning since it spams | 1 | -2/+2 | ||
install media if, e.g. ipv6 is not present discussed with theo, sthen@, millert@, todd@ | |||||
2009-04-27 | let vlan functionality make it into the -DSMALL ifconfig binary | 1 | -1/+7 | ||
ok sthen | |||||
2009-04-27 | remove uploading and macros support from install media; to save | 8 | -9/+57 | ||
some space discussed with theo, todd@, millert@ tested and looked over by sthen@ | |||||
2009-04-27 | now that require-order is no longer on by default, we can relax the ordering | 1 | -317/+318 | ||
of this page a little; instead of talking about statement types, just provide a brief overview of the page; | |||||
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | 14 | -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-27 | toast the rcsid strings which just get in the way | 10 | -58/+10 | ||
2009-04-27 | Whitespace KNF. | 1 | -4/+2 | ||
2009-04-27 | kill 2-line session_msg_submit, used just once; ok gilles@ long ago. | 1 | -11/+3 | ||
2009-04-27 | Xr intro 4 like other pages. | 1 | -2/+3 | ||
2009-04-27 | It's called `msgcat', not `mesgcat'. | 1 | -3/+3 | ||
speedy ok millert | |||||
2009-04-27 | - use .Dl for short displays | 1 | -51/+37 | ||
- .Nm does not require args | |||||
2009-04-27 | make -v option apply also to implicit default socket | 1 | -2/+2 | ||
2009-04-27 | if we netbooted (i.e. ifconfig -g netboot doesn't return an error), | 1 | -1/+2 | ||
select ftp rather than cd by default. | |||||
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | 10 | -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-27 | fix unlikely fd leak; ok gilles@ | 1 | -2/+4 | ||
2009-04-27 | session_cleanup call in MAIL FROM handler may be removed as a | 1 | -26/+17 | ||
consequence of rev. 1.70. This makes session_destroy the only caller so merge the two; ok gilles@ | |||||
2009-04-27 | check message_id received from smtp uses valid format. | 1 | -1/+4 | ||
2009-04-27 | Disable EV_READ when setting F_QUIT flag up. Malicious client may | 1 | -4/+8 | ||
send more commands after QUIT, these must not be processed; ok gilles@ | |||||
2009-04-27 | - restructure the ANCHORS section | 1 | -102/+87 | ||
- no need to escape quotes within displays | |||||
2009-04-27 | Update to tzdata2009g from elsie.nci.nih.gov | 1 | -3/+42 | ||