svn commit: r216345 - stable/7/share/syscons/fonts

2010-12-09 Thread Xin LI
Author: delphij Date: Fri Dec 10 00:53:16 2010 New Revision: 216345 URL: http://svn.freebsd.org/changeset/base/216345 Log: MFC r216040: Make German formal clause to be consistent with the keymap counterpart. Submitted by: arundel Approved by: re (kensmith, bz) Modified: stable/7/

svn commit: r216417 - head/usr.bin/printf

2010-12-13 Thread Xin LI
Author: delphij Date: Mon Dec 13 19:50:12 2010 New Revision: 216417 URL: http://svn.freebsd.org/changeset/base/216417 Log: Move locale.h include to the beginning header section as pointed out by style(9) Submitted by: Pedro F. Giffuni Modified: head/usr.bin/printf/printf.c Modified:

svn commit: r216418 - head/usr.bin/printf

2010-12-13 Thread Xin LI
Author: delphij Date: Mon Dec 13 19:54:42 2010 New Revision: 216418 URL: http://svn.freebsd.org/changeset/base/216418 Log: The only caller of mknum() provides a char instead of an int, so make it match the definition. PR: bin/152934 Submitted by: Pedro F. Giffuni Obtained f

svn commit: r216422 - head/usr.bin/printf

2010-12-13 Thread Xin LI
Author: delphij Date: Tue Dec 14 00:21:34 2010 New Revision: 216422 URL: http://svn.freebsd.org/changeset/base/216422 Log: Make use of EX_USAGE for usage(). Modified: head/usr.bin/printf/printf.c Modified: head/usr.bin/printf/printf.c =

svn commit: r216423 - head/usr.bin/printf

2010-12-13 Thread Xin LI
Author: delphij Date: Tue Dec 14 01:16:56 2010 New Revision: 216423 URL: http://svn.freebsd.org/changeset/base/216423 Log: IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults says that when the options section is listed as "None", utility shall recognize "--" as a first argument

svn commit: r216424 - head/usr.bin/printf

2010-12-13 Thread Xin LI
Author: delphij Date: Tue Dec 14 01:28:33 2010 New Revision: 216424 URL: http://svn.freebsd.org/changeset/base/216424 Log: We work on ctype's and not only on numbers so set LC_ALL instead of LC_NUMERIC. PR: bin/152934 Submitted by: Pedro F. Giffuni Obtained from:Ill

svn commit: r216439 - head/usr.bin/printf

2010-12-14 Thread Xin LI
Author: delphij Date: Tue Dec 14 18:23:15 2010 New Revision: 216439 URL: http://svn.freebsd.org/changeset/base/216439 Log: When printf is being used as a sh(1) builtin, it can not call exit(3) as pointed out by jilles@ so revert to using return(), also change the return value back to 1 as re

svn commit: r216447 - head/usr.bin/printf

2010-12-14 Thread Xin LI
Author: delphij Date: Tue Dec 14 20:35:08 2010 New Revision: 216447 URL: http://svn.freebsd.org/changeset/base/216447 Log: Revert r216423 per request from Jilles. The new behavior prevents us from being able to bail out explicitly on unknown options that we have not implemented. BASH for

Re: svn commit: r216473 - head/sbin/geom/class/eli

2010-12-16 Thread Xin LI
build fails, so you need to check the logs to make sure >>> everything >>> actually succeeded. >> >> Which is why I prefer 'make tinderbox' since it tells you what fails. :) > > Shamless plug: the attached, crude expect(1) script allows you to do > $

svn commit: r216506 - stable/8/usr.bin/kdump

2010-12-17 Thread Xin LI
Author: delphij Date: Fri Dec 17 19:48:54 2010 New Revision: 216506 URL: http://svn.freebsd.org/changeset/base/216506 Log: MFC r216130: Decode IPC_CREAT and IPC_EXCL for semget(2). PR: bin/152781 Submitted by: Anton Yuzhaninov Approved by: re (kib) Modified: stable/8

svn commit: r196524 - in head/sys: dev/syscons i386/isa

2009-08-24 Thread Xin LI
Author: delphij Date: Mon Aug 24 22:35:53 2009 New Revision: 196524 URL: http://svn.freebsd.org/changeset/base/196524 Log: Fix VESA modes and allow 8bit depth modes. PR: i386/124902 Submitted by: paradox MFC after:2 months Modified: head/sys/dev/syscons/scvgarndr.c h

svn commit: r196525 - head/lib/libc/db/hash

2009-08-24 Thread Xin LI
Author: delphij Date: Mon Aug 24 23:44:07 2009 New Revision: 196525 URL: http://svn.freebsd.org/changeset/base/196525 Log: Consider flag == 0 as the same of flag == R_NEXT. This change will restore a historical behavior that has been changed by revision 190491, and has seen to break exim.

