summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-08Log start/stop of DMA if AUDIO_DEBUG is defined and be less verboseAlexandre Ratchov
2016-11-08Reduce the ternary operator abusePhilip Guenther
2016-11-07rename some types and functions to make the code easier to read.David Gwynne
2016-11-07- Remove -? since parameters don't make sense for this command (but still keepRicardo Mestre
2016-11-07Replace bzero(3) with memset(3)Ricardo Mestre
2016-11-07Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsPhilip Guenther
2016-11-07Add validation for input data that we use as switch configuration, like:Rafael Zalamena
2016-11-07Handle IP address information requestsMike Belopuhov
2016-11-07various cleanup;Jason McIntyre
2016-11-07syncTheo de Raadt
2016-11-07Implement support for flow-mod messages validation, this includes:Rafael Zalamena
2016-11-07Remove duplicated call for splnet() inside the swofp_mp_recv_port_stats()Rafael Zalamena
2016-11-07Fix a small parsing error in packet-in: don't count ofp_match header bytesRafael Zalamena
2016-11-07Change swofp_flow_entry_put_instructions() parameters to be like the otherRafael Zalamena
2016-11-07Kill duplicated declarations.Martin Pieuchot
2016-11-07ARP and NDP timeouts mess with the routing table, so they need a processMartin Pieuchot
2016-11-07Use goto for consistently instead of splx() and return.Martin Pieuchot
2016-11-07Hide FIX_SSTEP() behind #ifdef _KERNELPhilip Guenther