CVS: cvs.openbsd.org: src

2015-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/22 06:52:15 Modified files: libexec/rpc.yppasswdd: yppasswdd_mkpw.c Log message: use crypt_checkpass to check password

CVS: cvs.openbsd.org: src

2015-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/22 06:55:23 Modified files: libexec/login_reject: login_reject.c Log message: use crypt_checkpass("password", NULL) to fake a login instead of bcrypt

CVS: cvs.openbsd.org: src

2015-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/22 06:32:33 Modified files: libexec/login_chpass: Makefile login_chpass.c libexec/login_lchpass: Makefile login_lchpass.c Log message: use crypt_checkpass instead of doing things the hard

CVS: cvs.openbsd.org: src

2015-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/22 06:43:26 Modified files: usr.bin/doas : doas.c Log message: copying of the environment can be done later, as the user running

CVS: cvs.openbsd.org: src

2015-10-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/19 11:24:07 Modified files: lib/libfuse: fuse_opt.c Log message: missing deref on char check. from David Binderman

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 12:29:05 Modified files: usr.sbin/rebound: rebound.c Log message: two phase handling for tcp so that slow connects don't stall the process

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 12:38:53 Modified files: usr.sbin/rebound: rebound.c Log message: deraadt tells me i'm supposed to check if connect() actually worked.

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 12:47:53 Modified files: usr.sbin/rebound: rebound.c Log message: life is simpler if all requests go in the fifo, and then just remove them in the error case instead of duplicating code.

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 14:12:06 Modified files: usr.sbin/rebound: rebound.c Log message: naddy would like the child to exit when the parent dies. hook up a pipe between them and watch for eof in the child.

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 14:25:09 Modified files: usr.sbin/rebound: rebound.c Log message: save some file descriptors. instead of a pipe, use kevent to watch parent

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 09:35:05 Modified files: usr.sbin/rebound: rebound.c Log message: save request length in cache. naddy noticed we weren't getting any hits.

CVS: cvs.openbsd.org: src

2015-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/16 18:38:57 Modified files: usr.sbin/rebound: rebound.c Log message: don't need fcntl for non blocking socket, just ask for it upfront

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:25:44 Modified files: etc/mail : aliases Log message: no mail for _rebound. deraadt

CVS: cvs.openbsd.org: www

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/10/15 18:35:41 Modified files: . : errata56.html errata57.html errata58.html Log message: errata!

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 19:55:19 Modified files: usr.sbin/rebound: rebound.c Log message: safety check that we're dealing with the filter we expect

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 20:09:31 Modified files: usr.sbin/rebound: rebound.c Log message: fine tune the logging some more

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 19:50:39 Modified files: usr.sbin/rebound: rebound.c Log message: most things should be static

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 19:37:14 Modified files: usr.sbin/rebound: rebound.c Log message: exit(1) is better for the impossible condition

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 19:58:28 Modified files: usr.sbin/rebound: rebound.c Log message: simplify logging functions. once a daemon, always a daemon

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:59:55 Modified files: usr.sbin/rebound: rebound.c Log message: do not insert entry into cache until it's fully formed

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 16:12:26 Modified files: usr.sbin/rebound: rebound.c Log message: better memory handling of the request/cache chain

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 14:13:57 Modified files: usr.sbin/rebound: rebound.c Log message: just a space in usage, from deraadt

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:19:06 Modified files: etc: group master.passwd Log message: _rebound user and group (52)

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:20:09 Modified files: usr.sbin/rebound: rebound.c Log message: now with _rebound user, we can try a little harder at privdrop

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:27:37 Modified files: usr.sbin : Makefile Log message: everybody can build rebound

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:39:15 Modified files: usr.sbin/rebound: rebound.c Log message: assert is the wrong tool

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 16:17:43 Modified files: usr.sbin/rebound: rebound.c Log message: make sure req is zeroed in tcp case

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:35:27 Modified files: usr.sbin/rebound: rebound.c Log message: the inet sockets don't work well with inet6 addrs. pick family from addr. detected by naddy

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 14:58:14 Modified files: usr.sbin/rebound: rebound.c Log message: make the HUP interlocking in the parent work better.

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:25:05 Modified files: usr.sbin/rebound: rebound.c Log message: introduce logerr, since most logging is followed by exit

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 15:56:52 Modified files: usr.sbin/rebound: rebound.c Log message: doh, not all requests are the same size. check len first.

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 13:42:54 src/usr.sbin/rebound Update of /cvs/src/usr.sbin/rebound In directory cvs.openbsd.org:/tmp/cvs-serv12055/rebound Log Message: Directory /cvs/src/usr.sbin/rebound added to the repository

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 13:49:22 Modified files: usr.sbin/rebound: rebound.c Log message: child can be pledged down a bit to just sockets and io

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 13:43:30 Added files: usr.sbin/rebound: Makefile randomid.c rebound.8 rebound.c Log message: import rebound, a lightweight dns proxy, for further polishing

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 13:51:45 Modified files: usr.sbin/rebound: rebound.8 Log message: add a hint about the config file, until it changes

