Age | Commit message (Expand) | Author |
2016-11-08 | Set owners and permissions only after all headers are installed. Add the -P | Theo Buehler |
2016-11-08 | Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks. | Mark Kettenis |
2016-11-08 | Respect -Ooffset for the disklabel location. | Martin Natano |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-11-08 | Set permissions of src.db and mandoc.db explicitly to 644 so | Theo Buehler |
2016-11-08 | Describe -o disklabel=name. | Martin Natano |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-11-08 | Add a disklabel option that creates a disklabel with the info provided | Martin Natano |
2016-11-08 | Teach switch(4) device read(2) operations to behave like a stream socket, | Rafael Zalamena |
2016-11-08 | Use sed -i to post-process .depend. This avoids permission issues caused | Martin Natano |
2016-11-08 | Set the permissions of the specs file explicitly so that they don't | Theo Buehler |
2016-11-08 | document improved tagging functionality | Ingo Schwarze |
2009-10-15 | Import a BSD make based infrastructure for building gcc, based on the | Robert Nagy |
2016-11-08 | syspatch-60-001_foobar -> syspatch60-001_foobar to match base system sets name. | Antoine Jacoutot |
2016-11-08 | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze |
2016-11-08 | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze |
2016-11-08 | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze |
2016-11-08 | generate two tag entries from list entries of the form | Ingo Schwarze |
2016-11-08 | skip leading \& and \e in tags | Ingo Schwarze |
2016-11-08 | Simplify. | Antoine Jacoutot |
2016-11-08 | support 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 as | Ricardo Mestre |
2016-11-08 | Few fixes and consistency. | Antoine Jacoutot |
2016-11-08 | No longer need radix.h | Martin Pieuchot |
2016-11-08 | RIP ifa_ifwithnet() | Martin Pieuchot |
2016-11-08 | Only use the routing table for source address selection when processing IP | Martin Pieuchot |
2016-11-08 | Use rtalloc(9) instead of ifa_ifwithnet(). | Martin Pieuchot |
2016-11-08 | Remove superfluous DMA synchronization now that the stack is doing it for | Martin Pieuchot |
2016-11-08 | pledge for "stdio rpath wpath cpath" promises since it only needs to | Ricardo Mestre |
2016-11-08 | Remove redundant & when clearing hostname variable, as per otto@'s request | Ricardo Mestre |
2016-11-08 | fix debug build | Mike Larkin |
2016-11-08 | Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks. | Alexandre Ratchov |
2016-11-08 | Log start/stop of DMA if AUDIO_DEBUG is defined and be less verbose | Alexandre Ratchov |
2016-11-08 | Reduce the ternary operator abuse | Philip Guenther |
2016-11-07 | rename 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 keep | Ricardo Mestre |
2016-11-07 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-11-07 | Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbols | Philip Guenther |
2016-11-07 | Add validation for input data that we use as switch configuration, like: | Rafael Zalamena |
2016-11-07 | Handle IP address information requests | Mike Belopuhov |
2016-11-07 | various cleanup; | Jason McIntyre |
2016-11-07 | sync | Theo de Raadt |
2016-11-07 | Implement support for flow-mod messages validation, this includes: | Rafael Zalamena |
2016-11-07 | Remove duplicated call for splnet() inside the swofp_mp_recv_port_stats() | Rafael Zalamena |
2016-11-07 | Fix a small parsing error in packet-in: don't count ofp_match header bytes | Rafael Zalamena |
2016-11-07 | Change swofp_flow_entry_put_instructions() parameters to be like the other | Rafael Zalamena |
2016-11-07 | Kill duplicated declarations. | Martin Pieuchot |
2016-11-07 | ARP and NDP timeouts mess with the routing table, so they need a process | Martin Pieuchot |
2016-11-07 | Use goto for consistently instead of splx() and return. | Martin Pieuchot |
2016-11-07 | Hide FIX_SSTEP() behind #ifdef _KERNEL | Philip Guenther |