CVS: cvs.openbsd.org: src

2013-06-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/06/04 00:39:11 Modified files: lib/libutil: bcrypt_pbkdf.3 Log message: \-1;

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/06/04 00:41:35 Modified files: usr.sbin/ldpd : ldpd.conf.5 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2013-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2013/06/04 02:16:10 Modified files: usr.sbin/smtpd : mta.c Log message: fix use-after-free in debug traces

CVS: cvs.openbsd.org: www

2013-06-04 Thread Gilles Chehade
CVSROOT:/cvs Module name:www Changes by: gil...@cvs.openbsd.org 2013/06/04 02:41:04 Modified files: opensmtpd : index.html Added files: opensmtpd/announces: release-5.3.3.txt Log message: 5.3.3 released

CVS: cvs.openbsd.org: src

2013-06-04 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2013/06/04 02:42:00 Modified files: usr.sbin/smtpd : smtpd.h Log message: we are at 5.3.3 now.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2013/06/04 03:11:40 Modified files: sys/tmpfs : tmpfs.h tmpfs_vnops.h Log message: fix include guard locations (from pedro)

CVS: cvs.openbsd.org: src

2013-06-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2013/06/04 03:12:20 Modified files: sys/tmpfs : tmpfs_vnops.c Log message: restore code commented out while debugging. From pedro

CVS: cvs.openbsd.org: src

2013-06-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/04 03:36:20 Modified files: sys/dev/pci: if_bge.c Log message: Substitute a couple of magic numbers with newly added PCIE DCTL flag defines. No binary change.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/04 03:41:50 Modified files: sys/dev/pci: if_bge.c Log message: Substitute a couple of magic numbers with newly added PCIE DCTL flag defines. Now with the right defines, doh!

CVS: cvs.openbsd.org: src

2013-06-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2013/06/04 06:27:29 Modified files: etc/rc.d : dvmrpd Log message: fix pexp

CVS: cvs.openbsd.org: src

