CVS: cvs.openbsd.org: src

2015-01-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/23 12:07:27 Modified files: usr.sbin/cron : cron.c crontab.c database.c do_command.c entry.c env.c job.c misc.c popen.c user.c Log message: braces to open a function go on

CVS: cvs.openbsd.org: src

2015-01-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/23 11:52:31 Modified files: usr.sbin/cron : user.c Log message: delete some code that doesn't (and shouldn't) run. ok deraadt millert

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 01:47:49 Modified files: sys/kern : kern_exec.c Log message: forbid execve() with argc == 0. prompted by a millert email. ok deraadt miod

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 01:52:37 Modified files: lib/libc/sys : execve.2 Log message: document restriction on argv having one element

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 17:42:20 Modified files: sys/uvm: uvm_mmap.c Log message: recombine some of the split uvm_mmap functions. the precondition checks are not necessary because the caller already ensures

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 20:30:08 Modified files: games/hangman : getguess.c hangman.h Log message: use unsigned char type to avoid many casts

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 20:32:05 Modified files: games/hangman : endgame.c Log message: allow ctrl-d to quit after a game as well

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 20:07:02 Modified files: games/hangman : getguess.c ksyms.c Log message: unsigned char for ctype functions

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 18:43:51 Modified files: games/hangman : getguess.c Log message: clear to end of line when printing error messages so that previous messages don't remain and pollute the line

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 20:26:20 Modified files: games/hangman : extern.c getguess.c ksyms.c playgame.c prdata.c Log message: by popular request, stop giving away numeric letters. no more will the appearance of 509 in

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 05:26:31 Modified files: share/misc : na.phone Log message: typo caught by the ever attentive mlarkin

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 02:30:04 Modified files: games/fortune/fortune: fortune.6 Log message: regex are documented in re_format.7, not the C API in regex.3

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:18:51 Modified files: games/fortune/fortune: fortune.c Log message: remove no regex ifdef. everybody loves regex.

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 02:55:01 Modified files: games/fortune/fortune: fortune.c Log message: fix searching and display of offensive fortunes. now, if you want to find an offensive fortune about (e.g.) meat, you can

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:04:18 Modified files: games/fortune/fortune: fortune.c Log message: change int to size_t to avoid integer overflow

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 02:10:55 Modified files: usr.bin/fold : fold.c Log message: change the width types to unsigned. negative widths make no sense, and as deraadt points out, monitors keep getting bigger. now

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:46:53 Modified files: games/fortune/fortune: fortune.c Log message: remove TRUE/FALSE in favor of the true boolean values 1/0

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 02:04:34 Modified files: sys/uvm: uvm_map.c uvm_map.h Log message: make vm_map_lock lock when it's supposed to. add mutex to protect flags and then double check we didn't lose the

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:17:56 Modified files: games/fortune/fortune: fortune.c Log message: use regcomp native case insensitive matching facility instead of faking it poorly

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:49:33 Modified files: games/fortune/fortune: fortune.c Log message: no space after #

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 02:19:16 Modified files: usr.bin/ul : ul.c Log message: knf

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:12:57 Modified files: games/fortune/fortune: fortune.c Log message: don't set a flag with ++; it's a bool, not a counter.

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:25:32 Modified files: games/fortune/fortune: fortune.c Log message: cleanup a few bits

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:26:06 Modified files: games/fortune/fortune: fortune.c Log message: Debug, whatever it's worth, is clearly not a boolean

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 04:49:39 Modified files: sbin/clri : clri.c Log message: convert atoi to strtonum

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 01:53:01 Modified files: usr.bin/fold : fold.c Log message: fix an integer overflow found by mlarkin

CVS: cvs.openbsd.org: src

2015-02-06 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/06 03:50:48 Modified files: games/fortune/fortune: fortune.c Log message: unsigned char is the correct type for ctype functions

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 19:58:50 Modified files: include: stdlib.h Log message: add restrict to strtol like functions. ok guenther

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 22:47:28 Modified files: bin/csh: alloc.c file.c func.c glob.c lex.c parse.c sem.c set.c Log message: delete lots of unnecessary ptr_t casts, and drop a little

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 16:49:00 Modified files: share/misc : inter.phone Log message: use a better example for the US

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 16:35:27 Modified files: sbin/pfctl : pfctl_parser.c Log message: parse debug levels with strtonum, so that debug 1banana doesn't parse. ok mikeb

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 23:01:25 Modified files: bin/csh: alloc.c csh.h extern.h glob.c Log message: remove ptr_t typedef. void * is good enough for csh.

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 22:25:16 Modified files: bin/csh: alloc.c Log message: it's safe to call free with null

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 22:51:37 Modified files: bin/csh: csh.c dir.c dol.c error.c exec.c exp.c hist.c misc.c proc.c Log message: delete many more ptr_t casts

