CVS: cvs.openbsd.org: src

2017-05-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/26 13:48:28 Modified files: games/trek : trek.6 games/trek/USD.doc: trek.me Removed files: games/trek/DOC : read_me.nr things Log message: forgot to remove mention of deleted

CVS: cvs.openbsd.org: src

2017-05-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/26 13:19:23 Modified files: games/trek : Makefile play.c setup.c trek.h Removed files: games/trek : dumpgame.c Log message: save and restore hasn't worked for some time, not since

CVS: cvs.openbsd.org: src

2017-05-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/25 14:27:55 Modified files: libexec/talkd : talkd.8 Log message: Xr inetd as a hint about what flavor of crazy you're dealing with

CVS: cvs.openbsd.org: src

2017-05-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/25 14:25:50 Modified files: usr.bin/talk : talk.1 Log message: incompatibilities with 4.2 are no longer interesting

CVS: cvs.openbsd.org: src

2017-05-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/25 14:11:03 Modified files: usr.bin/yacc : closure.c lalr.c main.c mkpar.c reader.c verbose.c Log message: fix a variety of warnings. from Brian Callahan

CVS: cvs.openbsd.org: src

2017-05-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/05/08 09:47:49 Modified files: sys/kern : uipc_mbuf.c Log message: add a compile time assertion MSIZE == sizeof(struct mbuf) ok kettenis mpi tom

CVS: cvs.openbsd.org: src

2017-04-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/27 10:09:32 Modified files: usr.sbin/rebound: rebound.c Log message: clang warns about some of the strlcpy arguments here, which aren't the typical idiom because there's invisible size dependencies.

CVS: cvs.openbsd.org: src

2017-04-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/13 09:32:15 Modified files: usr.sbin/rebound: rebound.c Log message: moving some code into a switch meant that break no longer stopped the loop. try harder with a goto. diagnosis and original fix by

CVS: cvs.openbsd.org: src

2017-04-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/06 15:16:14 Modified files: usr.sbin/rebound: rebound.c Log message: replace some long if/else chains with a switch

CVS: cvs.openbsd.org: src

2017-04-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/06 15:14:12 Modified files: usr.bin/doas : doas.c Log message: a little const here and there to prevent rules from changing

CVS: cvs.openbsd.org: src

2017-04-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/06 15:12:06 Modified files: usr.bin/doas : doas.h env.c Log message: prepenv can take a const rule

CVS: cvs.openbsd.org: src

2017-04-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/03 11:23:39 Modified files: libexec/comsat : comsat.c Log message: check return from pread, don't divide -1 for count

CVS: cvs.openbsd.org: src

2017-04-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/03 10:18:35 Modified files: usr.bin/grep : util.c Log message: initialize regmatch_t always, fixes grep -o "" from Michael Santos

CVS: cvs.openbsd.org: src

2017-03-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/03/20 12:34:52 Modified files: lib/libskey: skeylogin.c Log message: use explicit_bzero. one from Ricardo Mestre plus two more.

Re: CVS: cvs.openbsd.org: src

2017-03-20 Thread Ted Unangst
Ingo Schwarze wrote: > No. All the options except -m agree both syntactically and > semantically. Basically, it's just one utility, and the command > names mandoc(1), apropos(1), and whatis(1) are obsolete (though i > have no intention to remove them, that would just hurt people's > finger

Re: CVS: cvs.openbsd.org: src

2017-03-20 Thread Ted Unangst
Ingo Schwarze wrote: > CVSROOT: /cvs > Module name: src > Changes by: schwa...@cvs.openbsd.org2017/03/20 08:30:43 > > Modified files: > usr.bin/mandoc : main.c mandoc.1 > > Log message: > Silently ignore invalid -m input formats rather than erroring out. > As observed by

CVS: cvs.openbsd.org: src

2017-03-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/03/20 08:35:06 Modified files: usr.bin/doas : doas.conf.5 Log message: simplify example. list of ports variables was non-exahustive, which means what exactly? there should be a better place for such

CVS: cvs.openbsd.org: src

2017-03-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/03/09 14:25:01 Modified files: usr.bin/doas : doas.c Log message: exit test for -L was reversed. spotted by Michael Forney