CVS: cvs.openbsd.org: src

2015-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/15 16:21:28 Modified files: usr.sbin/rebound: rebound.c Log message: it is perhaps better style to not call close() on -1, even if harmless

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 15:12:10 Modified files: lib/libssl/src/crypto/objects: obj_dat.c Log message: fix a memory leak reported by Qualys Security. move the bndec variable in tighter since it's not used elsewhere in

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 15:54:10 Modified files: lib/libssl/src/crypto/objects: obj_dat.c Log message: better fix for overrun reported by Qualys Security. buf is at all times kept nul terminated, so there is no need to

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 20:23:05 Modified files: lib/libssl/src/crypto/objects: Tag: OPENBSD_5_6 obj_dat.c Log message: pull up fixes for leak and overrun

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 20:23:25 Modified files: lib/libssl/src/crypto/objects: Tag: OPENBSD_5_7 obj_dat.c Log message: pull up fixes for leak and overrun

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 20:23:38 Modified files: lib/libssl/src/crypto/objects: Tag: OPENBSD_5_8 obj_dat.c Log message: pull up fixes for leak and overrun

CVS: cvs.openbsd.org: src

2015-10-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/14 20:35:04 Modified files: usr.bin/lock : lock.c Log message: lock needs pledge(proc exec) to use bsd auth system. from trondd

CVS: cvs.openbsd.org: src

2015-10-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/09 10:26:03 Modified files: bin/ksh: README Log message: pare down the readme so as to not imply we are tracking upstream. nor do we much care about running this on dec ultrix anymore,

CVS: cvs.openbsd.org: src

2015-10-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/09 13:36:27 Modified files: bin/ksh: c_ksh.c edit.c emacs.c history.c mail.c trap.c tree.c Log message: remove null check before afree. from Michael McConville

CVS: cvs.openbsd.org: src

2015-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/08 08:46:05 Modified files: sys/arch/i386/stand/libsa: memprobe.c sys/arch/amd64/stand/libsa: memprobe.c Log message: 16 years after E801 memprobe was disabled, probably safe to delete it.

CVS: cvs.openbsd.org: src

2015-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/08 09:54:59 Modified files: bin/ksh: history.c Log message: little cleanup from Michael McConville, mostly related to stale comments.

CVS: cvs.openbsd.org: src

2015-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/08 10:41:26 Modified files: bin/ksh: history.c Log message: stop trying to gift history files to the original owner. instead, don't open history files that don't belong to us. probably much

CVS: cvs.openbsd.org: src

2015-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/08 10:45:50 Modified files: usr.bin/signify: signify.c Log message: add some tame calls. we may need a bunch of permissions to create files and manipulate the tty for readpassphrase, but once we've

CVS: cvs.openbsd.org: src

2015-10-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/06 08:58:37 Modified files: usr.sbin/cron : config.h cron.h crontab.c database.c entry.c externs.h funcs.h globals.h macros.h misc.c pathnames.h

CVS: cvs.openbsd.org: src

2015-10-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/06 10:51:15 Modified files: bin/mv : mv.c Log message: we're running rm. call it rm too.

CVS: cvs.openbsd.org: src

2015-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/05 15:59:29 Modified files: share/man/man9 : style.9 Log message: change a few examples to be more stylistic. pointed out by rob pierce

CVS: cvs.openbsd.org: src

2015-10-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/04 05:58:09 Modified files: libexec/ftpd : extern.h ftpd.c popen.c Log message: fix custom popen to return pid to caller instead of tracking in a giant array. this implies we can't use a function

CVS: cvs.openbsd.org: src

2015-10-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/04 03:08:46 Modified files: usr.sbin/cron : popen.c Log message: remove stale comment. there is no need to avoid side effects from a "list" command, because this is not the ftp daemon

CVS: cvs.openbsd.org: www

2015-10-03 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/10/03 08:52:10 Modified files: . : events.html papers : index.html Added files: papers : eurobsdcon2015-crypto.html

CVS: cvs.openbsd.org: src

2015-10-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/03 06:46:54 Modified files: usr.sbin/cron : atrun.c cron.c do_command.c entry.c popen.c Log message: unifdef some features we will always have. ok benno zhuk

CVS: cvs.openbsd.org: www

2015-10-03 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/10/03 09:25:30 Modified files: papers : eurobsdcon2015-crypto.html Log message: clarify that the ssh import was into CVS

CVS: cvs.openbsd.org: src

2015-10-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/03 13:47:21 Modified files: usr.sbin/cron : atrun.c do_command.c funcs.h popen.c Log message: There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elements just to keep track of a