CVS: cvs.openbsd.org: src

2015-02-07 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/07 23:09:50 Modified files: bin/csh: dir.c exp.c func.c lex.c misc.c parse.c proc.c Log message: delete tons more casts

CVS: cvs.openbsd.org: src

2015-02-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/08 16:07:49 Modified files: usr.sbin/snmpd : log.c snmpd.c Log message: flags should be flags, not counters. from martijn van duren

CVS: cvs.openbsd.org: src

2015-02-08 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/08 16:28:48 Modified files: usr.sbin/snmpd : log.c snmpd.c Log message: revert debug changes. reyk would like debug to remain a counter.

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 16:20:33 Modified files: sys/crypto : des_locl.h Removed files: sys/crypto : des.h Log message: simplify des headers by stripping out all the unnecessary userland bits ok deraadt

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 16:19:48 Modified files: usr.sbin/pppd : chap.c lcp.c Removed files: usr.sbin/pppd : chap_ms.c chap_ms.h Log message: fully remove disabled mschap support, which does weird DES things.

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 15:21:01 Modified files: usr.bin/signify: signify.c Log message: use PATH_MAX for path buffers. in case, you know...

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 16:26:40 Modified files: sys/crypto : ecb_enc.c Log message: remove static version string

CVS: cvs.openbsd.org: src

2015-01-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/20 11:54:33 Modified files: share/man/man7 : eqn.7 mandoc_char.7 mdoc.7 roff.7 tbl.7 Log message: change spelling of centre to center. consistent with other man pages, the name of the macro being

CVS: cvs.openbsd.org: src

2015-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/21 11:39:54 Modified files: sys/arch/i386/i386: bios.c Log message: I don't foresee knowing that my i386 netbook has an AT/286+ bios and not a PCjr bios will help diagnose any problems. ok deraadt

CVS: cvs.openbsd.org: src

2015-01-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/20 15:09:50 Modified files: include: limits.h stdio.h Log message: increase TMP_MAX to the equivalent of INT_MAX. it's actually more, but safer not to wraparound by accident. ok deraadt

CVS: cvs.openbsd.org: src

2015-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/21 15:33:22 Modified files: share/man/man4 : qle.4 qlw.4 Log message: complete the circle so all ql pages xref all other ql pages

CVS: cvs.openbsd.org: src

2015-01-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/17 13:37:04 Modified files: include: Makefile Removed files: include: des.h Log message: remove des.h. it somehow escaped from ssleay into /usr/include, but none of the

CVS: cvs.openbsd.org: src

2015-01-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/19 11:07:47 Modified files: usr.bin/calendar/calendars: calendar.holiday calendar.usholiday Log message: mlk jr day is the third monday, and not just for new york. from richard

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 23:00:39 Modified files: usr.bin/signify: signify.c Log message: just to be careful, add a cpp guard that the sscanf sizes are ok

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 23:16:12 Modified files: usr.bin/signify: signify.c Log message: improve checksum parsing slightly. now handles filenames with spaces. (though not names with ')'; sorry.)

CVS: cvs.openbsd.org: src

2015-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/16 08:29:45 Modified files: sys/crypto : des_locl.h Log message: Less code, more better. No longer need to worry about what mysterious things will happen when machines have 8 byte longs.

CVS: cvs.openbsd.org: src

2015-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/16 10:05:49 Modified files: sys/kern : vfs_cache.c Log message: increasing the size of the namecache suddenly made the comment This makes the algorithm O(n^2), but do you think I care? a lot

Re: CVS: cvs.openbsd.org: src

2015-01-16 Thread Ted Unangst
On Fri, Jan 16, 2015 at 10:05, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org2015/01/16 10:05:49 Modified files: sys/kern : vfs_cache.c Log message: increasing the size of the namecache suddenly made the comment This makes

CVS: cvs.openbsd.org: src

2015-01-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/16 14:16:14 Modified files: sys/kern : vfs_cache.c Log message: increase namecache to maxvnodes again now that the n^2 loop is no more. battle tested by krw

CVS: cvs.openbsd.org: src

2015-01-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/17 10:44:15 Modified files: sys/arch/i386/i386: bios.c Log message: guard usingacpi variable inside NACPI. from oyvind jaegtnes

CVS: cvs.openbsd.org: src

2015-01-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/17 11:01:43 Modified files: lib/libc/stdlib: alloca.3 Log message: Improve wording in alloca. 1. it's not a bug; it's a caveat. 2. slightly unsafe gives me the willies. 3. one .Xr to malloc should

CVS: cvs.openbsd.org: src

2015-01-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/15 12:55:58 Modified files: include: stdlib.h Log message: we don't have an alloca() symbol anywhere in libc, don't prototype it. instead, #define to __builtin_alloca. if that doesn't work,

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 15:09:39 Modified files: usr.sbin/ospfd : lsupdate.c usr.sbin/ospf6d: lsupdate.c Log message: remove a stupid -Wstrict-prototype warning by making the hash function static. noticed by

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 18:58:20 Modified files: usr.bin/crontab: Makefile usr.bin/at : Makefile Log message: don't need to define debugging 0 anymore

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 19:37:25 Modified files: usr.sbin/cron : atrun.c crontab.c database.c do_command.c entry.c env.c macros.h misc.c user.c Log message: Remove the OK and ERR macros. They

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 15:38:55 Modified files: usr.sbin/cron : atrun.c cron.c entry.c job.c misc.c user.c Log message: delete useless casts. ok deraadt guenther millert

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 18:03:03 Modified files: usr.sbin/cron : cron.c do_command.c Log message: minor debug removal cleanup

CVS: cvs.openbsd.org: src

2015-01-22 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/22 18:01:06 Modified files: usr.sbin/cron : atrun.c config.h cron.8 cron.c crontab.c database.c do_command.c entry.c env.c funcs.h globals.h

CVS: cvs.openbsd.org: src

2015-01-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/20 13:50:36 Modified files: usr.bin/signify: signify.1 Log message: i wrote this

CVS: cvs.openbsd.org: src

2015-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/10 21:02:23 Modified files: lib/libc/crypt : crypt_checkpass.3 Log message: the possible algos for pref should be documented here

CVS: cvs.openbsd.org: src

2015-02-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/10 21:03:41 Modified files: share/man/man5 : login.conf.5 Log message: refer to crypt_checkpass for cipher explananation

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 10:51:48 Modified files: lib/libc/time : localtime.c Log message: sprinkle braces around multi line statements

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 09:20:15 Modified files: lib/libc/sys : recv.2 Log message: redundant though it may be, recv() is unlikely to be removed in a future release. ok millert

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 10:44:03 Modified files: lib/libc/time : localtime.c Log message: pull scopes without conditionals up into enclosing block

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 10:11:54 Modified files: lib/libc/time : asctime.c localtime.c strftime.c Log message: drop an ansi bomb on the function definitions

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 10:35:38 Modified files: lib/libc/time : asctime.c localtime.c Log message: knf indents to give me a fighting chance at differentiating new blocks from continuation lines, of which there are

CVS: cvs.openbsd.org: src

2015-02-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/18 15:33:51 Modified files: games/atc : grammar.y Log message: convert calloc/realloc pairs to reallocarray

CVS: cvs.openbsd.org: src

2015-02-15 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/15 04:42:30 Modified files: bin/stty : stty.c Log message: -a is documented

CVS: cvs.openbsd.org: src

2015-02-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/19 03:22:20 Modified files: sys/miscfs/fuse: fuse_vnops.c Log message: set the eofflag in readdir like we're supposed to. from Martin Natano

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 17:34:33 Modified files: usr.bin/mg : display.c Log message: shuffle reallocarray arguments around for better overflow checking

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 17:32:40 Modified files: usr.bin/mg : display.c Log message: undef tryreallocarray like tryrealloc when done. from Kamil Rytarowski. ok bcallah

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 06:58:32 Modified files: usr.bin/mandoc : term_ascii.c Log message: Clamp width and indent settings to sensible values. Ignore errors for now. ok schwarze

CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/16 07:06:15 Modified files: include: Makefile Log message: stop deleting the openssl include directory, causing unnecessary rebuilds. ok jca sthen

Re: CVS: cvs.openbsd.org: src

2015-02-16 Thread Ted Unangst
Miod Vallat wrote: CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org2015/02/16 22:48:18 Modified files: usr.sbin/ntpd : Makefile Log message: Fix library ordering on the link line for the sake of static arches. It's, in that order, tls, crypto, ssl.

CVS: cvs.openbsd.org: src

2015-02-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/20 04:51:03 Modified files: include: siphash.h lib/libc/hash : siphash.c sys/crypto : siphash.c siphash.h Log message: Use standard spelling for types, and rename

CVS: cvs.openbsd.org: src

2015-02-20 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/20 04:08:31 Modified files: sys/net: pf_ioctl.c Log message: fix a memory leak in the error case found by Maxime Villard's Brainy code scanner. Changing return to break also fixes a failure

CVS: cvs.openbsd.org: src

