CVS commit: othersrc/usr.bin/tnftp/libedit

2010-01-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Tue Jan  5 07:23:48 UTC 2010

Modified Files:
othersrc/usr.bin/tnftp/libedit: Makefile.in

Log Message:
regen for LIBADD= libnetbsd.la


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp/libedit

2010-01-04 Thread Luke Mewburn
Module Name:othersrc
Committed By:   lukem
Date:   Tue Jan  5 07:15:58 UTC 2010

Modified Files:
othersrc/usr.bin/tnftp/libedit: Makefile.am

Log Message:
Add libnetbsd.la to the LIBADD.
Fix provided by Adam Sampson.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/tnftp/libedit/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sbus

2010-01-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jan  5 05:04:38 UTC 2010

Modified Files:
src/sys/dev/sbus: zx.c

Log Message:
fix off by one in zx_copyrect()


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sbus/zx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sbus

2010-01-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jan  5 04:17:49 UTC 2010

Modified Files:
src/sys/dev/sbus: zx.c

Log Message:
fix off by one error in zx_fillrect()
while there, use vcons_replay_msgbuf()


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sbus/zx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-01-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan  4 23:06:34 UTC 2010

Modified Files:
src/share/man/man9: pcq.9

Log Message:
Sort NAME section and removing trailing dot; remove duplicate RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pcq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpuffs

2010-01-04 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan  4 22:04:50 UTC 2010

Modified Files:
src/lib/libpuffs: puffs_framebuf.3

Log Message:
fix typography


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libpuffs/puffs_framebuf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/man

2010-01-04 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Mon Jan  4 20:18:02 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Revert my unattended change to kadmind.html page


To generate a diff of this commit:
cvs rdiff -u -r1.1179 -r1.1180 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netbt

2010-01-04 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Mon Jan  4 19:20:05 UTC 2010

Modified Files:
src/sys/netbt: l2cap_upper.c rfcomm_upper.c sco_upper.c

Log Message:
prevent local socket address from being changed after socket is
in use (connect or listen)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netbt/l2cap_upper.c
cvs rdiff -u -r1.12 -r1.13 src/sys/netbt/rfcomm_upper.c
cvs rdiff -u -r1.8 -r1.9 src/sys/netbt/sco_upper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-01-04 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Mon Jan  4 18:00:26 UTC 2010

Added Files:
src/share/man/man9: pcq.9

Log Message:
Add a manual page for producer/consumer queues, pcq(9), that I derived
from some documentation written by Matt Thomas.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man9/pcq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2010-01-04 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Mon Jan  4 17:05:25 UTC 2010

Modified Files:
src/usr.bin/make: main.c

Log Message:
We need to have set curdir before calling Dir_FindHereOrAbove().
We can call getcwd again if -C is used.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/usr.bin/make/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-01-04 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Mon Jan  4 16:57:48 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile

Log Message:
Add device-mapper manual page to build and add it to apropriate lists.


To generate a diff of this commit:
cvs rdiff -u -r1.1178 -r1.1179 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.499 -r1.500 src/share/man/man4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2010-01-04 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Jan  4 16:01:43 UTC 2010

Modified Files:
src/sys/kern: subr_kmem.c

Log Message:
Use CTASSERT() for constant only assertions.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/kern/subr_kmem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wake

2010-01-04 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Mon Jan  4 11:34:40 UTC 2010

Modified Files:
src/usr.sbin/wake: wake.8 wake.c

Log Message:
Only use an auto-determined interface if it is the only one in the system
that is up and running.  This change prevents wake(8) from picking an
arbitrary interface (which is possibly the wrong one).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/wake/wake.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/wake/wake.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jan  4 10:06:53 UTC 2010

Modified Files:
src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h

Log Message:
Update the copyright.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/wmi_acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jan  4 09:43:30 UTC 2010

Modified Files:
src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h

Log Message:
Two bug fixes:

- Use ACPI_ALL_NOTIFY instead of ACPI_DEVICE_NOTIFY.

- Fix the data query method: this fails without input.

ok pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi_acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jan  4 09:34:47 UTC 2010

Modified Files:
src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h

Log Message:
Cleanup:

- Provide the module declaration and use ACPI_FREE
  as well as ACPI_ALLOCATE_LOCAL_BUFFER for ACPI_DEBUG.

- Maintain the calling conventions of existing ACPI utility
  functions by initializing the output buffer for the caller
  in all applicable functions.

- Remove superfluous const correctness. Additional semantics:
  u_char -> char, u_int16_t -> uint16_t, and u_int64_t -> uint64_t.

- Collect the validation of input parameters to a single function.

ok pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/wmi_acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.