CVS: cvs.openbsd.org: src

2015-10-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/03 14:12:53 Modified files: usr.bin/unifdef: unifdef.c Log message: you can't edit stdin in place. check for this before the hack that increments argc when run with no arguments, causing a read past

CVS: cvs.openbsd.org: src

2015-10-02 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/02 03:51:54 Modified files: sys/netinet: tcp_subr.c Log message: add a comment above the rfc1948 code that mentions the rfc so it's easy to find

CVS: cvs.openbsd.org: src

2015-09-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/30 08:33:42 Modified files: bin/ksh: lex.c Log message: fix error message for csh-history. the lexer needs to back up more. from Michael McConville

CVS: cvs.openbsd.org: src

2015-09-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/29 14:11:36 Modified files: bin/systrace : cradle.c util.c Log message: unifdef support for other operating systems. sorry OS/2 cultists. ok deraadt

CVS: cvs.openbsd.org: src

2015-09-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/28 21:50:58 Modified files: usr.bin/mg : Makefile Removed files: usr.bin/mg : random.c Log message: rename random.c to util.c so it doesn't look scary. (util.c repo copied) ok

CVS: cvs.openbsd.org: src

2015-09-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/28 12:33:42 Modified files: sys/uvm: uvm_extern.h uvm_map.c uvm_mmap.c Log message: add a flag to indicate to uvm_map that it should unmap to make space. this pulls all the relevant

CVS: cvs.openbsd.org: src

2015-09-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/28 12:22:37 Modified files: sys/uvm: Tag: OPENBSD_5_8 uvm_km.c Log message: backport 1.127 by kettenis, the remainder of the 1.125 reversion. solves panics resulting from queue corruption

CVS: cvs.openbsd.org: src

2015-09-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/28 12:21:46 Modified files: sys/uvm: Tag: OPENBSD_5_7 uvm_km.c Log message: backport 1.127 by kettenis, the remainder of the 1.125 reversion. solves panics resulting from queue corruption

CVS: cvs.openbsd.org: src

2015-09-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/28 12:36:08 Modified files: sys/uvm: uvm_mmap.c Log message: the kernel lock is no longer needed in the fixed case since uvm_map will perform the unmap as necessary, holding the vm lock.

CVS: cvs.openbsd.org: src

2015-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/26 09:37:28 Modified files: sys/uvm: uvm_mmap.c Log message: matthew noticed there's a race where we are using the kernel lock to tie together the unmap and map portions of a fixed mmap.

CVS: cvs.openbsd.org: src

2015-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/26 09:38:53 Modified files: sys/kern : syscalls.master Log message: unlock the mmap! reminded and ok kettenis

CVS: cvs.openbsd.org: src

2015-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/26 09:39:57 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: regen

CVS: cvs.openbsd.org: src

2015-09-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/25 10:19:26 Modified files: usr.bin/arch : arch.c Log message: tidy up a bit more

CVS: cvs.openbsd.org: src

2015-09-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/25 10:16:26 Modified files: usr.bin/diff : diffdir.c diffreg.c xmalloc.c Log message: xmalloc/free wrappers don't need to support 20 year old non comformance

CVS: cvs.openbsd.org: src

2015-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/24 17:09:16 Modified files: lib/libc/sys : ptrace.2 Log message: add a small hint that you'll get EBUSY if you forget to wait. ok guenther

CVS: cvs.openbsd.org: src

2015-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/24 14:35:18 Modified files: sys/kern : sys_process.c Log message: buglet: there's no way for req to be STEP in the DETACH case. also fix the confusing comment. ok guethner.

CVS: cvs.openbsd.org: src

2015-09-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/23 09:37:26 Modified files: sys/isofs/udf : udf_vnops.c sys/miscfs/fuse: fuse_vnops.c sys/msdosfs: msdosfs_vnops.c sys/sys: lock.h sys/ufs/ufs:

CVS: cvs.openbsd.org: src

2015-09-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/23 11:49:16 Modified files: share/man/man9 : style.9 Log message: refer to err and warn families, suggested by Michael McConville

CVS: cvs.openbsd.org: src

2015-09-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/22 09:37:06 Modified files: bin/sleep : sleep.c Log message: sleep doesn't benefit from setting locale. we always want to parse numbers as our forefathers did, and it doesn't print any error

CVS: cvs.openbsd.org: src

2015-09-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/18 20:47:46 Modified files: usr.bin/doas : doas.c Log message: doas doesn't need any files to be passed in. closefrom STDERR+1. ok benno

CVS: cvs.openbsd.org: src

2015-09-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/16 10:32:11 Modified files: games/fortune/strfile: strfile.c Log message: big blocks need braces for support

CVS: cvs.openbsd.org: src

