Module Name:src
Committed By: wiz
Date: Wed Mar 14 11:44:42 UTC 2012
Modified Files:
src/share/man/man9: genfs.9
Log Message:
Remove trailing whitespace. Fix typo. Sort.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/genfs.9
Please note t
Module Name:src
Committed By: jruoho
Date: Wed Mar 14 11:50:53 UTC 2012
Modified Files:
src/tests/lib/libc/sys: t_mincore.c
Log Message:
Skip the ENOMEM/RLIMIT_MEMLOCK case when doing mlockall(2).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/
Module Name:src
Committed By: wiz
Date: Wed Mar 14 11:51:54 UTC 2012
Modified Files:
src/share/man/man9: kauth.9
Log Message:
Bump date for previous.
Spell "file system" like in other man pages.
Fix typos.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src
Module Name:src
Committed By: wiz
Date: Wed Mar 14 12:01:53 UTC 2012
Modified Files:
src/share/man/man4: ixg.4
Log Message:
Fix URL.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ixg.4
Please note that diffs are not public domain; they a
Module Name:src
Committed By: jruoho
Date: Wed Mar 14 13:24:48 UTC 2012
Modified Files:
src/lib/libc/sys: _lwp_ctl.2
Log Message:
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/_lwp_ctl.2
Please note that diffs are not publ
Module Name:src
Committed By: martin
Date: Wed Mar 14 13:26:43 UTC 2012
Modified Files:
src/distrib/sparc/bootfs: Makefile
src/etc/etc.sparc: Makefile.inc
Log Message:
Disable generation of boot floppy images for sparc, which do not fit on
floppy disks anymore, to
Module Name:src
Committed By: nonaka
Date: Wed Mar 14 13:41:07 UTC 2012
Modified Files:
src/sys/dev/pci: lynxfb.c
Log Message:
lynxfb too.
> Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
> something meaningful. All relevant documentation has been up
Module Name:xsrc
Committed By: martin
Date: Wed Mar 14 13:47:40 UTC 2012
Modified Files:
xsrc/external/mit/xf86-video-sis/dist/src: sis_driver.c
Log Message:
henning petersen in PR xsrc/46172: do not used removed function
miPointerAbsoluteCursor(), replace with miPointerSe
Module Name:src
Committed By: skrll
Date: Wed Mar 14 14:18:11 UTC 2012
Modified Files:
src/lib/libc/arch/hppa/sys: brk.S sbrk.S
Log Message:
Use the _end symbol rather than the end symbol. Prevents version info
problems in elflink.c for the heimdal libraries.
To generat
Module Name:src
Committed By: christos
Date: Wed Mar 14 16:50:34 UTC 2012
Modified Files:
src/common/lib/libc/arch/mips/atomic: atomic_add.S atomic_and.S
atomic_cas.S atomic_dec.S atomic_inc.S atomic_or.S atomic_swap.S
Log Message:
don't include from assembly.
Module Name:src
Committed By: martin
Date: Wed Mar 14 17:03:11 UTC 2012
Modified Files:
src/lib/libc/arch/sparc64/softfloat: qp.c
Log Message:
Rename __zero to __sf128_zero to avoid clashes with the strange new
inline function in cdefs.h
To generate a diff of this commit
Module Name:src
Committed By: joerg
Date: Wed Mar 14 23:47:20 UTC 2012
Modified Files:
src/libexec/httpd: bozohttpd.h ssl-bozo.c
Log Message:
Add BOZO_PRINTFLIKE for functions that pass an argument and va_arg to
a vprintf-like function.
To generate a diff of this commit:
Module Name:src
Committed By: alnsn
Date: Thu Mar 15 00:08:23 UTC 2012
Update of /cvsroot/src/external/mit/lua/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv19419
Log Message:
Import Lua 5.1.5
Status:
Vendor Tag: LUA
Release Tags: LUA_5_1_5
U src/exter
Module Name:src
Committed By: christos
Date: Thu Mar 15 00:09:08 UTC 2012
Modified Files:
src/sys/sys: cdefs.h
Log Message:
- this file is still used from assembly. protect inlines against __ASSEMBLER__
- rename __zero -> __zeroll, __negative -> __negative_p
To generate
Module Name:src
Committed By: christos
Date: Thu Mar 15 00:16:07 UTC 2012
Modified Files:
src/libexec/ld.elf_so: Makefile
Added Files:
src/libexec/ld.elf_so: diagassert.c
Log Message:
Add __diagassert13() so that if libc is compiled with _DIAGNOSTIC, it does
not en
Module Name:src
Committed By: alnsn
Date: Thu Mar 15 00:17:22 UTC 2012
Modified Files:
src/external/mit/lua/dist/src: luaconf.h
Log Message:
Resolve conflicts.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/dist/src/luaconf.h
Please not
Module Name:src
Committed By: christos
Date: Thu Mar 15 00:57:56 UTC 2012
Modified Files:
src/sys/net: bpf.h
Log Message:
add {__BEGIN,__END}_DECLS
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/net/bpf.h
Please note that diffs are not public doma
Module Name:src
Committed By: alnsn
Date: Thu Mar 15 01:02:20 UTC 2012
Modified Files:
src/external/mit/lua/dist/src: luaconf.h
Log Message:
Don't overwrite Roberto's external $Id.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/dist/src/
Module Name:src
Committed By: joerg
Date: Thu Mar 15 01:44:08 UTC 2012
Modified Files:
src/tests/lib/libc/gen: t_humanize_number.c
Log Message:
Mark w_printf as __printflike and fix a format string error.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/te
Module Name:src
Committed By: joerg
Date: Thu Mar 15 01:44:44 UTC 2012
Modified Files:
src/tests/lib/libc/stdio: t_printf.c t_scanf.c
Log Message:
Fix format strings to properly quote %.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio
Module Name:src
Committed By: joerg
Date: Thu Mar 15 02:00:52 UTC 2012
Modified Files:
src/share/mk: bsd.kmodule.mk bsd.sys.mk
Log Message:
Decouple HAVE_LLVM from HAVE_GCC. For GCC, add -Wno-format-zero-length
when -Wformat is used.
To generate a diff of this commit:
cv
Module Name:src
Committed By: joerg
Date: Thu Mar 15 02:02:24 UTC 2012
Modified Files:
src/bin/expr: expr.y
src/bin/sh: error.c error.h exec.h output.h trap.h
src/bin/test: test.c
src/lib/libpuffs: opdump.c
src/lib/lua/gpio: gpio.c
sr
Module Name:src
Committed By: dholland
Date: Thu Mar 15 02:55:02 UTC 2012
Modified Files:
src/usr.bin/last: want.c
Log Message:
Keep track of the timestamp of the last (thus oldest) record seen and use
it to print "wtmp[x] begins" at the end, instead of knowing where to lo
Module Name:src
Committed By: dholland
Date: Thu Mar 15 03:01:03 UTC 2012
Modified Files:
src/usr.bin/last: want.c
Log Message:
When the wtmp file is empty, for the "wtmp[x] begins..." output, use
the last mod time of the wtmp file (in practice, the time it was last
rotate
Module Name:src
Committed By: dholland
Date: Thu Mar 15 03:04:05 UTC 2012
Modified Files:
src/usr.bin/last: last.c want.c
Log Message:
Tidy up: we no longer need FIRSTVALID for its original purpose, so change
the name of the symbol to something that applies to the remainin
Module Name:src
Committed By: macallan
Date: Thu Mar 15 03:12:51 UTC 2012
Modified Files:
src/sys/dev/pci: voodoofb.c
Log Message:
we need to zap the glyph cache when re-initializing after X
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/vo
Module Name:src
Committed By: joerg
Date: Thu Mar 15 04:06:55 UTC 2012
Modified Files:
src/external/bsd/iscsi/dist/include: iscsiutil.h
src/external/bsd/iscsi/dist/src/lib: conffile.c disk.c initiator.c
parameters.c protocol.c util.c
Log Message:
Add __
Module Name:src
Committed By: macallan
Date: Thu Mar 15 05:47:19 UTC 2012
Modified Files:
src/sys/dev/pci: radeonfb.c radeonfbvar.h
Log Message:
adjust the backlight control interface to match the other drivers ( genfb,
r128fb, voyagerfb etc. ) so the lid_switch script doe
28 matches
Mail list logo