Matthias Drochner wrote:
Module Name:src
Committed By: drochner
Date: Thu Feb 18 14:57:01 UTC 2010
Modified Files:
src/sys/uvm: files.uvm uvm_map.c
Log Message:
Disable mapping of virtual address 0 by user programs per default.
This blocks an easy exploit of kernel bugs
On Feb 18, 10:11pm, h...@netbsd.org (haad) wrote:
-- Subject: Re: CVS commit: src/external/cddl/osnet/lib/libnvpair
| 2010/2/17 Christos Zoulas :
| > Module Name: =C2=A0 =C2=A0src
| > Committed By: =C2=A0 christos
| > Date: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Wed Feb 17 17:36:32 UTC 2010
| >
| > Mo
Module Name:src
Committed By: skrll
Date: Thu Feb 18 21:38:32 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Improve a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp700/hp700/locore.S
Please note that dif
Module Name:src
Committed By: skrll
Date: Thu Feb 18 21:30:00 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: locore.S
Log Message:
Fix up some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hp700/hp700/locore.S
Please note that
2010/2/17 Christos Zoulas :
> Module Name: src
> Committed By: christos
> Date: Wed Feb 17 17:36:32 UTC 2010
>
> Modified Files:
> src/external/cddl/osnet/lib/libnvpair: Makefile
>
> Log Message:
> Fix build issue with our make system building libnvpair.so from libnvpair.c
> a
Module Name:src
Committed By: skrll
Date: Thu Feb 18 20:58:23 UTC 2010
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
Fix comment(s).
OK'ed by rmind
To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/sys/kern/kern_synch.c
Please note that diff
On Feb 17, 2010, at 11:10 AM, Nick Hudson wrote:
> On Wednesday 17 February 2010 17:36:32 Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Wed Feb 17 17:36:32 UTC 2010
>>
>> Modified Files:
>> src/external/cddl/osnet/lib/libnvpair: Makefile
On Feb 12, 2010, at 6:36 AM, Hubert Feyrer wrote:
> Replacing common code with a function sounds ok, but I've never seen either
> size or "importance" as justification of a goto.
goto is a useful construct, and there is nothing wrong with using it in the way
it is being used here.
-- thorpej
> Modified Files:
> src/sbin/newfs_ext2fs: newfs_ext2fs.8
>
> Log Message:
> Various fixes from Jason McIntyre .
>> -.Nd construct a new Ext2 file system
>> +.Nd construct a new ext2 file system
If you prefer using "ext2" in docs, fsck_ext2fs(8), mount_ext2fs(8),
newfs(8), and options(4) (
Module Name:src
Committed By: pooka
Date: Thu Feb 18 16:24:19 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
Don't leak control endpoint descriptors.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libugenh
Module Name:src
Committed By: pooka
Date: Thu Feb 18 16:14:55 UTC 2010
Modified Files:
src/share/examples/rump/tipsy: tipsy.c
Log Message:
In "probeonly", pause after bootstrap to make "monkey plug and
unplug device, monkey see fancy dmesg info" possible.
To generate a d
Module Name:src
Committed By: pooka
Date: Thu Feb 18 16:13:30 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
Actually, detach is possible enough if the device isn't in use.
So just support it.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: joerg
Date: Thu Feb 18 15:51:57 UTC 2010
Modified Files:
src/usr.bin/unzip: unzip.c
Log Message:
Only print the "Archive: xxx" header if not in extract-to-stdout mode.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin
Module Name:src
Committed By: pooka
Date: Thu Feb 18 15:25:13 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
Change match to be based on the existence of the ugen device node
and signal the root hub interrupt only once we are succesfully abl
Module Name:src
Committed By: drochner
Date: Thu Feb 18 14:57:01 UTC 2010
Modified Files:
src/sys/uvm: files.uvm uvm_map.c
Log Message:
Disable mapping of virtual address 0 by user programs per default.
This blocks an easy exploit of kernel bugs leading to dereference
of a
Module Name:src
Committed By: pgoyette
Date: Thu Feb 18 14:10:15 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_tz.c
Log Message:
Print correct temperature value, and properly display negative temperatures.
Resolves PR kern/36615
To generate a diff of this commit:
cvs
Module Name:src
Committed By: wiz
Date: Thu Feb 18 14:00:40 UTC 2010
Modified Files:
src/common/lib/libprop: prop_ingest.3
src/crypto/external/bsd/openssl/dist/doc/apps: tsget.pod
src/crypto/external/bsd/openssl/lib/libcrypto/man: openssl_tsget.1
src
Module Name:src
Committed By: pgoyette
Date: Thu Feb 18 13:52:33 UTC 2010
Modified Files:
src/sys/dev/acpi: aiboost.c
Log Message:
Enhance DPRINTF to use AcpiFormatException as suggested in PR kern/40130
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/s
On Thu, Feb 18, 2010 at 10:45:24PM +0900, Izumi Tsutsui wrote:
> >> -to be created because native Ext2 file system is always little endian
> >> +to be created the because native ext2 file system is always little endian
>
> Pasto?
Fixed, thanks.
> You might also need to pull several other fixes i
Module Name:src
Committed By: wiz
Date: Thu Feb 18 13:51:45 UTC 2010
Modified Files:
src/sbin/newfs: newfs.8
Log Message:
Pull over some of Jason McIntyre's fixes for newfs_ext2fs.
Suggested by tsutsui.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sb
Module Name:src
Committed By: wiz
Date: Thu Feb 18 13:49:19 UTC 2010
Modified Files:
src/sbin/newfs_ext2fs: newfs_ext2fs.8
Log Message:
Fix pasto noted by tsutsui.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_ext2fs/newfs_ext2fs.8
Please no
> Module Name: src
> Committed By: wiz
> Date: Wed Feb 17 21:39:14 UTC 2010
>
> Modified Files:
> src/sbin/newfs_ext2fs: newfs_ext2fs.8
>
> Log Message:
> Various fixes from Jason McIntyre .
>> -to be created because native Ext2 file system is always little endian
>> +to be create
Module Name:src
Committed By: wiz
Date: Thu Feb 18 13:14:52 UTC 2010
Modified Files:
src/usr.bin/wc: wc.1
Log Message:
New sentence, new line. Add EXIT STATUS section and use .Ex.
Fix macro argument abuse.
Use Aq instead of \*[Lt]\*[Gt].
To generate a diff of this commit
Module Name:src
Committed By: pooka
Date: Thu Feb 18 12:32:30 UTC 2010
Modified Files:
src/sys/rump/librump/rumpuser: rumpuser.c
Log Message:
Also, don't try to figure out the size of devices if size matters not.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1
Module Name:src
Committed By: pgoyette
Date: Thu Feb 18 12:30:53 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmon_envsys_events.c
Log Message:
If we're going to valdate things, at least do it correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src
Module Name:src
Committed By: martin
Date: Thu Feb 18 12:21:52 UTC 2010
Modified Files:
src/distrib/utils/sysinst: bsddisklabel.c
Log Message:
Since we call /usr and /var with absolute paths, lets do that for /tmp
as well.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Thu Feb 18 12:21:28 UTC 2010
Modified Files:
src/sys/rump/librump/rumpuser: rumpuser.c
Log Message:
Allow NULL as size and file type pointers.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/rump/librump/rum
Module Name:src
Committed By: tron
Date: Thu Feb 18 10:43:50 UTC 2010
Modified Files:
src/usr.bin/wc: wc.1 wc.c
Log Message:
Add support for "-L" option (longest line) as present in the GNU and
FreeBSD version of "wc".
No objections on "tech-userlevel" mailing list.
To
28 matches
Mail list logo