CVS: cvs.openbsd.org: src

2013-08-07 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2013/08/07 00:19:36

Modified files:
usr.bin/mktemp : mktemp.1 

Log message:
document the errors in terms of the actual calls made (mkdtemp/mktemp,
vs mkdir/open)
ok jmc



CVS: cvs.openbsd.org: src

2013-08-07 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/08/07 00:24:52

Modified files:
usr.bin/ssh: sftp.1 sftp.c 

Log message:
sort -a;



CVS: cvs.openbsd.org: src

2013-08-07 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2013/08/07 00:37:02

Modified files:
share/man/man4 : utwitch.4 

Log message:
unconciousness - unconsciousness; from snj@netbsd, -r1.5



CVS: cvs.openbsd.org: src

2013-08-07 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2013/08/07 01:21:03

Modified files:
share/man/man5 : bsd.port.mk.5 

Log message:
bye bye TRUST_PACKAGES



CVS: cvs.openbsd.org: src

2013-08-07 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2013/08/07 01:29:20

Modified files:
sys/arch/macppc/conf: files.macppc 
sys/arch/macppc/pci: ht.c mpcpcibus.c 
sys/dev/pci: pcivar.h 
sys/arch/macppc/macppc: ofw_machdep.c rbus_machdep.c 
Added files:
sys/arch/macppc/include: pci_machdep.h 
sys/arch/macppc/pci: pci_machdep.c 
sys/arch/socppc/include: pci_machdep.h 
Removed files:
sys/arch/powerpc/pci: pci_machdep.h 

Log message:
Mimic what's done on sparc64 and parse the OpenFirmware device tree to
enumerate the pci devices.  This allow us to not store the interrupt
vector in the interrupt line register and to not try to attach pci
devices disabled by firmware.

With inputs from and ok kettenis@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/08/07 02:19:05

Modified files:
sys/arch/powerpc/powerpc: pmap.c 

Log message:
Managed device mappings should be uncached by default.

ok mpi@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/08/07 02:21:17

Modified files:
sys/arch/macppc/macppc: machdep.c 

Log message:
Using phys_map for bus_space_map(9) is retarded.  Use kernel_map just like
everybody else.

ok mpi@, beck@, jsg@



CVS: cvs.openbsd.org: www

2013-08-07 Thread Florian Obser
CVSROOT:/cvs
Module name:www
Changes by: flor...@cvs.openbsd.org 2013/08/07 03:43:11

Modified files:
.  : donations.html 

Log message:
Thanks to Mattieu Baptiste for sending me a BeagleBoneBlack.



CVS: cvs.openbsd.org: src

2013-08-07 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2013/08/07 06:45:59

Modified files:
lib/libm   : Makefile 
Added files:
lib/libm/noieee_src: n_lrint.c 

Log message:
simple inaccurate implementation of lrint* functions on vax, just so
we have them.
Compiles on vax. okay martynas@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/08/07 09:34:02

Modified files:
sys/arch/arm/include: limits.h 
sys/arch/hppa/include: limits.h 
sys/arch/hppa64/include: limits.h 
sys/arch/i386/include: limits.h 
sys/arch/m68k/include: limits.h 
sys/arch/m88k/include: limits.h 
sys/arch/powerpc/include: limits.h 
sys/arch/sh/include: limits.h 
sys/arch/sparc/include: limits.h 
sys/arch/vax/include: limits.h 

Log message:
We uniformly define size_t to be unsigned long and ssize_t to be long.  Make
sure that SIZE_MAX and SSIZE_MAX are defined as constants with a matching
type on all are architectures.

ok millert@, matthew@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2013/08/07 09:56:03

Modified files:
sys/dev/usb: ubt.c 

Log message:
needs timeout.h to compile. from Rafael Neves



CVS: cvs.openbsd.org: src

2013-08-07 Thread Brandon Mercer
CVSROOT:/cvs
Module name:src
Changes by: bmer...@cvs.openbsd.org 2013/08/07 13:24:55

Modified files:
distrib/notes/beagle: prep 

Log message:
Add a note about booting from the sdcard on beaglebone black.
OK florian@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2013/08/07 13:49:08

Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c 
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
  i915_gem.c i915_gem_evict.c 
  i915_gem_execbuffer.c i915_gem_tiling.c 
Added files:
sys/dev/pci/drm/i915: i915_trace.h 

Log message:
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
closer to the Linux 3.8.13 codebase.  Almost certainly squashes a few more
bugs.

ok jsg@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org   2013/08/07 16:00:29

Modified files:
sys/conf   : GENERIC 

Log message:
re-enable POOL_DEBUG after release; ok deraadt@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2013/08/07 16:06:49

Modified files:
sys/kern   : subr_prf.c 

Log message:
After a panic, do not fill up the dmesg with splassert messages.
They scroll away the important information.  Disable splassert in
panic().
OK deraadt@ uebayasi@ sthen@



CVS: cvs.openbsd.org: src

2013-08-07 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/08/07 16:07:35

Modified files:
libexec: Makefile 
usr.sbin   : Makefile 
etc: inetd.conf 
etc/rc.d   : identd 

Log message:
disable libexec/identd and enable usr.sbin/identd.

ok sthen@ deraadt@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Todd C. Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2013/08/07 16:20:25

Modified files:
lib/libm/man   : lgamma.3 

Log message:
Document lgamma_r, lgammaf_r, and lgammal_r.
Prodded by espie@, OK martynas@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2013/08/07 16:22:42

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

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from macppc drivers.
test and OK mpi@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2013/08/07 21:16:14

Modified files:
gnu/usr.bin/cvs/src: hardlink.c 
gnu/usr.sbin/mkhybrid/src: tree.c 
lib/libfuse: fuse_ops.c 
usr.sbin/httpd/src/main: http_protocol.c 
usr.sbin/lpr/lpr: lpr.c 

Log message:
Prep for big ino_t: cast to unsigned long long and format with %ll or %q

httpd correction and ok kettenis@



CVS: cvs.openbsd.org: src

2013-08-07 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/08/07 22:52:04

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

Log message:
fix two year old regression: symlinking a file would incorrectly
canonicalise the target path. bz#2129 report from delphij AT freebsd.org



CVS: cvs.openbsd.org: src

2013-08-07 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2013/08/07 23:04:03

Modified files:
usr.bin/ssh: sftp.c sftp-client.c sftp-client.h 

Log message:
add a -l flag for the rename command to force it to use the silly
standard SSH_FXP_RENAME command instead of the POSIX-rename- like
posix-ren...@openssh.com extension.

intended for use in regress tests, so no documentation.



CVS: cvs.openbsd.org: src

2013-08-07 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2013/08/07 23:30:23

Modified files:
gnu/usr.sbin/mkhybrid/src: mkisofs.h 

Log message:
ino_t will never be smaller than 32 bits again; prep for when it's 64 bits.

simplification and ok kettenis@