CVS: cvs.openbsd.org: src

2019-03-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/30 18:57:41 Modified files: sbin/unwind: resolver.c Log message: we don't need to set openssl lock callbacks. this code is not threaded. ok florian

CVS: cvs.openbsd.org: src

2019-03-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/30 18:57:06 Modified files: sbin/unwind: unwind.c Log message: use AI_NUMERICHOST for ip conversion. ok florian

CVS: cvs.openbsd.org: src

2019-03-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/27 05:12:10 Modified files: lib/libtls : tls_config.c Log message: remove duplicate set key file call. from alf. ok jsing

CVS: cvs.openbsd.org: src

2019-03-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/23 01:10:06 Modified files: usr.bin/signify: signify.1 signify.c signify.h zsig.c Log message: allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe. ok tb

CVS: cvs.openbsd.org: www

2019-03-21 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/03/21 16:08:23 Modified files: . : index.html Log message: plus.html lives again!

CVS: cvs.openbsd.org: src

2019-03-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/19 17:27:50 Modified files: sbin/ping : ping.c usr.sbin/traceroute: traceroute.c Log message: delay dropping privs a bit when root so that setrtable works. traceroute bits from benno.

CVS: cvs.openbsd.org: src

2019-03-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/05 17:34:08 Modified files: sys/ufs/ufs: ufs_dirhash.c Log message: increase dirhash mem a bit since very tiny machines are less common. perhaps not enough for everyone, but we'll see what

CVS: cvs.openbsd.org: src

2019-03-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/01 10:21:49 Modified files: usr.sbin/apm : apm.c Log message: usage if there's extra arguments. ok kn

CVS: cvs.openbsd.org: src

2019-02-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/22 00:53:56 Modified files: sys/uvm: uvm_km.c Log message: at some point the uvm_km_thread learned to free memory, but the comment was never updated. from Amit Kulkarni

CVS: cvs.openbsd.org: src

2019-02-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/19 15:42:41 Modified files: sys/kern : kern_sig.c Log message: open the coredump file non-blocking. cheloha found it blocks with a fifo. ok cheloha deraadt

CVS: cvs.openbsd.org: src

2019-02-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/17 15:17:28 Modified files: sys/kern : vfs_bio.c vfs_subr.c vfs_vops.c sys/sys: vnode.h Log message: if a write fails, we mark the buffer invalid and throw it away. this can

CVS: cvs.openbsd.org: src

2019-02-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/11 10:59:35 Modified files: share/man/man7 : tbl.7 Log message: remove a few words to improve flow. ok schwarze

CVS: cvs.openbsd.org: src

2019-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/10 15:45:58 Modified files: sys/kern : subr_pool.c uipc_mbuf.c sys/sys: pool.h sys/arch/arm/arm: pmap7.c sys/arch/arm64/arm64: pmap.c Log message: revert

CVS: cvs.openbsd.org: src

2019-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/10 13:07:33 Modified files: sys/arch/arm64/arm64: pmap.c Log message: missed a file. add flags to the pool page free function.

CVS: cvs.openbsd.org: src

2019-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/10 13:05:04 Modified files: sys/kern : subr_pool.c Log message: if waitok flag is set, have the interrupt multipage allocator redirect to the not interrupt allocator.

CVS: cvs.openbsd.org: src

2019-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/10 13:02:37 Modified files: sys/kern : subr_pool.c uipc_mbuf.c sys/sys: pool.h sys/arch/arm/arm: pmap7.c Log message: make it possible to reduce kmem pressure by

CVS: cvs.openbsd.org: src

2019-02-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/04 10:18:08 Modified files: lib/libpthread/man: pthread_set_name_np.3 pthreads.3 lib/librthread : Symbols.map pthread_np.h rthread_np.c shlib_version

CVS: cvs.openbsd.org: src

2019-01-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/31 11:23:27 Modified files: sys/kern : kern_time.c Log message: matthew noticed that some clocks use tfind() which is not mpsafe. add locking in clock_gettime where needed. ok cheloha matthew

