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