CVS: cvs.openbsd.org: src

2013-01-02 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2013/01/02 01:12:13

Modified files:
sys/ntfs   : ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c 

Log message:
Remove code that is not used on OpenBSD.

ok miod@ krw@



CVS: cvs.openbsd.org: src

2013-01-02 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/01/02 05:29:33

Modified files:
sys/arch/loongson/stand/libsa: Makefile 

Log message:
miod let one exec.c slide



CVS: cvs.openbsd.org: src

2013-01-02 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/01/02 07:47:40

Modified files:
sbin/dhclient  : tables.c 

Log message:
Sync dhcpd and dhclient list of dhcp options. There's only one
dhcp-options(5) so lists of defined option names should be the
same. In this case add relay-agent-information, tftp-config-file,
voip-configuration-server and autoproxy-script option names.

Prompted by a man page update from Marcus Merighi via tech@.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2013/01/02 08:06:46

Modified files:
usr.sbin/bgpd  : bgpd.conf.5 

Log message:
man page bits for announce restart yes default
ok sthen@



CVS: cvs.openbsd.org: src

2013-01-02 Thread Todd C. Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2013/01/02 09:14:56

Modified files:
sys/kern   : tty_pty.c 

Log message:
Fix a bug in ptcwrite() that could result in up to 100 lost bytes
when we block due to hitting the TTYHOG limit.  OK miod@



CVS: cvs.openbsd.org: src

2013-01-02 Thread Martynas Venckus
CVSROOT:/cvs
Module name:src
Changes by: marty...@cvs.openbsd.org2013/01/02 09:20:55

Modified files:
sys/arch/amd64/stand/libsa: softraid.c 
sys/arch/i386/stand/libsa: softraid.c 

Log message:
Zero out sbv_maskkey to make it boot when there's a softraid crypto
partition.  OK jsing@.



CVS: cvs.openbsd.org: xenocara

2013-01-02 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2013/01/02 09:26:34

Modified files:
app/cwm: calmwm.h client.c menu.c screen.c 

Log message:
have screen_find_xinerama() return struct geom *reliably* instead of
XineramaScreenInfo; simplifies goop around the callers.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/01/02 09:27:42

Modified files:
sbin/dhclient  : dhclient.c 

Log message:
Only check '-l' parameter for regular-fileness. Not built-in default
path.  And only error out if the file is successfully lstat()'d and
is not a regular file. i.e. aleady exists. Fixes (U)pdate. Removes
some accidentally duplicated code.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/01/02 09:41:58

Modified files:
usr.sbin/dhcpd : dhcp-options.5 

Log message:
Rework to simply list all options in alphabetical order. Functional
groupings and sub-ordering them in RFC/numerical order did not make
for a readable man page.

Add a number of missing option descriptions. Started by man page
update from Marcus Merighi via tech@. Thanks!

Further fixes and tweaks by jmc@. ok jmc@.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Todd C. Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2013/01/02 10:53:12

src/regress/sys/kern/pty

Update of /cvs/src/regress/sys/kern/pty
In directory cvs.openbsd.org:/tmp/cvs-serv8907/pty

Log Message:
Directory /cvs/src/regress/sys/kern/pty added to the repository



CVS: cvs.openbsd.org: src

2013-01-02 Thread Todd C. Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2013/01/02 10:54:46

Modified files:
regress/sys/kern: Makefile 
Added files:
regress/sys/kern/pty: Makefile ptyhog.c 

Log message:
regress test for pty TTYHOG bug; OK miod@



CVS: cvs.openbsd.org: src

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

Modified files:
regress/sys/kern/pty: ptyhog.c 

Log message:
tyop in comment



CVS: cvs.openbsd.org: xenocara

2013-01-02 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2013/01/02 11:11:23

Modified files:
app/cwm: screen.c 

Log message:
merge in Xinerama screen query; no functional change.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2013/01/02 13:35:00

Modified files:
distrib/miniroot: install.sub 

Log message:
Sync hostname.if parsing with /etc/netstart. Toss in a ipv6
'prefix' parsing fix.

ok rpe@ naddy@



CVS: cvs.openbsd.org: src

2013-01-02 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/02 14:27:59

Modified files:
gnu/usr.bin/binutils/bfd: elf32-vax.c 

Log message:
Oops, commited this by accident when adding the m88k ELF toolchain bits.



CVS: cvs.openbsd.org: xenocara

2013-01-02 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2013/01/02 14:37:21

Modified files:
app/cwm: client.c kbfunc.c mousefunc.c 

Log message:
re-work client_snapcalc() so it takes client and edge dimensions with
snapdist; allows for simplier snap calculations.

required for an upcoming diff for honoring gap.



CVS: cvs.openbsd.org: xenocara

2013-01-02 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2013/01/02 14:41:14

Modified files:
app/cwm: kbfunc.c mousefunc.c 

Log message:
pass the screen workarea, as opposed to viewarea, allowing client
snapping to honor gap.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/02 15:01:18

Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h 
 m88k.md 
gnu/usr.bin/gcc/gcc/doc: invoke.texi 

Log message:
Start removing obsolete features from the m88k backend (it's not like we'll
need to sync with upstream anymore) to make things a bit simpler and get
rid of unintended bitrotting.

This time:
- remove the small-data feature. It was only supported for COFF binaries
anyway. This allows us to stop providing TARGET_ASM_SELECT_SECTION and
use the default flavour, from which this backend had derived a bit in
addition to sdata support, so this is a good thing...
- remove the -midentify-version option
- remove the -mbig-pic option, it has been superseded by -fPIC since years
and was supposed to be removed `in a future version' since a long time
as well.
- remove the old MONITOR_GCC debug hooks.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/02 15:05:10

Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h 
 sysv4.h 

Log message:
Remove last boolean argumont of output_function_profiler(), it is always invoked
with the same value.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/02 15:16:16

Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h 

Log message:
Help the DWARF code to handle our prologues correctly:
- add the frame pointer to EPILOGUE_USES when profiling
- when the initial stack adjustement is larger than 64KB and requires a
temporary register to be used, add a REG_FRAME_RELATED_EXPR of the original
computation (not constrained by the adjustement size) to the REG_NOTES of
the stack pointer adjustement sequence. Borrowed from alpha which has a
similar issue.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/01/02 15:25:33

Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.h 
gnu/usr.bin/gcc/gcc/doc: invoke.texi 

Log message:
More dead features recycling: -mwarn-passed-struct doesn't do anything, and
-m{no-,}optimize-arg-area doesn't do anything either since the arg area has
been removed in gcc 2.95.



CVS: cvs.openbsd.org: www

2013-01-02 Thread Brett Mahar
CVSROOT:/cvs
Module name:www
Changes by: br...@cvs.openbsd.org   2013/01/02 17:56:15

Modified files:
.  : plus.html 

Log message:
plus.html for Dec 17-23, checked by jj@.



CVS: cvs.openbsd.org: src

2013-01-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/01/02 22:49:36

Modified files:
usr.bin/ssh: servconf.h 

Log message:
add a couple of ServerOptions members that should be copied to the privsep
child (for consistency, in this case they happen only to be accessed in the
monitor); ok dtucker@



CVS: cvs.openbsd.org: src

2013-01-02 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/01/03 00:53:22

Modified files:
share/man/man9 : mbuf.9 

Log message:
update from Ryan Ozmun;