CVS: cvs.openbsd.org: src

2017-01-14 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/14 11:51:24 Modified files: usr.bin/doas : doas.c Log message: add a geteuid check to make sure we're root before plowing into setauth. spare some debugging effort in case doas is not installed

CVS: cvs.openbsd.org: src

2017-01-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/03 14:47:37 Modified files: usr.bin/xargs : strnsubst.c Log message: remove unused variable repllen. i tried to see if it could be useful, but this function is kinda crazy. from Julien Ramseier

CVS: cvs.openbsd.org: src

2017-01-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/03 14:31:16 Modified files: usr.bin/find : extern.h find.1 find.c find.h function.c main.c option.c Log message: add -delete option which can simplify the common case of

CVS: cvs.openbsd.org: src

2017-01-02 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/02 15:03:56 Modified files: lib/libtls : tls.c Log message: fix cert verify. a cert with an alt chain may verify but leave an error in the context. don't look for errors in case of success.

CVS: cvs.openbsd.org: src

2017-01-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/02 00:41:18 Modified files: sys/arch/amd64/amd64: pmap.c Log message: delete obsolete (disabled) pool_cache_invalidate. pool caches were removed many years ago, and the just reimported version

CVS: cvs.openbsd.org: src

2017-01-01 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/01 18:40:20 Modified files: usr.bin/doas : parse.y Log message: envlist and arglist are both string lists; simplify ok benno

CVS: cvs.openbsd.org: src

2016-12-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/12/30 12:52:43 Modified files: usr.bin/less : linenum.c Log message: restore a not so redundant test. loopcount = -1 is a significant indicator to prevent printing the calculating message over and

CVS: cvs.openbsd.org: src

2016-12-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/12/29 12:12:42 Modified files: usr.bin/doas : parse.y Log message: it has been six months and two days... remove keepenv { obsolete } syntax

CVS: cvs.openbsd.org: src

2016-11-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/11/10 09:00:40 Modified files: usr.bin/doas : parse.y Log message: missing semicolon at end of rule. yacc doesn't seem to mind, though. from Edakawa

CVS: cvs.openbsd.org: src

2016-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/22 18:42:49 Modified files: sys/kern : uipc_syscalls.c Log message: dns hijacking must be af specific. move it into the port check function, and redirect inet6 sockets to the ::1 flavor of

CVS: cvs.openbsd.org: src

2016-10-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/22 18:40:39 Modified files: usr.sbin/rebound: rebound.c Log message: listen on inet6 sockets as well. we need this because stolen inet6 sockets can't be redirected to inet4 listeners.

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 19:16:22 Modified files: usr.sbin/makefs: ffs.c msdos.c msdos.h usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c ffs_extern.h ufs_inode.h

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 16:33:46 Modified files: usr.sbin/makefs/ffs: buf.h usr.sbin/makefs/fs/msdosfs: denode.h msdosfs_lookup.c usr.sbin/makefs/msdos: msdosfs_denode.c msdosfs_vnops.c Log message:

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 16:26:34 Modified files: usr.sbin/makefs: ffs.c usr.sbin/makefs/ffs: ffs_alloc.c usr.sbin/makefs/ufs/ffs: ffs_subr.c usr.sbin/makefs/ufs/ufs: ufs_bswap.h Log message:

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 16:23:08 Modified files: usr.sbin/makefs/ufs/ufs: ufs_bswap.h Log message: simplify swapper functions a bit

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 16:19:10 Modified files: usr.sbin/makefs/ffs: ffs_alloc.c ffs_balloc.c usr.sbin/makefs/ufs/ffs: ffs_subr.c usr.sbin/makefs/ufs/ufs: ufs_bswap.h Log message: another round of

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 15:59:29 Modified files: usr.sbin/makefs: ffs.c makefs.c makefs.h usr.sbin/makefs/ffs: mkfs.c usr.sbin/makefs/ufs/ufs: dir.h Log message: remove some byte swapping code from the

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 15:47:03 Modified files: usr.sbin/makefs: cd9660.c Log message: there's no need for a special typedef and function pointer for picking between two functions.

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 15:44:43 Modified files: usr.sbin/makefs: cd9660.c ffs.c Log message: /* XXX bounds checking! */ very crudely fix a few strcpy and sprintf warnings. leave the quality warnings.

