summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-09Use netstat -n in target check-setup to avoid DNS timeout.Alexander Bluhm
2016-11-09Simplify the switchread loop and fix the case where only first mbuf inRafael Zalamena
2016-11-09Do not call splsoftnet() recursively, this won't work with a lock.Martin Pieuchot
2016-11-09Do not call splsoftnet() recursively, this won't work with a lock.Martin Pieuchot
2016-11-09Do not dereference a variable without initializing it beforehand.Martin Pieuchot
2016-11-09syncTheo de Raadt
2016-11-09Stop installing perl .ph filesAndrew Fresh
2016-11-09Use variable REMOTE_SSH to check the setup of the remote machine.Alexander Bluhm
2016-11-09syncTheo de Raadt
2016-11-08Most directories in /usr/share/zoneinfo are created by zic(8), hence theirTheo Buehler
2016-11-08some cleanup;Jason McIntyre
2016-11-08unbreak DenyUsers; reported by henning@Damien Miller
2016-11-08Reserve extra space for the bufring header structureMike Belopuhov
2016-11-08When using an union including a type known for having strong alignmentMiod Vallat
2016-11-08Check for stack push failure, and correctly destroy the object we failedMiod Vallat
2016-11-08Add a few more easy sun9i-a80 clocks.Mark Kettenis
2016-11-08Use more homogeneous types and avoid a possible right shift by 32 inMiod Vallat
2016-11-08Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places whenMiod Vallat
2016-11-08Set owners and permissions only after all headers are installed. Add the -PTheo Buehler
2016-11-08Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks.Mark Kettenis
2016-11-08Respect -Ooffset for the disklabel location.Martin Natano
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08Set permissions of src.db and mandoc.db explicitly to 644 soTheo Buehler
2016-11-08Describe -o disklabel=name.Martin Natano
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08Add a disklabel option that creates a disklabel with the info providedMartin Natano
2016-11-08Teach switch(4) device read(2) operations to behave like a stream socket,Rafael Zalamena
2016-11-08Use sed -i to post-process .depend. This avoids permission issues causedMartin Natano
2016-11-08Set the permissions of the specs file explicitly so that they don'tTheo Buehler
2016-11-08document improved tagging functionalityIngo Schwarze
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2016-11-08syspatch-60-001_foobar -> syspatch60-001_foobar to match base system sets name.Antoine Jacoutot
2016-11-08use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze
2016-11-08tag leading .Dv, .Li, and .No in .It;Ingo Schwarze
2016-11-08implement tag priority 0, which will tag only keys that appear asIngo Schwarze
2016-11-08generate two tag entries from list entries of the formIngo Schwarze
2016-11-08skip leading \& and \e in tagsIngo Schwarze
2016-11-08Simplify.Antoine Jacoutot
2016-11-08support more than one tag entry for the same search term;Ingo Schwarze
2016-11-08- Declare usage() as __dead void (remaining prototypes are not declared asRicardo Mestre
2016-11-08Few fixes and consistency.Antoine Jacoutot
2016-11-08No longer need radix.hMartin Pieuchot
2016-11-08RIP ifa_ifwithnet()Martin Pieuchot
2016-11-08Only use the routing table for source address selection when processing IPMartin Pieuchot
2016-11-08Use rtalloc(9) instead of ifa_ifwithnet().Martin Pieuchot
2016-11-08Remove superfluous DMA synchronization now that the stack is doing it forMartin Pieuchot
2016-11-08pledge for "stdio rpath wpath cpath" promises since it only needs toRicardo Mestre
2016-11-08Remove redundant & when clearing hostname variable, as per otto@'s requestRicardo Mestre
2016-11-08fix debug buildMike Larkin
2016-11-08Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks.Alexandre Ratchov