Module Name:src
Committed By: martin
Date: Wed Oct 13 09:19:40 UTC 2010
Modified Files:
src/sbin/routed: if.c
Log Message:
Memcpy into local variable to ensure proper alignement.
Fixes PR port-sparc64/43965.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 s
Module Name:src
Committed By: pooka
Date: Wed Oct 13 10:31:00 UTC 2010
Modified Files:
src/tests/lib/libc/gen: t_glob_star.c
Log Message:
fix -DDEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_glob_star.c
Please note that diffs
Module Name:src
Committed By: tsutsui
Date: Wed Oct 13 10:56:56 UTC 2010
Modified Files:
src/sys/arch/dreamcast/conf: GENERIC std.dreamcast
Log Message:
Include std.sh3 to pull options CPU_IN_CKSUM. Noted by Ryo SHIMIZU.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: pooka
Date: Wed Oct 13 11:01:05 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
Don't reorder page on the age queue if the lookup is done by the
pagedaemon. This mimics normal kernel behaviour where pmap_kentered
map
Module Name:src
Committed By: pooka
Date: Wed Oct 13 11:19:28 UTC 2010
Modified Files:
src/tests/lib/libc/gen: t_glob_star.c
Log Message:
Use actual buffer size instead of sizeof(char *). Makes the test
work on non-64bit platforms.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tsutsui
Date: Wed Oct 13 14:13:33 UTC 2010
Modified Files:
src/sys/arch/dreamcast/dreamcast: machdep.c
Log Message:
Prepare empty module_init_md() for options MODULAR.
It just works on dreamcast even with root on gdrom environment.
To genera
Module Name:src
Committed By: tsutsui
Date: Wed Oct 13 14:15:23 UTC 2010
Modified Files:
src/sys/modules/exec_elf32: Makefile
Log Message:
Disable PAX_ASLR on sh3 as well. exec_elf32 module doesn't work with it
at least on dreamcast.
To generate a diff of this commit:
cv
Module Name:src
Committed By: tsutsui
Date: Wed Oct 13 14:34:27 UTC 2010
Modified Files:
src/sys/arch/dreamcast/conf: GENERIC
Log Message:
Add commented out options MODULAR.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/dreamcast/conf/GENERIC
Module Name:src
Committed By: mrg
Date: Thu Oct 14 00:47:17 UTC 2010
Modified Files:
src/sys/kern: subr_disk.c
Log Message:
add some (uint64_t) casts so avoid 32 bit overflows. this fixes my
3TB disk with 4KB sectors and disklabel (which looks like it would
work upto 16TB
Module Name:src
Committed By: oki
Date: Thu Oct 14 03:07:52 UTC 2010
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
Wait for freeing mbuf cluster in sosend() causes freeze network stack.
Don't wait for it.
problem was found by iij seil team.
it is similar to Open
Module Name:src
Committed By: oki
Date: Thu Oct 14 03:34:42 UTC 2010
Modified Files:
src/sys/netinet6: ip6_mroute.c
Log Message:
Fixed mbuf leak possibility.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/netinet6/ip6_mroute.c
Please note that di
Module Name:src
Committed By: taca
Date: Thu Oct 14 03:35:24 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Remove duplicate entries:
* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.
To generate a diff of this co
Module Name:src
Committed By: taca
Date: Thu Oct 14 03:36:11 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1046 -r1.1047 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1045 -r1.1046
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 05:40:41 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: Makefile
Log Message:
Add -I${S}/lib/libsa and reorder.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/bebox/stand/boot/Ma
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 05:52:01 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: boot.h io.c
Log Message:
Add PCI_mem and many access/cache-ope functions.
+ inw/inwrb/writeb/writel/readb/readw/readl.
+ _wbinv/_inv.
To generate
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:12:54 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: boot.c boot.h vreset.c
Added Files:
src/sys/arch/bebox/stand/boot: pci.c
Log Message:
Add pci.c. Splitted from vreset.c
And cleanup vreset.c.
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:17:29 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: Makefile
Log Message:
Add pci.c to SRCS.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/bebox/stand/boot/Makefile
Please
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:17:57 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: boot.c
Log Message:
Add _rtt(). But it is NULL function.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/bebox/stand/boot/
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:23:27 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: version
Log Message:
s/,vga}/,_vga}/.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/bebox/stand/boot/version
Please note t
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:39:52 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: boot.c conf.c devopen.c fd.c
Log Message:
Change format of path for device. A current form strangely feels dissatisfied.
This new format looks like the
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:50:44 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: Makefile boot.c conf.c filesystem.c
version
Added Files:
src/sys/arch/bebox/stand/boot: wd.c wdc.c wdvar.h
Log Message:
Support kern
Module Name:src
Committed By: kiyohara
Date: Thu Oct 14 06:58:23 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: Makefile boot.c conf.c version
Added Files:
src/sys/arch/bebox/stand/boot: sd.c sdvar.h siop.c
Log Message:
Support kernel load from SCSI HDD wi
22 matches
Mail list logo