CVS: cvs.openbsd.org: src

2019-01-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/30 22:33:51 Modified files: sys/sys: sysctl.h Log message: remove remnant of jackport

CVS: cvs.openbsd.org: src

2019-01-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/30 18:30:46 Modified files: usr.bin/grep : file.c grep.c Log message: convert fgetln to getline. this improves portability and sets a good better example for other code to follow. in the common

CVS: cvs.openbsd.org: src

2019-01-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/29 15:28:30 Modified files: usr.bin/calendar: calendar.1 io.c Log message: replace some archaic quotes with plain variations. ok deraadt millert

CVS: cvs.openbsd.org: src

2019-01-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/23 16:00:54 Modified files: usr.bin/grep : file.c grep.c grep.h mmfile.c util.c Log message: rework grep_open to be more careful about directories. cleaner, but should be no functional change.

CVS: cvs.openbsd.org: src

2019-01-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/23 15:39:47 Modified files: sys/kern : kern_exit.c sys/sys: mutex.h Log message: eliminate a ?: in witness mtx initializer by pushing the default one level up. ok guenther mpi

CVS: cvs.openbsd.org: src

2019-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/22 13:39:51 Modified files: sys/kern : vfs_syscalls.c Log message: namei can return a null dvp on success. check this before access. ok beck Reported-by:

Re: CVS: cvs.openbsd.org: src

2019-01-21 Thread Ted Unangst
Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2019/01/21 14:35:58 > > Modified files: > lib/libc/time : strptime.3 strptime.c > > Log message: > strftime can print epoch seconds with %s, so allow strptim

CVS: cvs.openbsd.org: src

2019-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/21 14:37:15 Modified files: bin/date : date.1 date.c Log message: add a -f pformat flag to parse the given time with strptime.

CVS: cvs.openbsd.org: src

2019-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/21 14:35:58 Modified files: lib/libc/time : strptime.3 strptime.c Log message: strftime can print epoch seconds with %s, so allow strptime to parse it. ok cheloha

CVS: cvs.openbsd.org: src

2019-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/21 13:46:52 Modified files: sys/kern : kern_unveil.c vfs_syscalls.c Log message: sometimes we don't call unveil_add, which means memory allocated by namei doesn't get freed. move the free

CVS: cvs.openbsd.org: src

2019-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/21 13:43:27 Modified files: lib/libc/stdlib: qsort.3 Log message: a few tweaks

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 21:14:20 Modified files: games/snake: snake.c Log message: printing the pinball bonus in the corner is confusing when you lose. just let the bonus happen if it does, players will figure it

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 21:12:58 Modified files: games/snake: snake.c Log message: remove some obsolete comments about deleted code

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 21:10:13 Modified files: games/snake: snake.c Log message: quick fix to keep the cursor in the corner during space warp. less distracting this way.

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 21:09:15 Modified files: games/snake: snake.c Log message: if the snake ran over the money, print the treasure instead of empty. bug noticed by mlarkin

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 20:53:03 Modified files: usr.bin/systat : vmstat.c Log message: don't reuse global between functions; the value is wrong. reported by Bryan Linton

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 19:45:44 Modified files: sys/dev/acpi : acpibtn.c Log message: make this look more like other pwr_action code (small_kernel)

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 13:50:38 Modified files: etc/etc.amd64 : sysctl.conf Log message: document pwraction in the example file

CVS: cvs.openbsd.org: src

2019-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/19 13:45:06 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: cpu.h sys/arch/arm64/arm64: acpi_machdep.c sys/arch/i386/i386: machdep.c

CVS: cvs.openbsd.org: src

2019-01-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/18 17:02:15 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: CXXFLAGS are the correct spelling for c++ options. ok deraadt millert

CVS: cvs.openbsd.org: src