2015-02-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/17 15:34:59 Modified files: sys/dev: rnd.c Log message: the rnd event ringbuf calculations aren't correct, which may result in failure to fire the collection timeout. discovered by markus.

CVS: cvs.openbsd.org: src

2015-02-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/17 15:39:32 Modified files: usr.bin/ftp: ftp.1 main.c Log message: add -M to disable progressmeter. ok dlg halex millert

CVS: cvs.openbsd.org: src

2015-02-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/18 16:16:08 Modified files: games/worms: worms.c Log message: don't cast function arguments; use reallocarray in one place

CVS: cvs.openbsd.org: src

2015-02-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/02/18 16:20:45 Modified files: games/fish : fish.c Log message: no reason for magic numbers to be octal. just drop the leading 0. still equally magic.

CVS: cvs.openbsd.org: src

2015-01-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/27 22:10:44 Modified files: usr.sbin/apm : apm.8 Log message: jcs found another remnant of cool running mode

CVS: cvs.openbsd.org: src

2015-01-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/28 13:16:04 Modified files: sys/kern : vfs_cache.c Log message: revert back to initial vnodes again so we can be sure nfs likes it

CVS: cvs.openbsd.org: src

2015-01-28 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/28 16:33:52 Modified files: lib/libc/crypt : bcrypt.c Log message: dial the time back to about 0.1s, closer to the original targets and friendlier for users. requested by deraadt

CVS: cvs.openbsd.org: src

2015-01-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/29 12:44:32 Modified files: sys/net: bpf.c Log message: back bpf.c down to 1.113, from before most recent timeout changes. nmap is broken, as reported by kent fritz. pending further

CVS: cvs.openbsd.org: src

2015-01-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/30 12:00:56 Modified files: usr.bin/vmstat : vmstat.c Log message: improve argv checking. drive name, if given, must match something. convert atoi to strtonum. ok deraadt

Re: CVS: cvs.openbsd.org: src

2015-01-31 Thread Ted Unangst
On Sat, Jan 31, 2015 at 17:10, Jason McIntyre wrote: CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org2015/01/31 17:10:01 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; i've removed entries for lithuania and latvia,

CVS: cvs.openbsd.org: src

2015-01-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/05 07:07:12 Modified files: usr.bin/encrypt: encrypt.c Log message: encrypt can use the scrypt scaling code in libc now via crypt_newhash

Re: CVS: cvs.openbsd.org: src

2015-01-05 Thread Ted Unangst
On Mon, Jan 05, 2015 at 07:07, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org2015/01/05 07:07:12 Modified files: usr.bin/encrypt: encrypt.c Log message: encrypt can use the scrypt scaling code in libc now via crypt_newhash er, ah, bcrypt

CVS: cvs.openbsd.org: src

2015-01-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/05 06:14:24 Modified files: bin/ps : fmt.c Log message: simplify realloc loop by not using realloc. we don't care about old data, so don't make realloc copy it. just allocate what we need.

CVS: cvs.openbsd.org: src

2015-01-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/05 06:10:10 Modified files: lib/libc/crypt : bcrypt.c Log message: convert clock() to clock_gettime() for improved precision (and accuracy?) guenther suggested using thread time, which actually may

CVS: cvs.openbsd.org: src

2015-01-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/05 06:52:47 Modified files: bin/dd : dd.c Log message: use the correct read count when determining how swabbing is necessary. bug report from Martin Wolters

CVS: cvs.openbsd.org: src

2015-01-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/10 06:47:05 Modified files: usr.sbin/ntpd : config.c ntpd.h parse.y Log message: don't check for a return value that host() doesn't return, so future generations don't try to change any of the

CVS: cvs.openbsd.org: src

2015-01-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/10 06:48:02 Modified files: usr.bin/grep : grep.c grep.h Log message: 1. They're flags, not counters. Set to one instead of incrementing. 2. The G flag is useless and never checked. Remove it. ok

CVS: cvs.openbsd.org: src

2015-01-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/11 12:25:14 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/armish/conf: Makefile.armish sys/arch/armv7/conf: Makefile.armv7

CVS: cvs.openbsd.org: src

2015-01-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/11 20:20:04 Modified files: lib/libutil: bcrypt_pbkdf.c lib/libc/crypt : bcrypt.c Log message: rename blocks to words. bcrypt blocks are unrelated to blowfish blocks, nor are they the

CVS: cvs.openbsd.org: src

2015-01-12 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/01/12 13:00:11 Modified files: sys/kern : vfs_cache.c Log message: revert the namecache embiggening since it seems to cause hangs at reboot. reported and revert tested by krw

  1   2   3   4   5   6   7   8   9   10   >