svn commit: r196526 - head/share/man/man5

2009-08-24 Thread Xin LI
Author: delphij Date: Tue Aug 25 01:04:15 2009 New Revision: 196526 URL: http://svn.freebsd.org/changeset/base/196526 Log: Add a missing .El. Founded by: make manlint Modified: head/share/man/man5/tmpfs.5 Modified: head/share/man/man5/tmpfs.5 ==

Re: svn commit: r196543 - head/sys/i386/isa

2009-08-25 Thread Xin LI
should never trusted non-clean code checkout :-/ Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqUMdEACgkQi+vbBBjt66Ca2gCggvZisOLrhp6rrsoCsyNNSJcC xz0AmgP3tz6HbGSO64nDx0x0eYvJO4xQ =f7m5 -

svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-25 Thread Xin LI
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/etc/rc.d/static_arpTue Aug 25 19:07:26 2009(r196550) @@ -0,0 +1,71 @@ +#!/bin/sh +# +# Copyright (c) 2009 Xin LI +# All rights reserve

svn commit: r196552 - head/etc/rc.d

2009-08-25 Thread Xin LI
Author: delphij Date: Tue Aug 25 20:05:51 2009 New Revision: 196552 URL: http://svn.freebsd.org/changeset/base/196552 Log: Localize 'e'. Submitted by: dougb Modified: head/etc/rc.d/static_arp Modified: head/etc/rc.d/static_arp

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-27 Thread Xin LI
ld have to wait until 8.0-RELEASE since it would be a new bin feature? I'll post a proposed patch for review at freebsd-rc@ shortly. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAY

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-27 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Doug, Doug Barton wrote: > Xin LI wrote: >> Doug Barton wrote: >>> Pawel Jakub Dawidek wrote: >>>> But giving multiple tools to accomplish the same thing might confuse our >>>> users, so its probably n

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Barton wrote: > Xin LI wrote: > >> I think /etc/rc.d/static_arp stop should revert what was done by >> static_arp start by removing entries from the ARP table. > > I agree with you. > >> Gleb has >> kin

svn commit: r196625 - in stable/8/lib/libc: . db/hash

2009-08-28 Thread Xin LI
Author: delphij Date: Fri Aug 28 19:48:06 2009 New Revision: 196625 URL: http://svn.freebsd.org/changeset/base/196625 Log: MFC r196525: Consider flag == 0 as the same of flag == R_NEXT. This change will restore a historical behavior that has been changed by revision 190491, and has seen

svn commit: r196704 - head/sys/i386/isa

2009-08-31 Thread Xin LI
Author: delphij Date: Mon Aug 31 17:34:11 2009 New Revision: 196704 URL: http://svn.freebsd.org/changeset/base/196704 Log: Partially revert 196524: this part of change should not be committed as part of the changeset - it's an unrelated one. Reported by: danfe Modified: head/sys/i386/

svn commit: r196956 - head/usr.bin/w

2009-09-07 Thread Xin LI
Author: delphij Date: Tue Sep 8 01:11:23 2009 New Revision: 196956 URL: http://svn.freebsd.org/changeset/base/196956 Log: Constify format string pointer, otherwise this would trigger warning when higher warning level is enabled. Modified: head/usr.bin/w/pr_time.c Modified: head/usr.bin/w/

svn commit: r197006 - svnadmin/conf

2009-09-08 Thread Xin LI
Author: delphij Date: Wed Sep 9 01:14:09 2009 New Revision: 197006 URL: http://svn.freebsd.org/changeset/base/197006 Log: Add vendor-sys/x86emu to allow list so that I will be able to import it. Modified: svnadmin/conf/paths Modified: svnadmin/conf/paths

svn commit: r197007 - in vendor-sys/x86emu: . dist

2009-09-08 Thread Xin LI
Author: delphij Date: Wed Sep 9 01:14:25 2009 New Revision: 197007 URL: http://svn.freebsd.org/changeset/base/197007 Log: Import x86emu from OpenBSD (src/sys/dev/x86emu). x86emu is a software emulator for the real mode x86 processor, originally written by SciTech Software, Inc. for XFree

svn commit: r197008 - vendor-sys/x86emu/4.6

2009-09-08 Thread Xin LI
Author: delphij Date: Wed Sep 9 01:16:50 2009 New Revision: 197008 URL: http://svn.freebsd.org/changeset/base/197008 Log: Tag for 4.6 as the code was checked out from OPENBSD_4_6. Added: vendor-sys/x86emu/4.6/ - copied from r197007, vendor-sys/x86emu/dist/ __

svn commit: r197009 - head/sys/contrib/x86emu

2009-09-08 Thread Xin LI
Author: delphij Date: Wed Sep 9 01:19:26 2009 New Revision: 197009 URL: http://svn.freebsd.org/changeset/base/197009 Log: Import x86emu from OpenBSD as of OPENBSD_4_6. Added: head/sys/contrib/x86emu/ - copied from r197008, vendor-sys/x86emu/dist/

svn commit: r197019 - in head/sys: conf contrib/x86emu modules modules/x86emu sys

2009-09-08 Thread Xin LI
Author: delphij Date: Wed Sep 9 05:53:26 2009 New Revision: 197019 URL: http://svn.freebsd.org/changeset/base/197019 Log: - Port x86emu to FreeBSD. - Connect x86emu to build. Tested with: make universe Submitted by: swell.k at gmail com Added: head/sys/modules/x86emu/ head/sys/

svn commit: r197021 - head/sys/dev/dpms

2009-09-09 Thread Xin LI
Author: delphij Date: Wed Sep 9 07:42:04 2009 New Revision: 197021 URL: http://svn.freebsd.org/changeset/base/197021 Log: Add a directory to hold dpms stuff separated from i386/isa/. Added: head/sys/dev/dpms/ ___ svn-src-all@freebsd.org mailing lis

svn commit: r197022 - in head/sys/dev: dpms fb

2009-09-09 Thread Xin LI
Author: delphij Date: Wed Sep 9 07:45:08 2009 New Revision: 197022 URL: http://svn.freebsd.org/changeset/base/197022 Log: Copy the following files to new places, a subsequent commit would remove them from the old place. This commit necessary so that the tree would not enter a broken state.

svn commit: r197025 - in head: lib share/man/man4 share/man/man4/man4.i386 sys/amd64/conf sys/conf sys/dev/dpms sys/dev/fb sys/dev/syscons sys/i386/conf sys/i386/include/pc sys/i386/isa sys/modules...

2009-09-09 Thread Xin LI
Author: delphij Date: Wed Sep 9 09:50:31 2009 New Revision: 197025 URL: http://svn.freebsd.org/changeset/base/197025 Log: - Teach vesa(4) and dpms(4) about x86emu. [1] - Add vesa kernel options for amd64. - Connect libvgl library and splash kernel modules to amd64 build. - Connect man

svn commit: r197081 - head

2009-09-10 Thread Xin LI
Author: delphij Date: Thu Sep 10 21:42:00 2009 New Revision: 197081 URL: http://svn.freebsd.org/changeset/base/197081 Log: Add entries for moved files during vesa/dpms promotion. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r197085 - in head: share/man/man4 sys/dev/syscons

2009-09-10 Thread Xin LI
Author: delphij Date: Fri Sep 11 02:07:24 2009 New Revision: 197085 URL: http://svn.freebsd.org/changeset/base/197085 Log: Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means "set vesa mode" and higher 16bits of the flag would be the desired mode. One can now set, for in

svn commit: r197109 - in head: share/man/man4 sys/dev/syscons

2009-09-11 Thread Xin LI
Author: delphij Date: Sat Sep 12 00:12:47 2009 New Revision: 197109 URL: http://svn.freebsd.org/changeset/base/197109 Log: Make use of the more flexable device hints by adding a new field, vesa_mode to specify VESA mode, as suggested by j...@. Modified: head/share/man/man4/syscons.4 head/

Re: svn commit: r197085 - in head: share/man/man4 sys/dev/syscons

2009-09-11 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Baldwin wrote: > On Thursday 10 September 2009 10:07:25 pm Xin LI wrote: >> Author: delphij >> Date: Fri Sep 11 02:07:24 2009 >> New Revision: 197085 >> URL: http://svn.freebsd.org/changeset/base/197085 >> >>

svn commit: r197110 - head/share/man/man5

2009-09-11 Thread Xin LI
Author: delphij Date: Sat Sep 12 00:28:05 2009 New Revision: 197110 URL: http://svn.freebsd.org/changeset/base/197110 Log: Mention that individual device driver can accept other flags through resource_int_value(9). MFC after:1 month Modified: head/share/man/man5/device.hints.5 Mod

svn commit: r197185 - head/sys/dev/fb

2009-09-13 Thread Xin LI
Author: delphij Date: Mon Sep 14 05:38:03 2009 New Revision: 197185 URL: http://svn.freebsd.org/changeset/base/197185 Log: Enable BIOS modes on amd64. Submitted by: paradox Modified: head/sys/dev/fb/vga.c Modified: head/sys/dev/fb/vga.c =

Re: svn commit: r197323 - head/sys/dev/fb

2009-09-19 Thread Xin LI
ng. > This improves scrolling speed for high resolution graphics mode console. Cool! Thanks! Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkq0kc0ACgkQi+vbBBjt66DYqQCgjMdM4fkXpMHun+ok6b71

svn commit: r197379 - in head/sys: amd64/conf conf dev/fb i386/conf modules

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:05:48 2009 New Revision: 197379 URL: http://svn.freebsd.org/changeset/base/197379 Log: Enable s3pci on amd64 which works on top of VESA, and allow static building it into kernel on i386 and amd64. Submitted by: swell.k at gmail.com Modified: head/sys

svn commit: r197380 - in head/sys: amd64/conf conf i386/conf

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:08:20 2009 New Revision: 197380 URL: http://svn.freebsd.org/changeset/base/197380 Log: Automatically depend on x86emu when vesa or dpms is being built into kernel. With this change the user no longer need to remember building this option. Submitted b

svn commit: r197381 - head/sys/conf

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:38:50 2009 New Revision: 197381 URL: http://svn.freebsd.org/changeset/base/197381 Log: Revert part that should not be in my previous commit. Pointy hat to:delphij Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r197380 - in head/sys: amd64/conf conf i386/conf

2009-09-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Anonymous wrote: [...] > Above change (nouveaudrm) was not in my diff. > Where did you pick that from? Sorry, I have committed on the wrong tree. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEG

svn commit: r197383 - in head/sys: conf contrib/x86emu dev/dpms dev/fb dev/x86bios modules modules/x86bios modules/x86emu

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:17:57 2009 New Revision: 197383 URL: http://svn.freebsd.org/changeset/base/197383 Log: Collapase interrupt supporting functions to a new module, and switch from x86emu to this new module. This changeset also brings a fix for bugs introduced with the ini

svn commit: r197384 - in head/sys: conf dev/atkbdc

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:24:22 2009 New Revision: 197384 URL: http://svn.freebsd.org/changeset/base/197384 Log: Allow atkbd to obtain keyboard repeat rate from BIOS on amd64. Submitted by: swell.k at gmail.com Modified: head/sys/conf/files head/sys/dev/atkbdc/atkbd.c Modifi

svn commit: r197386 - head/sys/contrib/x86emu

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:37:57 2009 New Revision: 197386 URL: http://svn.freebsd.org/changeset/base/197386 Log: Use __FBSDID to embed RCS ID. Modified: head/sys/contrib/x86emu/x86emu.c head/sys/contrib/x86emu/x86emu_util.c Modified: head/sys/contrib/x86emu/x86emu.c =

svn commit: r197387 - in head/sys/dev: fb x86bios

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:53:26 2009 New Revision: 197387 URL: http://svn.freebsd.org/changeset/base/197387 Log: Style(9) fixes. Submitted by: swell.k at gmail.com Modified: head/sys/dev/fb/vesa.c head/sys/dev/x86bios/x86bios.c head/sys/dev/x86bios/x86bios_alloc.c Modified

svn commit: r197388 - head/sys/dev/x86bios

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 09:09:55 2009 New Revision: 197388 URL: http://svn.freebsd.org/changeset/base/197388 Log: To be safe, make this module initialize earlier by specifying SI_SUB_CPU instead of SI_SUB_KLD. Note that we don't believe that there is any consumers of x86bios that w

svn commit: r197397 - in head/sys: amd64/conf conf i386/conf modules

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 23:58:29 2009 New Revision: 197397 URL: http://svn.freebsd.org/changeset/base/197397 Log: Build x86bios only for i386/amd64 for now. More work is required to make these functional on other architectures, and the current code breaks sparc64 and powerpc.

svn commit: r197399 - head/sys/conf

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 07:10:23 2009 New Revision: 197399 URL: http://svn.freebsd.org/changeset/base/197399 Log: Hide x86bios stuff in i386/amd64 specific files as atkbdc would get these stuff into build. Modified: head/sys/conf/files head/sys/conf/files.amd64 head/sys/conf/fi

svn commit: r197411 - head/sys/modules/x86emu

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 16:59:15 2009 New Revision: 197411 URL: http://svn.freebsd.org/changeset/base/197411 Log: Removed unused empty directory. Submitted by: b. f. Deleted: head/sys/modules/x86emu/ ___ svn-src-all@freebsd.org mailin

svn commit: r197416 - head/sys/dev/atkbdc

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 20:12:10 2009 New Revision: 197416 URL: http://svn.freebsd.org/changeset/base/197416 Log: Temporarily disable typematic retrieving code until we get a real fix, which currently causes hangs in some configurations. Reported by: joel Submitted by: swell.k

svn commit: r197424 - head/sys/dev/fb

2009-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 02:45:02 2009 New Revision: 197424 URL: http://svn.freebsd.org/changeset/base/197424 Log: Initialize registers to zero before calling the interrupt handlers inside emulator. This fixes VESA related freeze observed on some systems. Submitted by: paradox

svn commit: r197478 - head/sys/dev/fb

