summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-05fix cross references to self; found with mandoc -TlintIngo Schwarze
2017-07-05document that we're no longer using 'make depend'Marc Espie
2017-07-04let BUILDFIRST just build first, using the same trick guenther@ did inMarc Espie
kernel Makefiles (thank you!), also add lex and yacc generated files to that list. Let those lex/yacc variables be defined for bsd.lib.mk as well. Complete the SRCS -> OBJS hints with the library dependency This should fix most dependency problems. Commit now, so that people can check if something else is still amiss. krw@ agrees
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
OK espie@
2017-07-03re-add dependencies from SRCS to corresponding OBJS.Marc Espie
the old mkdep run did walk the SRCS list and write those as a side-effect. Without this, bsd.prog.mk .SUFFIXES order will have OBJS depend on the wrong src file. Causes of the alpha/stand/bootxx breakage.
2017-07-03Note arm64 and armv7.Visa Hankala
2017-07-03Update attachment on octeon.Visa Hankala
2017-07-03explicitly pass -MD -MP in DFLAGS, so that even if CFLAGS are forcedMarc Espie
on the command line, things will still work
2017-07-02somehow, I did NOT commit the patch I sent to tb@. Matthieu noticed it.Marc Espie
commit the right DEPS definition.
2017-07-02document new depends somewhat.Marc Espie
I asked jmc, told me to go ahead and he'd review it when he can.
2017-07-02Add octciu(4) manual page.Visa Hankala
2017-07-01effectively kill depend as an independant target (there are a few cornersMarc Espie
where a separate depend step is still needed, mostly gcc3 and mesa). Use of BUILDFIRST is mostly enough to make sure important stuff is built first. Otherwise, this makes use of -M* compiler options to generate dependencies on the fly. There is a bit of behind-the-scene for targets with several steps (like yacc and/or libraries) and the compiler needs extra hand-holding with assembler files (don't know why, don't care). Idea based on guenther@'s initial kernel work, loads of input from drahn, aoyama, tb, etc. okay tb@ "why wait" deraadt@
2017-06-29Mention TIOCSTAT in tty(4).anton
ok deraadt@ millert@
2017-06-29some kernel relink bits, tweaked by deraadt;Jason McIntyre
2017-06-29Clarify that .Ta as a line macro is a portability problem,Ingo Schwarze
even though mandoc(1) handles it; triggered by a question from Yuri Pankov (illumos).
2017-06-29Fix incorrectly swapped labels of left/right arrows.Anthony J. Bentley
ok schwarze@
2017-06-29Due to risks known for decades, TIOCSTI now performs no action, and simplyTheo de Raadt
returns EIO. The base system has been cleaned of TIOCSTI uses (collaboration between anton and I), and the ports tree appears mostly clean. A few stragglers may be discovered and cleaned up later... In a month or so, we should see if the #define can be removed entirely. ok anton tedu, support from millert
2017-06-28and emphasize that PKGDIR must exist.Marc Espie
2017-06-28document generate-readmes and diagnostic for missing PKGDIR.Marc Espie
2017-06-28extra step between fake and packageMarc Espie
2017-06-28Rewrite half of this, i was completely unaware how bad it was.Ingo Schwarze
Remove several lies, lots of duplicate information, and a lengthy discussion of features we don't support. Clarify the wording in some places and make it more concise in others. Delete examples from where they don't belong and write a new EXAMPLES section from scratch.
2017-06-27Remove an extra '\n' from the printf strings fed into disklabel -ETheo Buehler
from corsah () mail ! ru
2017-06-25Add support for the MT and ME mailto macros, used for example in wg(8).Anthony J. Bentley
feedback and ok schwarze@
2017-06-24Delete .St -p1003.1-2013.Ingo Schwarze
It is an OpenBSD addition that did not get used a single time in three years, and groff did not pick it up either, so removing it does not affect any existing manuals anywhere. Cleanup suggested by jmc@, OK bentley@.
2017-06-23i didn't know we had clang-local until reminded by jsg.Ted Unangst
mention the disabling of ident strings.
2017-06-23change the semantic for calculating when to grow the size of a cache list.David Gwynne
previously it would figure out if there's enough items overall for all the cpus to have full active an inactive free lists. this included currently allocated items, which pools wont actually hold on a free list and cannot predict when they will come back. instead, see if there's enough items in the idle lists in the depot that could instead go on all the free lists on the cpus. if there's enough idle items, then we can grow. tested by hrvoje popovski and amit kulkarni ok visa@
2017-06-22typo; from jack burtonJason McIntyre
2017-06-22items get returns to pools with pool_put, not pool_get.David Gwynne
2017-06-21List all five devices, not just the first two.Michal Mazurek
OK jmc@ sf@
2017-06-20doas won't be configured after the first boot, so stop recommendingT.J. Townsend
use of it to change root's password. remove a leftover sentence and apply minor grammar tweaks while here. ok deraadt
2017-06-20fix some nitsJonathan Matthew
ok dlg@
2017-06-19s/a active/an active/David Gwynne
2017-06-19s/pool_set_hardlimit/pool_sethardlimit/David Gwynne
from schwarze@
2017-06-19s/can be from process context/can be called from process context/David Gwynne
from schwarze@
2017-06-19talk about the per cpu caches in pools by documenting pool_cache_init()David Gwynne
this describes what the per cpu caches do, and has some bonus doco about what the sysctls provide thanks to a suggestion from mikeb@ some tweaks are coming, but this is mostly right. ok jmc@ schwarze@
2017-06-19missing letter in previous;Jason McIntyre
2017-06-19When dealing with mbuf pointers passed down as function parameters,Alexander Bluhm
bugs could easily result in use-after-free or double free. Introduce m_freemp() which automatically resets the pointer before freeing it. So we have less dangling pointers in the kernel. OK krw@ mpi@ claudio@
2017-06-19g/c ASPICFLAG.Martin Pieuchot
This used to be necessary a long time ago in the... gcc 2.95 days. from miod@
2017-06-16In sppp(4), allow additional 'wildcard' addresses for the destination.Stefan Sperling
Any address within the range 0.0.0.1 - 0.0.0.255 can now be used. This allows for multiple pppoe(4) interfaces with dynamic addresses within the same routing table. Which used to work before OpenBSD 5.8, but since 5.8 only one interface in a routing table can use destination address 0.0.0.1. Problem first reported by Steve (fiverings04 at australian yahoo) on misc@. I ran into it on an EdgeRouter lite which is supposed to serve two ADSL lines. ok sthen@ mpi@ man page help from jmc@ for an earlier variant of this change
2017-06-16introduce a BUILDFIRST/BUILDAFTER mechanism:Marc Espie
record every standard component built in bsd.lib.mk/bsd.prog.mk in BUILDAFTER and have BUILDAFTER depend on BUILDFIRST, thus making possible to build some stuff early without relying on "make depend" okay tb@ millert@
2017-06-15Assorted tweaks for x11/qt* modules description.Vadim Zhukov
2017-06-15It's never too late to document x11/kde module. At least a (non-obvious) bit.Vadim Zhukov
2017-06-15Document MODQMAKE_RECURSIVE and test framework support for devel/qmake.Vadim Zhukov
2017-06-15The devel/qmake port module handles Qt3 as well.Vadim Zhukov
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
used for example by zoem(1)
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
This clearly works when .po is called on the top level, but might not be sophisticated enough if people call .po inside indentation-changing contexts, but i haven't seen that in manual pages (yet :).
2017-06-14add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze
abused by mail/nmh; groff_char(7) confirms that this really exists
2017-06-14simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze
sufficient for pages using po4a(1)
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze