Age | Commit message (Expand) | Author |
2018-09-25 | sync | Theo de Raadt |
2018-09-25 | Insert a workaround for per-ifp ioctl being called w/o NET_LOCK(). | Martin Pieuchot |
2018-09-25 | disklabel(8) uses hw.physmem to calculate swap and /var sizes. This | Alexander Bluhm |
2018-09-25 | Fix loading of roa-sets in the RDE. From a much bigger diff but this | Claudio Jeker |
2018-09-25 | When sending set_tables in the imsg use the right size. Currently the | Claudio Jeker |
2018-09-25 | Since each database that has the rpath promise only needs to access one | Ricardo Mestre |
2018-09-25 | Remove initial pledge(2) that doesn't give us much protection since it's so | Ricardo Mestre |
2018-09-24 | unveil maildir, utmp, /tmp, and /dev. For the vast number of people | Theo de Raadt |
2018-09-24 | unveil(2) is easy since this only uses one directory tree | Theo de Raadt |
2018-09-24 | unveil(2) in getty. This has been in snaps for more than 2 months, | Theo de Raadt |
2018-09-24 | After opening required descriptors, savecore only plays in one directory | Theo de Raadt |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2018-09-24 | Prevent ieee80211_get_txkey() from returning the integrity group temporal | Stefan Sperling |
2018-09-24 | sync host*() changes from bgpd | denis |
2018-09-24 | Allow to use the "tls" keyword on any relay action to force TLS, with | Eric Faurot |
2018-09-24 | Only include pane status in minimum size if it is turned on, GitHub | Nicholas Marriott |
2018-09-24 | Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4) | Martin Pieuchot |
2018-09-24 | enable futex(2) based mutexes on armv7 and use futex based semaphores in | Jonathan Gray |
2018-09-24 | sync | Frederic Cambus |
2018-09-24 | Add "Spleen 5x8" to wsfont, a font targetted at small OLED displays | Frederic Cambus |
2018-09-23 | bump for LibreSSL 2.8.1 | Brent Cook |
2018-09-23 | Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ with | anton |
2018-09-23 | add 6.5 syspatch public key | Robert Nagy |
2018-09-22 | Remap the UEFI buffer early such that we can use a write combining mapping | Mark Kettenis |
2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. | Mark Kettenis |
2018-09-22 | Remove unused Table_size define and digits() function. | Todd C. Miller |
2018-09-22 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-22 | Add a comment on the acceptable RSASSA cases. | Theo Buehler |
2018-09-22 | gather statistics in checkAead{Open,Seal}() as well. | Theo Buehler |
2018-09-22 | Back out the following if_iwm.c revisions: | Stefan Sperling |
2018-09-22 | remove some unneeded checks | Theo Buehler |
2018-09-22 | gather and print some statistics on the acceptable cases we need to | Theo Buehler |
2018-09-22 | Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. | Stefan Sperling |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-09-22 | more flags printing | Theo Buehler |
2018-09-22 | Correct the uid_from_user() and gid_from_group() comments. | Todd C. Miller |
2018-09-22 | Revert previous. It broke /etc/rc. | Visa Hankala |
2018-09-22 | fix uid -> username lookup | Richard Procter |
2018-09-22 | improve logic involving acceptableAudit | Theo Buehler |
2018-09-22 | Swap order of "action" and "wt.Flags" in a few fmt.Printfs. | Theo Buehler |
2018-09-22 | Introduce a couple of convenience targets to help with auditing the | Theo Buehler |
2018-09-21 | Print the flags field in INFO: and FAIL: messages. It's helpful in | Theo Buehler |
2018-09-21 | sync host*() changes from pfctl | kn |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Stop displaying vfsconf reference counts so that the vfc_refcount field | Visa Hankala |
2018-09-21 | Increase /usr/local max size to 20 GB in default template | solene |
2018-09-21 | Add explanations about vmctl send command | solene |
2018-09-21 | Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow | Damien Miller |
2018-09-21 | Enable bwfm(4) in GENERIC on macppc. | Stefan Sperling |