2009-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 25 02:19:57 2009 New Revision: 197478 URL: http://svn.freebsd.org/changeset/base/197478 Log: Fix LINT build. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c == --- head

svn commit: r197560 - head/sbin/shutdown

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 07:42:52 2009 New Revision: 197560 URL: http://svn.freebsd.org/changeset/base/197560 Log: Static'ify internal methods and use prototype. Modified: head/sbin/shutdown/shutdown.c Modified: head/sbin/shutdown/shutdown.c ==

svn commit: r197571 - head/sys/compat/x86bios

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 08:14:15 2009 New Revision: 197571 URL: http://svn.freebsd.org/changeset/base/197571 Log: Use a 2 clause BSD-style license instead of stating the code as public domain, as requested by core@ and reviewed by the author. Modified: head/sys/compat/x86bios/x86bi

svn commit: r197575 - head/sys/kern

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 10:22:46 2009 New Revision: 197575 URL: http://svn.freebsd.org/changeset/base/197575 Log: Use correct sizeof() object for klist 'list'. Currently, struct klist contained only SLIST_HEAD as its member, thus sizeof(struct klist) would equal to sizeof(struct kl

svn commit: r197579 - in head: lib/libc/sys sys/kern sys/sys

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 16:59:47 2009 New Revision: 197579 URL: http://svn.freebsd.org/changeset/base/197579 Log: Add two new fcntls to enable/disable read-ahead: - F_READAHEAD: specify the amount for sequential access. The amount is specified in bytes and is rounded up to n

svn commit: r197601 - in stable/7/lib/libc: . net resolv

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 22:29:28 2009 New Revision: 197601 URL: http://svn.freebsd.org/changeset/base/197601 Log: MFC 193023+193024: Add an option to enforce strict RFC 1034 compliance. Document how to enable strict RFC 1034 enforcements. PR: kern/129477 Modified:

svn commit: r197602 - in stable/6/lib/libc: . net resolv

2009-09-28 Thread Xin LI
Author: delphij Date: Mon Sep 28 22:31:29 2009 New Revision: 197602 URL: http://svn.freebsd.org/changeset/base/197602 Log: MFC 193023+193024: Add an option to enforce strict RFC 1034 compliance. Document how to enable strict RFC 1034 enforcements. PR: kern/129477 Modified:

svn commit: r197683 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-10-01 Thread Xin LI
Author: delphij Date: Thu Oct 1 18:58:26 2009 New Revision: 197683 URL: http://svn.freebsd.org/changeset/base/197683 Log: Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an old format ZFS, as defined in the manual page. Submitted by: pjd (response of my original patch but

Re: svn commit: r197662 - head/sys/kern

