Module Name:src
Committed By: christos
Date: Sat Sep 24 04:10:03 UTC 2011
Modified Files:
src/sys/kern: tty_pty.c
Log Message:
put back the cc == 0 check, because we can re-enter the loop with cc != 0
if we block.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -
Module Name:src
Committed By: christos
Date: Sat Sep 24 00:08:05 UTC 2011
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
mention the new kern.tty.qsize
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/share/man/man7/sysctl.7
Please note that
Module Name:src
Committed By: christos
Date: Sat Sep 24 00:06:20 UTC 2011
Modified Files:
src/share/man/man4: tty.4
Log Message:
mention the new QSIZE ioctls.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/tty.4
Please note that diffs a
Module Name:src
Committed By: christos
Date: Sat Sep 24 00:05:39 UTC 2011
Modified Files:
src/sys/kern: tty.c tty_subr.c
src/sys/sys: tty.h ttycom.h
Log Message:
- Introduce a sysctl to control the default tty queue size kern.tty.qsize,
which defaults to 1024 as
Module Name:src
Committed By: christos
Date: Fri Sep 23 23:57:06 UTC 2011
Modified Files:
src/sys/kern: tty_pty.c
Log Message:
Fix various bogus things:
- Don't use TTYHOG - 1, you can use the last byte in the ring buffer.
- Don't put unnecessary if statements around the c
Module Name:src
Committed By: macallan
Date: Fri Sep 23 23:02:23 UTC 2011
Modified Files:
src/sys/arch/mips/mips: pmap.c
Log Message:
the cached/not cached stuff doesn't build when both MIPS1 and MIPS3 are
defined so put it back to #if defined(_MIPS_PADDR_T_64BIT) || defin
Module Name:src
Committed By: apb
Date: Fri Sep 23 21:13:14 UTC 2011
Modified Files:
src/share/mk: bsd.clean.mk
Log Message:
* use a :M* modifier when testing whether the expanded list of
files is empty. Sometimes the variable contains one or more spaces,
and testing
Module Name:src
Committed By: nonaka
Date: Fri Sep 23 16:41:16 UTC 2011
Modified Files:
src/sys/arch/hpc/stand/binary: build_number.h
src/sys/arch/hpc/stand/binary/ARM: hpcboot.exe.uue
Log Message:
recompile.
To generate a diff of this commit:
cvs rdiff -u -r1.16
Module Name:src
Committed By: wiz
Date: Fri Sep 23 16:22:00 UTC 2011
Modified Files:
src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/crypto/external/bsd/libsaslc/dis
Module Name:src
Committed By: nonaka
Date: Fri Sep 23 16:02:09 UTC 2011
Modified Files:
src/sys/arch/hpc/stand/hpcboot/res: hpcmenu.rc
Log Message:
reduce combobox size.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hpc/stand/hpcboot/res/hpcm
Module Name:src
Committed By: nonaka
Date: Fri Sep 23 16:00:16 UTC 2011
Modified Files:
src/sys/arch/hpc/stand/hpcboot: hpcboot.config
src/sys/arch/hpc/stand/libsa: libsa.config stand.h stricmp.cpp
strtok.cpp tolower.cpp winblk.c
src/sys/arch/hpc
Module Name:src
Committed By: christos
Date: Fri Sep 23 15:29:09 UTC 2011
Modified Files:
src/sys/kern: tty.c
src/sys/net: if_sl.c if_strip.c
src/sys/sys: tty.h
Log Message:
Change obsolete CBSIZE constant (48), to a power of two constant (64) that
is close
Module Name:src
Committed By: jruoho
Date: Fri Sep 23 15:24:36 UTC 2011
Modified Files:
src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3
src/crypto/external/bsd/libsaslc/lib: Makefile
src/distrib/sets/lists/comp: mi
Log Message:
Also note /etc/saslc.d.
Module Name:src
Committed By: jruoho
Date: Fri Sep 23 15:17:33 UTC 2011
Modified Files:
src/crypto/external/bsd/libsaslc/lib: Makefile
src/distrib/sets/lists/comp: mi
Log Message:
Build and install MLINKS for the libsaslc(3) functions.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Fri Sep 23 14:47:41 UTC 2011
Modified Files:
src/sys/sys: param.h
Log Message:
remove things that have not been used for almost 20 years (cblock stuff)
To generate a diff of this commit:
cvs rdiff -u -r1.392 -r1.393 src/sys/sy
Module Name:src
Committed By: jruoho
Date: Fri Sep 23 14:45:07 UTC 2011
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.i386: Makefile
src/share/man/man4/man4.x86: Makefile
Added Files:
src/share/man/man4/man4.x86: fdc.4 lpt.4
Module Name:src
Committed By: njoly
Date: Fri Sep 23 14:26:24 UTC 2011
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen for NVIDIA GeForce 210.
To generate a diff of this commit:
cvs rdiff -u -r1.1092 -r1.1093 src/sys/dev/pci/pcidevs.h
cvs rdi
Module Name:src
Committed By: njoly
Date: Fri Sep 23 14:25:13 UTC 2011
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add NVIDIA GeForce 210.
To generate a diff of this commit:
cvs rdiff -u -r1.1097 -r1.1098 src/sys/dev/pci/pcidevs
Please note that diffs are not
Module Name:src
Committed By: nonaka
Date: Fri Sep 23 14:14:38 UTC 2011
Modified Files:
src/sys/arch/hpc/hpc/platid_gen: gram.y platid_gen.c platid_gen.h
scan.l
Log Message:
fix compile failure.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: jruoho
Date: Fri Sep 23 13:48:28 UTC 2011
Modified Files:
src/tests/lib/libm: t_pow.c
Log Message:
More bugs in pow(3); cases for PR port-amd64/45391.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_pow.c
Pl
Module Name:src
Committed By: sborrill
Date: Fri Sep 23 12:45:14 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1672
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-5.2
Please note that diffs are not
Module Name:src
Committed By: sborrill
Date: Fri Sep 23 12:44:52 UTC 2011
Modified Files:
src/sys/arch/xen/conf [netbsd-5]: files.xen
src/sys/arch/xen/xen [netbsd-5]: hypervisor.c
src/sys/arch/xen/xenbus [netbsd-5]: xenbus_dev.c xenbus_probe.c
Log Message:
Module Name:src
Committed By: macallan
Date: Fri Sep 23 12:42:15 UTC 2011
Modified Files:
src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c
Log Message:
make this build again with 32bit paddr_t
from he@
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18
Module Name:src
Committed By: macallan
Date: Fri Sep 23 12:34:53 UTC 2011
Modified Files:
src/sys/arch/mips/mips: bus_space_alignstride_chipdep.c
Log Message:
remove accidentially committed debug output
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
Module Name:src
Committed By: jruoho
Date: Fri Sep 23 10:27:14 UTC 2011
Modified Files:
src/doc: 3RDPARTY
Log Message:
ACPICA 20110922 is out.
And the fun never stops: ACPI 5.0 is scheduled to be released soon.
To generate a diff of this commit:
cvs rdiff -u -r1.872 -r1
Module Name:src
Committed By: tron
Date: Fri Sep 23 09:36:38 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc
Module Name:src
Committed By: mrg
Date: Fri Sep 23 07:31:39 UTC 2011
Modified Files:
src/usr.bin/fstat: fstat.c
Log Message:
apply some (uintptr_t) so that printing printers works on i386 (likely
all 32 bit.)
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94
Module Name:src
Committed By: mrg
Date: Fri Sep 23 07:12:10 UTC 2011
Modified Files:
src/lib: Makefile
Log Message:
add libgomp to this list of libs; so compat finds it properly.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/lib/Makefile
Please not
28 matches
Mail list logo