Module Name:src
Committed By: mrg
Date: Mon Mar 22 05:39:00 UTC 2010
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
add + _SYMQUIRK='|\.(rump|RUMP)' for powerpc64, as recommended by pooka.
it gets rid of many of the warnings trying to link rump_cd9960, but
there
Module Name:src
Committed By: mrg
Date: Mon Mar 22 05:12:24 UTC 2010
Modified Files:
src/usr.bin/xlint: Makefile.inc
Log Message:
for mips64*, use mips64 subdir, otherwise use $MACHINE_ARCH if exists,
or $MACHINE_CPU. idea from dennis.c.fergu...@gmail.com in PR#43021.
T
Module Name:src
Committed By: mrg
Date: Mon Mar 22 05:10:19 UTC 2010
Modified Files:
src/games/backgammon/backgammon: main.c text.c
src/games/backgammon/common_source: back.h table.c
src/games/backgammon/teachgammon: teach.c ttext2.c tutor.c
Log Message:
re
Module Name:src
Committed By: mrg
Date: Mon Mar 22 05:08:54 UTC 2010
Modified Files:
src/dist/pdisk: file_media.c layout_dump.c
Log Message:
fix some powerpc64 build issues.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/pdisk/file_media.c
cvs rdiff
Module Name:src
Committed By: cliff
Date: Mon Mar 22 05:03:03 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpunode.c
Log Message:
in cpunode_rmixl_attach use the right macro to obtain number of cores
provided by this chip.
To generate a diff of
Module Name:src
Committed By: mrg
Date: Mon Mar 22 03:35:26 UTC 2010
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64.
from pooka via PR#43021.
To generate a diff of this commit:
cvs rdiff -u -r1.623 -r1.624
Module Name:src
Committed By: mrg
Date: Mon Mar 22 02:22:32 UTC 2010
Modified Files:
src/common/lib/libc/arch/powerpc64/atomic: atomic_op_asm.h
Log Message:
define _NOREGNAMES before including , like powerpc does.
from dennis.c.fergu...@gmail.com in PR#43022.
To generat
Module Name:src
Committed By: mrg
Date: Mon Mar 22 02:17:23 UTC 2010
Modified Files:
src/lib/libc/arch/powerpc64: SYS.h
Log Message:
add a nop to provide enough space for the linker and long calls.
fixes link errors with 'cerror' and libposix.
from dennis.c.fergu...@gmail
Module Name:src
Committed By: mrg
Date: Mon Mar 22 02:14:28 UTC 2010
Modified Files:
src/sys/arch/powerpc/include: param.h
Log Message:
default powerpc64 mbufs to 512 bytes, like other 64 bit platforms.
from dennis.c.fergu...@gmail.com in PR#43028.
To generate a diff of
Module Name:src
Committed By: mrg
Date: Mon Mar 22 02:00:34 UTC 2010
Modified Files:
src/sys/modules/coredump: Makefile
Log Message:
add powerpc64 support. from dennis.c.fergu...@gmail.com in PR#43029.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/
Module Name:src
Committed By: mrg
Date: Mon Mar 22 01:39:11 UTC 2010
Modified Files:
src/lib/libc/arch/powerpc64/gen: __sigsetjmp14.S
Log Message:
replace kernel-only 'stmd' and 'lmd' operations in userland with equivalent
sequences of code, as done in eg, powerpc64/gen/_s
Module Name:src
Committed By: mrg
Date: Mon Mar 22 01:29:30 UTC 2010
Modified Files:
src/lib/libc: Makefile.inc
src/lib/libcompat: Makefile
src/usr.bin/kdump: mkioctls
src/usr.bin/xlint/xlint: xlint.c
Log Message:
convert -idirafter to -isystem, as
Module Name:src
Committed By: mrg
Date: Mon Mar 22 00:23:59 UTC 2010
Modified Files:
src/x11/bin/appres: Makefile
Log Message:
fix the dependancy list for this.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/x11/bin/appres/Makefile
Please note that diff
Module Name:src
Committed By: mrg
Date: Sun Mar 21 22:38:08 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: pmap.c
Log Message:
since pmap_activate/pmap_deactivate need to not block, but the rest of
pmap is OK, add a new IPL_VM pmap_ctx_lock that is held while alloc
Module Name:src
Committed By: cliff
Date: Sun Mar 21 22:03:16 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c
Log Message:
declaration of rmixl_cpu_trampoline_args now #ifdef MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:56:50 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h
Log Message:
moved a number of RMI interrupt items to rmixl_intr.h
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:30:35 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlreg.h
Log Message:
- add defines for Coprocessor 2 (FMN) registers
- add defines for non-CPU-core FMN bucket size and credit counter regs
ar
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:30:16 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_usbi.c
Log Message:
- obtain interrupt routing mask from obio_attach_args,
pass along to rmixl_intr_establish
To generate a diff of this
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:29:46 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_subr.S
Log Message:
- add rmixlfw_wakeup_cpu, performs callback to RMI firmware wakeup function
- add rmixl_cpu_trampoline, entry point for
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:27:48 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcie.c
Log Message:
- include rmixl_intr.h
- obtain interrupt routing mask from obio_attach_args,
pass along to rmixl_intr_establish
- cut
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:27:27 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcievar.h
Log Message:
- add sc_tmsk interrupt routing mask to the softc
- add count_name for naming the evcnt count in
each struct rmixl_p
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:26:45 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obiovar.h
Log Message:
- add obio_tmsk interrupt routing mask to obio_attach_args
To generate a diff of this commit:
cvs rdiff -u -r1.1.2
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:26:14 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c
Log Message:
- add use of the 'tmsk' locator
- adapt to new rmixl_intr_establish() args
- establishing the system bridge controller
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:25:30 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c
Log Message:
- rework to make full use of RMI extended interrupt management
provided by EIRR/EIMR registers
- depends on rmixl_spl.S
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:24:49 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_ehci.c rmixl_ohci.c
Log Message:
- include rmixl_intr.h for externs
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 s
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:24:19 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c
Log Message:
- except for core#0, pmap tlb0info lives in the cpucore softc;
cpucore_rmixl_attach() calls pmap_tlb_info_init() wit
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:23:54 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c
Log Message:
- use different wakeup trampolines depending on firmware type
so far only RMI formware with callback wakeup method is te
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 21:23:51 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: iso646.3
Log Message:
Document the weird .
To generate a diff of this com
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:23:32 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c
Log Message:
- pass obio_tmsk to rmixl_intr_establish
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:22:29 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- specify rmixl_splsw to mips_vector_init
note that __INTR_PRIVATE must be defined to do that
- print MEMLIMIT if i
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:21:41 UTC 2010
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl
Log Message:
- add files rmixl_spl.S, rmixl_fmn.c
- add 'tmsk' locator to obio, allows specifying a thread (vCPU) mask
for interrupt
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:20:10 UTC 2010
Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpuvar.h
Log Message:
add include for RMI specific cpu stuff: softc and wakeup trampoline args
structures
To generate a diff of this commit
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:17:01 UTC 2010
Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_spl.S
Log Message:
add splswitch variant using RMI chip-specific EIRR/EIMR interrupt extensions
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jklos
Date: Sun Mar 21 21:15:39 UTC 2010
Removed Files:
src/sys/dev/pci: cxgb_adapter.h cxgb_ael1002.c cxgb_common.h
cxgb_config.h cxgb_ctl_defs.h cxgb_firmware_exports.h
cxgb_include.h cxgb_ioctl.h cxgb_jhash.h cxgb_l2t
Module Name:src
Committed By: jklos
Date: Sun Mar 21 21:11:13 UTC 2010
Modified Files:
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci/cxgb: cxgb_adapter.h cxgb_ael1002.c cxgb_common.h
cxgb_config.h cxgb_ctl_defs.h cxgb_firmware_exports.h
Module Name:src
Committed By: cliff
Date: Sun Mar 21 20:41:43 UTC 2010
Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c rmixl_fmnvar.h
Log Message:
add device driver for RMI Fast Message Network
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 20:38:20 UTC 2010
Modified Files:
src/lib/libc/stdio: scanf.3
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/scanf.3
Please note that diffs are n
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 20:34:52 UTC 2010
Modified Files:
src/lib/libc/stdio: scanf.3
Log Message:
Note inttypes(3) also here.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/scanf.3
Please note that diffs a
Module Name:src
Committed By: lukem
Date: Sun Mar 21 20:27:26 UTC 2010
Modified Files:
src/libexec/ftpd: version.h
Log Message:
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash
To generate a diff of this co
Module Name:src
Committed By: plunky
Date: Sun Mar 21 20:04:43 UTC 2010
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
send the SET_SCALE11 command before the 'sliced' command as per the
Linux driver (and elantech(4)), via PR kern/42853
To generate a diff
Module Name:src
Committed By: plunky
Date: Sun Mar 21 19:57:05 UTC 2010
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
Extended capability probes can confuse the passthrough device,
reset the touchpad on enable to cure that.
To generate a diff of this com
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 19:55:19 UTC 2010
Modified Files:
src/lib/libc/stdio: printf.3
Log Message:
Mention the recommended usage of inttypes(3) when applicable.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/stdi
Module Name:src
Committed By: plunky
Date: Sun Mar 21 19:53:52 UTC 2010
Modified Files:
src/sys/dev/pckbport: synaptics.c synapticsreg.h
Log Message:
some definitions from the Linux driver (via PR kern/42853)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 19:45:59 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add inttypes(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1411 -r1.1412 src/distrib/sets/lists/comp/mi
Please note that diffs
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 19:42:51 UTC 2010
Modified Files:
src/share/man/man3: Makefile stdint.3
Added Files:
src/share/man/man3: inttypes.3
Log Message:
Document .
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sha
Module Name:src
Committed By: cliff
Date: Sun Mar 21 19:28:01 UTC 2010
Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.h
Log Message:
- added this file of RMI interrupt stuff
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:50:45 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: spl.S
Log Message:
- in _splsw_splintr, add 'nop' in delay slot to avoid incorrect return
of IPL_VM when nothing is pending
To generate a diff
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:45:53 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips3_clockintr.c
Log Message:
- mips_int5_evcnt, mips_int5_missed_evcnt and next_cp0_clk_intr
were moved to struct cpu_info to allow per-CPU MI
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:43:28 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c
Log Message:
- in cpu_info_alloc, move calling pmap_tlb_info_attach() to
after called mi_cpu_attach(), so we dont trigger assert on
(
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:21:15 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: intr.h
Log Message:
- if __INTR_PRIVATE is not defined, declare (but do not define) struct splsw
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:18:51 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h
Log Message:
- define MIPS_SR_COP_2_BIT to control enable/disable of coprocessor 2
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: cliff
Date: Sun Mar 21 18:17:21 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h
Log Message:
- add ci_next_cp0_clk_intr, ci_count_compare_evcnt,
ci_count_compare_missed_evcnt
to struct cpu_info, for per-CPU count/c
Module Name:src
Committed By: cliff
Date: Sun Mar 21 17:38:35 UTC 2010
Modified Files:
src/sys/arch/algor/algor [matt-nb5-mips64]: machdep.c
src/sys/arch/arc/arc [matt-nb5-mips64]: machdep.c
src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: machdep.c
src
Module Name:src
Committed By: wiz
Date: Sun Mar 21 15:42:19 UTC 2010
Modified Files:
src/share/man/man3: stddef.3
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/stddef.3
Please note that diffs are not p
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 14:49:29 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
sync with OpenBSD:r1.3
> bus_dmamap_sync fixes to cope with real life.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.
Module Name:src
Committed By: christos
Date: Sun Mar 21 14:29:04 UTC 2010
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
revert for now.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/tree.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Sun Mar 21 14:28:15 UTC 2010
Modified Files:
src/sys/sys: bitops.h
Log Message:
revert previous for now.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/bitops.h
Please note that diffs are not public d
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 13:39:51 UTC 2010
Modified Files:
src/lib/libc/stdlib: imaxabs.3
Log Message:
Emphasize imaxint_t.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/imaxabs.3
Please note that diffs are
Module Name:src
Committed By: joerg
Date: Sun Mar 21 13:34:34 UTC 2010
Modified Files:
src/usr.bin/mail: mail.1
Log Message:
Use \e
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/mail/mail.1
Please note that diffs are not public domain; they a
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 13:34:20 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
more fix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/landisk/landisk/bus_dma.c
Please note that di
Module Name:src
Committed By: pooka
Date: Sun Mar 21 13:26:10 UTC 2010
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
don't create obsoleted directories
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/etc/mtree/NetBSD.dist.base
Please not
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 13:10:38 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
fix wrong op priority.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/landisk/landisk/bus_dma.c
Please
Module Name:src
Committed By: yamt
Date: Sun Mar 21 13:06:36 UTC 2010
Modified Files:
src/sys/nfs [yamt-nfs-mp]: nfs_kq.c
Log Message:
lock vnode when calling VOP_GETATTR.
To generate a diff of this commit:
cvs rdiff -u -r1.21.4.3 -r1.21.4.4 src/sys/nfs/nfs_kq.c
Please
Module Name:src
Committed By: yamt
Date: Sun Mar 21 13:05:34 UTC 2010
Modified Files:
src/sys/nfs [yamt-nfs-mp]: nfs_clntsocket.c
Log Message:
fix merge botches
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/nfs/nfs_clntsocket.c
Please note
Module Name:src
Committed By: yamt
Date: Sun Mar 21 13:04:24 UTC 2010
Modified Files:
src/doc: BRANCHES
Log Message:
yamt-nfs-mp: update base tag
To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/doc/BRANCHES
Please note that diffs are not public domai
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 12:40:51 UTC 2010
Modified Files:
src/share/man/man3: stddef.3
Log Message:
Note that some of these were already in ANSI C.
XXX: Maybe someone with insight adds a word or two about the history?
To generate a diff of
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 12:36:21 UTC 2010
Modified Files:
src/share/man/man3: offsetof.3
Log Message:
Reference stddef(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/offsetof.3
Please note that diffs are
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 12:30:25 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add stddef(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1410 -r1.1411 src/distrib/sets/lists/comp/mi
Please note that diffs ar
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 12:27:51 UTC 2010
Modified Files:
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: stddef.3
Log Message:
While at it, add also stddef(3).
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1
Module Name:src
Committed By: wiz
Date: Sun Mar 21 11:24:58 UTC 2010
Modified Files:
src/doc: 3RDPARTY
Log Message:
gdb-7.1 out.
To generate a diff of this commit:
cvs rdiff -u -r1.752 -r1.753 src/doc/3RDPARTY
Please note that diffs are not public domain; they are subje
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 11:14:54 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add stdbool(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1409 -r1.1410 src/distrib/sets/lists/comp/mi
Please note that diffs a
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 11:13:36 UTC 2010
Modified Files:
src/share/man/man3: stdint.3
Log Message:
Reference stdbool(3).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/stdint.3
Please note that diffs are not
Module Name:src
Committed By: jruoho
Date: Sun Mar 21 11:12:52 UTC 2010
Modified Files:
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: stdbool.3
Log Message:
As we have added stdint(3) and tgmath(3), we may as well add stdbool(3).
To generate a dif
Module Name:othersrc
Committed By: lukem
Date: Sun Mar 21 11:10:25 UTC 2010
Modified Files:
othersrc/libexec/tnftpd: ChangeLog
Log Message:
popen.c security fix
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 othersrc/libexec/tnftpd/ChangeLog
Please note t
Module Name:othersrc
Committed By: lukem
Date: Sun Mar 21 11:07:37 UTC 2010
Modified Files:
othersrc/libexec/tnftpd/src: popen.c
Log Message:
Apply rev 1.37 from NetBSD:
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv ca
Module Name:othersrc
Committed By: lukem
Date: Sun Mar 21 10:49:16 UTC 2010
Modified Files:
othersrc/libexec/tnftpd: todo
Log Message:
examples are installed. not bothering with separate email address
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 othersrc
Module Name:src
Committed By: pooka
Date: Sun Mar 21 07:09:56 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_bat.c
src/sys/modules/acpibat: Makefile
Added Files:
src/sys/modules/acpibat: ACPIBAT.ioconf
Log Message:
Convert acpibat to use ioconf instead of
77 matches
Mail list logo