Module Name:othersrc
Committed By: agc
Date: Mon Aug 8 06:55:38 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: TODO
Log Message:
i've created the initial draft of the man page - take this off the list of
things to do.
To generate a diff of this comm
Module Name:othersrc
Committed By: agc
Date: Mon Aug 8 06:54:41 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: Makefile
Log Message:
Also make the man page for iscsictl(8)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external
Module Name:othersrc
Committed By: agc
Date: Mon Aug 8 06:53:00 UTC 2011
Added Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: iscsictl.8
Log Message:
Add a first pass at a manual page, iscsictl(8).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/ex
Module Name:src
Committed By: enami
Date: Mon Aug 8 06:30:43 UTC 2011
Modified Files:
src/sys/kern: exec_subr.c
Log Message:
Bounds process's stack size with max_stack_size so that 32bit
binary works regardless of stack size limit setting.
To generate a diff of this com
Module Name:othersrc
Committed By: agc
Date: Mon Aug 8 02:25:32 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: Makefile
Log Message:
Make this compile WARNS=4
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bs
Module Name:othersrc
Committed By: agc
Date: Mon Aug 8 02:24:33 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: TODO iscsic_daemonif.c
iscsic_driverif.c iscsic_globals.h iscsic_main.c iscsic_parse.c
Log Message:
Make this compile WARNS=4
Module Name:src
Committed By: rmind
Date: Sun Aug 7 21:38:32 UTC 2011
Modified Files:
src/sys/kern: kern_cpu.c subr_kcpuset.c subr_pserialize.c sys_sched.c
src/sys/sys: kcpuset.h
Log Message:
- Add an argument to kcpuset_create() for zeroing.
- Add kcpuset_atomic_
Module Name:src
Committed By: rmind
Date: Sun Aug 7 21:13:06 UTC 2011
Modified Files:
src/sys/kern: kern_cpu.c kern_lwp.c kern_runq.c subr_kcpuset.c
sys_pset.c sys_sched.c
src/sys/sys: lwp.h
Log Message:
Remove LW_AFFINITY flag and fix some bugs affini
Module Name:src
Committed By: alnsn
Date: Sun Aug 7 20:44:32 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
New linux syscalls: fadvise64() and fadvise64_64().
To generate a diff of this commit:
cvs rdiff -u -r1.1590 -r1.1591 src/doc/CHANGES
Please note that di
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 20:14:42 UTC 2011
Modified Files:
src/sys/dev/ic: isacsx.h
Log Message:
Another instance of REG_OFFSET that needs to be consistent with the rest.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/d
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 20:05:08 UTC 2011
Modified Files:
src/sys/dev/ic: hscx.h ipac.h isac.h
Log Message:
Appease _LP64 build with GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/hscx.h src/sys/dev/ic/
Module Name:src
Committed By: cherry
Date: Sun Aug 7 19:48:08 UTC 2011
Modified Files:
src/sys/arch/i386/i386 [cherry-xenmp]: machdep.c
src/sys/arch/xen/x86 [cherry-xenmp]: cpu.c
Log Message:
Fix XEN3PAE_DOMx build
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 19:46:22 UTC 2011
Modified Files:
src/sys/dev/isa: dpt_isa.c
Log Message:
Appease _LP64 build with GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/isa/dpt_isa.c
Please note that d
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 18:58:53 UTC 2011
Modified Files:
src/sys/dev/usb: uhci.c
Log Message:
Make uhci_find_prev_qh() always 'static inline', just 'inline" leads to trouble.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240
Module Name:src
Committed By: bouyer
Date: Sun Aug 7 17:39:34 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Guard against spurious xbdback_backend_changed() calls which would result
in the block device being opened twice. Fixes port-xen/4515
Module Name:src
Committed By: bouyer
Date: Sun Aug 7 17:10:35 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Several fixes to the continuation engine:
- make sure to enter the continuation loop at splbio(), and add some
KASSERT() for this.
Module Name:src
Committed By: bouyer
Date: Sun Aug 7 17:15:40 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Add a comment explaing why a flush workqueue is handled differently from
read/write workqueue requests.
To generate a diff of this
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:44:59 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: locore.S
Log Message:
Cleanup spin loop for 2nd cpu.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/bebox/bebox/locore.S
Pleas
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:31:35 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: mainbus.c
Log Message:
Try to attach 2nd CPU. But not support options MULTIPROCESSOR yet.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 sr
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:22:19 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: machdep.c
src/sys/arch/bebox/include: isa_machdep.h
Log Message:
Cleanup headers and variables.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:16:35 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: machdep.c
Log Message:
Not allow interrupt hear.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/bebox/bebox/machdep.c
Please
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:13:07 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: pic_bebox.c
src/sys/arch/bebox/include: intr.h
Log Message:
Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg.
To generate a diff of this com
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 15:04:46 UTC 2011
Modified Files:
src/sys/arch/bebox/bebox: machdep.c
Added Files:
src/sys/arch/bebox/include: bebox.h
Log Message:
Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg.
To generate a diff
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 14:47:05 UTC 2011
Modified Files:
src/sys/arch/powerpc/oea: prep_machdep.c
Log Message:
Set BeBox Mainboard Registers space to BAT register.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/p
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 14:39:15 UTC 2011
Modified Files:
src/sys/arch/i386/conf: Makefile.i386
Log Message:
Try to ensure no SSE instructions are generated for kernel code,
as is already done on amd64.
To generate a diff of this commit:
c
Module Name:src
Committed By: kiyohara
Date: Sun Aug 7 14:36:36 UTC 2011
Removed Files:
src/sys/arch/bebox/include: mouse.h pccons.h
src/sys/arch/bebox/include/pc: display.h
Log Message:
Remove obsoleted headers.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: rmind
Date: Sun Aug 7 14:03:17 UTC 2011
Modified Files:
src/share/man/man9: kthread.9
src/sys/dev: fss.c
src/sys/dev/flash: flash_io.c
src/sys/kern: kern_kthread.c
src/sys/rump/librump/rumpkern: threads.c
Module Name:src
Committed By: jakllsch
Date: Sun Aug 7 14:00:08 UTC 2011
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
Log Message:
Trailing whitespace, what trailing whitespace?
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/arch/sparc64/c
Module Name:src
Committed By: rmind
Date: Sun Aug 7 13:51:37 UTC 2011
Modified Files:
src/sys/net: if_ppp.c
Log Message:
Convert ppp_list_lock to mutex(9).
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/net/if_ppp.c
Please note that diffs are n
Module Name:src
Committed By: jmcneill
Date: Sun Aug 7 13:45:46 UTC 2011
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
PR# kern/30398: panic in ohci_softintr
If the host controller has a TD that the driver doesn't know about, ignore it
instead of calling panic. Pa
Module Name:src
Committed By: rmind
Date: Sun Aug 7 13:39:24 UTC 2011
Modified Files:
src/sys/dev/i2o: dpti.c dptivar.h
src/sys/dev/ic: dpt.c dptvar.h
src/sys/dev/mca: ed_mca.c edc_mca.c
Log Message:
Replace some wakeup_one(9) uses with mutex(9) or plain w
Module Name:src
Committed By: rmind
Date: Sun Aug 7 13:33:03 UTC 2011
Modified Files:
src/common/lib/libc/sys: cpuset.c
src/distrib/sets/lists/comp: mi
src/sys/conf: files
src/sys/kern: init_main.c kern_cpu.c kern_runq.c subr_pserialize.c
Module Name:src
Committed By: jmcneill
Date: Sun Aug 7 13:00:35 UTC 2011
Modified Files:
src/sbin/drvctl: drvctl.8 drvctl.c
Log Message:
add the -t option that modifies -l behaviour to recursively scan for
child devices and print them in tree format:
$ drvctl -lt usb0
uh
Module Name:src
Committed By: rmind
Date: Sun Aug 7 12:29:24 UTC 2011
Modified Files:
src/share/man/man9: pserialize.9
Log Message:
Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/
Module Name:src
Committed By: mrg
Date: Sun Aug 7 12:20:10 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch: hppa.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h config.h
gstdint.h
src/external/gpl3/gcc/usr.bin/gcc
Module Name:src
Committed By: jmcneill
Date: Sun Aug 7 12:00:11 UTC 2011
Modified Files:
src/sbin/drvctl: drvctl.8 drvctl.c
Log Message:
add an optional argument to the -p flag that lets you extract specific
property values from the command-line:
$ drvctl -p wd0 disk-i
Module Name:src
Committed By: mrg
Date: Sun Aug 7 11:41:50 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.inc
Log Message:
after all the recent fixes, let's call this "NetBSD nb2 20110806"
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 sr
Module Name:src
Committed By: wiz
Date: Sun Aug 7 11:37:06 UTC 2011
Modified Files:
src/lib/libcurses: curses_inch.3
Log Message:
Add serial comma, remove trailing whitespace, bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/
Module Name:src
Committed By: jmcneill
Date: Sun Aug 7 11:33:03 UTC 2011
Modified Files:
src/common/lib/libprop: prop_dictionary_util.3
Log Message:
prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool *
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: blymn
Date: Sun Aug 7 10:57:10 UTC 2011
Modified Files:
src/lib/libcurses: inchstr.c
Log Message:
Merge the attributes into the returned characters.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/inchstr.c
Pl
Module Name:src
Committed By: blymn
Date: Sun Aug 7 10:55:59 UTC 2011
Modified Files:
src/lib/libcurses: curses_inch.3
Log Message:
Document the return values for innstr and friends.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libcurses/curses_
Module Name:src
Committed By: blymn
Date: Sun Aug 7 10:54:53 UTC 2011
Modified Files:
src/lib/libcurses: instr.c
Log Message:
Fix a bug that prevented instr and friends returning OK.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/instr.c
Module Name:src
Committed By: blymn
Date: Sun Aug 7 10:52:18 UTC 2011
Modified Files:
src/lib/libcurses: meta.c
Log Message:
flush the output after writing the meta sequence.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libcurses/meta.c
Please no
Module Name:src
Committed By: tron
Date: Sun Aug 7 10:04:42 UTC 2011
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOMU
Log Message:
Add commented out entries for V7FS and V7FS Endian Independent support.
To generate a diff of this commit:
cvs rdiff -u -r1.1041 -
Module Name:src
Committed By: mrg
Date: Sun Aug 7 08:15:56 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
note switch to GCC 4.5 on x86
To generate a diff of this commit:
cvs rdiff -u -r1.1589 -r1.1590 src/doc/CHANGES
Please note that diffs are not public domai
Module Name:src
Committed By: mrg
Date: Sun Aug 7 08:15:03 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch x86 to GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.677 -r1.678 src/share/mk/bsd.own.mk
Please note that diffs are not publi
46 matches
Mail list logo