2015-09-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/15 12:15:05 Modified files: bin/ksh: c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c eval.c exec.c expr.c history.c io.c jobs.c lex.c main.c

CVS: cvs.openbsd.org: src

2015-09-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/15 12:07:22 Modified files: bin/ksh: c_ksh.c jobs.c misc.c Log message: stop abusing null (the variable) for an empty string in output formats. from Michael McConville ok nicm

CVS: cvs.openbsd.org: src

2015-09-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/14 09:14:36 Removed files: bin/ksh: BUG-REPORTS ChangeLog ChangeLog.0 IAFA-PACKAGE NEWS Log message: these files are a combination of old, lies, and old lies. zap.

CVS: cvs.openbsd.org: src

2015-09-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/14 10:09:13 Modified files: lib/libc/gen : auth_subr.c authenticate.c fts.c getcap.c getgrent.c getmntinfo.c getnetgrent.c getpwent.c

CVS: cvs.openbsd.org: src

2015-09-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/13 13:46:36 Modified files: bin/ksh: tty.c Log message: move tty_close up a bit so we can use it. combine two equiv if blocks. from Michael McConville

CVS: cvs.openbsd.org: src

2015-09-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/13 13:43:42 Modified files: bin/ksh: ksh_limval.h shf.c Log message: zap unused FP support. from Michael McConville. ok nicm

CVS: cvs.openbsd.org: src

2015-09-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/13 21:53:47 Removed files: bin/ksh: INSTALL Log message: directions for using autoconf cannot be relevant. from Michael McConville

Re: CVS: cvs.openbsd.org: src

2015-09-10 Thread Ted Unangst
Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2015/09/10 07:36:44 > > Modified files: > sys/netinet: tcp_input.c > > Log message: > Only half of the IPv6 source address was used as input for the syn > cache hash. That makes it

CVS: cvs.openbsd.org: src

2015-09-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/06 18:49:20 Modified files: games/primes : primes.c games/factor : factor.c Log message: cosmetic fixes

CVS: cvs.openbsd.org: src

2015-09-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/03 14:05:59 Modified files: usr.bin/doas : doas.c Log message: replace permfail calls with errc. the permfail calls had been retained for clarity and/or future use, but if people send me diffs

CVS: cvs.openbsd.org: src

2015-09-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/01 11:46:31 Modified files: bin/ksh: main.c Log message: no need to check for null argv anymore. from Martijn van Duren ok deraadt

CVS: cvs.openbsd.org: src

2015-09-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/01 07:12:31 Modified files: bin/ksh: c_ksh.c edit.c emacs.c expand.h history.c mail.c syn.c table.c tree.c var.c vi.c Log message: remove casts and null checks

CVS: cvs.openbsd.org: src

2015-09-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/01 07:20:53 Modified files: usr.bin/doas : doas.c doas.conf.5 Log message: only need to restrict exec path if the rule specifies a command. add a hint about path restrictions to man page. ok

CVS: cvs.openbsd.org: src

2015-08-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/08/28 10:16:44 Modified files: sys/arch/amd64/amd64: aesni.c intr.c Log message: a few more free sizes. ok deraadt

CVS: cvs.openbsd.org: src

2015-08-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/08/28 10:13:58 Modified files: usr.sbin/apmd : apmd.c Log message: log battery changes every 10%, not every 21. ok deraadt jung phessler

CVS: cvs.openbsd.org: src

2015-08-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/08/28 13:59:36 Modified files: sys/arch/amd64/amd64: aesni.c Log message: fix an unprobable leak. ok deraadt mikeb

CVS: cvs.openbsd.org: src

2015-08-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/08/27 10:31:02 Modified files: usr.bin/doas : doas.c Log message: add a type of auth-doas to the perm check to allow login.conf fiddling originally proposed by halex

CVS: cvs.openbsd.org: www

2015-08-27 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/08/27 22:39:39 Modified files: . : 58.html Log message: realloc is better

CVS: cvs.openbsd.org: www

2015-08-27 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/08/27 18:30:48 Modified files: . : amd64.html Log message: put a note about miniroot here as well

CVS: cvs.openbsd.org: www

2015-08-27 Thread Ted Unangst
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2015/08/27 18:27:30 Modified files: . : i386.html Log message: 3 floppies died some time ago

Re: CVS: cvs.openbsd.org: src

2015-08-24 Thread Ted Unangst
Martin Pieuchot wrote: CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org2015/08/24 10:38:43 Modified files: sys/arch/macppc/dev: if_bm.c Log message: Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on bugs@. less copper, more fiber?

CVS: cvs.openbsd.org: src

2015-08-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/08/22 19:55:39 Modified files: sys/scsi : ch.c mpath.c safte.c scsiconf.c ses.c Log message: add some sizes to free. looked over by deraadt

<    5   6   7   8   9   10   11   12   13   14   >