Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | Fix indent, add RCS Id | Miod Vallat | |
2013-02-09 | Update minimal disk and memory sizes to match the bsd.rd requirements | Miod 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-09 | Teach 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-09 | Stop using the name `miniroot' when `bsd.rd' is implied. A few platforms | Miod 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-09 | Update network boot configuration instructions to no longer refer to | Miod Vallat | |
bootparams termcap-like two-letter fields in the configuration file. | |||
2013-02-09 | No 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-09 | No longer define the a.out relocation format struct. | Miod Vallat | |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat | |
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined). | |||
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart 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-09 | Allow the user to configure an MTU of up to 1518, which does not require | Stuart Henderson | |
any additional chip reprogramming, and is tested to work fine on DP83815. ok mikeb@ | |||
2013-02-09 | get the format of the various options in this file right and, along | Jason 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-09 | There is no /usr/libexec/uucp/uucico in base; uucico (8) is provided by | Antoine 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-09 | sync | Miod Vallat | |
2013-02-09 | Put index and root directives where they belong according to the nginx | Antoine 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 macros | Jasper Lievisse Adriaanse | |
ok dlg@ | |||
2013-02-08 | Fix for CVE-2012-6329; from perl git via Sebastian Trahm | Todd C. Miller | |
2013-02-08 | retain the MX address order as sent by the lka for MXs with the same | Eric Faurot | |
preference. issue spotted by todd@ ok gilles@ | |||
2013-02-08 | Fix memory leak in privsep.c. Free the memories which were allocated by | YASUOKA Masahiko | |
getcap(3). | |||
2013-02-08 | add mention about 'mppe' configuration option which is missing. | YASUOKA Masahiko | |
pointed out by csszep at gmail.com | |||
2013-02-08 | Because of the getcap(3) limitation, colon(':') can not be used for | YASUOKA Masahiko | |
password or username in npppd.conf. Add this in the BUGS section. pointed out by and ok giovanni | |||
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2013-02-08 | Listening on IPv6 address is not supported for pptp tunnel. Document | YASUOKA Masahiko | |
this to the man page and refuse it by the config parser. | |||
2013-02-08 | the 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-08 | order the syntax alphabetically; ok gilles | Jason McIntyre | |
2013-02-08 | add another DFE-530TX+ | Jasper Lievisse Adriaanse | |
ok sthen@ | |||
2013-02-08 | regen | Jasper Lievisse Adriaanse | |
2013-02-08 | add another DFE-530TX+ which happens to have a quirky vendor ID. use that ID | Jasper Lievisse Adriaanse | |
instead of going down the PCI_ANY_ID path. as discussed with and ok by sthen@ | |||
2013-02-08 | tweak previous; | Jason McIntyre | |
2013-02-08 | sync | Todd T. Fries | |
2013-02-08 | Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new | Miod 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-08 | Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessary | Miod 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-08 | Insufficient levels of hops in the local brew led to Theo and I mucking | Philip Guenther | |
up the VFS calls in the error paths in coredump() Pointed out by armani@, ok beck@ | |||
2013-02-08 | fix NULL deref when built without libedit and control characters | Damien Miller | |
entered as command; debugging and patch from Iain Morgan an Loganaden Velvindron in bz#1956 | |||
2013-02-07 | Add relayd regression tests with http filter and late connect. | Alexander Bluhm | |
2013-02-07 | Sync with reality. Partially revert 1.28 since gcc 3 is back in town. Also | Miod Vallat | |
mention collect2 ctor wrapper only exists on vax, and sjlj exceptions only remain on vax on m88k as of today. | |||
2013-02-07 | apache modules as .so too | Miod Vallat | |
2013-02-07 | Default gcc version for gcc4 MODULE is now 4.6. | Pascal Stumpf | |
ok brad@ tobiasu@ espie@ | |||
2013-02-07 | Bring 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-07 | make sure the page daemon considers BUFPAGES_INACT when deciding | Bob Beck | |
to do work, just as is done when waking it up. tested by me, phessler@, espie@, landry@ ok kettenis@ | |||
2013-02-07 | Sync. | Paul Irofti | |
2013-02-07 | Add Radeon HD 7290. | Paul Irofti | |
Found in a dmesg from Carsten Kunze on bugs@. Okay brynet@. | |||
2013-02-07 | Remove dead code. | Martin Pieuchot | |
ok mikeb@ | |||
2013-02-07 | convert mbuf tags to use pool(9) as a backend storage; | Mike Belopuhov | |
ok markus claudio haesbaert henning | |||
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson | |
other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@ giovanni@, ifconfig(8) reminder jmc@ | |||
2013-02-06 | Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcane | Miod 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-06 | Add a dummy memcpy(), needed when building ld.so with gcc3. | Miod Vallat | |
2013-02-06 | gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchain | Miod 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-06 | Apply 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-06 | Check 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. |