Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2012-08-23 | after some discussion with sthen, update the rfc reference from 1933 to 4213; | Jason McIntyre | |
2012-08-23 | sync: remove lingering nnpfs, pointed out by jmc@ | Todd T. Fries | |
2012-08-23 | no more /etc/afs/ | Jason McIntyre | |
2012-08-23 | no more NNPFS; | Jason McIntyre | |
2012-08-23 | now that man8.beagle/MAKEDEV.8 exists, handle it | Todd T. Fries | |
2012-08-23 | sync | Todd T. Fries | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | turn off AFS | Theo de Raadt | |
2012-08-22 | update the rfc section; | Jason McIntyre | |
2012-08-22 | share/mk bits for PIE, currently disabled. | Pascal Stumpf | |
ok matthew@ deraadt@ kettenis@, manpage prodding and ok jmc@ | |||
2012-08-22 | - remove the text describing rfc 2553: that rfc has been replaced, and | Jason McIntyre | |
it talks about things not even relevant to openbsd - document there's no ipv4 mapped addressing, as requested by todd - rearrange text more logically - update rfc reference | |||
2012-08-22 | flesh out the rfc details a little; from Florian Obser | Jason McIntyre | |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf | |
invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@ | |||
2012-08-22 | be more direct about makesum and SUPDISTFILES. | Marc Espie | |
2012-08-20 | add -Wdeclaration-after-statement to the default CDIAGFLAGS (used when | Stuart Henderson | |
WARNINGS=yes is set) on gcc4 arch. ok haesbaert@ deraadt@. | |||
2012-08-19 | zap trailing whitespace; | Jason McIntyre | |
2012-08-18 | document ocaml_native and ocaml_native_dynlink properties | Anil Madhavapeddy | |
ok espie@ | |||
2012-08-18 | RFC updates: | Jason McIntyre | |
5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409 | |||
2012-08-18 | allow other targets to work like install -> realinstall | Marc Espie | |
(to be used in xenocara for build) okay matthieu@ | |||
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre | |
variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does; | |||
2012-08-18 | forgot to document llvm property. | Marc Espie | |
2012-08-18 | be more explicit about what mono is. | Marc Espie | |
2012-08-18 | document default change | Marc Espie | |
2012-08-17 | Add a default CDIAGFLAGS, so that programs may be enable warnings by | Christiano F. Haesbaert | |
making "make WARNINGS=Yes" without having to add a bunch of CDIAGFLAGS to its makefile. sure deraadt@ | |||
2012-08-15 | use Lk for links; | Jason McIntyre | |
2012-08-15 | - use Lk for links | Jason McIntyre | |
because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further. | |||
2012-08-15 | add mfii(4); | Jason McIntyre | |
2012-08-15 | Eivind Evensen reports a working device, but another reader (sorry, mail | Jason McIntyre | |
not to hand!) reports non-working devices. accordingly, remove the note in BUGS asking people to report working devices, but leave the note saying not everything works correctly. | |||
2012-08-15 | remove trailing whitespace; | Jason McIntyre | |
2012-08-15 | update the description for ix(4), and add the description for oce(4); | Jason McIntyre | |
2012-08-15 | tweak previous; | Jason McIntyre | |
2012-08-15 | remove some unneeded Pp; | Jason McIntyre | |
2012-08-15 | - remove some redundancy within the sendmail text | Jason McIntyre | |
- remove the compat_* text: there's only one left, and the text makes little sense here from Ross Richardson ok schwarze | |||
2012-08-15 | document perl module new goodies | Marc Espie | |
2012-08-14 | Garbage collect the USE_GCC variables; everything uses | Matthew Dempsky | |
COMPILER_VERSION now. From Brad. | |||
2012-08-14 | Add framework support for controlling symbol visibility in shared | Matthew Dempsky | |
objects, inspired by NetBSD. Discussed with kurt, kettenis, and millert. ok kettenis | |||
2012-08-14 | add a ref to the vmwh package, help/ok lteo schwarze sthen | Ted Unangst | |
2012-08-14 | kernel configs dont need "scsibus* at foo?" anymore. | David Gwynne | |
"guess you get more commits" deraadt@ | |||
2012-08-14 | wire in mfii.4 | David Gwynne | |
prodded by deraadt@ | |||
2012-08-14 | basic manpage for new mfii(4) | David Gwynne | |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze | |
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. | |||
2012-08-06 | add x540 | Mike Belopuhov | |
2012-08-06 | Adapt after recent move from pkill(1) to pgrep(1) in rc_check. | Antoine Jacoutot | |
from robert at peichaer dot org ok jmc@ | |||
2012-08-05 | expand documentation of SUBST_CMD to explain the subpackage-dependent nits | Marc Espie | |