Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-19 | no more PKG_ARCH messin' around in lua.port.mk | Jasper Lievisse Adriaanse | |
2012-09-18 | support the Lenovo ThinkVision LT1421 | Jasper Lievisse Adriaanse | |
ok mglocker@ | |||
2012-09-17 | remove "Using Jumbo frames can greatly improve performance for certain tasks" | Stuart Henderson | |
sentence, discussed with deraadt. | |||
2012-09-17 | zap trailing whitespace; | Jason McIntyre | |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko | |
(= before divert) destination port of a UDP packet. The way to use this option is same as IP_RECVDSTPORT. from UMEZAWA Takeshi tweaks from jmc; ok henning bluhm | |||
2012-09-17 | Update wording for device firmware to talk update fw_update(1). | Stuart Henderson | |
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt (missed in last commit, spotted by jmc) | |||
2012-09-17 | Update wording for device firmware to talk update fw_update(1). | Stuart Henderson | |
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt | |||
2012-09-17 | Rework the description of the flags to pool_get(9) | Philip Guenthe | |
ok jmc@, tedu@ | |||
2012-09-17 | document vdrop; original diff from Michal Mazurek | Jason McIntyre | |
text rewrite/ok guenther | |||
2012-09-16 | Add support for building non-PIE libraries. | Mark Kettenis | |
ok deraadt@ | |||
2012-09-16 | vaccess' first argument is type; from Michal Mazurek | Jason McIntyre | |
ok millert | |||
2012-09-13 | Update to tzdata2012f from ftp.iana.org | Todd C. Miller | |
2012-09-11 | Support FTDI FT2232H. This has a new base clock rate, different divisor, | Theo de Raadt | |
and the buffersizes are now taken from the endpoint descriptors. From Raphael Graf | |||
2012-09-11 | sh can move to PIE, for better or worse. maybe it becomes slower, maybe | Theo de Raadt | |
it hits more gcc bugs. or even better -- maybe we learn something which benefits the other platforms. ok miod | |||
2012-09-08 | sync | Martin Pieuchot | |
2012-09-07 | add pkcs5_pbkdf2(3); | Jason McIntyre | |
2012-09-06 | tweak previous; | Jason McIntyre | |
2012-09-06 | mention SMBus support in glxpcib(4) | Jonathan Gray | |
2012-09-06 | add default license to mdoc.template. ok deraadt ian | Ted Unangst | |
while here, change CCYY to YYYY | |||
2012-09-02 | We need big PIE on powerpc because the GOT gets too big for some bloatware | Mark Kettenis | |
like GCC. ok deraadt@, pascal@ | |||
2012-09-02 | take hppa to PIE as well; ok kettenis pascal | Theo de Raadt | |
2012-09-02 | sync path to kernel sources with config(8), hier(7) and FAQ | Robert Peichaer | |
ok jmc@ ajacoutot@ | |||
2012-09-02 | enable PIE on alpha, and document the situation for other | Theo de Raadt | |
architectures not running PIE yet. | |||
2012-09-01 | Kill the FILES section. No need to maintain a second list of libraries on the | Pascal Stumpf | |
same page (which was even out of sync). Also, add an .Xr ld. ok jmc@ | |||
2012-09-01 | NOPIC only affects shared libraries now. | Pascal Stumpf | |
ok jmc@ | |||
2012-09-01 | Document that systrace fds, like kqueues, cannot be shared. | Philip Guenthe | |
P_SUGID and P_SUGIDEXEC are now PS_* flags | |||
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot | |
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@ | |||
2012-09-01 | avr32 did not happen | Theo de Raadt | |
2012-08-31 | Don't treat zaurus special; everybody gets libraries with debug info now. | Mark Kettenis | |
We just savd a bunch of space anyway by no longer creating _pic.a libraries. ok deraadt@ | |||
2012-08-31 | Document PIE-by-default behaviour. With a tweak from matthew@. | Pascal Stumpf | |
ok deraadt@ jmc@ matthew@ | |||
2012-08-31 | tweak previous; | Jason McIntyre | |
2012-08-31 | Document BUILD_ONCE. A bit tricky. Use actual examples from our current | Marc Espie | |
tree. | |||
2012-08-31 | Enable PIE on amd64, mips64(el) and sparc64. | Pascal Stumpf | |
Most work done by kurt@ some years ago; also, most work committed over the last weeks was based on a diff by him. Cheers, kurt@! Lots and lots of helpful input, comments, feedback and diffs from deraadt@, kettenis@ and matthew@, miod@ and others. Thanks! Bulk builds done by naddy@, sthen@, landry@ and in progress from pea@ and jasper@. Pending architectures are alpha, i386, hppa, arm, sparc and landisk. ok deraadt@ | |||
2012-08-31 | document SUBST_CMD* again, hopefully for the last time. | Marc Espie | |
2012-08-31 | tweak tweak, ok jmc@ | Pascal Stumpf | |
2012-08-31 | Document Wake on LAN support in nfe(4) man page. | Stefan Sperling | |
2012-08-31 | use subdir realtarget => target recursion (for subdir.mk .USE macro) | Marc Espie | |
will scrap the subdirdepend case later. okay millert@ | |||
2012-08-31 | tweak previous; | Jason McIntyre | |
2012-08-31 | Adapt this manpage to the removal of _pic.a libraries, restructure a bit and | Pascal Stumpf | |
correct errors: - turn the paragraph that previously talked about _pic.a libraries into a general PIC paragraph, and make it clear from the start that it is used in shared libraries as well as static libraries on PIE architectures - reorder paragraphs to first talk about .a, then _p.a, then shared libraries, then PIC - -fpic/-fPIC has nothing to do with *linking* to PIC libraries - there are no profiling versions of dynamic libraries - NOPIC now only affects shared libraries reqested by and ok deraadt@, with a tiny tweak from jmc@ | |||
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt | |
grep help from sthen; discussion with brad ok guenther pascal | |||
2012-08-30 | pmdb went to the attic | Theo de Raadt | |
2012-08-29 | 1) Remove documentation of the groff-1.15 compatibility quirk | Ingo Schwarze | |
of suppressing spacing before a third .Xr argument because that quirk was removed in mdoc_macro.c rev. 1.72. 2) Mark the "section" argument to .Xr as (syntactically) optional, but still do not encourage omitting it. The missing .Op was reported by espie@. Wording tweaked by and ok jmc@, ok millert@. | |||
2012-08-28 | We can't add -nopie to LDFLAGS yet, since cc doesn't understand it. Use | Pascal Stumpf | |
NOPIE_LDFLAGS instead. Noticed by matthew@ and deraadt@. Sorry for the breakage ... | |||
2012-08-28 | LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULT | Pascal Stumpf | |
since it will affect binutils too. ok deraadt@ | |||
2012-08-25 | Add support for power saving in Host AP mode. | Mark Kettenis | |
ok stsp@, deraadt@ | |||
2012-08-25 | Mention Supermicro SMC2208. | Christiano F. Haesbaert | |
ok dlg@. | |||
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre | |
- flesh out SEE ALSO in bgpd.8 - fix a formatting warning in relayd.conf.5 | |||
2012-08-24 | update SEE ALSO; | Jason McIntyre | |
2012-08-24 | flesh out STANDARDS; | Jason McIntyre | |
2012-08-23 | - rfc 4443 replaces rfc 2463 | Jason McIntyre | |
- "ipv6 node information queries" has gone from draft to rfc 4620 - while here, a readability tweak for ping6(8) |