summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-09Fix indent, add RCS IdMiod Vallat
2013-02-09Update minimal disk and memory sizes to match the bsd.rd requirementsMiod Vallat
(especially on vax, where bsd.rd really needs 16MB to install nowadays although the system can live in less). While there, fix a few typos.
2013-02-09Teach people they will need to upgrade their boot blocks, and how to do this,Miod Vallat
if they want to upgrade with bsd.rd, since older boot blocks can't boot ELF kernels.
2013-02-09Stop using the name `miniroot' when `bsd.rd' is implied. A few platformsMiod Vallat
have a real miniroot to be dd'ed to the disk, and that's fine; but when we are talking about booting bsd.rd (either from an existing setup, or the network, or the cd-rom images), then refer to it as `installation kernel'.
2013-02-09Update network boot configuration instructions to no longer refer toMiod Vallat
bootparams termcap-like two-letter fields in the configuration file.
2013-02-09No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also,Miod Vallat
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h>
2013-02-09No longer define the a.out relocation format struct.Miod Vallat
2013-02-09Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longerMiod Vallat
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined).
2013-02-09Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up toStuart Henderson
1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them. Tests by Mark Patruck, Michal Markowski, mikeb, beck, dtucker. ok mikeb@
2013-02-09Allow the user to configure an MTU of up to 1518, which does not requireStuart Henderson
any additional chip reprogramming, and is tested to work fine on DP83815. ok mikeb@
2013-02-09get the format of the various options in this file right and, alongJason McIntyre
the way, cut back on some of the crazy macros that were mostly around to appease groff; whilst there, fix the warnings reported by Jan Stary back in january; lots of help and ok krw
2013-02-09There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided byAntoine Jacoutot
the net/uccp package and is installed under /usr/local/. Since we don't want a shell that default to /usr/local/..., use /sbin/nologin. The uucp package will automatically change to the correct shell on pkg_add / pkg_delete. idea from and ok miod@
2013-02-09syncMiod Vallat
2013-02-09Put index and root directives where they belong according to the nginxAntoine Jacoutot
Pitfalls rules. ok robert@
2013-02-09'dcl' -> 'dc1'. From William Ahern via bugs@. Thanks!Kenneth R Westerback
2013-02-08- remove ununsed PCI_ANY_ID macrosJasper Lievisse Adriaanse
ok dlg@
2013-02-08Fix for CVE-2012-6329; from perl git via Sebastian TrahmTodd C. Miller
2013-02-08retain the MX address order as sent by the lka for MXs with the sameEric Faurot
preference. issue spotted by todd@ ok gilles@
2013-02-08Fix memory leak in privsep.c. Free the memories which were allocated byYASUOKA Masahiko
getcap(3).
2013-02-08add mention about 'mppe' configuration option which is missing.YASUOKA Masahiko
pointed out by csszep at gmail.com
2013-02-08Because of the getcap(3) limitation, colon(':') can not be used forYASUOKA Masahiko
password or username in npppd.conf. Add this in the BUGS section. pointed out by and ok giovanni
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2013-02-08Listening on IPv6 address is not supported for pptp tunnel. DocumentYASUOKA Masahiko
this to the man page and refuse it by the config parser.
2013-02-08the per-rule "expire" does not really fit in its current section,Jason McIntyre
so move it into its own little bit; ok gilles
2013-02-08order the syntax alphabetically; ok gillesJason McIntyre
2013-02-08add another DFE-530TX+Jasper Lievisse Adriaanse
ok sthen@
2013-02-08regenJasper Lievisse Adriaanse
2013-02-08add another DFE-530TX+ which happens to have a quirky vendor ID. use that IDJasper Lievisse Adriaanse
instead of going down the PCI_ANY_ID path. as discussed with and ok by sthen@
2013-02-08tweak previous;Jason McIntyre
2013-02-08syncTodd T. Fries
2013-02-08Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The newMiod Vallat
definition forces variable-sized types to always be passed by reference. Update the varargs code to cope with this. gcc.c-torture/execute/20020412-1 finally passes.
2013-02-08Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessaryMiod Vallat
RTL generation in SETUP_INCOMING_VARARGS(...,0). This means we no longer need to explicitely allocate room on the stack for the saved register area (which we did in EXPAND_BUILTIN_SAVEREGS). We were returning the correct size in SETUP_INCOMING_VARARGS's ``pretend_size'' argument anyway, causing this space to be allocated twice. This change should also allow for the stack protector to be reenabled (after more testing).
2013-02-08Insufficient levels of hops in the local brew led to Theo and I muckingPhilip Guenther
up the VFS calls in the error paths in coredump() Pointed out by armani@, ok beck@
2013-02-08fix NULL deref when built without libedit and control charactersDamien Miller
entered as command; debugging and patch from Iain Morgan an Loganaden Velvindron in bz#1956
2013-02-07Add relayd regression tests with http filter and late connect.Alexander Bluhm
2013-02-07Sync with reality. Partially revert 1.28 since gcc 3 is back in town. AlsoMiod Vallat
mention collect2 ctor wrapper only exists on vax, and sjlj exceptions only remain on vax on m88k as of today.
2013-02-07apache modules as .so tooMiod Vallat
2013-02-07Default gcc version for gcc4 MODULE is now 4.6.Pascal Stumpf
ok brad@ tobiasu@ espie@
2013-02-07Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc,Bob Beck
It was removed as this function was redone to use pmemrange in mid 2010 with the result that kernel malloc and other users of this function can consume the page daemon reserve and run us out of memory. ok kettenis@
2013-02-07make sure the page daemon considers BUFPAGES_INACT when decidingBob Beck
to do work, just as is done when waking it up. tested by me, phessler@, espie@, landry@ ok kettenis@
2013-02-07Sync.Paul Irofti
2013-02-07Add Radeon HD 7290.Paul Irofti
Found in a dmesg from Carsten Kunze on bugs@. Okay brynet@.
2013-02-07Remove dead code.Martin Pieuchot
ok mikeb@
2013-02-07convert mbuf tags to use pool(9) as a backend storage;Mike Belopuhov
ok markus claudio haesbaert henning
2013-02-06add pppx(4) interfaces to the "pppx" interface group, as done for variousStuart Henderson
other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@ giovanni@, ifconfig(8) reminder jmc@
2013-02-06Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcaneMiod Vallat
warnings caused by a maze of twisty little macros in the process, which appeared when m88k ELF support was added to the toolchain.
2013-02-06Add a dummy memcpy(), needed when building ld.so with gcc3.Miod Vallat
2013-02-06gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchainMiod Vallat
configuration, the wrong life analysis bug leading to removal of half the code of ISDOT() in libc's fts.c fts_stat() no longer triggers.
2013-02-06Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)Miod Vallat
code on m68k. In pure gcc tradition, even though the issue has been acknowledged as a bug introduced around gcc 2.5, it was considered as `not a regression' with subtle semantics tricks, and only fixed in 3.4.x although the fix was available for a long time. Although this changes an MI file, this chunk actually removes a no longer used function which was only ever used on m68k.
2013-02-06Check for __PIC__, not PIC, as some files in libc will only see the former.Miod Vallat
Fixes the few TEXTREL which crept in libc.so.