Age | Commit message (Expand) | Author |
2016-11-09 | Use netstat -n in target check-setup to avoid DNS timeout. | Alexander Bluhm |
2016-11-09 | Simplify the switchread loop and fix the case where only first mbuf in | Rafael Zalamena |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-11-09 | Do not dereference a variable without initializing it beforehand. | Martin Pieuchot |
2016-11-09 | sync | Theo de Raadt |
2016-11-09 | Stop installing perl .ph files | Andrew Fresh |
2016-11-09 | Use variable REMOTE_SSH to check the setup of the remote machine. | Alexander Bluhm |
2016-11-09 | sync | Theo de Raadt |
2016-11-08 | Most directories in /usr/share/zoneinfo are created by zic(8), hence their | Theo Buehler |
2016-11-08 | some cleanup; | Jason McIntyre |
2016-11-08 | unbreak DenyUsers; reported by henning@ | Damien Miller |
2016-11-08 | Reserve extra space for the bufring header structure | Mike Belopuhov |
2016-11-08 | When using an union including a type known for having strong alignment | Miod Vallat |
2016-11-08 | Check for stack push failure, and correctly destroy the object we failed | Miod Vallat |
2016-11-08 | Add a few more easy sun9i-a80 clocks. | Mark Kettenis |
2016-11-08 | Use more homogeneous types and avoid a possible right shift by 32 in | Miod Vallat |
2016-11-08 | Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when | Miod Vallat |
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 |