CVS: cvs.openbsd.org: src

2010-11-22 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2010/11/22 03:26:04

Modified files:
usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
allow weird practices such as ftp_proxy='' instead of unset altogether
because, apparently, that's what they do in the 3rd world.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2010/11/22 05:21:46

Modified files:
sys/scsi   : cd.c 

Log message:
SCSI devices are assumed to be T_FIXED unless they say otherwise.
cd(4) did not believe any T_FIXED device was its responsibility.
Thus when a USB CD forgot to mention that it is T_REMOV, it appeared
as uk(4).

Make cd(4) accept even T_FIXED devices that claim to be T_CDROM or
T_WORM.

Noticed and fix tested by Rene Maroufi. Closes PR #6513.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Alexander Hall
CVSROOT:/cvs
Module name:src
Changes by: ha...@cvs.openbsd.org   2010/11/22 07:10:42

Modified files:
distrib/miniroot: install.sub 

Log message:
create devices for fstab entries that are using the disklabel UID notation too

ok krw@, jsing@



CVS: cvs.openbsd.org: www

2010-11-22 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2010/11/22 12:25:13

Modified files:
.  : plat.html 

Log message:
mention more types of machines; brad



CVS: cvs.openbsd.org: www

2010-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org   2010/11/22 12:25:58

Modified files:
faq/nl : faq10.html 
nl : anoncvs.html cvsync.html ftp.html index.html 
 translation.html 
openbgpd/nl: index.html 
opencvs/nl : index.html 
opencvs/pt : index.html 
openntpd/nl: index.html 
openssh/nl : ftp.html index.html portable.html 
pt : donations.html index.html translation.html 

Log message:
Sync with Steelix CVS



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 13:28:31

Modified files:
sys/arch/arm/include: vmparam.h 
sys/arch/sparc64/include: param.h 

Log message:
Remove unused VM_MAX_KERNEL_BUF define.



CVS: cvs.openbsd.org: www

2010-11-22 Thread Janne Johansson
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2010/11/22 13:38:35

Modified files:
.  : plus48.html 

Log message:
Errata additions from Nicolas PM Legrand



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:07:40

Modified files:
sys/arch/arm/include: isa_machdep.h 

Log message:
Remove old pcons leftover defines.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:07:18

Modified files:
sys/arch/amd64/amd64: machdep.c 
sys/arch/amd64/include: biosvar.h cpu.h 
sys/arch/macppc/macppc: machdep.c 

Log message:
Remove prototypes for missing (removed) functions or already found in a
MI header file.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:08:08

Modified files:
sys/arch/i386/i386: bios.c 
sys/arch/i386/include: biosvar.h 

Log message:
Remove unused (and dummied) bios console routines.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:08:57

Modified files:
sys/arch/luna88k/include: bus.h 

Log message:
Remove bus_space_probe prototype, this function is not implemented.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:09:32

Modified files:
sys/arch/macppc/dev: zs.c 

Log message:
Use cons_decl() to get console routine prototypes, instead of rolling our own.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2010/11/22 14:10:45

Modified files:
sys/arch/amd64/amd64: conf.c 
sys/arch/aviion/aviion: conf.c 
sys/arch/loongson/loongson: conf.c 
sys/arch/mvme68k/mvme68k: conf.c 
sys/arch/mvme88k/mvme88k: conf.c 
sys/arch/octeon/octeon: conf.c 
sys/arch/sgi/sgi: conf.c 

Log message:
Remove old comment about constab[] being eventually generated by config(8).
This has never happened and this wouldn't make much sense on anything but
hp300, if at all, nowadays.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2010/11/22 14:13:13

Modified files:
usr.bin/tmux   : resize.c tmux.h tty.c 

Log message:
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
be and I can't find it, but the flag itself is a useless optimisation
that only applies to automatic-resize windows, so just dispose of it
entirely.

Fixes problems reported by Nicholas Riley.



CVS: cvs.openbsd.org: src

2010-11-22 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2010/11/22 19:35:50

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

Log message:
use strict_modes already passed as function argument over referencing
global options.strict_modes



CVS: cvs.openbsd.org: src

2010-11-22 Thread Alexandr Shadchin
CVSROOT:/cvs
Module name:src
Changes by: shadc...@cvs.openbsd.org2010/11/22 21:07:55

Modified files:
sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2100_a50.c 
  dec_550.c dec_6600.c dec_axppci_33.c 
  dec_eb164.c dec_eb64plus.c dec_kn20aa.c 
  dec_kn300.c 
sys/arch/amd64/amd64: wscons_machdep.c 
sys/arch/i386/i386: wscons_machdep.c 
sys/arch/loongson/loongson: wscons_machdep.c 
sys/arch/sparc64/dev: pckbc_ebus.c 
sys/dev/ic : pckbc.c pckbcvar.h 

Log message:
removed slot argument of function pckbc_cnattach
because it is always PCKBC_KBD_SLOT

ok krw@, miod@



CVS: cvs.openbsd.org: src

2010-11-22 Thread Kevin Lo
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org   2010/11/22 23:59:55

Modified files:
sys/dev/mii: miidevs.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2010-11-22 Thread Kevin Lo
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org   2010/11/22 23:59:27

Modified files:
sys/dev/mii: eephy.c miidevs 

Log message:
Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman
From FreeBSD

ok deraadt@