2019-01-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/17 16:01:26 Modified files: share/man/man9 : tvtohz.9 Log message: clarify and docuement what happens when a tv or ts exceeps INT_MIN ticks. with some help from cheloha and schwarze

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 23:24:15 Modified files: sbin/pdisk : Makefile Log message: use $OpenBSD marker

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 23:22:54 Modified files: usr.sbin/ypldap: aldap.c aldap.h usr.sbin/ypserv/ypinit: ypinit.sh Log message: use $OpenBSD markers only

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 23:21:46 Modified files: usr.sbin/sa: extern.h pathnames.h usr.sbin/sasyncd: Makefile usr.sbin/snmpctl: Makefile Log message: convert to using $OpenBSD markers

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 23:18:27 Modified files: usr.bin/ypcat : ypcat.1 usr.bin/ypmatch: ypmatch.1 usr.bin/ypwhich: ypwhich.1 usr.bin/ldap : aldap.c aldap.h Log message: rm a few more $Id

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 23:15:44 Modified files: usr.bin/calendar: ostern.c usr.bin/gencat : gencat.1 usr.bin/locate/bigram: locate.bigram.c usr.bin/locate/code: locate.code.c

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 22:56:29 Modified files: usr.bin/systat : cache.c cache.h engine.c engine.h main.c Log message: use $OpenBSD markers ok millert mpi

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 22:40:10 Modified files: usr.bin/signify: signify.c Log message: change an error message to be less misleading. a secret key can have a valid base64 encoding but still won't parse as a public

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 22:35:35 Modified files: usr.bin/doas : doas.c Log message: clear the password even after a mismatch

CVS: cvs.openbsd.org: src

2019-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/16 22:31:28 Modified files: usr.bin/signify: signify.c Log message: clean up the user's password even after various errors. noticed by Gabriel Bartolini via Jesper Wallin

CVS: cvs.openbsd.org: src

2019-01-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/13 19:05:46 Modified files: share/man/man9 : hz.9 Log message: hint that kern.clockrate is the userland sysctl name by referring to KERN_CLOCKRATE instead of the returned type.

CVS: cvs.openbsd.org: src

2019-01-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/13 17:59:19 Modified files: bin/ksh: mail.c Log message: do not peek before the beginning of a string ok deraadt schwarze tb

CVS: cvs.openbsd.org: src

2019-01-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/10 14:55:26 Modified files: sys/uvm: uvm_mmap.c Log message: Make mincore lie. The nature of shared memory means it can spy on what another process is doing. We don't want that, so instead

CVS: cvs.openbsd.org: src

2019-01-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/07 13:50:44 Modified files: bin/ksh: mail.c Log message: short circuit mail check if MAIL is unset. ok anton

CVS: cvs.openbsd.org: src

2019-01-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/07 13:33:40 Modified files: usr.sbin/ntpd : ntp.c Log message: log dns failures, even if temporary. ok benno

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:35:55 Modified files: sys/kern : kern_pledge.c Log message: fold a bunch of similar sysctl cases into a switch. ok deraadt mestre

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:35:19 Modified files: usr.bin/file : file.c Log message: the parent process doesn't do much but open files, but just the same there's no reason it can't use pledge to enforce that. ok brynet

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:32:34 Modified files: share/man/man4 : tun.4 Log message: mention that tun is a point-to-point interface so that we know what word to search for in ifconfig(4). from claudio

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:30:36 Modified files: usr.bin/ktrace : ktrace.c Log message: set tracefile to null when clearing points. ok kn

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:29:49 Modified files: lib/libc/sys : ktrace.2 Log message: note that tracefile must be null when clearing points. ok kn

CVS: cvs.openbsd.org: src

2019-01-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/06 11:27:14 Modified files: games/grdc : grdc.6 grdc.c Log message: allow q to exit the program. ok cheloha deraadt schwarze

CVS: cvs.openbsd.org: src

2019-01-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/05 21:27:34 Modified files: usr.sbin/rdate : rdate.8 Log message: after much wrangling over what might be an improved example, just delete it. ok deraadt schwarze

CVS: cvs.openbsd.org: src

2019-01-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/01/01 09:17:03 Modified files: usr.bin/time : time.1 Log message: the granularity of microprocessors has likely improved since this note was added. it seems more confusing than informative now.

CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/27 16:53:47 Modified files: usr.bin/mandoc : mandoc.1 Log message: add some notes about using col and ul to process the ascii markup since these may not be commonly known utilities. with schwarze

CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/27 11:00:15 Modified files: usr.sbin/rebound: rebound.c Log message: fifo isn't really the right data structure for varying expirations. convert to a simple rbtree ordered by expiration time. ok

Re: CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2018/12/27 10:57:58 > > Modified files: > sys/dev: audio.c > > Log message: > must remember to unref device if setting the task isn't done. > ok anto

CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/27 10:57:58 Modified files: sys/dev: audio.c Log message: must remember to unref device if setting the task isn't done. ok anton

CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/27 10:27:23 Modified files: games/arithmetic: arithmetic.c Log message: convert to unsigned variables to avoid some overflows. analysis and patch from David Fifield

CVS: cvs.openbsd.org: src

2018-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/27 10:22:45 Modified files: usr.bin/nc : nc.1 netcat.c Log message: port ranges can be ambiguous with hypenated port-names. specify that ranges must be numeric, and only check for range if first

CVS: cvs.openbsd.org: src

2018-12-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/24 13:42:03 Modified files: usr.bin/mandoc : mandoc.1 Log message: mandoc.css lives in /usr/share/misc now; use full paths to indicate this. ok schwarze

CVS: cvs.openbsd.org: src

2018-12-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/18 13:34:32 Modified files: usr.sbin/rebound: rebound.c Log message: Rework how socket fds are passed around internally. This will allow more flexibility in listening sockets (and fixes a bug

CVS: cvs.openbsd.org: src

2018-12-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/17 21:25:28 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2018-12-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/17 21:25:16 Modified files: sys/dev/pci: pcidevs Log message: add a wifi 9560 found in a new laptop. ok deraadt

CVS: cvs.openbsd.org: src

2018-12-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/14 17:50:21 Modified files: regress/usr.bin/ssh: Makefile Log message: remove unused and problematic sudo clean. ok espie

CVS: cvs.openbsd.org: src

2018-12-12 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/12 10:55:28 Modified files: usr.bin/kdump : kdump.1 kdump.c Log message: allow reading from stdin with -f -. ok kn

CVS: cvs.openbsd.org: src

2018-12-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/06 10:45:14 Modified files: usr.bin/find : find.1 option.c Log message: add -not as a sh friendly alias for !. ok millert

CVS: cvs.openbsd.org: src

2018-12-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/06 10:43:30 Modified files: usr.sbin/rebound: https.c Log message: log more info about errors

CVS: cvs.openbsd.org: src

2018-12-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/06 09:51:20 Modified files: usr.sbin/rebound: Makefile rebound.c Added files: usr.sbin/rebound: https.c Log message: add very experimental support for dns over https. (RFC 8484) performance

CVS: cvs.openbsd.org: src

2018-12-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/12/04 11:00:57 Modified files: usr.sbin/apmd : apmd.8 apmd.c Log message: redo the debug logging to be more like everything else. ok kn

CVS: cvs.openbsd.org: src

2018-11-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/30 11:05:31 Modified files: usr.sbin/apmd : apmd.c Log message: log current power status going into and out of suspend, since it may be interesting to review. it seems the battery status is

CVS: cvs.openbsd.org: src

2018-11-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/29 08:51:49 Modified files: lib/libtls : Symbols.list Log message: missed adding tls_default_ca_cert_file here. found by sthen

CVS: cvs.openbsd.org: src

2018-11-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/29 07:25:07 Modified files: usr.bin/nc : netcat.c usr.bin/ldap : ldapclient.c usr.sbin/acme-client: http.c netproc.c usr.sbin/ntpd : constraint.c ntpd.c

CVS: cvs.openbsd.org: src

2018-11-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/29 07:24:23 Modified files: lib/libtls : shlib_version tls.c tls.h tls_config.c lib/libtls/man : tls_load_file.3 Log message: expose the default cert file as a function, not a define.

CVS: cvs.openbsd.org: src

2018-11-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/19 20:42:56 Modified files: usr.sbin/rebound: rebound.c Log message: move a magic constant into a magic define

CVS: cvs.openbsd.org: src

2018-11-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/19 09:12:06 Modified files: lib/libc/sys : sysctl.2 sys/kern : kern_sysctl.c uipc_syscalls.c sys/sys: sysctl.h Log message: delete the dns jackport experiment. it

CVS: cvs.openbsd.org: src

2018-11-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/15 19:16:17 Modified files: lib/libfuse: fuse.c fuse_private.h Log message: Handle signals that get sent to any thread from Rian Hunter

CVS: cvs.openbsd.org: src

2018-11-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/11/14 08:53:31 Modified files: bin/mv : mv.1 Log message: mv imitates, but no longer uses, cp and rm to cross filesystems.

CVS: cvs.openbsd.org: src

2018-05-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/05/08 10:00:14 Modified files: usr.sbin/rebound: rebound.8 Log message: some barebones documentation for the record option. if somebody adds support, we can explaina a little more. :)

