Module Name:src
Committed By: skrll
Date: Mon Nov 25 07:59:03 UTC 2013
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Improve DEBUG output.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/dev/usb/ehci.c
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Mon Nov 25 03:06:08 UTC 2013
Modified Files:
src/sys/sys: cpu.h
Log Message:
and the last CIRCLEQ is gone now.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/cpu.h
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Mon Nov 25 03:03:41 UTC 2013
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 6.99.28; no more CIRCLEQ in the kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.436 -r1.437 src/sys/sys/param.h
Please note
Module Name:src
Committed By: christos
Date: Mon Nov 25 03:02:58 UTC 2013
Modified Files:
src/sys/sys: queue.h
Log Message:
kernel is not allowed to use CIRCLEQ anymore (idea from gimpy)
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/sys/queue.h
P
Module Name:src
Committed By: christos
Date: Mon Nov 25 03:01:58 UTC 2013
Modified Files:
src/sys/arch/mips/rmi: rmixl_cpu.c
Log Message:
nobody uses qchain and it is about to be GC'ed.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/rmi/rmi
Module Name:src
Committed By: christos
Date: Mon Nov 25 03:02:30 UTC 2013
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
excise unused qchain
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/sys/cpu_data.h
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Mon Nov 25 02:59:14 UTC 2013
Modified Files:
src/sys/arch/sparc/sparc: pmap.c
Log Message:
replace circleq with tailq.
XXX: this adds a pointer per mmu entry; we can do better, but it would
require custom lists. Is it worth it?
Module Name:src
Committed By: rmind
Date: Sun Nov 24 21:58:38 UTC 2013
Modified Files:
src/sys/ddb: db_cpu.c
src/sys/kern: kern_cpu.c kern_runq.c
src/sys/sys: cpu.h
src/usr.bin/vmstat: vmstat.c
Log Message:
Remove cpu_queue (and thus eleminate anoth
Module Name:src
Committed By: dholland
Date: Sun Nov 24 19:49:22 UTC 2013
Modified Files:
src/usr.bin/msgs: msgs.1
Log Message:
Fix documentation of how to expire old messages. For some reason the
expiration period must be given as a negative number, indicating how
many da
Module Name:src
Committed By: martin
Date: Sun Nov 24 18:50:58 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_expm1.c
Log Message:
Provide expm1f()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/noieee_src/n_expm1.c
Please note that diffs
Module Name:src
Committed By: bouyer
Date: Sun Nov 24 18:02:08 UTC 2013
Modified Files:
src/sys/dev/pci: trm.c
Log Message:
XS_NOERROR | XS_RESET doens't make sense, XS_RESET is what is wanted here.
Pointed out by Edgar Fu�
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Sun Nov 24 17:20:01 UTC 2013
Modified Files:
src/sys/arch/i386/stand/lib: exec.c libi386.h
Log Message:
The x86 kernel entry point stack arguments are always 32-bit, even on amd64.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jakllsch
Date: Sun Nov 24 17:17:48 UTC 2013
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
use instead of so this can be
compiled for amd64
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/s
Module Name:src
Committed By: rmind
Date: Sun Nov 24 17:16:29 UTC 2013
Modified Files:
src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c
Log Message:
- tmpfs_construct_node: prevent from the new node construction if the
directory was removed. Fixes the crash reported by Nico
Module Name:src
Committed By: jakllsch
Date: Sun Nov 24 17:16:30 UTC 2013
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
cast from 32-bit integer to void * though uintptr_t to avoid warnings
when compiling for x86_64.
To generate a diff of this commit:
Module Name:src
Committed By: martin
Date: Sun Nov 24 15:16:49 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_erf.c
Log Message:
Provide erff() and erfcf().
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/noieee_src/n_erf.c
Please note that
Module Name:src
Committed By: martin
Date: Sun Nov 24 15:12:10 UTC 2013
Modified Files:
src/lib/libm/arch/vax: n_cbrt.S
Log Message:
Provide cbrtl() and cbrtf() for vax
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/vax/n_cbrt.S
Please not
Module Name:src
Committed By: martin
Date: Sun Nov 24 14:49:00 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_cbrt.c
Log Message:
Provide cbrtf() and cbrtl()
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/noieee_src/n_cbrt.c
Please note th
Module Name:src
Committed By: martin
Date: Sun Nov 24 14:46:18 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_pow.c
Log Message:
Provide powl()
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/noieee_src/n_pow.c
Please note that diffs are no
Module Name:src
Committed By: martin
Date: Sun Nov 24 14:41:54 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_asincos.c n_atan.c
Log Message:
Provide (very stupid) versions of atanf(), asinf() and acosf()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: mlelstv
Date: Sun Nov 24 13:13:13 UTC 2013
Modified Files:
src/usr.bin/systat: netstat.c
src/usr.sbin/pstat: pstat.c
Log Message:
Fix fallout from circleq->tailq transition.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.
Module Name:src
Committed By: skrll
Date: Sun Nov 24 12:25:19 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c
dwc2_hcdqueue.c
Log Message:
Resolve conflicts.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sy
Module Name:src
Committed By: skrll
Date: Sun Nov 24 12:21:10 UTC 2013
Update of /cvsroot/src/sys/external/bsd/dwc2/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18062
Log Message:
Import dwc2 2013-11-24
Status:
Vendor Tag: SYNOPSYS
Release Tags: dwc2-2013-11-24
Module Name:src
Committed By: jnemeth
Date: Sun Nov 24 08:17:50 UTC 2013
Modified Files:
src/sys/sys: disklabel_gpt.h
Log Message:
add implementation defined attributes from FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/disklabel_gpt.h
24 matches
Mail list logo