openbsd
2018-07-23 patrickThe imxiomuxc(4) node itself can also contain a set...
2018-07-23 knPoint to glob in section 7 for the actual list of speci...
2018-07-23 tbDocument tls_peer_ocsp_result() and use it in place...
2018-07-23 tbUse BN_swap_ct() instead of BN_consttime_swap() in
2018-07-23 tbUse a size_t instead of an int for the byte count in...
2018-07-23 tbClean up our disgusting implementations of BN_{,u}...
2018-07-23 guentherDo "Return stack refilling", based on the "Return stack...
2018-07-23 tbImplement RSASSA-PKCS1-v1_5 as specified in RFC 8017.
2018-07-23 florianWhen moving between networks slaacd configures new...
2018-07-23 tbavoid using argv[0] for printing to stderr
2018-07-23 florianadd _rad user
2018-07-23 florianRemove rtadvd(8) rc script.
2018-07-23 florianRemove rtadvd(8), it's time to switch to rad(8).
2018-07-23 floriansync
2018-07-23 florianRemove rtadvd(8) leftovers in etc.
2018-07-23 florianIt's time to switch to rad(8); tested by many.
2018-07-23 florianIt's time to switch to rad(8); tested by many.
2018-07-23 florianreplace references to rtadvd(8) with rad(8)
2018-07-23 florianHandle duplicate address detection failures.
2018-07-22 krwNo need to re-implement realloc(). Just use it
2018-07-22 schwarzecross reference sndio(7) and sndiod(8); from weerd@;
2018-07-22 jmcdocument method=https, and use it in the example config;
2018-07-22 claudioFirst iteration of implementing full mrt dumping/printi...
2018-07-22 claudioMove nexthop into struct filterstate (including nexthop...
2018-07-22 claudioAdd more information to if_change() debug log using...
2018-07-22 claudioMove functions to print link status etc. to util.c...
2018-07-22 kettenisIn uvm_map_protect(), make sure we select a first map...
2018-07-22 dtuckerSwitch authorized_keys example from ssh-dss to ssh...
2018-07-22 sfFix arguments of pf_purge_expired_{src_nodes,rules}()
2018-07-22 krwTweak comment about truncating NULs to reflect new
2018-07-22 krwWhen finished pulling an option out of a buffer, skip...
2018-07-22 antonhook up fchown
2018-07-22 antonAdd regress covering the recently fixed NULL pointer...
2018-07-22 antonAvoid a NULL pointer deref when calling fchown() on...
2018-07-22 claudioAdjust a log message and make sure that the data pointe...
2018-07-21 krwReading past the end of a buffer is bad, Even if the
2018-07-21 jmccomment out a dead Xr;
2018-07-21 jmcsort;
2018-07-21 antonInclude the vnode type in the panic message in ffs_writ...
2018-07-21 claudioThere is no need to initialise global and static local...
2018-07-21 guentherRemove the "got meltdown?" conditional from INTRENTRY...
2018-07-20 bluhmThe newly added realpath(3) in vmd's parse.y checks...
2018-07-20 claudioListen on 127.0.0.1 and ::1 in the regress config since...
2018-07-20 deraadtRemove a few leftovers from the days of emulation,...
2018-07-20 kettenisFail if a PT_LOAD segment has a memory size of 0. ...
2018-07-20 mestreadd pledge(2), it only needs rpath if reading from...
2018-07-20 mestrezap whitespaces
2018-07-20 florianNo need to copy rdns_lifetime around with an IMSG,...
2018-07-20 florianFix mem leaks on config reload:
2018-07-20 florianfix mem leak: missing freeifaddrs
2018-07-20 bketIntroduce MTU option.
2018-07-20 florianWe need to track the auto prefix in ra_prefix_conf...
2018-07-20 millertNow that aliases in smtpd.conf default to plain text...
2018-07-20 claudioMove the nlri_get_prefix functions to util.c so that...
2018-07-20 claudioRename rde_update_get_prefix and friends to nlri_get_pr...
2018-07-20 claudioRename rde_update_extract_prefix to extract_prefix...
2018-07-20 florianRename "resolver" to "nameserver" in the configuration...
2018-07-20 claudioPrint the timestamp embedded in mrt files for update...
2018-07-20 claudioThere is no need to have bgpd running when running...
2018-07-20 helgAdd missing RCS Id.
2018-07-20 knStop checking table commands for `create'
2018-07-20 robertadd regress test for "bypassunveil" where a path should...
2018-07-20 espieinform that diagnostics in functions won't work, but...
2018-07-20 beckCorrectly copy across unveil's from parent to child...
2018-07-20 jsgmatch on marvell,armada-38x-uart linux >= 4.18-rc1...
2018-07-20 djmslightly-clearer description for AuthenticationMethods...
2018-07-20 djmremove unused zlib.h
2018-07-20 guentherMissed a 'ksi' -> '*ksip' change in previous commit
2018-07-19 dtuckerFix typo in comment. From Alexandru Iacob via github.
2018-07-19 jmci found a nicer way to describe -join;
2018-07-19 drahnEnable kernel profiling on arm64
2018-07-19 sthenattach RTL8188EU under AboCom's vendor id. From FreeBSD...
2018-07-19 sthensync
2018-07-19 sthenAdd RTL8188EU under AboCom's vendor id. From FreeBSD...
2018-07-19 mpiReuse implicit padding to export the port number of...
2018-07-19 dtuckerDeprecate UsePrivilegedPort now that support for runnin...
2018-07-19 sthenrevert previous, something isn't quite right as clients...
2018-07-19 florianieee80211_ess_is_better() returns 0 or 1, comparing...
2018-07-19 beckAdd regress test for inheritance of unveil's across...
2018-07-18 naddyRemove the unused leftovers of the 4.4BSD libm, which...
2018-07-18 millertConvert from fgetln(3) to getline(3). Based on a diff...
2018-07-18 bluhmRevert the change that delivers process signals to...
2018-07-18 tbBob's license was missing, add it.
2018-07-18 florianreplace manual zero initialization of various fields...
2018-07-18 florianStop our own router advertisements from looping back...
2018-07-18 jmctidy up the flags section a little: supply a little...
2018-07-18 florianWhen running flood ping with count packets (-c) set...
2018-07-18 espiemake the logic for deleting first slightly more obvious
2018-07-18 dtuckerRemove support for running ssh(1) setuid and fatal...
2018-07-18 helgReplace VATTR_NULL() with memset(3) in fusefs_getattr...
2018-07-18 florianDon't log_warn on normal conditions, it should be log_d...
2018-07-17 knstop assuming prefix lengths, remove inet6_makenetandmask()
2018-07-17 patrickTX packets, which can be either Ethernet or control...
2018-07-17 nicmWhen a key isn't in the first table, we need to try...
2018-07-17 tbsome more style fixes
2018-07-17 tbAdd missing $OpenBSD$ markers.
2018-07-17 tbremove unused, empty file
2018-07-17 inoguchiReplace getprogname() to argv[0] in bnaddsub
2018-07-17 djmallow shell globs to match program and hostname selecto...
2018-07-17 mlarkinvmd(8): fix vmctl -b option for i386 kernels.
next