Module Name:src
Committed By: pgoyette
Date: Mon Dec 20 04:56:18 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/dev/sysmon: Makefile
Added Files:
src/tests/dev/sysmon: t_swsensor.sh
Log Message:
Add a rump-based set of tests for sysmon_
Module Name:src
Committed By: christos
Date: Mon Dec 20 04:29:56 UTC 2010
Modified Files:
src/sys/arch/x86/include: Makefile
Log Message:
To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Mon Dec 20 04:29:29 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: md.amd64 md.i386
Log Message:
To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: christos
Date: Mon Dec 20 04:27:35 UTC 2010
Modified Files:
src/sys/sys: cpu.h
Log Message:
Add a little #ifdef _KERNEL so that vmstat can use this file. Also userland
does not know about lwp_t, so use struct lwp.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Mon Dec 20 04:25:03 UTC 2010
Modified Files:
src/usr.bin/vmstat: Makefile vmstat.c
Log Message:
make this work with the per-cpu counters.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/vmstat/Makefil
Module Name:src
Committed By: jakllsch
Date: Mon Dec 20 01:12:45 UTC 2010
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
src/sys/arch/i386/stand/dosboot: main.c
src/sys/arch/i386/stand/lib: Makefile
src/sys/arch/i386/stand/lib/crt/dos: start_d
Module Name:src
Committed By: jakllsch
Date: Mon Dec 20 00:55:10 UTC 2010
Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot
Log Message:
Move the bottom of the heap off the top of the stack. Also, increase the heap
size by 64KiB. These changes allows gzipped Xen
Module Name:src
Committed By: riz
Date: Mon Dec 20 00:49:23 UTC 2010
Modified Files:
src/sbin/resize_ffs: resize_ffs.8
Log Message:
Revert previous - inadvertant commit to wrong repository.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/resize_ffs/r
Module Name:src
Committed By: riz
Date: Mon Dec 20 00:44:53 UTC 2010
Modified Files:
src/sbin/resize_ffs: resize_ffs.8
Log Message:
Pull in change from njoly@ in -current
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/resize_ffs/resize_ffs.8
Please
Module Name:src
Committed By: jakllsch
Date: Mon Dec 20 00:39:06 UTC 2010
Modified Files:
src/sys/arch/i386/stand/boot: biosboot.S
Log Message:
We want a literal 0x86 in %ah for this int $0x15 delay,
not the value of the byte at 0x86.
To generate a diff of this commit:
c
Module Name:src
Committed By: matt
Date: Mon Dec 20 00:14:41 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
Add siisata (but make sure wd0 is still on viaide)
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/ofppc/conf/
Module Name:src
Committed By: yamt
Date: Mon Dec 20 00:12:47 UTC 2010
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
revert vfs_lookup.c rev.1.126 for now because some problems are reported
on source-changes-d@ (thanks pooka) and i don't think i can take a look at
Module Name:src
Committed By: jym
Date: Sun Dec 19 23:23:36 UTC 2010
Modified Files:
src/sys/arch/xen/x86: x86_xpmap.c
Log Message:
Need the successful count (for AMI debugging)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/x86/x86_xpmap.
Module Name:src
Committed By: njoly
Date: Sun Dec 19 23:22:46 UTC 2010
Modified Files:
src/sbin/resize_ffs: resize_ffs.8
Log Message:
Add missing .Os macro.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/resize_ffs/resize_ffs.8
Please note that dif
Module Name:src
Committed By: pgoyette
Date: Sun Dec 19 22:53:20 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
Log Message:
Add rump versions of usr.sbin/powerd
To generate a diff of this commit:
cvs rdiff -u -r1.908 -r1
Module Name:src
Committed By: pgoyette
Date: Sun Dec 19 22:52:08 UTC 2010
Modified Files:
src/usr.sbin/powerd: Makefile powerd.c
Added Files:
src/usr.sbin/powerd: powerd_hostops.c powerd_rumpops.c prog_ops.h
Log Message:
Rump-ify powerd.
To generate a diff of thi
Module Name:src
Committed By: wiz
Date: Sun Dec 19 22:19:27 UTC 2010
Modified Files:
src/lib/libc/sys: ioctl.2
Log Message:
Remove trailing whitespace; sort errors; spell "variadic" like
Wikipedia or GNU libc.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23
Module Name:src
Committed By: skrll
Date: Sun Dec 19 17:26:51 UTC 2010
Modified Files:
src/libexec/ld.elf_so: load.c rtld.c
Log Message:
Sprinkle some KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/libexec/ld.elf_so/load.c
cvs rdiff -u -r1.135 -r1
Module Name:src
Committed By: jakllsch
Date: Sun Dec 19 17:18:23 UTC 2010
Modified Files:
src/sys/arch/i386/stand/lib: realprot.S
Log Message:
Compute real/protected %sp/%esp offset in 'gdt_fixup' using all 32-bits.
Allows the case of %ss being less than %cs to work.
Also,
Module Name:src
Committed By: skrll
Date: Sun Dec 19 17:17:50 UTC 2010
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
Remove unnecessary #ifdef RTLD_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/libexec/ld.elf_so/rtld.c
Please not
Module Name:src
Committed By: christos
Date: Sun Dec 19 16:54:10 UTC 2010
Modified Files:
src/lib/libc/sys: ioctl.2
Log Message:
Make the ioctl prototype reflect reality and explain why. Also mention that
the generic file descriptor manipulation ioctls are superceded by th
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 16:25:16 UTC 2010
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
Fix theoretical buffer overflow by using MAXPATHLEN for realpath(3).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 s
ving to alter the environment
to change a timezone. [christos 20101216]
- amigappc: Made onboard serial interface work. [20101219]
+ amigappc: Made onboard serial interface work. [phx 20101219]
nes as opposed to having to alter the environment
to change a timezone. [christos 20101216]
+ amigappc: Made onboard serial interface work. [20101219]
Module Name:src
Committed By: phx
Date: Sun Dec 19 14:46:10 UTC 2010
Modified Files:
src/sys/arch/amigappc/amigappc: machdep.c
Log Message:
Fixed serial RBF interrupt.
We have to call ser_fastint() instead of ser_intr().
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: tsutsui
Date: Sun Dec 19 13:04:54 UTC 2010
Modified Files:
src/external/mit/xorg/tools/bdftopcf: Makefile
Log Message:
Disable bzip2 support in tools bdftopcf(1).
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed
Module Name:src
Committed By: phx
Date: Sun Dec 19 11:05:06 UTC 2010
Modified Files:
src/sys/arch/amigappc/amigappc: machdep.c
Log Message:
The 604e User's Manual states that the PLL_CFG settings are compatible with
the 603e, so we just need a single pll-table. Also, the P
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 10:08:44 UTC 2010
Modified Files:
src/share/man/man3: __builtin_constant_p.3
Log Message:
Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__builtin_constant_p.3
Please note th
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 10:07:24 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: __builtin_constant_p.3
Log Message:
Document __builtin_constant_p().
To g
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 09:33:52 UTC 2010
Modified Files:
src/lib/libc/ssp: __builtin_object_size.3
Log Message:
Xref __builtin_return_address(3).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/ssp/__builtin_object_
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 09:30:50 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile
Added Files:
src/share/man/man3: __builtin_return_address.3
Log Message:
Document the __builtin_return_addre
Module Name:src
Committed By: wiz
Date: Sun Dec 19 08:56:17 UTC 2010
Modified Files:
src/share/man/man3: __alignof__.3
Log Message:
Uppercase Dt argument, use \e for backslashes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/__alignof__.3
Module Name:src
Committed By: jandberg
Date: Sun Dec 19 08:32:33 UTC 2010
Modified Files:
src/sys/arch/amigappc/amigappc: machdep.c
Log Message:
Identify another type of BPPC correctly
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amigappc/am
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 08:31:39 UTC 2010
Modified Files:
src/share/man/man8: security.8
Log Message:
Xref ssp(3) and clean SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man8/security.8
Please note th
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 08:28:40 UTC 2010
Modified Files:
src/lib/libc/ssp: ssp.3
Log Message:
Small modifications to wording, tidy up SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/ssp/ssp.3
Please note
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 08:21:36 UTC 2010
Modified Files:
src/lib/libc/ssp: __builtin_object_size.3
Log Message:
Fix SYNOPSIS, add CAVEATS.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/ssp/__builtin_object_size.3
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 08:14:03 UTC 2010
Modified Files:
src/share/man/man3: __alignof__.3
Log Message:
A small fix.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__alignof__.3
Please note that diffs are no
Module Name:src
Committed By: jruoho
Date: Sun Dec 19 08:10:09 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man3: Makefile attribute.3 offsetof.3 typeof.3
Added Files:
src/share/man/man3: __alignof__.3
Log Message:
Document the __a
38 matches
Mail list logo