CVS: cvs.openbsd.org: src

2018-04-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/04/30 11:43:36 Modified files: usr.sbin/rebound: rebound.c Log message: allow limited setting of permanent A records. like unbound local-data. some code and help from anton

CVS: cvs.openbsd.org: src

2018-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/07 13:31:57 Modified files: sys/sys: exec_script.h Log message: the SETUIDSCRIPTS define is no longer needed since the code was unifdef a few years ago. spotted by tb.

CVS: cvs.openbsd.org: src

2018-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/07 13:22:23 Modified files: games/battlestar: battlestar.c com2.c com3.c com5.c com6.c com7.c getcom.c Log message: slightly reduce the difficulty of the adventure game

CVS: cvs.openbsd.org: src

2018-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/06 22:13:57 Modified files: usr.bin/doas : doas.conf.5 Log message: lowercase doas ee cummings style

CVS: cvs.openbsd.org: src

2018-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/06 22:05:46 Modified files: usr.bin/doas : doas.conf.5 Log message: not necessarily the same name, but the indicated name

CVS: cvs.openbsd.org: src

2018-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/06 21:23:04 Modified files: usr.sbin/rebound: rebound.8 Log message: clarify a bit about config

CVS: cvs.openbsd.org: src

2018-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/06 18:02:46 Modified files: usr.sbin/rebound: rebound.8 rebound.c Log message: remove the magic dns port hijacking feature. it's complicated and brittle, and never quite made the next step to being

CVS: cvs.openbsd.org: src

2018-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/06 13:38:47 Modified files: usr.sbin/rebound: rebound.c Log message: when we get SIGHUP, close conffd so it's reopened (and rewound). problem and early fix by anton

CVS: cvs.openbsd.org: src

2018-02-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/05 18:24:31 Modified files: sys/kern : tty.c Log message: reduce scope of variable a bit to avoid shadowing

CVS: cvs.openbsd.org: src

2018-02-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/02/05 17:18:38 Modified files: sys/dev/ic : aic79xx.c Log message: remove a bit of dead code. ok bluhm deraadt

CVS: cvs.openbsd.org: www

2018-02-05 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2018/02/05 13:42:48 Modified files: . : amd64.html Log message: reorder intel graphics devices new to old from Bryan Vyhmeister ok kettenis

CVS: cvs.openbsd.org: src

2017-12-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/12/24 19:11:19 Modified files: lib/libc/hash : siphash.c Log message: memcpy from the right place. at this point, the used variable is not relevant. from Mark Karpilovskij. ok millert

CVS: cvs.openbsd.org: www

2017-11-19 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/11/19 11:36:41 Modified files: . : amd64.html Log message: kaby lake is 7xxx series

CVS: cvs.openbsd.org: www

2017-10-06 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/10/06 11:45:39 Modified files: . : 62.html Log message: automatic suspend by apmd

<    1   2   3   4   5   6   7   8   9   10   >