2013-06-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2013/06/04 07:00:07 Modified files: sbin/dhclient : conflex.c usr.sbin/dhcpd : conflex.c Log message: Fix \ escape handling in read_string(). Problem noted, fix tested and ok sthen@.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2013/06/04 07:16:21 Added files: usr.sbin/ldpd : adjacency.c Log message: I screwed up and forgot to commit this new file :(

Re: CVS: cvs.openbsd.org: src

2013-06-04 Thread Stuart Henderson
On 2013/06/04 07:00, Kenneth R Westerback wrote: CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org2013/06/04 07:00:07 Modified files: sbin/dhclient : conflex.c usr.sbin/dhcpd : conflex.c Log message: Fix \ escape handling in read_string().

CVS: cvs.openbsd.org: www

2013-06-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:www Changes by: ajacou...@cvs.openbsd.org 2013/06/04 08:28:31 Modified files: faq/pt : faq10.html fr : donations.html openntpd/pt: index.html opensmtpd/de : index.html opensmtpd/pt

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 09:25:32 src/regress/lib/libutil/bcrypt_pbkdf Update of /cvs/src/regress/lib/libutil/bcrypt_pbkdf In directory cvs.openbsd.org:/tmp/cvs-serv13295/bcrypt_pbkdf Log Message: Directory

CVS: cvs.openbsd.org: src

2013-06-04 Thread Christiano F. Haesbaert
CVSROOT:/cvs Module name:src Changes by: haesba...@cvs.openbsd.org 2013/06/04 09:29:17 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: cpu.h Log message: Cpu topology for AMD64. This adds information about smt id (thread), core id

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 09:54:33 Modified files: lib/libutil: bcrypt_pbkdf.c Log message: oops, rounds is unsigned now

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 09:55:51 Modified files: lib/libutil: bcrypt_pbkdf.c Log message: revert. check is 1, not 0.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 10:15:35 Added files: regress/lib/libutil/bcrypt_pbkdf: Makefile bcrypt_pbkdf_test.c Log message: tests for bcrypt_pbkdf_test.c

CVS: cvs.openbsd.org: src

2013-06-04 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2013/06/04 10:21:24 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S sys/arch/amd64/include: hibernate_var.h sys/arch/i386/i386: acpi_wakecode.S sys/arch/i386/include:

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 10:55:39 Modified files: regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c Log message: missed a space in the latin passphrase.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 10:57:57 Modified files: regress/lib/libutil: Makefile regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c Log message: link subdir

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 11:47:24 Modified files: sys/dev/ic : wd33c93reg.h Log message: remove orphaned macros

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 12:25:09 Modified files: sys/sys: fusebuf.h Log message: can't use PAGE_SIZE for array sizes. it's not always a constant. just hard code 4096 for now instead of anything fancy.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 12:26:51 Modified files: share/man/man9 : fusebuf.9 Log message: fusebufsize update

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2013/06/04 12:49:13 Modified files: libexec/login_yubikey: login_yubikey.c yubikey.c yubikey.h Added files: libexec/login_yubikey: keymaps.h Log message: Add handling for keyboard layouts which

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 12:58:28 Modified files: gnu/gcc/gcc/config/m88k: m88k.md gnu/usr.bin/gcc/gcc/config/m88k: m88k.md Log message: Add length attribute to weird class instructions of small length: user

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 12:58:29 Modified files: sys/net: pf.c Log message: make pf_change_ap() usable without a port. if the port pointer is NULL, just return after being done with the address. ok bluhm ryan

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 13:00:56 Modified files: gnu/gcc/gcc/config/m88k: m88k.c gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: classify_integer(): test whether the value can be built using the `set'

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 13:03:12 Modified files: sys/net: pf.c pfvar.h Log message: add a pointer to the protocol checksum header field to pf_pdesc and set it up in pf_setup_pdesc(). ok ryan benno mikeb bluhm

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 13:07:59 Modified files: sys/net: pf.c Log message: fold pf_test_state_{tcp,udp,other} into one pf_test_state. the _icmp variant stays because it is completely different. factor out the

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 13:10:52 Modified files: sys/dev/pci: if_de.c Log message: Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface, by making tulip_txput() aware of whether or not the mbuf

CVS: cvs.openbsd.org: src

2013-06-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2013/06/04 13:11:52 Modified files: sys/netinet6 : icmp6.c raw_ip6.c Log message: Implement pf divert-to and divert-reply also for IPv6 raw sockets. OK henning@ markus@

CVS: cvs.openbsd.org: src

2013-06-04 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/06/04 13:12:24 Modified files: usr.bin/ssh: scp.c Log message: use MAXPATHLEN for buffer size instead of fixed value. ok markus

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 13:12:34 Modified files: sys/arch/alpha/pci: lca.c lcareg.h Log message: Disable parity on the PCI bus; according to Linux, some lca-based systems hit siop data parity errors when parity is

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2013/06/04 13:27:18 Modified files: share/man/man9 : VOP_GETATTR.9 VOP_LOOKUP.9 altq.9 aml_evalnode.9 arc4random.9 atomic.9 autoconf.9 boot.9

CVS: cvs.openbsd.org: src

2013-06-04 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/06/04 14:42:36 Modified files: usr.bin/ssh: sftp.c Log message: Make sftp's libedit interface marginally multibyte aware by building up the quoted string by character instead of by byte. Prevents

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 14:52:55 Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: delete a printf, from sylvestre

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 14:53:27 Modified files: lib/libfuse: fuse.h fuse_ops.c Log message: fix readdir, from sylvestre

CVS: cvs.openbsd.org: src

2013-06-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2013/06/04 15:04:53 Modified files: sbin/dhclient : clparse.c dhclient.c dhcp.h kroute.c tables.c Log message: Add support for static routes option (33) and classless static routes option (121). ok sthen@

CVS: cvs.openbsd.org: src

2013-06-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/04 15:05:54 Modified files: share/man/man4/man4.sparc: presto.4 sys/arch/sparc/dev: presto.c sys/arch/sparc/conf: GENERIC files.sparc Log message: Support for the SS10/SS20 NVSIMM

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 15:14:29 Modified files: usr.sbin/iostat: iostat.c Log message: not sure who uses the alternate display, but the columns look like ass

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 15:17:45 Modified files: usr.sbin/iostat: iostat.c Log message: tweak the headers header too

CVS: cvs.openbsd.org: www

2013-06-04 Thread Landry Breuil
CVSROOT:/cvs Module name:www Changes by: lan...@cvs.openbsd.org 2013/06/04 15:33:15 Modified files: . : sparc.html sparc64.html Log message: Quick, to the Wayback machine! Thanks Oracle for removing the FOSSdocs project from the interwebs.. most of the

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 15:43:11 Modified files: usr.sbin/iostat: iostat.c Log message: tabs are not so expensive we can't intent this file properly

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 16:11:51 Modified files: sys/arch/m88k/m88k: atomic.S Log message: comment fix: actually called __cpu_simple_lock_t

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 16:16:24 Modified files: sys/sys: sched.h Log message: sentence explaining sched_lock is not a simplelock should be a sentence.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 16:17:34 Modified files: sys/sys: sched.h Log message: even better now text now.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2013/06/04 16:39:27 Modified files: sys/arch/loongson/dev: apm.c Log message: Make apm aware of the APM_IOC_HIBERNATE command. While at it use STANDBY for RAM and SUSPEND for disk. Okay miod@

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 16:44:12 src/sys/arch/octeon/stand/libsa Update of /cvs/src/sys/arch/octeon/stand/libsa In directory cvs.openbsd.org:/tmp/cvs-serv26758/libsa Log Message: Directory /cvs/src/sys/arch/octeon/stand/libsa

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 16:43:56 src/sys/arch/octeon/stand Update of /cvs/src/sys/arch/octeon/stand In directory cvs.openbsd.org:/tmp/cvs-serv19945/stand Log Message: Directory /cvs/src/sys/arch/octeon/stand added to the

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 16:45:12 src/sys/arch/octeon/stand/boot Update of /cvs/src/sys/arch/octeon/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv25399/boot Log Message: Directory /cvs/src/sys/arch/octeon/stand/boot added

CVS: cvs.openbsd.org: src

2013-06-04 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/06/04 17:01:07 Modified files: include: unistd.h Log message: Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink. ok guenther@

CVS: cvs.openbsd.org: src

2013-06-04 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2013/06/04 18:44:24 Modified files: sys/arch/loongson/dev: apm.c Log message: Keep things sane in the apm ioctl handler. STANDBY and SUSPEND result in the machine being suspended. HIBERNATE results in the

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 18:44:06 Modified files: sys/kern : subr_pool.c Log message: blow up sooner rather than later for double pool_put ok deraadt

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 18:53:27 Modified files: sys/kern : kern_exit.c kern_fork.c sys/sys: proc.h Log message: factor out pid allocation to functions. add a small cache of recently exited pids

CVS: cvs.openbsd.org: src

2013-06-04 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/04 18:56:35 Modified files: sys/net: pf.c Log message: after the pf_test_state folding, in pf_test in the proto switch, the udp and the default case are 100% identical, tcp does a little

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 19:02:29 Added files: sys/arch/octeon/stand: Makefile Makefile.inc sys/arch/octeon/stand/boot: Makefile Makefile.inc clock.c conf.c devopen.c exec.c

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 19:09:09 Modified files: sys/arch/octeon/stand/boot: Makefile.inc start.S Removed files: sys/arch/octeon/stand/boot: ld.script Log message: ditch local ld.script and use conf/ld.script

CVS: cvs.openbsd.org: src

2013-06-04 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2013/06/04 19:26:00 Modified files: sys/sys: fcntl.h file.h sys/kern : kern_descrip.c vfs_syscalls.c vfs_vnops.c usr.sbin/pstat : pstat.c Log message: Move FHASLOCK

CVS: cvs.openbsd.org: src

2013-06-04 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2013/06/04 19:28:04 Modified files: sys/arch/loongson/loongson: locore.S hibernate_machdep.c Log message: Implement hibernate_flush. Might have to find a better place for the cache.h header but until then

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 19:32:22 Modified files: sys/arch/octeon/dev: cn30xxuart.c sys/arch/octeon/octeon: machdep.c Log message: whitespace

CVS: cvs.openbsd.org: src

2013-06-04 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2013/06/04 19:33:02 Modified files: sys/arch/loongson/loongson: hibernate_machdep.c Log message: Remove unused variables.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2013/06/04 20:02:53 Modified files: usr.bin/mandoc : mandocdb.c Log message: Some places used PATH_MAX from limits.h, some MAXPATHLEN from sys/param.h. Consistently use the PATH_MAX since it is

CVS: cvs.openbsd.org: src

2013-06-04 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2013/06/04 20:03:15 Modified files: sys/net: pfkeyv2_convert.c Log message: Unbreak the kernel to userspace SADB_X_EXT_TAG message. ok deraadt@

CVS: cvs.openbsd.org: src

2013-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/06/04 20:04:07 Modified files: sys/dev/pci: if_vmx.c Log message: tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf for the tcp/udp headers and to make theyre contiguous for

CVS: cvs.openbsd.org: src

2013-06-04 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/06/04 20:07:29 Modified files: usr.bin/ssh: mux.c Log message: fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm

CVS: cvs.openbsd.org: src

2013-06-04 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2013/06/04 20:25:05 Modified files: sys/netinet: ip_icmp.c ip_output.c Log message: Calculate ICMP checksums with in4_cksum() which lets us get rid of the clunky m_data/m_len dance needed by in_cksum().

CVS: cvs.openbsd.org: src

2013-06-04 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/06/04 20:27:51 Modified files: usr.bin/ssh: sshd.c Log message: When running sshd -D, close stderr unless we have explicitly requesting logging to stderr. From james.hunt at ubuntu.com via bz#1976,

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 20:42:30 Modified files: sys/arch/octeon/stand/boot: uart.c Log message: remove ugly hack we couldn't figure out what it was used for, only that it broke printing characters to the early console.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 20:45:03 Modified files: sys/arch/octeon/dev: cn30xxuart.c Log message: add XXX comment for delay_changed, untill we figure out what it actually does. ok uebayasi@

CVS: cvs.openbsd.org: src

2013-06-04 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/04 20:45:37 Modified files: sys/arch/octeon/stand/boot: clock.c uart.c Log message: remove unused function

CVS: cvs.openbsd.org: src

2013-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/06/04 21:28:43 Modified files: share/man/man9 : Makefile mbuf.9 Log message: m_defrag(9) wasnt documented.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 21:39:23 Modified files: lib/libc/asr : async_resolver.3 lib/libc/compat-43: creat.3 getdtablesize.3 gethostid.3 killpg.3 sigblock.3 sigpause.3 sigsetmask.3

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 21:40:26 Modified files: lib/libutil: check_expire.3 fmt_scaled.3 fparseln.3 getmaxpartitions.3 getrawpartition.3 imsg_init.3 isduid.3

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 21:42:03 Modified files: share/man/man3 : assert.3 bitstring.3 dl_iterate_phdr.3 dlfcn.3 offsetof.3 queue.3 stdarg.3 sysexits.3 tree.3 Log message: use fancy .In macros

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 21:44:50 Modified files: lib/libcompat/4.1: ftime.3 stty.3 lib/libcompat/4.3: re_comp.3 setruid.3 lib/libcompat/4.4: cuserid.3 lib/libcompat/regexp: regexp.3

CVS: cvs.openbsd.org: src

2013-06-04 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/06/04 22:01:53 Modified files: lib/libutil: bcrypt_pbkdf.3 Log message: i copied .Fd just like everybody else. use .In

CVS: cvs.openbsd.org: src

2013-06-04 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2013/06/04 22:06:08 Modified files: lib/libc/stdlib: Makefile.inc exit.3 lib/libc/sys : _exit.2 Makefile.inc Log message: Move _Exit() from the exit() manpage to the _exit() manpage, as

CVS: cvs.openbsd.org: www

2013-06-04 Thread Philip Guenther
CVSROOT:/cvs Module name:www Changes by: guent...@cvs.openbsd.org2013/06/04 22:10:01 Modified files: faq: current.html Log message: Another manpage gone

CVS: cvs.openbsd.org: src

2013-06-04 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/06/04 23:45:54 Modified files: sys/crypto : idgen.c idgen.h Log message: fix a bug that caused time-based rekeys to happen too frequently. rename the structure internals to id32_* in anticipation