CVS: cvs.openbsd.org: src

2013-02-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2013/02/11 03:09:12

Modified files:
distrib/notes/macppc: prep 

Log message:
adjust boot-device to be more like what the installer tells you.

ok mpi@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/11 04:11:42

Modified files:
sys/kern   : kern_sysctl.c 
sys/sys: proc.h 

Log message:
When information about threads are not requested sum the '%cpu' of
all threads in a process instead of returning only the '%cpu' for
the main thread.

This makes top(1) display the correct percentage of CPU usage for
threaded processes when theads are not displayed.

ok sthen@, mikeb@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Todd C. Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2013/02/11 08:52:42

Modified files:
sbin/init  : init.c 

Log message:
Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.
Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is
actually supported by the hardware.  OK halex@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/11 10:05:25

Modified files:
sys/arch/alpha/include: cpu.h 
sys/arch/amd64/include: cpu.h 
sys/arch/arm/include: cpu.h 
sys/arch/hppa/include: cpu.h 
sys/arch/hppa64/include: cpu.h 
sys/arch/i386/include: cpu.h 
sys/arch/m68k/include: cpu.h 
sys/arch/m88k/include: cpu.h 
sys/arch/mips64/include: cpu.h 
sys/arch/powerpc/include: cpu.h 
sys/arch/sh/include: cpu.h 
sys/arch/sparc64/include: cpu.h 
sys/arch/vax/include: cpu.h 
sys/kern   : kern_clock.c subr_prof.c 
sys/lib/libkern: mcount.c 
sys/sys: gmon.h 

Log message:
Fix kernel profiling on MP systems by using per-CPU buffer. Previously
various CPUs were iterating over the same global buffer at the same
time to modify it and never ended.

This diff includes some ideas submited by Thor Simon to NetBSD via miod@.

ok mikeb@, haesbaert@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/11 10:08:53

Modified files:
usr.sbin/kgmon : kgmon.8 kgmon.c 

Log message:
Teach kgmon(8) to deal with per-CPU kernel profiling.

ok mikeb@, haesbaert@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/11 10:17:03

Modified files:
lib/libc/gmon  : mcount.c 

Log message:
Sync with libkern's copy. No functional change.



CVS: cvs.openbsd.org: src

2013-02-11 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/02/11 10:32:33

Modified files:
usr.sbin/kgmon : kgmon.8 

Log message:
tweak previous;



CVS: cvs.openbsd.org: src

2013-02-11 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/02/11 10:35:46

Modified files:
sbin/fsck  : fsck.8 
sbin/fsck_ffs  : fsck_ffs.8 

Log message:
Xr scan_ffs 8; requested by Scott McEachern



CVS: cvs.openbsd.org: www

2013-02-11 Thread Matthew Dempsky
CVSROOT:/cvs
Module name:www
Changes by: matt...@cvs.openbsd.org 2013/02/11 13:11:52

Modified files:
.  : 53.html 

Log message:
Mention that GCC4 platforms get per-DSO SSP cookies now.



CVS: cvs.openbsd.org: www

2013-02-11 Thread Matthew Dempsky
CVSROOT:/cvs
Module name:www
Changes by: matt...@cvs.openbsd.org 2013/02/11 13:19:18

Modified files:
.  : 53.html 

Log message:
Mention that we now support using -lpthread instead of -pthread.



CVS: cvs.openbsd.org: www

2013-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2013/02/11 13:44:46

Modified files:
de : 53.html 
faq/de : faq5.html 
faq/nl : faq8.html 
opensmtpd/nl   : index.html portable.html users.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2013-02-11 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/11 13:50:10

Modified files:
distrib/sets/lists/base: md.hp300 md.mvme68k 
distrib/sets/lists/comp: md.hp300 md.mvme68k 

Log message:
sync



CVS: cvs.openbsd.org: www

2013-02-11 Thread Matthew Dempsky
CVSROOT:/cvs
Module name:www
Changes by: matt...@cvs.openbsd.org 2013/02/11 13:54:25

Modified files:
.  : 53.html 

Log message:
Remove stray backslash accidentally introduced during editing.

Pointed out by Rafael Neves.



CVS: cvs.openbsd.org: src

2013-02-11 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2013/02/11 14:21:58

Modified files:
usr.bin/ssh: sshd.c 

Log message:
Add openssl version to debug output similar to the client.  ok markus@



CVS: cvs.openbsd.org: src

2013-02-11 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/02/11 16:58:51

Modified files:
regress/usr.bin/ssh: try-ciphers.sh 

Log message:
remove acss here too



CVS: cvs.openbsd.org: src

2013-02-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/02/12 00:31:13

Modified files:
lib/libc/gmon  : gmon.c 

Log message:
Unbreak the tree by adding missing defines. Forgot to sync in previous
spotted by todd@.