Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-29 | add some Attansic, Broadcom and a JMicron device. from Brad, ok reyk | Stuart Henderson | |
2009-04-29 | Implement the 64bit FIFO modes (based on the OpenCISS Specification | Reyk 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 8 | Jason McIntyre | |
from Bob Van Zant, freebsd docs/134053 | |||
2009-04-29 | clarify fstype `raid' and some other small bits whilst here; | Jason McIntyre | |
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 | Marco Peereboom | |
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. | Marco Peereboom | |
2009-04-28 | smtp auth happened to work by luck because delivery to mbox action was the | Gilles 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-28 | fix a bug where client with unresolvable revdns is never greeted; ok gilles@ | Jacek Masiulaniec | |
2009-04-28 | ral was already disabled on ramdiskC, so we don't need the firmware. | Stuart Henderson | |
ok deraadt | |||
2009-04-28 | don't use strlcpy before calling a function that uses strlcpy | Jacek Masiulaniec | |
internally anyway; ok gilles@ | |||
2009-04-28 | in mta, change the batch status to S_BATCH_TEMPFAILURE by default so that | Gilles 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-28 | make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@ | Jacek Masiulaniec | |
2009-04-28 | We have no choice but to ask for the timezone information later, so | Theo 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-28 | When asking for network configs, prompt with the first interface name the | Theo 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-28 | let mta, mda, and mfa become idle - no functional change; ok gilles@ | Jacek Masiulaniec | |
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | Theo de Raadt | |
2009-04-28 | adjust comment to match code; vlan tag range is 1-4095 not 0-4095 | Stuart Henderson | |
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | Mark Kettenis | |
by using the pci resource accounting extents. | |||
2009-04-28 | put vlan support onto these media | Theo de Raadt | |
2009-04-28 | If the RAMDISK kernel in use supports vlans, ask the right question | Theo de Raadt | |
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 | Miod Vallat | |
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 | Marco 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-28 | Sync 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-28 | Introduce a new dummy operation to easily handle packets that have to leave | Michele Marchetto | |
the MPLS cloud and join ipv4/ipv6 stack. ok claudio@ laurent@ | |||
2009-04-28 | tweak previous; | Jason McIntyre | |
2009-04-28 | support some additional diff options: -a, -b, -d, -w | Stuart Henderson | |
ok joris@ | |||
2009-04-28 | Add 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-28 | replacing malloc/realloc dance, by only one realloc | Charles Longeau | |
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 | Marco Peereboom | |
2009-04-28 | Part one of partial bringup volumes. Plenty of rope to kill your data | Marco Peereboom | |
use with caution... | |||
2009-04-27 | it's easier to have the speaker dac in the converter group than | Jacob Meuser | |
to special case the speaker dac ... | |||
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | Jordan Hargrave | |
ok marco@ | |||
2009-04-27 | in silent mode, shut up connect to address warning since it spams | Martynas Venckus | |
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 | Theo de Raadt | |
ok sthen | |||
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus | |
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 | Jason McIntyre | |
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 | Mark 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-27 | toast the rcsid strings which just get in the way | Theo de Raadt | |
2009-04-27 | Whitespace KNF. | Michael Knudsen | |
2009-04-27 | kill 2-line session_msg_submit, used just once; ok gilles@ long ago. | Jacek Masiulaniec | |
2009-04-27 | Xr intro 4 like other pages. | Michael Knudsen | |
2009-04-27 | It's called `msgcat', not `mesgcat'. | Michael Knudsen | |
speedy ok millert | |||
2009-04-27 | - use .Dl for short displays | Jason McIntyre | |
- .Nm does not require args | |||
2009-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov | |
2009-04-27 | if we netbooted (i.e. ifconfig -g netboot doesn't return an error), | Stuart Henderson | |
select ftp rather than cd by default. | |||
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo 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-27 | fix unlikely fd leak; ok gilles@ | Jacek Masiulaniec | |
2009-04-27 | session_cleanup call in MAIL FROM handler may be removed as a | Jacek Masiulaniec | |
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. | Jacek Masiulaniec | |
2009-04-27 | Disable EV_READ when setting F_QUIT flag up. Malicious client may | Jacek Masiulaniec | |
send more commands after QUIT, these must not be processed; ok gilles@ |