CVS: cvs.openbsd.org: src

2016-10-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/16 15:35:27 Modified files: usr.sbin/makefs/fs/msdosfs: fat.h msdosfsmount.h usr.sbin/makefs/msdos: msdosfs_vfsops.c Log message: remove GEMDOS code

CVS: cvs.openbsd.org: src

2016-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/15 18:08:31 Modified files: usr.sbin/rebound: rebound.c Log message: switch to a re-exec model instead of plain forking to reduce sharing. this shuffles about some of the initialization code and

CVS: cvs.openbsd.org: src

2016-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/15 16:09:51 Modified files: usr.sbin/rebound: rebound.c Log message: refactor the worker and monitor loops a little to make room for re-exec

CVS: cvs.openbsd.org: src

2016-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/15 15:56:40 Modified files: usr.sbin/rebound: rebound.c Log message: be more cautious about inspecting packets. use integer offsets instead of advancing pointers which may go past the end.

CVS: cvs.openbsd.org: src

2016-10-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/15 15:50:59 Modified files: usr.sbin/rebound: rebound.c Log message: implement random casing for query names, also known as 0x20 hardening. this *should* work everywhere, and i consider minimum

CVS: cvs.openbsd.org: src

2016-10-12 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/12 23:46:20 Modified files: usr.bin/systat : main.c Log message: add the hostname to the display. started by otto, then deraadt. ok deraadt

CVS: cvs.openbsd.org: src

2016-10-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/10 12:13:21 Modified files: bin/mv : rm.c Log message: don't need to worry about pre/post order and skipping directories. remove more dead code

CVS: cvs.openbsd.org: src

2016-10-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/10 12:10:40 Modified files: bin/mv : rm.c Log message: zap extra includes

CVS: cvs.openbsd.org: src

2016-10-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/10 12:09:40 Modified files: bin/mv : rm.c Log message: remove some more dead code. (previous diff from Jan Stary)

CVS: cvs.openbsd.org: src

2016-10-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/10 12:07:03 Modified files: bin/mv : rm.c Log message: remove some dead code that's only used in rm

CVS: cvs.openbsd.org: src

2016-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/08 15:31:56 Modified files: sys/kern : kern_sysctl.c Log message: upon further review, port numbers go all the way up to ushort max

CVS: cvs.openbsd.org: src

2016-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/08 15:27:32 Modified files: sys/kern : kern_sysctl.c Log message: initialize the port variable before sysctl, since it's also read out.

CVS: cvs.openbsd.org: src

2016-10-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/08 00:33:59 Modified files: usr.sbin/rebound: rebound.c Log message: a little more precision about reloading config. only reopen if it changed

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 21:46:58 Modified files: usr.sbin/rebound: rebound.c Log message: too many blank lines

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 13:14:56 Modified files: usr.sbin/rebound: rebound.c Log message: the parent mostly never crashes, but the child might. or the config file disappears. in such cases, the parent will exit. make

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 13:07:37 Modified files: usr.sbin/rebound: rebound.8 rebound.c Log message: several big changes, tied together. switch to reading resolv.conf to find upstream name servers. moitor this file and

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 13:04:44 Modified files: sys/kern : uipc_syscalls.c kern_sysctl.c sys/sys: sysctl.h lib/libc/gen : sysctl.3 Log message: introduce a sysctl to hijack dns

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 10:10:45 Modified files: bin/csh: csh.1 Log message: suppose we should fix csh while we're at it.

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 10:09:49 Modified files: bin/ksh: ksh.1 Log message: note that ulimit -m is not enforced, spotted by jmc

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 09:59:36 Modified files: sys/dev: rnd.c Log message: another unused variable bites the dust. spotted by deraadt

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 09:50:12 Modified files: sys/dev: rnd.c Log message: the old time delta code is no longer used. nothing reads these values. remove it another relic of the superstitious past. ok deraadt

CVS: cvs.openbsd.org: src

