Age | Commit message (Expand) | Author |
2018-07-21 | comment out a dead Xr; | Jason McIntyre |
2018-07-21 | sort; | Jason McIntyre |
2018-07-21 | Include the vnode type in the panic message in ffs_write(), just like ffs_read() | anton |
2018-07-21 | There is no need to initialise global and static local variables to zero, | Claudio Jeker |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | The newly added realpath(3) in vmd's parse.y checks whether the | Alexander Bluhm |
2018-07-20 | Listen on 127.0.0.1 and ::1 in the regress config since the test use localhost | Claudio Jeker |
2018-07-20 | Remove a few leftovers from the days of emulation, which could result in | Theo de Raadt |
2018-07-20 | Fail if a PT_LOAD segment has a memory size of 0. This prevents a panic | Mark Kettenis |
2018-07-20 | add pledge(2), it only needs rpath if reading from a file | Ricardo Mestre |
2018-07-20 | zap whitespaces | Ricardo Mestre |
2018-07-20 | No need to copy rdns_lifetime around with an IMSG, it gets send to the | Florian Obser |
2018-07-20 | Fix mem leaks on config reload: | Florian Obser |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm |
2018-07-20 | fix mem leak: missing freeifaddrs | Florian Obser |
2018-07-20 | Introduce MTU option. | bket |
2018-07-20 | We need to track the auto prefix in ra_prefix_conf otherwise we can't | Florian Obser |
2018-07-20 | Now that aliases in smtpd.conf default to plain text files and not | Todd C. Miller |
2018-07-20 | Move the nlri_get_prefix functions to util.c so that bgpctl can use them too. | Claudio Jeker |
2018-07-20 | Rename rde_update_get_prefix and friends to nlri_get_prefix. Will be moved | Claudio Jeker |
2018-07-20 | Rename rde_update_extract_prefix to extract_prefix and make it static. | Claudio Jeker |
2018-07-20 | Rename "resolver" to "nameserver" in the configuration file. | Florian Obser |
2018-07-20 | Print the timestamp embedded in mrt files for update and status messages. | Claudio Jeker |
2018-07-20 | There is no need to have bgpd running when running bgpctl show mrt. | Claudio Jeker |
2018-07-20 | Add missing RCS Id. | helg |
2018-07-20 | Stop checking table commands for `create' | kn |
2018-07-20 | add regress test for "bypassunveil" where a path should be unveil'd by | Robert Nagy |
2018-07-20 | inform that diagnostics in functions won't work, but don't error out | Marc Espie |
2018-07-20 | Correctly copy across unveil's from parent to child process on fork(). | Bob Beck |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2018-07-20 | match on marvell,armada-38x-uart linux >= 4.18-rc1 changed the compat | Jonathan Gray |
2018-07-20 | slightly-clearer description for AuthenticationMethods - the lists | Damien Miller |
2018-07-20 | remove unused zlib.h | Damien Miller |
2018-07-20 | Missed a 'ksi' -> '*ksip' change in previous commit | Philip Guenther |
2018-07-19 | Fix typo in comment. From Alexandru Iacob via github. | Darren Tucker |
2018-07-19 | i found a nicer way to describe -join; | Jason McIntyre |
2018-07-19 | Enable kernel profiling on arm64 | Dale Rahn |
2018-07-19 | attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ... | Stuart Henderson |
2018-07-19 | sync | Stuart Henderson |
2018-07-19 | Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at ... | Stuart Henderson |
2018-07-19 | Reuse implicit padding to export the port number of a USB device in | Martin Pieuchot |
2018-07-19 | Deprecate UsePrivilegedPort now that support for running ssh(1) | Darren Tucker |
2018-07-19 | revert previous, something isn't quite right as clients see ntpd | Stuart Henderson |
2018-07-19 | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always | Florian Obser |
2018-07-19 | Add regress test for inheritance of unveil's across fork to children | Bob Beck |
2018-07-18 | Remove the unused leftovers of the 4.4BSD libm, which was only used | Christian Weisgerber |
2018-07-18 | Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen. | Todd C. Miller |
2018-07-18 | Revert the change that delivers process signals to any threads. As | Alexander Bluhm |
2018-07-18 | Bob's license was missing, add it. | Theo Buehler |
2018-07-18 | replace manual zero initialization of various fields with memset; | Florian Obser |