Module Name:src
Committed By: skrll
Date: Thu Apr 4 09:23:05 UTC 2013
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Improve/fix TD flags reporting.
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/sys/dev/usb/ohci.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Thu Apr 4 09:46:42 UTC 2013
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Slight formatting tweak ro previous
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/sys/dev/usb/ohci.c
Please note that diffs
Module Name:src
Committed By: pooka
Date: Thu Apr 4 11:21:37 UTC 2013
Modified Files:
src/sys/rump/librump/rumpvfs: rump_vfs.c
Log Message:
create /dev/null only after it's possible to create /dev/null
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sy
Module Name:src
Committed By: pooka
Date: Thu Apr 4 11:28:02 UTC 2013
Modified Files:
src/sys/rump/dev/lib/libpad: component.c
Log Message:
create /dev/pad[0-3] instead of just /dev/pad
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/lib
Module Name:src
Committed By: skrll
Date: Thu Apr 4 12:21:13 UTC 2013
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Take the bus lock in ohci_poll as it's assumed by ohci_softintr which
will get called by ohci_intr1... I can enter ddb using usb keyboard
attached vi
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:48:08 UTC 2013
Modified Files:
src/sys/arch/vax/boot/xxboot: start.S
Log Message:
Rearrange primary bootstrap slightly to free up all space between the disk
label and the uVAX rom boot parameter block.
To generate
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:50:03 UTC 2013
Modified Files:
src/sys/arch/vax/include: disklabel.h
Log Message:
Drop MAXPARTITIONS down to 12 - we do not have more space to store a
larger disklabel in the bootblocks at least on some supported mac
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:51:40 UTC 2013
Modified Files:
src/sys/kern: sys_generic.c
Log Message:
Provide binary compatibility for architectures that (erroneously) had
a larger MAXPARTITIONS value (and thus larger struct disklabel).
To gene
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:52:26 UTC 2013
Modified Files:
src/sys/sys: disklabel.h
Log Message:
Calculate the disklabel size (for asm code) dynamically based on
MAXPARTITIONS.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 s
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:53:00 UTC 2013
Modified Files:
src/sys/sys: bootblock.h
Log Message:
Adapt to new vax primary bootstrap layout.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/sys/bootblock.h
Please note tha
Module Name:src
Committed By: martin
Date: Thu Apr 4 12:55:31 UTC 2013
Modified Files:
src/usr.sbin/installboot/arch: vax.c
Log Message:
Fix installboot for VAX, as discussed on port-vax. Problem pointed out
by Jonny Billquist, thanks to Marl Pizzolato for patiently expla
Module Name:src
Committed By: skrll
Date: Thu Apr 4 13:23:51 UTC 2013
Modified Files:
src/sys/dev/usb: ukbd.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/usb/ukbd.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: skrll
Date: Thu Apr 4 13:27:56 UTC 2013
Modified Files:
src/sys/dev/usb: ehci.c ohci.c uhci.c usbdi.c
Log Message:
Don't take the bus lock in usbd_transfer_complete when polling.
Sprinkle || polling in KASSERTsw
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Thu Apr 4 13:28:57 UTC 2013
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Handle errors in ohci_open better.
To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/sys/dev/usb/ohci.c
Please note that diffs a
Module Name:src
Committed By: martin
Date: Thu Apr 4 16:11:13 UTC 2013
Modified Files:
src/usr.sbin/installboot/arch: vax.c
Log Message:
Provide an empty __CTASSERT() for toolbuilds
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/installboot/a
Module Name:src
Committed By: christos
Date: Thu Apr 4 21:14:37 UTC 2013
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
ldopts should be before ldadd like everywhere else.
To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 src/share/mk/bsd.prog.mk
Module Name:src
Committed By: christos
Date: Thu Apr 4 21:15:15 UTC 2013
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
fix mkdebug for private libraries.
while here, centralize the strip variable handling per type of object.
To generate a diff of this commit:
cv
Module Name:src
Committed By: wiz
Date: Thu Apr 4 21:52:04 UTC 2013
Modified Files:
src/lib/libc/sys: select.2
Log Message:
pull over agc's typo fix from agc-symver branch.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/select.2
Please n
Module Name:src
Committed By: dsl
Date: Thu Apr 4 22:17:13 UTC 2013
Modified Files:
src/sys/dev/iscsi: iscsi_ioctl.h
Log Message:
Explicitly #include so that the build of usr/bin/kdump
doesn't rely on the order it happens to use for the headers.
To generate a diff of t
Module Name:src
Committed By: dsl
Date: Thu Apr 4 22:32:12 UTC 2013
Modified Files:
src/usr.bin/kdump: mkioctls
Log Message:
Output a blank line between the fixed and variable #include lines.
Just a little hint that they come from different places.
To generate a diff of
Module Name:src
Committed By: dsl
Date: Thu Apr 4 22:35:29 UTC 2013
Modified Files:
src/usr.bin/kdump: Makefile.ioctl-c
Log Message:
Extract a base list of .h files from the set lists instead of looking
at the current contents of ${DESTDIR}.
Ignore missing files and als
Module Name:src
Committed By: dholland
Date: Fri Apr 5 03:14:45 UTC 2013
Modified Files:
src/gnu/dist/gcc4/gcc: gcc.c
Log Message:
Improve the output of gcc when a subprogram gets a signal. When OOMing
it gets signal 9, which prints "Killed" -- that this is actually
signa
Module Name:src
Committed By: dholland
Date: Fri Apr 5 03:17:38 UTC 2013
Modified Files:
src/lib/libc/rpc: rpc_generic.c
Log Message:
stdlib.h, not malloc.h
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/rpc/rpc_generic.c
Please note that di
Module Name:src
Committed By: dholland
Date: Fri Apr 5 03:18:27 UTC 2013
Modified Files:
src/usr.sbin/wsfontload: wsfontload.c
Log Message:
remove extraneous malloc.h
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/wsfontload/wsfontload.c
Ple
Module Name:othersrc
Committed By: agc
Date: Fri Apr 5 04:42:28 UTC 2013
Update of /cvsroot/othersrc/external/bsd/luhn
In directory ivanova.netbsd.org:/tmp/cvs-serv6820
Log Message:
Import Luhn check digit calculation library and utility to othersrc.
Luhn check digits are used i
25 matches
Mail list logo