2016-10-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/07 09:48:55 Modified files: lib/libc/sys : getrlimit.2 Log message: rss limit is no longer enforced. noticed by Raimo Niskanen

Re: CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2016/10/05 17:28:28 > > Modified files: > usr.bin/doas : doas.c > > Log message: > Add back the call to yyparse() that was accidentally dropped in the > previous commit. Fortunately,

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 11:40:25 Modified files: usr.bin/doas : doas.c doas.h Log message: move yyparse decl next to yyfp

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 11:36:53 Modified files: usr.bin/doas : doas.c doas.h parse.y Log message: as a result of the env rework, arraylen() is only used in parse.y. move it there and make it static.

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 09:58:50 Modified files: usr.bin/signify: signify.c Log message: when generating keys, make sure the names specified adhere to all department of keyname compliance regulations. see if anybody

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 09:48:39 Modified files: usr.bin/signify: signify.c Log message: more properly check the secret key extension. from espie

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 09:45:13 Modified files: usr.bin/signify: signify.1 Log message: document the previously hidden keyname detection. urged by espie.

CVS: cvs.openbsd.org: src

2016-10-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/10/05 08:48:58 Modified files: usr.bin/signify: signify.c Log message: combining an assignment and *two* tests in one conditional is a bit much. pull things apart. reported by espie in a separate

CVS: cvs.openbsd.org: src

2016-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/26 20:16:40 Modified files: usr.bin/signify: zsig.c Log message: can make function static now that it's living in a separate file. bye bye XXX!

CVS: cvs.openbsd.org: src

2016-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/26 20:13:27 Modified files: usr.bin/signify: signify.c Log message: the keytype checking is logically part of verify, and it's small, so always include it. but it can be made a bit simpler with zero

CVS: cvs.openbsd.org: src

2016-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/26 20:02:47 Modified files: usr.bin/signify: signify.c Log message: no need to copy keypath if we already have one

CVS: cvs.openbsd.org: src

2016-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/26 15:47:54 Modified files: usr.bin/signify: signify.c Log message: have to advance pointer past the / to get basename. noticed by naddy

CVS: cvs.openbsd.org: src

2016-09-26 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/26 11:49:52 Modified files: usr.bin/signify: signify.c Log message: there's a hidden feature to infer the public key from the signature comment, but it doesn't work well because it encodes the full

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:59:04 Modified files: share/man/man9 : hashinit.9 Log message: jmc noticed a chunk failed to apply. actually document hashfree. from natano via Mathieu -

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:40:29 Modified files: sys/uvm: uvm_aobj.c Log message: use hashfree for aobj hashes. from Mathieu - ok guenther

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:39:48 Modified files: sys/netinet: ip_mroute.c Log message: use hashfree. from Mathieu - ok guenther

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:39:17 Modified files: sys/kern : kern_descrip.c kern_event.c sys/sys: event.h Log message: move knhash size to event.h, use it for hashfree. from Mathieu - ok guenther

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:38:23 Modified files: sys/ntfs : ntfs_ihash.c sys/isofs/udf : udf_vfsops.c Log message: use hashfree in fs code. from Mathieu - ok guenther

CVS: cvs.openbsd.org: src

2016-09-24 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/24 12:35:52 Modified files: share/man/man9 : hashinit.9 sys/kern : kern_subr.c sys/sys: systm.h Log message: introduce hashfree() function to free hash tables, with

CVS: cvs.openbsd.org: src

2016-09-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/19 15:15:58 Modified files: usr.bin/signify: signify.1 Log message: use a shell glob wildcard, that's clearer than an out of scope variable

CVS: cvs.openbsd.org: src

2016-09-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/19 12:09:40 Modified files: sys/crypto : crypto.c gmac.c hmac.c xform.c Log message: convert bcopy to memcpy. from david hill

CVS: cvs.openbsd.org: src

2016-09-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/19 12:09:22 Modified files: sys/netinet: ip_ah.c ip_esp.c ip_ipsp.c Log message: convert bcopy to memcpy. from david hill.

CVS: cvs.openbsd.org: src

2016-09-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/19 12:09:09 Modified files: sys/netinet6 : ip6_output.c raw_ip6.c Log message: convert bcopy to memcpy. from david hill. ok jca

