Module Name:src
Committed By: jruoho
Date: Fri Sep 16 04:54:47 UTC 2011
Modified Files:
src/tests/lib/libm: t_ldexp.c
Log Message:
Adjust to see where this fails on i386/qemu.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_ldexp.c
Pleas
Module Name:src
Committed By: christos
Date: Fri Sep 16 01:03:52 UTC 2011
Modified Files:
src/sys/kern: sched_m2.c
Log Message:
This is no place to attach the primary cpu. Things go wrong from here because
for example it is missing its name.
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Fri Sep 16 01:03:02 UTC 2011
Modified Files:
src/sys/kern: subr_evcnt.c
Log Message:
check that we have valid event strings on attach too, so that the error
is obvious instead of catching it when vmstat -e runs!
To generate a
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 20:25:23 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Use vfprintf() to make it compile under 5.1 again
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/user
Module Name:src
Committed By: apb
Date: Thu Sep 15 19:56:35 UTC 2011
Modified Files:
src/usr.bin/stat: stat.1
Log Message:
Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd".
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 19:32:28 UTC 2011
Modified Files:
src/sys/arch/usermode/dev: ld_thunkbus.c
Log Message:
Check reentry to prevent double use of the aiocb structure
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys
Module Name:src
Committed By: macallan
Date: Thu Sep 15 19:29:23 UTC 2011
Modified Files:
src/sys/arch/evbmips/loongson/dev: stvii.c
Log Message:
add envsys support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/loongson/dev/stvii.c
Ple
Module Name:src
Committed By: plunky
Date: Thu Sep 15 17:59:45 UTC 2011
Modified Files:
src/external/bsd/libpcap/lib: Makefile
Log Message:
revert v1.31 (when this was lib/libpcap/Makefile), the HAVE_PCC
is not any longer required since pcc understands gcc attributes
now
Module Name:src
Committed By: plunky
Date: Thu Sep 15 17:52:53 UTC 2011
Modified Files:
src/usr.bin/sdpquery: print.c
Log Message:
when printing URL strings, don't use VIS_HTTPSTYLE, it does
not quite work as I expected.. just use VIS_CSTYLE
To generate a diff of this co
Module Name:src
Committed By: plunky
Date: Thu Sep 15 17:51:57 UTC 2011
Modified Files:
src/lib/libbluetooth: sdp_data.c
Log Message:
when printing URLs, don't use VIS_HTTPSTYLE as it doesn't
really do what I expected.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 17:44:13 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Re-implement pmap_zero_page() and pmap_copy_page() by using
mmap + memset/memcpy + munmap.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Thu Sep 15 16:25:17 UTC 2011
Modified Files:
src/tests/lib/libcurses/director: testlang_parse.y
Log Message:
fix printf format strings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libcurses/direc
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 15:34:20 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Implement pmap_copy_page()! That was missing a long time!
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/ar
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 15:24:40 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Clarify pmap_copy's function as a dummy
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/usermode/usermo
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 15:20:17 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Cleanup pmap_extract(); no functional change
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/usermode/u
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 15:08:51 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Implement pmap_unwire(); not seen it called yet though
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 15:02:35 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Remove temporary the optimalization code of pmap_remove_all() until the
suspected pmap problems are fixed/found.
To generate a dif
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 14:55:23 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
On entering an entry to pmap, activate the entry directly if adding to an
already active pmap.
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Thu Sep 15 14:51:06 UTC 2011
Modified Files:
src/tests/lib/libc/stdlib: t_hsearch.c
Log Message:
add the reentrant function tests (copies of the non-reentrant one).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 14:45:22 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Only activate pages that are in active pmaps
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/usermode/u
Module Name:src
Committed By: christos
Date: Thu Sep 15 12:50:00 UTC 2011
Modified Files:
src/sys/arch/amiga/amiga: amiga_bus_simple_1word.c amiga_bus_simple_4.c
Log Message:
add c99 initializers.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/a
Module Name:src
Committed By: christos
Date: Thu Sep 15 12:32:30 UTC 2011
Modified Files:
src/sys/arch/x86/acpi: Makefile.wakecode.inc
Log Message:
fix typo, revert to previous version
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/acpi/Make
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 12:28:25 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC Makefile.usermode
Log Message:
Adjust default parameters
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/usermode/conf/
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 12:26:51 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: syscall.c
Log Message:
Move to dprintf_debug() too
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/usermode/syscall
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 12:25:25 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: intr.c pmap.c trap.c
Log Message:
Move to dprintf_debug()
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/usermode/i
Module Name:src
Committed By: reinoud
Date: Thu Sep 15 12:23:51 UTC 2011
Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Implement a dprintf_debug() analog to aprint_debug() but printing it to stderr
using
Module Name:src
Committed By: wiz
Date: Thu Sep 15 12:01:18 UTC 2011
Modified Files:
src/lib/libcurses: curses_window.3
Log Message:
Remove trailing whitespace. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libcurses/curses
Module Name:src
Committed By: blymn
Date: Thu Sep 15 11:58:05 UTC 2011
Modified Files:
src/lib/libcurses: curses_window.3 mvwin.c
Log Message:
- Make mvderwin work as per the SUSv2 specification and other curses
implementations.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: blymn
Date: Thu Sep 15 11:53:12 UTC 2011
Modified Files:
src/tests/lib/libcurses/director: director.c testlang_parse.y
Log Message:
- Add erase and kill to the terminal attributes so we can test
fetching them
- Remove functions from the inpu
Module Name:src
Committed By: wiz
Date: Thu Sep 15 11:52:09 UTC 2011
Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8
Log Message:
Wording, from Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/puffs/mount_psshfs/mount_
Module Name:src
Committed By: mbalmer
Date: Thu Sep 15 11:46:32 UTC 2011
Modified Files:
src/usr.sbin/gpioctl: gpioctl.c
Log Message:
Bump (c) year.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/gpioctl/gpioctl.c
Please note that diffs are n
Module Name:src
Committed By: blymn
Date: Thu Sep 15 11:46:19 UTC 2011
Modified Files:
src/tests/lib/libcurses/slave: command_table.h commands.c
curses_commands.c curses_commands.h slave.c slave.h
Log Message:
- add support for getparyx and getyx calls
- allow
Module Name:src
Committed By: blymn
Date: Thu Sep 15 11:36:43 UTC 2011
Modified Files:
src/tests/lib/libcurses: t_curses.sh
Log Message:
Remove the beep test for the moment, the return code does not conform
to SUSv2. An update to the slave code will break this test until
Module Name:src
Committed By: he
Date: Thu Sep 15 11:05:51 UTC 2011
Modified Files:
src/tests/lib/libm: t_tan.c
Log Message:
#ifdef on __vax__ one more place, to avoid reference to tanf() for vax.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/
Module Name:src
Committed By: wiz
Date: Thu Sep 15 09:45:00 UTC 2011
Modified Files:
src/sbin/mount_msdos: mount_msdos.8
Log Message:
Consistently spell MS-DOS with a hyphen. From Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/mount_msd
Module Name:src
Committed By: wiz
Date: Thu Sep 15 09:40:57 UTC 2011
Modified Files:
src/usr.bin/fold: fold.1
Log Message:
Add argument in options table. Resize to fit.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/fold/fold.1
Please note tha
Module Name:src
Committed By: wiz
Date: Thu Sep 15 09:39:57 UTC 2011
Modified Files:
src/usr.bin/fold: fold.1
Log Message:
Mark file argument(s) as being optional (as does the usage message
from fold.c, which is correct); minor spelling correction; note
`width' as being an
Module Name:src
Committed By: wiz
Date: Thu Sep 15 09:14:54 UTC 2011
Modified Files:
src/lib/libc/stdlib: hcreate.3
Log Message:
Various fixes, mostly missing words or letters.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdlib/hcreate.3
Pl
38 matches
Mail list logo