summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-29add some Attansic, Broadcom and a JMicron device. from Brad, ok reykStuart Henderson
2009-04-29Implement the 64bit FIFO modes (based on the OpenCISS SpecificationReyk Floeter
1.06). It is required to run ciss(4) with amd64 bigmem, even when using the iommu. Tested by many on 32bit and 64bit low- and bigmem systems With feedback from mk@ deraadt@
2009-04-29+.Xr ndp 8Jason McIntyre
from Bob Van Zant, freebsd docs/134053
2009-04-29clarify fstype `raid' and some other small bits whilst here;Jason McIntyre
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 careMarco Peereboom
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.Marco Peereboom
2009-04-28smtp auth happened to work by luck because delivery to mbox action was theGilles Chehade
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@Jacek Masiulaniec
2009-04-28ral was already disabled on ramdiskC, so we don't need the firmware.Stuart Henderson
ok deraadt
2009-04-28don't use strlcpy before calling a function that uses strlcpyJacek Masiulaniec
internally anyway; ok gilles@
2009-04-28in mta, change the batch status to S_BATCH_TEMPFAILURE by default so thatGilles Chehade
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@Jacek Masiulaniec
2009-04-28We have no choice but to ask for the timezone information later, soTheo de Raadt
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 theTheo de Raadt
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@Jacek Masiulaniec
2009-04-28extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131Theo de Raadt
2009-04-28adjust comment to match code; vlan tag range is 1-4095 not 0-4095Stuart Henderson
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgesMark Kettenis
by using the pci resource accounting extents.
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-28If the RAMDISK kernel in use supports vlans, ask the right questionTheo de Raadt
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 beMiod Vallat
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 linkMarco Pfatschbacher
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.Michele Marchetto
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 leaveMichele Marchetto
the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@
2009-04-28tweak previous;Jason McIntyre
2009-04-28support some additional diff options: -a, -b, -d, -wStuart Henderson
ok joris@
2009-04-28Add the possibility to go back from merging mode to the previous menu.Antoine Jacoutot
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 reallocCharles Longeau
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 functionMarco Peereboom
2009-04-28Part one of partial bringup volumes. Plenty of rope to kill your dataMarco Peereboom
use with caution...
2009-04-27it's easier to have the speaker dac in the converter group thanJacob Meuser
to special case the speaker dac ...
2009-04-27Remove unnecessary aml_xconvert arg, code cleanupJordan Hargrave
ok marco@
2009-04-27in silent mode, shut up connect to address warning since it spamsMartynas Venckus
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 binaryTheo de Raadt
ok sthen
2009-04-27remove uploading and macros support from install media; to saveMartynas Venckus
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 orderingJason McIntyre
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 onMark Kettenis
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 wayTheo de Raadt
2009-04-27Whitespace KNF.Michael Knudsen
2009-04-27kill 2-line session_msg_submit, used just once; ok gilles@ long ago.Jacek Masiulaniec
2009-04-27Xr intro 4 like other pages.Michael Knudsen
2009-04-27It's called `msgcat', not `mesgcat'.Michael Knudsen
speedy ok millert
2009-04-27- use .Dl for short displaysJason McIntyre
- .Nm does not require args
2009-04-27make -v option apply also to implicit default socketAlexandre Ratchov
2009-04-27if we netbooted (i.e. ifconfig -g netboot doesn't return an error),Stuart Henderson
select ftp rather than cd by default.
2009-04-27turning pmap_deactivate into a NOP brought back the reaper panics, probablyTheo de Raadt
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@Jacek Masiulaniec
2009-04-27session_cleanup call in MAIL FROM handler may be removed as aJacek Masiulaniec
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.Jacek Masiulaniec
2009-04-27Disable EV_READ when setting F_QUIT flag up. Malicious client mayJacek Masiulaniec
send more commands after QUIT, these must not be processed; ok gilles@