CVS: cvs.openbsd.org: src

2016-09-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/17 12:00:27 Modified files: usr.bin/ssh: clientloop.c hostfile.c Log message: replace two arc4random loops with arc4random_buf ok deraadt natano

CVS: cvs.openbsd.org: src

2016-09-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/16 18:42:35 Modified files: sys/kern : kern_pledge.c Log message: NPF > 0 is a better test than SMALL for presence of pf. ok deraadt

CVS: cvs.openbsd.org: src

2016-09-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/16 11:17:40 Modified files: usr.bin/mg : Makefile main.c Removed files: usr.bin/mg : theo.c Log message: like the sparc port, ancient wisdom is ancient. consign to the archives. ok

CVS: cvs.openbsd.org: src

2016-09-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/13 14:09:55 Modified files: usr.sbin/acme-client: base64.c json.c Log message: convert some ifs to switches. ok millert tb

CVS: cvs.openbsd.org: src

2016-09-13 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/13 07:40:58 Modified files: lib/libtls : tls.h tls_init.3 Log message: add a little more typing to the first callback argument. it's always a tls context.

CVS: cvs.openbsd.org: src

2016-09-12 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/12 09:04:15 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: spelling fix

CVS: cvs.openbsd.org: src

2016-09-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/09 12:28:37 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2016-09-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/09 12:28:11 Modified files: sys/dev/usb: usbdevs Log message: fix atu device ID. kettenis found recent changes meant that atu was attaching to his hub, which works poorly... ok jsg kettenis

Re: CVS: cvs.openbsd.org: src

2016-09-09 Thread Ted Unangst
David Gwynne wrote: > CVSROOT: /cvs > Module name: src > Changes by: d...@cvs.openbsd.org2016/09/08 20:00:14 > > Modified files: > sys/sys: tree.h > > Log message: > quick fix for (more) userland breakage. > > netstat includes a bunch of stuff with _KERNEL defined

CVS: cvs.openbsd.org: src

2016-09-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/08 10:57:30 Modified files: sys/ufs/mfs: mfs_vfsops.c Log message: move mfs_pri into tsleep so it's easy to see and it doesn't change

CVS: cvs.openbsd.org: src

2016-09-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/08 10:47:47 Modified files: usr.bin/top: top.1 Log message: as with ps, update bug to caveat and clarify

CVS: cvs.openbsd.org: src

2016-09-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/08 10:44:46 Modified files: sys/ufs/mfs: mfs_vfsops.c mfs_vnops.c Log message: delete useless comments, such as how KVA is mapped on HP

CVS: cvs.openbsd.org: src

2016-09-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/08 09:54:36 Modified files: bin/ps : ps.1 Log message: The bug about not displaying exact information because ps can't run faster than the system is more of a caveat than a bug. The comment

CVS: cvs.openbsd.org: src

2016-09-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/08 09:11:30 Modified files: bin/ps : extern.h keyword.c print.c ps.1 Log message: etime isn't just an alias for start. the output format is different. diff from Carlin Bingham. ok millert.

CVS: cvs.openbsd.org: src

2016-09-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/06 13:48:44 Modified files: sys/conf : files Log message: zap bha, hiding outside dev/ tree

CVS: cvs.openbsd.org: src

2016-09-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/06 02:13:23 Modified files: sys/kern : tty_tty.c Log message: it's not wrong, but it's not clear what the verauth check is for. add a comment to this effect, and explain the intention.

CVS: cvs.openbsd.org: src

2016-09-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/05 04:17:30 Modified files: sys/dev/pci: if_ipw.c if_ipwvar.h Log message: redo rwlock conversion now that i've compiled it on i386

CVS: cvs.openbsd.org: src

2016-09-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/05 02:18:18 Modified files: sys/dev/pci: if_iwn.c if_iwnvar.h Log message: convert busy flag and tsleep to rwlock as in iwm

CVS: cvs.openbsd.org: src

2016-09-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/09/05 02:18:40 Modified files: sys/dev/pci: if_wpi.c if_wpivar.h Log message: convert busy flag and tsleep to rwlock as in iwm

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