Hi Zach,
* Zachary Loafman wrote:
> I personally find the first form clearer to skim through visually. The
> second form moves 'head1' and 'head2' around. It's not like it's hard to
> follow, but I think the first is clearer to read. I don't think the
> TAILQ_FIRST buys you much here.
Yeah, that
Author: alc
Date: Thu May 28 06:52:14 2009
New Revision: 192962
URL: http://svn.freebsd.org/changeset/base/192962
Log:
Revise vm_pageout_scan()'s handling of partially dirty pages. Specifically,
rather than unconditionally making partially dirty pages fully dirty, only
make partially dirty
Benjamin Kaduk wrote:
... I think that the new
sentence-->new line may also relate to having two spaces
between sentences -- I think that (e.g.) "e.g." should be okay.
It's mostly about keeping diffs easy to read.
Changes that add, remove, or edit a single sentence
are pretty common.
If every s
On Wed, 27 May 2009, Zachary Loafman wrote:
On Wed, May 27, 2009 at 10:05:44AM -0700, Ben Kaduk wrote:
Our man page style says that new sentences should start on new lines.
(Since the '.' character is used for defining macros, and sometimes
the processor can get confused.)
Ben -
Thanks for t
Author: marcel
Date: Thu May 28 04:25:38 2009
New Revision: 192954
URL: http://svn.freebsd.org/changeset/base/192954
Log:
char can be unsigned, like on ARM and PowerPC. Unbreak the
build for those by propagating the type of character from
char to int.
Modified:
head/contrib/ee/ee.c
Modif
Author: adrian
Date: Thu May 28 04:17:05 2009
New Revision: 192953
URL: http://svn.freebsd.org/changeset/base/192953
Log:
Say hello to a very basic, read-only, Xen Hypervisor RTC.
The hypervisor doesn't provide a single "TOD" - it instead provides a
"start time" and a "running time". Thes
Author: dchagin
Date: Thu May 28 04:08:07 2009
New Revision: 192952
URL: http://svn.freebsd.org/changeset/base/192952
Log:
Merge r192373 from HEAD to stable/7:
Validate user-supplied arguments values.
Args argument is a pointer to the structure located in user space in
which the socketc
Author: adrian
Date: Thu May 28 04:03:16 2009
New Revision: 192951
URL: http://svn.freebsd.org/changeset/base/192951
Log:
Don't call the watch callback if its NULL.
I'm not sure what series of events is leading up to this watch event
being received with no callback info and it should be i
Author: dchagin
Date: Thu May 28 04:00:03 2009
New Revision: 192950
URL: http://svn.freebsd.org/changeset/base/192950
Log:
Merge r191972 from HEAD to stable/7:
Introduce linux_kernver() interface which is intended for an exact
designation of the emulated kernel version.
linux_kernver
On Wed, May 27, 2009 at 06:47:26PM -0700, Zachary Loafman wrote:
> Thanks for the pedantry! I've attached a patch that should address your
> issues. (Doug, please review as mentor when you get a chance.)
Let's pretend I actually attached a patch. :)
--
Zach Loafman | Staff Engineer | Isilon Syst
Author: zml
Date: Thu May 28 02:39:07 2009
New Revision: 192949
URL: http://svn.freebsd.org/changeset/base/192949
Log:
Add a regression test for multiple threads of the same process acquiring the
same fcntl lock.
Approved by:dfr (mentor)
Modified:
head/tools/regression/file/floc
On Thu, 28 May 2009 00:38:24 + (UTC), Xin LI wrote:
> Author: delphij
> Date: Thu May 28 00:38:24 2009
> New Revision: 192943
> URL: http://svn.freebsd.org/changeset/base/192943
>
> Log:
> Correct off-by-one issue in truss(1) which happens when system call number
> is nsyscalls.
>
> PR:
On Wed, May 27, 2009 at 10:05:44AM -0700, Ben Kaduk wrote:
> Our man page style says that new sentences should start on new lines.
> (Since the '.' character is used for defining macros, and sometimes
> the processor can get confused.)
Ben -
Thanks for the pedantry! I've attached a patch that sho
On Wed, May 27, 2009 at 11:28:07AM -0700, Ed Schouten wrote:
> Hi Zach,
>
> * Zachary Loafman wrote:
> > head/sys/sys/queue.h
>
> This part of the patch is not in the email, so I'll just link it here:
>
>
> http://svn.freebsd.org/viewvc/base/head/sys/sys/queue.h?r1=191535&r2=192908
>
On Thursday 28 May 2009 01:10:22 Xin LI wrote:
> Doug Rabson wrote:
> [...]
>
> >> I think this commit has broken booting from mirrored zpool when raidz2
> >> pool is exist. In my setup it was 4 disks:
> >
> > This should be fixed in r192679.
>
> Thanks! This has fixed my problem.
Just a
Author: delphij
Date: Thu May 28 00:38:24 2009
New Revision: 192943
URL: http://svn.freebsd.org/changeset/base/192943
Log:
Correct off-by-one issue in truss(1) which happens when system call number
is nsyscalls.
PR: bin/134916
Submitted by: Steven Hartland
MFC after:2 w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Doug Rabson wrote:
[...]
>>
>> I think this commit has broken booting from mirrored zpool when raidz2
>> pool is exist. In my setup it was 4 disks:
>
> This should be fixed in r192679.
Thanks! This has fixed my problem.
Cheers,
- --
Xin LI htt
> Fix lockstat breakage to arm/powerpc buildworld.
Thanks !
later,
Peter.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: thompsa
Date: Wed May 27 23:12:02 2009
New Revision: 192938
URL: http://svn.freebsd.org/changeset/base/192938
Log:
Allocate the usb serial, manufacturer and product strings rather than use char
arrays in the usb_device struct. This also eliminates USB_HAVE_STRINGS.
Modified:
head/sy
Author: sson
Date: Wed May 27 22:41:28 2009
New Revision: 192937
URL: http://svn.freebsd.org/changeset/base/192937
Log:
Fix lockstat breakage to arm/powerpc buildworld.
Thanks to IBM char's are unsigned on arm/powerpc.
Approved by: gnn (mentor)
Modified:
head/cddl/contrib/opensolaris/
On Wed, 27 May 2009, Doug Barton wrote:
Rick Macklem wrote:
The -4 and -6 options are traditionally used for their respective IPv
transport choices, so you might want to consider choosing a different
option.
Any suggestions? How about:
-e - for experimental server
-l - you're a lunatic to
Rick Macklem wrote:
> Author: rmacklem
> Date: Wed May 27 22:02:54 2009
> New Revision: 192934
> URL: http://svn.freebsd.org/changeset/base/192934
>
> Log:
> Modify mountd to handle the experimental nfs server as well as the
> regular one. It now takes a "-4" command line argument to force it
Author: rmacklem
Date: Wed May 27 22:02:54 2009
New Revision: 192934
URL: http://svn.freebsd.org/changeset/base/192934
Log:
Modify mountd to handle the experimental nfs server as well as the
regular one. It now takes a "-4" command line argument to force it
to use the experimental server. Ot
Author: gnn
Date: Wed May 27 20:13:36 2009
New Revision: 192933
URL: http://svn.freebsd.org/changeset/base/192933
Log:
Rework interrupt bringup and teardown.
Calculate the exact number of vectors we'll use before calling
pci_alloc_msix. Don't grab nine all the time.
Call cxgb_setup_
Author: rmacklem
Date: Wed May 27 19:56:51 2009
New Revision: 192930
URL: http://svn.freebsd.org/changeset/base/192930
Log:
Add support for the experimental nfs client to mount_nfs. The
experimental client is used when the fstype is "newnfs" or the "nfsv4"
option is specified. It includes th
Author: thompsa
Date: Wed May 27 19:45:04 2009
New Revision: 192929
URL: http://svn.freebsd.org/changeset/base/192929
Log:
Provide a workaround for USB devices that do not support mono or stereo
operation by overriding the channel count.
Submitted by: Hans Petter Selasky
Reported by: M
Author: rmacklem
Date: Wed May 27 19:41:29 2009
New Revision: 192928
URL: http://svn.freebsd.org/changeset/base/192928
Log:
Fix handling of NFSv4 Close operations in ncl_inactive(). Only
do them for NFSv4 and flush writes to the server before doing
the Close(s), as required. Also, use the a_
Author: adrian
Date: Wed May 27 19:31:50 2009
New Revision: 192927
URL: http://svn.freebsd.org/changeset/base/192927
Log:
Delete useless #ifdef; make it more obvious if setting TSO fails.
Modified:
head/sys/dev/xen/netfront/netfront.c
Modified: head/sys/dev/xen/netfront/netfront.c
==
eFiles.inc Wed May 27 19:28:04 2009(r192926)
@@ -14,6 +14,9 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER()
+OLD_FILES+=usr/share/man/man3/SLIST_REMOVE_NEXT.3.gz
+OLD_FILES+=usr/shar
Author: thompsa
Date: Wed May 27 19:27:29 2009
New Revision: 192925
URL: http://svn.freebsd.org/changeset/base/192925
Log:
Add support for the Apple MacBook Pro keyboard
- add key mappings for fn keys
- byte swapping for certain models
- Fix leds for keyboards which require an ID byte for
On May 27, 2009, at 11:12 AM, Rink Springer wrote:
Author: rink
Date: Wed May 27 18:12:27 2009
New Revision: 192918
URL: http://svn.freebsd.org/changeset/base/192918
Log:
ia64: Move MCA information retrieval to a per-CPU kthread
Nice!
--
Marcel Moolenaar
xcl...@mac.com
_
Author: thompsa
Date: Wed May 27 19:21:29 2009
New Revision: 192924
URL: http://svn.freebsd.org/changeset/base/192924
Log:
Fix xref name.
Modified:
head/usr.sbin/usbconfig/usbconfig.8
Modified: head/usr.sbin/usbconfig/usbconfig.8
==
Author: bms
Date: Wed May 27 18:57:13 2009
New Revision: 192923
URL: http://svn.freebsd.org/changeset/base/192923
Log:
Merge final round of MLD changes from p4:
ip6_input.c, in6.h:
* Add netinet6-specific mbuf flag M_RTALERT_MLD, shadowing M_PROTO6.
* Always set this flag if HBH Router
Author: dfr
Date: Wed May 27 18:54:31 2009
New Revision: 192922
URL: http://svn.freebsd.org/changeset/base/192922
Log:
Increase the size of the static TLS area slightly (required for the NVidia's
OpenGL driver on amd64).
Modified:
head/libexec/rtld-elf/rtld.h
Modified: head/libexec/rtld-el
Done, thanks for the reminder.
Doug
Bjoern A. Zeeb wrote:
> On Tue, 26 May 2009, Doug Barton wrote:
>
>> Author: dougb
>> Date: Tue May 26 00:07:02 2009
>> New Revision: 192776
>> URL: http://svn.freebsd.org/changeset/base/192776
>>
>> Log:
>> Per the man page:
>> The makekey utility has been
Hi Zach,
* Zachary Loafman wrote:
> head/sys/sys/queue.h
This part of the patch is not in the email, so I'll just link it here:
http://svn.freebsd.org/viewvc/base/head/sys/sys/queue.h?r1=191535&r2=192908
In other macros in this header file, we try to use as many _NEXT() and
_PREV()
Ed Schouten skrev:
Author: ed
Date: Wed May 27 17:27:03 2009
New Revision: 192914
URL: http://svn.freebsd.org/changeset/base/192914
Log:
Update ee(1) in the base system to version 1.5.0.
Thank you!
--
Joel
___
svn-src-all@freebsd.org mailing list
Author: joel (doc committer)
Date: Wed May 27 18:17:58 2009
New Revision: 192921
URL: http://svn.freebsd.org/changeset/base/192921
Log:
Slightly adjust copyright text.
Approved by: Hannu Savolainen
Modified:
head/sys/dev/sound/pcm/sound.h
Modified: head/sys/dev/sound/pcm/sound.h
=
Author: joel (doc committer)
Date: Wed May 27 18:16:53 2009
New Revision: 192920
URL: http://svn.freebsd.org/changeset/base/192920
Log:
Slightly adjust copyright text.
Approved by: luigi
Modified:
head/sys/dev/sound/pcm/sound.c
Modified: head/sys/dev/sound/pcm/sound.c
=
Author: joel (doc committer)
Date: Wed May 27 18:13:15 2009
New Revision: 192919
URL: http://svn.freebsd.org/changeset/base/192919
Log:
Separate comments from the license text.
Modified:
head/sys/dev/sound/pci/cmi.c
head/sys/dev/sound/pci/cs4281.c
head/sys/dev/sound/pci/vibes.c
Modified:
Author: rink
Date: Wed May 27 18:12:27 2009
New Revision: 192918
URL: http://svn.freebsd.org/changeset/base/192918
Log:
ia64: Move MCA information retrieval to a per-CPU kthread
Once AP's are launched, their MCA state information is stored and later
obtainable using a sysctl. Since the siz
Author: alc
Date: Wed May 27 18:12:10 2009
New Revision: 192917
URL: http://svn.freebsd.org/changeset/base/192917
Log:
Eliminate redundant setting of a page's valid bits and pointless clearing
of the same page's dirty bits.
Modified:
head/sys/fs/tmpfs/tmpfs_vnops.c
Modified: head/sys/fs/tm
Author: dougb
Date: Wed May 27 18:11:12 2009
New Revision: 192916
URL: http://svn.freebsd.org/changeset/base/192916
Log:
Note the removal of makekey(8)
Requested by: bz
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: gnn
Date: Wed May 27 18:07:18 2009
New Revision: 192915
URL: http://svn.freebsd.org/changeset/base/192915
Log:
Officially take over sson's mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
=
Author: ed
Date: Wed May 27 17:27:03 2009
New Revision: 192914
URL: http://svn.freebsd.org/changeset/base/192914
Log:
Update ee(1) in the base system to version 1.5.0.
This version is now licensed under a 2-clause BSD license, instead of
the Artistic license. I've reverted a lot of local
On Wed, May 27, 2009 at 12:36 PM, Zachary Loafman wrote:
> Author: zml
> Date: Wed May 27 16:36:54 2009
> New Revision: 192908
> URL: http://svn.freebsd.org/changeset/base/192908
>
> Log:
> fail(9) support:
>
> Add support for kernel fault injection using KFAIL_POINT_* macros and
> fail_point_*
Author: zml
Date: Wed May 27 17:02:15 2009
New Revision: 192913
URL: http://svn.freebsd.org/changeset/base/192913
Log:
Handle UDP RPC replies correctly on a multi-homed system, in userland RPC.
Corrects an issue with mountd replies to OS X.
Approved by:dfr (mentor)
Modified:
hea
Author: zml
Date: Wed May 27 17:02:10 2009
New Revision: 192912
URL: http://svn.freebsd.org/changeset/base/192912
Log:
Correct handling of SYN packets that are to the left of the current window of
an ESTABLISHED connection.
Reviewed by:net@, gnn
Approved by:dfr (mentor)
Author: zml
Date: Wed May 27 17:01:59 2009
New Revision: 192911
URL: http://svn.freebsd.org/changeset/base/192911
Log:
Fix an issue when nss fallback routines are used in a multithreaded
application.
Reviewed by:bushman
Approved by:dfr (mentor)
Modified:
head/lib/libc/
Author: thompsa
Date: Wed May 27 16:44:43 2009
New Revision: 192910
URL: http://svn.freebsd.org/changeset/base/192910
Log:
Remove empty dir.
Deleted:
head/sys/dev/usb/bluetooth/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailm
Author: thompsa
Date: Wed May 27 16:43:40 2009
New Revision: 192909
URL: http://svn.freebsd.org/changeset/base/192909
Log:
Hook ubt and ubtbcmfw back up to the build.
Modified:
head/sys/conf/files
head/sys/modules/netgraph/bluetooth/ubt/Makefile
head/sys/modules/netgraph/bluetooth/ubtbcmf
Author: zml
Date: Wed May 27 16:36:54 2009
New Revision: 192908
URL: http://svn.freebsd.org/changeset/base/192908
Log:
fail(9) support:
Add support for kernel fault injection using KFAIL_POINT_* macros and
fail_point_* infrastructure. Add example fail point in vfs_bio.c to
simulate VM b
Author: thompsa
Date: Wed May 27 16:34:08 2009
New Revision: 192907
URL: http://svn.freebsd.org/changeset/base/192907
Log:
move ng_ubt_var.h back to its original place
Added:
head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h (props changed)
- copied unchanged from r192906, head/sys/
Author: thompsa
Date: Wed May 27 16:33:08 2009
New Revision: 192906
URL: http://svn.freebsd.org/changeset/base/192906
Log:
move ng_ubt.c back to its original place
Added:
head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c (props changed)
- copied unchanged from r192905, head/sys/dev/usb/
Author: thompsa
Date: Wed May 27 16:32:05 2009
New Revision: 192905
URL: http://svn.freebsd.org/changeset/base/192905
Log:
move ubtbcmfw.c back to its original place
Added:
head/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c (props changed)
- copied unchanged from r192904, head/sys
Author: bms
Date: Wed May 27 16:30:33 2009
New Revision: 192904
URL: http://svn.freebsd.org/changeset/base/192904
Log:
Add mld(4) man page.
Added:
head/share/man/man4/mld.4 (contents, props changed)
Added: head/share/man/man4/mld.4
==
Author: thompsa
Date: Wed May 27 16:29:56 2009
New Revision: 192903
URL: http://svn.freebsd.org/changeset/base/192903
Log:
Delete the bluetooth drivers for the old usb stack.
Deleted:
head/sys/netgraph/bluetooth/drivers/ubt/TODO
head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
head/sys/ne
Author: sson
Date: Wed May 27 16:20:46 2009
New Revision: 192902
URL: http://svn.freebsd.org/changeset/base/192902
Log:
Change from using vm_map_delete() to vm_map_remove().
Approved by: gnn (mentor)
Obtained from:kib
Modified:
head/sys/dev/ksyms/ksyms.c
Modified: head/sys/de
.
#
+# 20090527: removal of legacy USB stack
+OLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h
+OLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h
+OLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h
+OLD_FILES+=usr/include/legacy/dev/usb/hid.h
+OLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h
Author: des
Date: Wed May 27 15:46:22 2009
New Revision: 192900
URL: http://svn.freebsd.org/changeset/base/192900
Log:
Expand namei flag definitions to the full eight nybbles.
MFC after:3 weeks
Modified:
head/sys/sys/namei.h
Modified: head/sys/sys/namei.h
===
Author: avg
Date: Wed May 27 15:23:12 2009
New Revision: 192899
URL: http://svn.freebsd.org/changeset/base/192899
Log:
linux_ioctl_cdrom: reduce stack usage
... by moving two ~2KB structures from stack to heap allocation.
I experienced stack overflow in linux emulation on i386 (8K stack)
Author: rmacklem
Date: Wed May 27 15:16:56 2009
New Revision: 192898
URL: http://svn.freebsd.org/changeset/base/192898
Log:
Add a function to the experimental nfs subsystem that tests to see
if a local file system supports NFSv4 ACLs. This allows the
NFSHASNFS4ACL() macro to be correctly imp
Author: des
Date: Wed May 27 15:15:58 2009
New Revision: 192897
URL: http://svn.freebsd.org/changeset/base/192897
Log:
Increment the counter outside the subshell.
Modified:
head/tools/regression/vfs/trailing_slash.t
Modified: head/tools/regression/vfs/trailing_slash.t
===
Kostik Belousov wrote:
"why you did not used vm_map_remove()".
Yes, indeed... I should have just used vm_map_remove() since it does
the same thing. I will make that change.
Thanks,
-stacey.
___
svn-src-all@freebsd.org mailing list
http://lists.
On Wed, May 27, 2009 at 09:32:01AM -0500, Stacey Son wrote:
> Kostik Belousov wrote:
> >On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote:
> >
> >>Author: sson
> >>Date: Tue May 26 21:39:09 2009
> >>New Revision: 192859
> >>URL: http://svn.freebsd.org/changeset/base/192859
> >>
> >>Log:
Kostik Belousov wrote:
On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote:
Author: sson
Date: Tue May 26 21:39:09 2009
New Revision: 192859
URL: http://svn.freebsd.org/changeset/base/192859
Log:
Add the ksyms(4) pseudo driver. The ksyms driver allows a process to
get a quick sna
Author: jamie
Date: Wed May 27 14:30:26 2009
New Revision: 192896
URL: http://svn.freebsd.org/changeset/base/192896
Log:
Add support for the arbitrary named jail parameters used by jail_set(2)
and jail_get(2). Jail(8) can now create jails using a "name=value"
format instead of just specifyi
ln -s aj /etc/malloc.conf.)
+20090527:
+ Add support for hierarchical jails. Remove global securelevel.
+ Bump __FreeBSD_version to 800091.
+
20090523:
The layout of struct vnet_net has changed, therefore modules
need to be rebuilt.
Modified: head/lib/
Author: adrian
Date: Wed May 27 13:59:17 2009
New Revision: 192894
URL: http://svn.freebsd.org/changeset/base/192894
Log:
Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.
Modified:
head/sys/dev/xen/netfront/netfront.c
Modified: head/sys/dev/xen/netfront/netfront.c
Author: trasz
Date: Wed May 27 12:44:36 2009
New Revision: 192893
URL: http://svn.freebsd.org/changeset/base/192893
Log:
Don't discard packets with 'Destination Unreachable' at the beginning
of ip_forward(), if the IPSEC is compiled in. It is possible that there
is an SPD that this packets
Author: edwin
Date: Wed May 27 12:33:57 2009
New Revision: 192892
URL: http://svn.freebsd.org/changeset/base/192892
Log:
MFC of r192482:
Add regression tests for the date(1) + argument for user-defined
format strings.
PR: bin/127514
Added:
stable/7/tools/regression/bin/d
Author: edwin
Date: Wed May 27 12:31:55 2009
New Revision: 192891
URL: http://svn.freebsd.org/changeset/base/192891
Log:
Add the regression test for bin/date.
Modified:
head/tools/regression/README
Modified: head/tools/regression/README
===
Author: edwin
Date: Wed May 27 12:18:39 2009
New Revision: 192890
URL: http://svn.freebsd.org/changeset/base/192890
Log:
MFV of tzcode2009h revision r192887
- Clarify the license for the tzcode: public domain
MFC after:1 month
Modified:
head/lib/libc/stdtime/time2posix.3
head/
On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote:
> Author: sson
> Date: Tue May 26 21:39:09 2009
> New Revision: 192859
> URL: http://svn.freebsd.org/changeset/base/192859
>
> Log:
> Add the ksyms(4) pseudo driver. The ksyms driver allows a process to
> get a quick snapshot of the
Author: brueffer
Date: Wed May 27 11:03:14 2009
New Revision: 192889
URL: http://svn.freebsd.org/changeset/base/192889
Log:
MFC: r192036
Fix memory leak in an error case.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/compat/ndis/kern_windrv.c
stable/7/sys/contrib/pf/ (prop
Author: edwin
Date: Wed May 27 10:27:14 2009
New Revision: 192888
URL: http://svn.freebsd.org/changeset/base/192888
Log:
Tag of tzcode2009h
Added:
vendor/tzcode/tzcode2009h/
- copied from r192887, vendor/tzcode/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Wed May 27 10:10:48 2009
New Revision: 192887
URL: http://svn.freebsd.org/changeset/base/192887
Log:
Vendor import of tzcode2009h
- Clarify the license for the tzcode: public domain
Obtained from:ftp://elsie.nci.nih.gov/pub/
Modified:
vendor/tzcode/dist/l
Author: edwin
Date: Wed May 27 10:02:07 2009
New Revision: 192886
URL: http://svn.freebsd.org/changeset/base/192886
Log:
MFV of tzdata2009h:
- Fix coordinates of Africa/Gaborone, Pacific/Noumea, Pacific/Tongatapu,
Europe/Vatican
- Fix URLs (=3D -> = etc)
- Jordan doesn't go at
Author: edwin
Date: Wed May 27 09:57:36 2009
New Revision: 192885
URL: http://svn.freebsd.org/changeset/base/192885
Log:
Tag of tzdata2009g
Added:
vendor/tzdata/tzdata2009h/
- copied from r192884, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Wed May 27 09:55:45 2009
New Revision: 192884
URL: http://svn.freebsd.org/changeset/base/192884
Log:
Vendor import of tzdata2009h
- Fix coordinates of Africa/Gaborone, Pacific/Noumea, Pacific/Tongatapu,
Europe/Vatican
- Fix URLs (=3D -> = etc)
- Jordan does
Author: vanhu
Date: Wed May 27 09:52:12 2009
New Revision: 192883
URL: http://svn.freebsd.org/changeset/base/192883
Log:
Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(),
as we already hold the non sleepable crypto_driver_mutex.
Approved by: gnn(mentor)
Obtained from
Author: vanhu
Date: Wed May 27 09:44:14 2009
New Revision: 192882
URL: http://svn.freebsd.org/changeset/base/192882
Log:
Lock SPTREE before parsing it in key_spddump()
Approved by: gnn(mentor)
Obtained from:NETASQ
MFC after:2 weeks
Modified:
head/sys/netipsec/key.c
Modi
Author: rwatson
Date: Wed May 27 09:41:58 2009
New Revision: 192881
URL: http://svn.freebsd.org/changeset/base/192881
Log:
Convert the MAC Framework from using rwlocks to rmlocks to stabilize
framework registration for non-sleepable entry points.
Obtained from:TrustedBSD Project
Author: vanhu
Date: Wed May 27 09:31:50 2009
New Revision: 192880
URL: http://svn.freebsd.org/changeset/base/192880
Log:
Only decrease refcnt once when flushing SPD entries, to
avoid flushing entries which are still used.
Approved by: gnn(mentor)
Obtained from:NETASQ
MFC afte
Author: dfr
Date: Wed May 27 07:30:32 2009
New Revision: 192879
URL: http://svn.freebsd.org/changeset/base/192879
Log:
Welcome Zachary Loafman as a src committer. Zach will be feeding back changes
from Isilon Systems, which is nice. I will be his mentor.
Approved by: core
Modified:
sv
On Tue, 26 May 2009, M. Warner Losh wrote:
: > Cute though this BSD license variation is, I'm pretty sure it's not on the
: > approved license list. Sticking to the standard license templates
: > potentially saves significant trouble later -- especially when people
:
: Hmm, I'm sure that there
On Wed, 27 May 2009, 01:30-, Stacey Son wrote:
> Author: sson
> Date: Wed May 27 01:30:23 2009
> New Revision: 192867
> URL: http://svn.freebsd.org/changeset/base/192867
>
> Log:
> Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver,
> the lockstat provider, and the ksyms
87 matches
Mail list logo