2009-10-01 Thread Xin LI
td->td_ucred, NOCRED, &resid, td); > VOP_UNLOCK(vp, 0); > + after_read: > VFS_UNLOCK_GIANT(vfslocked); > VM_OBJECT_LOCK(obj); > vm_page_io_finish(p

svn commit: r197738 - in stable/8/sys: . cddl/contrib/opensolaris/uts/common/fs/zfs

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 09:07:29 2009 New Revision: 197738 URL: http://svn.freebsd.org/changeset/base/197738 Log: MFC revision 197683: Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an old format ZFS, as defined in the manual page. Submitted by: pjd (response

svn commit: r197739 - in stable/8/sys: amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 09:57:39 2009 New Revision: 197739 URL: http://svn.freebsd.org/changeset/base/197739 Log: This commit adds subdirectory mergeinfo which was intentionally ommitted from previous changeset. Requested by: kib Approved by: re (kib) Modified: stable/8/sys

svn commit: r197740 - head/sys/fs/tmpfs

2009-10-04 Thread Xin LI
Author: delphij Date: Sun Oct 4 10:38:04 2009 New Revision: 197740 URL: http://svn.freebsd.org/changeset/base/197740 Log: Fix a bug that causes the fsx test case of mmap'ed page being out of sync of read/write, inspired by ZFS's counterpart. PR: kern/139312 Submitted by: gk@

svn commit: r197793 - head/lib/libc/gen

2009-10-05 Thread Xin LI
Author: delphij Date: Mon Oct 5 21:11:04 2009 New Revision: 197793 URL: http://svn.freebsd.org/changeset/base/197793 Log: fts_open() requires that the list passed as argument to contain at least one path. When the list is empty (contain only a NULL pointer), return EINVAL instead of preten

svn commit: r197849 - head/tools/regression/tmpfs

2009-10-07 Thread Xin LI
Author: delphij Date: Wed Oct 7 23:01:31 2009 New Revision: 197849 URL: http://svn.freebsd.org/changeset/base/197849 Log: Fix build on amd64. PR: misc/139409 Submitted by: gk Modified: head/tools/regression/tmpfs/h_tools.c Modified: head/tools/regression/tmpfs/h_tools.c ===

svn commit: r197850 - head/sys/fs/tmpfs

2009-10-07 Thread Xin LI
Author: delphij Date: Wed Oct 7 23:17:15 2009 New Revision: 197850 URL: http://svn.freebsd.org/changeset/base/197850 Log: Add a special workaround to handle UIO_NOCOPY case. This fixes data corruption observed when sendfile() is being used. PR: kern/127213 Submitted by: gk

svn commit: r197953 - head/sys/fs/tmpfs

2009-10-11 Thread Xin LI
Author: delphij Date: Sun Oct 11 07:03:56 2009 New Revision: 197953 URL: http://svn.freebsd.org/changeset/base/197953 Log: Add locking around access to parent node, and bail out when the parent node is already freed rather than panicking the system. PR: kern/122038 Submitted b

svn commit: r198846 - head/usr.sbin/crashinfo

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:17:23 2009 New Revision: 198846 URL: http://svn.freebsd.org/changeset/base/198846 Log: Set umask to 0x077 instead of the default. This prevents non-root user from reading crashinfo output, which could contain some sensitive information. Reviewed by:

svn commit: r198847 - head/usr.bin/leave

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:25:08 2009 New Revision: 198847 URL: http://svn.freebsd.org/changeset/base/198847 Log: Static'ify signal handler which is not called from outside. Modified: head/usr.bin/leave/leave.c Modified: head/usr.bin/leave/leave.c ===

svn commit: r198848 - head/bin/ps

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:28:45 2009 New Revision: 198848 URL: http://svn.freebsd.org/changeset/base/198848 Log: Increase width for %CPU, RSS and VSZ columns for now. Modern systems tend to have larger memory, larger process, and more CPU. Modified: head/bin/ps/keyword.c Modifie

svn commit: r198929 - head/share/examples/ses/srcs

2009-11-04 Thread Xin LI
Author: delphij Date: Wed Nov 4 21:12:33 2009 New Revision: 198929 URL: http://svn.freebsd.org/changeset/base/198929 Log: Include string.h for prototype of strcmp(). Modified: head/share/examples/ses/srcs/getencstat.c Modified: head/share/examples/ses/srcs/getencstat.c =

svn commit: r198934 - head/share/examples/ses/srcs

2009-11-04 Thread Xin LI
Author: delphij Date: Wed Nov 4 23:36:23 2009 New Revision: 198934 URL: http://svn.freebsd.org/changeset/base/198934 Log: Cleanup code to make it WARNS=6 clean: - ANSIfy prototypes; - Add __unused for parameters that is not being currently used; - Add a header for subrountines being

svn commit: r199066 - head/usr.bin/gzip

2009-11-08 Thread Xin LI
Author: delphij Date: Mon Nov 9 02:37:02 2009 New Revision: 199066 URL: http://svn.freebsd.org/changeset/base/199066 Log: Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 files as created by pbzip2. Submitted by: mrg (NetBSD.org) MFC after:1 week Modified: head/u

svn commit: r199069 - head/sys/dev/arcmsr

2009-11-08 Thread Xin LI
Author: delphij Date: Mon Nov 9 07:28:29 2009 New Revision: 199069 URL: http://svn.freebsd.org/changeset/base/199069 Log: Initialize the whole message unit's DMA buffer to zero, this fixes a panic during boot when ARC1200 is being used with certain motherboard models. This commit brings

svn commit: r199120 - stable/8/sys/dev/arcmsr

2009-11-09 Thread Xin LI
Author: delphij Date: Tue Nov 10 00:34:25 2009 New Revision: 199120 URL: http://svn.freebsd.org/changeset/base/199120 Log: MFC revision 199069: Initialize the whole message unit's DMA buffer to zero, this fixes a panic during boot when ARC1200 is being used with certain motherboard models

svn commit: r199121 - stable/8/usr.sbin/crashinfo

2009-11-09 Thread Xin LI
Author: delphij Date: Tue Nov 10 00:41:22 2009 New Revision: 199121 URL: http://svn.freebsd.org/changeset/base/199121 Log: MFC r198846: Set umask to 0x077 instead of the default. This prevents non-root user from reading crashinfo output, which could contain some sensitive informa

svn commit: r199122 - releng/8.0/sys/dev/arcmsr

2009-11-09 Thread Xin LI
Author: delphij Date: Tue Nov 10 00:46:08 2009 New Revision: 199122 URL: http://svn.freebsd.org/changeset/base/199122 Log: MFC revision 199069 (MF8 199120): Initialize the whole message unit's DMA buffer to zero, this fixes a panic during boot when ARC1200 is being used with certain mothe

svn commit: r224905 - head/sys/dev/arcmsr

2011-08-16 Thread Xin LI
Author: delphij Date: Tue Aug 16 08:41:37 2011 New Revision: 224905 URL: http://svn.freebsd.org/changeset/base/224905 Log: Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of buffer mutex, which would lead to a deadlock. Many thanks to Areca for their continued support of Fre

svn commit: r224991 - stable/8/sys/dev/arcmsr

2011-08-18 Thread Xin LI
Author: delphij Date: Fri Aug 19 01:11:06 2011 New Revision: 224991 URL: http://svn.freebsd.org/changeset/base/224991 Log: MFC r224905: Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of buffer mutex, which would lead to a deadlock. Many thanks to Areca for their contin

svn commit: r225120 - head/etc/rc.d

2011-08-23 Thread Xin LI
Author: delphij Date: Tue Aug 23 19:29:11 2011 New Revision: 225120 URL: http://svn.freebsd.org/changeset/base/225120 Log: Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted. MFC after:1 week Approved by: re (kib) Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefil

svn commit: r225199 - head/sys/kern

2011-08-26 Thread Xin LI
Author: delphij Date: Fri Aug 26 18:00:07 2011 New Revision: 225199 URL: http://svn.freebsd.org/changeset/base/225199 Log: Fix format strings for KTR_STATE in 4BSD ad ULE schedulers. Submitted by: Ivan Klymenko PR: kern/159904, kern/159905 MFC after:2 weeks Approved by:

svn commit: r225254 - stable/8/etc/rc.d

2011-08-29 Thread Xin LI
Author: delphij Date: Tue Aug 30 01:25:12 2011 New Revision: 225254 URL: http://svn.freebsd.org/changeset/base/225254 Log: MFC r225120: Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted. Modified: stable/8/etc/rc.d/Makefile Directory Properties: stable/8/etc/ (props changed) Modi

svn commit: r225338 - head/sbin/fsck_ffs

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:05:34 2011 New Revision: 225338 URL: http://svn.freebsd.org/changeset/base/225338 Log: Fix the check in dircheck() on namlen. The value of namlen is copied from on-disk d_namlen, which is a 8-bit unsigned integer which can never exceed MAXNAMLEN (255) s

svn commit: r225339 - head/sys/dev/coretemp

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:06:23 2011 New Revision: 225339 URL: http://svn.freebsd.org/changeset/base/225339 Log: Expose more variables from coretemp(4) via sysctl: - tjmax - Tj(max) value from the CPU - delta - current delta reading - resolution - sensor resolution in Celsi

svn commit: r225340 - head/sys/dev/ichwd

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:06:50 2011 New Revision: 225340 URL: http://svn.freebsd.org/changeset/base/225340 Log: Fix a bug in ichwd(4) which prevents it from beig enabled if the new timeout is the same timeout. Submitted by: Dmitrij Tejblum PR: kern/139604 MFC aft

svn commit: r225446 - head/crypto/openssl/ssl

2011-09-08 Thread Xin LI
Author: delphij Date: Thu Sep 8 09:33:49 2011 New Revision: 225446 URL: http://svn.freebsd.org/changeset/base/225446 Log: Fix SSL memory handlig for (EC)DH cipher suites, in particular for multi-threaded use of ECDH. Security: CVE-2011-3210 Reviewed by: stas Obtained from:

svn commit: r225449 - in stable: 7/crypto/openssl/ssl 8/crypto/openssl/ssl

2011-09-08 Thread Xin LI
Author: delphij Date: Thu Sep 8 16:22:58 2011 New Revision: 225449 URL: http://svn.freebsd.org/changeset/base/225449 Log: MFC r225446: Fix SSL memory handlig for (EC)DH cipher suites, in particular for multi-threaded use of ECDH. Security: CVE-2011-3210 Reviewed by: stas Ob

svn commit: r225449 - in stable: 7/crypto/openssl/ssl 8/crypto/openssl/ssl

2011-09-08 Thread Xin LI
Author: delphij Date: Thu Sep 8 16:22:58 2011 New Revision: 225449 URL: http://svn.freebsd.org/changeset/base/225449 Log: MFC r225446: Fix SSL memory handlig for (EC)DH cipher suites, in particular for multi-threaded use of ECDH. Security: CVE-2011-3210 Reviewed by: stas Ob

svn commit: r225452 - head/etc

2011-09-08 Thread Xin LI
Author: delphij Date: Thu Sep 8 23:46:07 2011 New Revision: 225452 URL: http://svn.freebsd.org/changeset/base/225452 Log: Sync pf.os with OpenBSD: - Update OpenBSD fingerprints through OpenBSD 4.9 - Fix typos. Obtained from:OpenBSD MFC after:2 weeks Approved by: r

svn commit: r225454 - stable/8/sys/kern

2011-09-08 Thread Xin LI
Author: delphij Date: Fri Sep 9 01:39:19 2011 New Revision: 225454 URL: http://svn.freebsd.org/changeset/base/225454 Log: MFC r225199: Fix format strings for KTR_STATE in 4BSD ad ULE schedulers. Submitted by: Ivan Klymenko PR: kern/159904, kern/159905 Modified: stable/

svn commit: r225504 - stable/8/usr.sbin/syslogd

2011-09-11 Thread Xin LI
Author: delphij Date: Mon Sep 12 06:41:13 2011 New Revision: 225504 URL: http://svn.freebsd.org/changeset/base/225504 Log: MFC r224002: Add a new option, -N to disable the default and recommended syslogd(8) behavior, which binds to the well known UDP port. This option implies -s. Mo

svn commit: r225605 - in stable: 7/sbin/fsck_ffs 8/sbin/fsck_ffs

2011-09-15 Thread Xin LI
Author: delphij Date: Fri Sep 16 05:45:13 2011 New Revision: 225605 URL: http://svn.freebsd.org/changeset/base/225605 Log: MFC r225338: Fix the check in dircheck() on namlen. The value of namlen is copied from on-disk d_namlen, which is a 8-bit unsigned integer which can never exceed

svn commit: r225605 - in stable: 7/sbin/fsck_ffs 8/sbin/fsck_ffs

2011-09-15 Thread Xin LI
Author: delphij Date: Fri Sep 16 05:45:13 2011 New Revision: 225605 URL: http://svn.freebsd.org/changeset/base/225605 Log: MFC r225338: Fix the check in dircheck() on namlen. The value of namlen is copied from on-disk d_namlen, which is a 8-bit unsigned integer which can never exceed

svn commit: r225606 - in stable: 7/sys/dev/ichwd 8/sys/dev/ichwd

2011-09-15 Thread Xin LI
Author: delphij Date: Fri Sep 16 05:57:01 2011 New Revision: 225606 URL: http://svn.freebsd.org/changeset/base/225606 Log: MFC r225340: Fix a bug in ichwd(4) which prevents it from being enabled if the new timeout is the same timeout. Submitted by: Dmitrij Tejblum PR: ke

svn commit: r225606 - in stable: 7/sys/dev/ichwd 8/sys/dev/ichwd

2011-09-15 Thread Xin LI
Author: delphij Date: Fri Sep 16 05:57:01 2011 New Revision: 225606 URL: http://svn.freebsd.org/changeset/base/225606 Log: MFC r225340: Fix a bug in ichwd(4) which prevents it from being enabled if the new timeout is the same timeout. Submitted by: Dmitrij Tejblum PR: ke

svn commit: r225643 - head/contrib/smbfs/mount_smbfs

2011-09-17 Thread Xin LI
Author: delphij Date: Sat Sep 17 22:17:31 2011 New Revision: 225643 URL: http://svn.freebsd.org/changeset/base/225643 Log: Change the example of using smbfs in fstab to a password-less one, which is less likely to block a remote system from boot. Submitted by: Garrett Cooper PR:

svn commit: r225644 - head/contrib/smbfs/mount_smbfs

2011-09-17 Thread Xin LI
Author: delphij Date: Sat Sep 17 22:53:05 2011 New Revision: 225644 URL: http://svn.freebsd.org/changeset/base/225644 Log: Bump .Dd date for previous revision. Approved by: re (follow up commit fixing trivial issue) Modified: head/contrib/smbfs/mount_smbfs/mount_smbfs.8 Modified: head/

svn commit: r225721 - in stable: 7/etc 8/etc

2011-09-21 Thread Xin LI
Author: delphij Date: Thu Sep 22 01:13:40 2011 New Revision: 225721 URL: http://svn.freebsd.org/changeset/base/225721 Log: MFC r225452: Sync pf.os with OpenBSD: - Update OpenBSD fingerprints through OpenBSD 4.9 - Fix typos. Obtained from:OpenBSD Modified: stable/8/e

svn commit: r225721 - in stable: 7/etc 8/etc

2011-09-21 Thread Xin LI
Author: delphij Date: Thu Sep 22 01:13:40 2011 New Revision: 225721 URL: http://svn.freebsd.org/changeset/base/225721 Log: MFC r225452: Sync pf.os with OpenBSD: - Update OpenBSD fingerprints through OpenBSD 4.9 - Fix typos. Obtained from:OpenBSD Modified: stable/7/e

svn commit: r225845 - head/usr.bin/gzip

2011-09-28 Thread Xin LI
Author: delphij Date: Wed Sep 28 18:03:53 2011 New Revision: 225845 URL: http://svn.freebsd.org/changeset/base/225845 Log: Sync RCS id with NetBSD, this was intentionally omitted from the advisory in order to reduce patchset size. MFC after:3 days Modified: head/usr.bin/gzip/zuncom

<    1   2   3   4   5   6   7   8   9   10   >