Author: alc
Date: Fri Oct 15 05:42:35 2010
New Revision: 213890
URL: http://svn.freebsd.org/changeset/base/213890
Log:
MFC r209605
Improve bufdone_finish()'s handling of the bogus page. Specifically, if
one or more mappings to the bogus page must be replaced, call pmap_qenter()
just
Author: edwin
Date: Fri Oct 15 05:17:48 2010
New Revision: 213889
URL: http://svn.freebsd.org/changeset/base/213889
Log:
MFC of r204697 r204706 r204849 r204908 r205071 r205427 r212032
r212032:
Use basename(3) to determine the name of the program.
Submitted by: Alexander
Peter Holm wrote:
On Tue, Oct 12, 2010 at 12:36:56AM +, David Xu wrote:
Author: davidxu
Date: Tue Oct 12 00:36:56 2010
New Revision: 213714
URL: http://svn.freebsd.org/changeset/base/213714
Log:
Add a flag TDF_TIDHASH to prevent a thread from being
added to or removed from thread hash t
Author: alc
Date: Fri Oct 15 04:02:07 2010
New Revision: 213888
URL: http://svn.freebsd.org/changeset/base/213888
Log:
MFC r210124
Optimize pmap_remove()'s handling of PG_G mappings.
Modified:
stable/8/sys/amd64/amd64/pmap.c
Directory Properties:
stable/8/sys/ (props changed)
stable
Author: alc
Date: Fri Oct 15 03:23:53 2010
New Revision: 213887
URL: http://svn.freebsd.org/changeset/base/213887
Log:
MFC r209789
Correctly maintain the per-cpu field "curpmap" on amd64 just like we
do on i386. The consequences of not doing so on amd64 became apparent
with the intr
Author: alc
Date: Fri Oct 15 02:58:49 2010
New Revision: 213886
URL: http://svn.freebsd.org/changeset/base/213886
Log:
MFC r212873
Allow a POSIX shared memory object that is opened for read but not for
write to nonetheless be mapped PROT_WRITE and MAP_PRIVATE, i.e.,
copy-on-write.
On Thu, 14 Oct 2010, Erik Cederstrand wrote:
Den 13/10/2010 kl. 05.55 skrev Bruce Evans:
I also don't like distributions that stamp every file with their release
build time (or maybe a little later, with a single release time). How would
do you prevent clobbering metadata outside of archives?
On Thu, 14 Oct 2010, Jung-uk Kim wrote:
On Wednesday 13 October 2010 09:16 pm, Bruce Evans wrote:
On Wed, 13 Oct 2010, Jung-uk Kim wrote:
...
I think the attached patch should do.
% Index: sys/dev/ce/if_ce.c
%
===
% --- sys/dev/
On Thu, 14 Oct 2010, Erik Cederstrand wrote:
Den 13/10/2010 kl. 05.55 skrev Bruce Evans:
[Erik wrote, but the attribution was stripped]
I'm a real beginner here. As I read the manuals (GNU ar and BSD ar),
the only flags that really control archive contents on archive
creation is 'q' and 'r
Author: jkim
Date: Thu Oct 14 23:31:58 2010
New Revision: 213884
URL: http://svn.freebsd.org/changeset/base/213884
Log:
Stop hard coding nm(1) and make it overridable.
Modified:
head/sys/conf/files.amd64
head/sys/modules/acpi/acpi/Makefile
Modified: head/sys/conf/files.amd64
==
On Thu Oct 14 10, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Oct 14 19:30:44 2010
> New Revision: 213846
> URL: http://svn.freebsd.org/changeset/base/213846
>
> Log:
> Remove stale comment.
thanks a lot. :)
>
> Submitted by: arundel
> MFC after: 3 days
>
> Modified:
>
Author: obrien
Date: Thu Oct 14 23:28:31 2010
New Revision: 213883
URL: http://svn.freebsd.org/changeset/base/213883
Log:
Embellish this testcase a little bit to be more clear what the output is
and why. The first case is correct usage which has but one correct output.
The 2nd and 3rd cases
Author: mdf
Date: Thu Oct 14 23:26:08 2010
New Revision: 213882
URL: http://svn.freebsd.org/changeset/base/213882
Log:
Fixes to mps_user_command():
- fix the leak of command struct on error
- simplify the cleanup logic
- EINPROGRESS is not a fatal error
- buggy comment and error mess
On Friday 15 October 2010 00:06:52 Hans Petter Selasky wrote:
> r213879
Correct commit message:
Add more USB device IDs to the supported list of devices.
Fix U3G kernel build breakage since r213856 due to a missing usbdevs entry.
Submitted by: Nick Hibma
PR: usb/149764
Approved by:thom
Author: hselasky
Date: Thu Oct 14 22:14:55 2010
New Revision: 213880
URL: http://svn.freebsd.org/changeset/base/213880
Log:
Add new USB device IDs to the list of supported devices.
PR: usb/151043
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/wlan/if_rum.c
Modified: hea
Author: hselasky
Date: Thu Oct 14 22:06:52 2010
New Revision: 213879
URL: http://svn.freebsd.org/changeset/base/213879
Log:
- Add more USB devices to usbdevs and rename some previously unknown ones.
- Add more USB mass storage quirks.
Submitted by: Dmitry Luhtionov
PR: usb/149934, usb/1
Author: marius
Date: Thu Oct 14 22:01:40 2010
New Revision: 213878
URL: http://svn.freebsd.org/changeset/base/213878
Log:
Add a NetBSD-compatible mii_attach(), which is intended to eventually
replace mii_phy_probe() altogether. Compared to the latter the advantages
of mii_attach() are:
- i
Author: edwin
Date: Thu Oct 14 21:58:51 2010
New Revision: 213877
URL: http://svn.freebsd.org/changeset/base/213877
Log:
MFC of r213875
Update manual with regarding to the status of calendars/calendar.judaic.
Modified:
stable/8/usr.bin/calendar/calendar.1
stable/8/usr.bin/calendar/cale
Author: hselasky
Date: Thu Oct 14 21:53:42 2010
New Revision: 213876
URL: http://svn.freebsd.org/changeset/base/213876
Log:
Add more USB device IDs to supported list of devices.
Submitted by: Nick Hibma
PR: usb/149900
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/seri
Author: edwin
Date: Thu Oct 14 21:53:25 2010
New Revision: 213875
URL: http://svn.freebsd.org/changeset/base/213875
Log:
Update manual with regarding to the status of calendars/calendar.judaic.
Modified:
head/usr.bin/calendar/calendar.1
head/usr.bin/calendar/calendars/calendar.judaic
Modif
Author: edwin
Date: Thu Oct 14 21:51:53 2010
New Revision: 213874
URL: http://svn.freebsd.org/changeset/base/213874
Log:
Remove calendar.judaic from RELENG_7:
- It is out of date.
- It is properly fixed in HEAD and RELENG_8.
Deleted:
stable/7/usr.bin/calendar/calendars/calendar.judaic
Author: marius
Date: Thu Oct 14 21:46:53 2010
New Revision: 213873
URL: http://svn.freebsd.org/changeset/base/213873
Log:
Explicitly lower the PIL to 0 as part of enabling interrupts, similar to
what is done on other platforms. Unlike as with the sched_throw(NULL)
called on BSPs during their
Author: hselasky
Date: Thu Oct 14 21:45:41 2010
New Revision: 213872
URL: http://svn.freebsd.org/changeset/base/213872
Log:
Fix forwarding of Line Register Status changes to TTY layer.
PR: usb/149675
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/serial/usb_serial.c
Modif
Author: hselasky
Date: Thu Oct 14 21:41:08 2010
New Revision: 213871
URL: http://svn.freebsd.org/changeset/base/213871
Log:
Remove unused EHCI register definition.
Define reserved EHCI register.
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/controller/ehci_pci.c
head/sy
Author: edwin
Date: Thu Oct 14 21:38:20 2010
New Revision: 213870
URL: http://svn.freebsd.org/changeset/base/213870
Log:
MFC of r211517 r212035
r211517:
'\0' -> 0
Fix silly mistake by being overly zeaolous[sp] of applying the style rules.
r212035:
For calendars which don't mat
Author: hselasky
Date: Thu Oct 14 21:38:06 2010
New Revision: 213869
URL: http://svn.freebsd.org/changeset/base/213869
Log:
Revert most of r197682 (EHCI Hardware BUG workaround). Implement
proper solution which is to not use the TERMINATE pointer, but rather
link to a halted TD. The initial
Author: marius
Date: Thu Oct 14 21:34:53 2010
New Revision: 213868
URL: http://svn.freebsd.org/changeset/base/213868
Log:
- In the spirit of r212559 add a comment describing what will eventually
lower the PIL.
- Just as with the AP ensure that the (S)TICK timer(s) are in a known
state
Author: marius
Date: Thu Oct 14 21:30:13 2010
New Revision: 213867
URL: http://svn.freebsd.org/changeset/base/213867
Log:
Just like xmphy(4) this driver doesn't use any of the generic subroutines
so there's no need to fill mii_{ext,}capabilities either.
Modified:
head/sys/dev/mii/brgphy.c
Author: edwin
Date: Thu Oct 14 21:29:51 2010
New Revision: 213866
URL: http://svn.freebsd.org/changeset/base/213866
Log:
MFC of r206568
Allerheilingen -> Allerheiligen
Submitted by: Ronald Klop
Modified:
stable/6/usr.bin/calendar/calendars/calendar.dutch
Directory Properties:
s
Author: edwin
Date: Thu Oct 14 21:29:50 2010
New Revision: 213865
URL: http://svn.freebsd.org/changeset/base/213865
Log:
MFC of r206568
Allerheilingen -> Allerheiligen
Submitted by: Ronald Klop
Modified:
stable/7/usr.bin/calendar/calendars/calendar.dutch
Directory Properties:
s
Author: hselasky
Date: Thu Oct 14 21:26:06 2010
New Revision: 213864
URL: http://svn.freebsd.org/changeset/base/213864
Log:
Avoid using endless retransmission at EHCI hardware level, hence this hide
errors from the applications. Only use endless retransmission while in the
non-addressed stat
Author: edwin
Date: Thu Oct 14 21:19:08 2010
New Revision: 213863
URL: http://svn.freebsd.org/changeset/base/213863
Log:
MFC of r212163
Adding a missing firstname (Monique)
PR: conf/150049
Submitted by: Thierry Thomas
Modified:
stable/6/usr.bin/calendar/calendars/fr
Author: edwin
Date: Thu Oct 14 21:19:04 2010
New Revision: 213862
URL: http://svn.freebsd.org/changeset/base/213862
Log:
MFC of r212163
Adding a missing firstname (Monique)
PR: conf/150049
Submitted by: Thierry Thomas
Modified:
stable/7/usr.bin/calendar/calendars/fr
Author: hselasky
Date: Thu Oct 14 21:18:18 2010
New Revision: 213861
URL: http://svn.freebsd.org/changeset/base/213861
Log:
Correct EHCI root HUB interface descriptor.
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/controller/ehci.c
Modified: head/sys/dev/usb/controller/ehc
Author: edwin
Date: Thu Oct 14 21:17:32 2010
New Revision: 213860
URL: http://svn.freebsd.org/changeset/base/213860
Log:
MFC of r213032 r213033
Fix location and year of the Battle of the Plains of Abraham
PR: 150504
Submitted by: Douglas Berry
Modified:
stable/7/usr
Author: edwin
Date: Thu Oct 14 21:16:14 2010
New Revision: 213859
URL: http://svn.freebsd.org/changeset/base/213859
Log:
MFC of r213032 r213033
Fix location and year of the Battle of the Plains of Abraham
PR: 150504
Submitted by: Douglas Berry
Modified:
stable/8/usr
Author: edwin
Date: Thu Oct 14 21:14:58 2010
New Revision: 213858
URL: http://svn.freebsd.org/changeset/base/213858
Log:
MFC of r213032 r213033
Fix location and year of the Battle of the Plains of Abraham
PR: 150504
Submitted by: Douglas Berry
Modified:
stable/6/usr
Author: hselasky
Date: Thu Oct 14 21:14:33 2010
New Revision: 213857
URL: http://svn.freebsd.org/changeset/base/213857
Log:
Correct EHCI port register read.
Approved by:thompsa (mentor)
Modified:
head/sys/dev/usb/controller/ehci.c
Modified: head/sys/dev/usb/controller/ehci.c
===
On 2010-10-14 21:39, John Baldwin wrote:
On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
...
Revert r213765. This is required because our build infrastructure uses
the host lex instead of the lex built during buildworld. I will MFC the
lex changes soon and in a few weeks this
Author: hselasky
Date: Thu Oct 14 21:09:37 2010
New Revision: 213856
URL: http://svn.freebsd.org/changeset/base/213856
Log:
- Add more USB devices to usbdevs and rename some previously unknown ones.
- Add more USB mass storage quirks.
Submitted by: Dmitry Luhtionov
PR: usb/149934, usb/1
Author: hselasky
Date: Thu Oct 14 20:50:33 2010
New Revision: 213853
URL: http://svn.freebsd.org/changeset/base/213853
Log:
- Add missing LibUSB API functions:
* libusb_strerror()
* libusb_get_driver[_np]()
* libusb_detach_kernel_driver[_np]()
- Factor out setting of non-blocking f
Author: hselasky
Date: Thu Oct 14 20:38:18 2010
New Revision: 213852
URL: http://svn.freebsd.org/changeset/base/213852
Log:
- Add support for LibUSB in 32-bit compatibility mode.
Approved by:thompsa (mentor)
Modified:
head/lib/libusb/Makefile
head/lib/libusb/libusb20.c
head/lib/l
On Thu, 14 Oct 2010, Dmitry Morozovsky wrote:
[snip]
DM> JK> Hmm... That means "make buildkernel" did not pick up newly built lex.
DM> JK> That's bad. :-(
DM>
DM> It seems Rui's r213845 should fix this; I'm checking this right now...
Confirmed: this revision really fixed build.
--
Sincerel
Author: hselasky
Date: Thu Oct 14 20:18:39 2010
New Revision: 213849
URL: http://svn.freebsd.org/changeset/base/213849
Log:
- Fix some compile warnings regarding comparing signed to unsigned.
Approved by:thompsa (mentor)
Modified:
head/lib/libusb/libusb10_io.c
Modified: head/lib/lib
Author: hselasky
Date: Thu Oct 14 20:04:36 2010
New Revision: 213848
URL: http://svn.freebsd.org/changeset/base/213848
Log:
LibUSB (new API):
- Add a new API function to check the connected
status of the USB handle in the LibUSB v1.0 and
LibUSB v0.1 interfaces.
Approved by:thompsa
On Wednesday 13 October 2010 09:16 pm, Bruce Evans wrote:
> On Wed, 13 Oct 2010, Jung-uk Kim wrote:
> > On Wednesday 13 October 2010 01:27 pm, Roman Divacky wrote:
> >>> Modified: head/sys/dev/ce/if_ce.c
> >>> ===
> >>>== = ---
On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
> Author: rpaulo
> Date: Thu Oct 14 19:19:19 2010
> New Revision: 213845
> URL: http://svn.freebsd.org/changeset/base/213845
>
> Log:
> Revert r213765. This is required because our build infrastructure uses
> the host lex instead of the
Author: kib
Date: Thu Oct 14 19:30:44 2010
New Revision: 213846
URL: http://svn.freebsd.org/changeset/base/213846
Log:
Remove stale comment.
Submitted by: arundel
MFC after:3 days
Modified:
head/sys/compat/linux/linux_util.h
Modified: head/sys/compat/linux/linux_util.h
===
On Thu, 14 Oct 2010, Jung-uk Kim wrote:
JK> >
JK> > JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this
JK> > morning JK> > > and this JN> >> commit seems to break buildkernel:
JK> >
JK> > [snip]
JK> >
JK> > JK> > > I can confirm this: my build machine, which is
JK> > JK> > >
JK> > J
On Thursday 14 October 2010 03:11 pm, Dmitry Morozovsky wrote:
> On Thu, 14 Oct 2010, Jung-uk Kim wrote:
>
> JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this
> morning JK> > > and this JN> >> commit seems to break buildkernel:
>
> [snip]
>
> JK> > > I can confirm this: my build mac
Author: rpaulo
Date: Thu Oct 14 19:19:19 2010
New Revision: 213845
URL: http://svn.freebsd.org/changeset/base/213845
Log:
Revert r213765. This is required because our build infrastructure uses
the host lex instead of the lex built during buildworld. I will MFC the
lex changes soon and in a f
On Thursday 14 October 2010 03:05 pm, Jung-uk Kim wrote:
> On Thursday 14 October 2010 01:06 pm, John Baldwin wrote:
> > On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote:
> > > On Thu, 14 Oct 2010, John Nielsen wrote:
> > >
> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT
On Thu, 14 Oct 2010, Jung-uk Kim wrote:
JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning
JK> > > and this JN> >> commit seems to break buildkernel:
[snip]
JK> > > I can confirm this: my build machine, which is
JK> > >
JK> > > FreeBSD beaver.rinet.ru 8.1-STABLE FreeBSD 8.
On Thursday 14 October 2010 01:06 pm, John Baldwin wrote:
> On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote:
> > On Thu, 14 Oct 2010, John Nielsen wrote:
> >
> > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning
> > and this JN> >> commit seems to break buildkernel
Author: yongari
Date: Thu Oct 14 18:31:40 2010
New Revision: 213844
URL: http://svn.freebsd.org/changeset/base/213844
Log:
Make sure to not use stale ip/tcp header pointers. The ip/tcp
header parser uses m_pullup(9) to get access to mbuf chain.
m_pullup(9) can allocate new mbuf chain and fre
Author: jh
Date: Thu Oct 14 18:02:31 2010
New Revision: 213843
URL: http://svn.freebsd.org/changeset/base/213843
Log:
MFC r200036 by scottl:
Fix several cases where the periph lock was held over malloc.
PR: kern/130735
Modified:
stable/7/sys/cam/scsi/scsi_cd.c
Directory Pr
Author: yongari
Date: Thu Oct 14 17:57:52 2010
New Revision: 213842
URL: http://svn.freebsd.org/changeset/base/213842
Log:
Backout r204230. TX mbuf parser for VLAN is still required to
enable TX checksum offloading if VLAN hardware tagging is disabled.
Modified:
head/sys/dev/alc/if_alc.c
M
Author: yongari
Date: Thu Oct 14 17:22:38 2010
New Revision: 213841
URL: http://svn.freebsd.org/changeset/base/213841
Log:
It seems some multi-port dc(4) controllers shares SROM of the first
port such that reading station address from second port always
returned 0xFF:0xFF:0xFF:0xFF:0xFF:0xFF
On Thursday, October 14, 2010 12:41:45 pm Dmitry Morozovsky wrote:
> On Thu, 14 Oct 2010, John Nielsen wrote:
>
> JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this
> JN> >> commit seems to break buildkernel:
> JN> >>
> JN> >> cc -O2 -pipe -nostdinc -I/usr/include -I.
> JN
Author: mdf
Date: Thu Oct 14 16:44:44 2010
New Revision: 213840
URL: http://svn.freebsd.org/changeset/base/213840
Log:
Support firmware download.
Modified:
head/sys/dev/mps/mps_user.c
Modified: head/sys/dev/mps/mps_user.c
==
Author: mdf
Date: Thu Oct 14 16:44:05 2010
New Revision: 213839
URL: http://svn.freebsd.org/changeset/base/213839
Log:
Re-work the internals of adding items to the driver's scatter-gather
list. Use the new internals to simplify adding transaction context
elements, and in future diffs, more
On Thu, 14 Oct 2010, John Nielsen wrote:
JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this
JN> >> commit seems to break buildkernel:
JN> >>
JN> >> cc -O2 -pipe -nostdinc -I/usr/include -I.
JN> >> -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers
JN> >> -Werro
On Oct 14, 2010, at 12:17 PM, Jung-uk Kim wrote:
> On Thursday 14 October 2010 11:18 am, John Nielsen wrote:
>> I'm migrating a box from 8-STABLE to -CURRENT this morning and this
>> commit seems to break buildkernel:
>>
>> cc -O2 -pipe -nostdinc -I/usr/include -I.
>> -I/usr/src/sys/dev/aic7xxx/a
On Thursday 14 October 2010 11:18 am, John Nielsen wrote:
> I'm migrating a box from 8-STABLE to -CURRENT this morning and this
> commit seems to break buildkernel:
>
> cc -O2 -pipe -nostdinc -I/usr/include -I.
> -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers
> -Werror -Wall -Wno-fo
I'm migrating a box from 8-STABLE to -CURRENT this morning and this commit
seems to break buildkernel:
cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm
-std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr
Author: bz
Date: Thu Oct 14 15:15:22 2010
New Revision: 213837
URL: http://svn.freebsd.org/changeset/base/213837
Log:
Remove dead code:
assignment to a local variable not used anywhere after that.
MFC after:3 days
Modified:
head/sys/netipsec/ipsec_output.c
Modified: head/sys/netip
On Tue, Oct 12, 2010 at 12:36:56AM +, David Xu wrote:
> Author: davidxu
> Date: Tue Oct 12 00:36:56 2010
> New Revision: 213714
> URL: http://svn.freebsd.org/changeset/base/213714
>
> Log:
> Add a flag TDF_TIDHASH to prevent a thread from being
> added to or removed from thread hash table
Author: bz
Date: Thu Oct 14 14:49:49 2010
New Revision: 213836
URL: http://svn.freebsd.org/changeset/base/213836
Log:
Style: make the asterisk go with the variable name, not the type.
MFC after:3 days
Modified:
head/sys/netipsec/ipsec_output.c
Modified: head/sys/netipsec/ipsec_outpu
Author: jh
Date: Thu Oct 14 14:48:11 2010
New Revision: 213835
URL: http://svn.freebsd.org/changeset/base/213835
Log:
Add FreeBSD 8.2.
Reviewed by: ru
MFC after:3 days
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==
On Wednesday, October 13, 2010 6:59:04 pm Matthew D Fleming wrote:
> Author: mdf
> Date: Wed Oct 13 22:59:04 2010
> New Revision: 213813
> URL: http://svn.freebsd.org/changeset/base/213813
>
> Log:
> Use a safer mechanism for determining if a task is currently running,
> that does not rely on
Author: nwhitehorn
Date: Thu Oct 14 13:56:26 2010
New Revision: 213833
URL: http://svn.freebsd.org/changeset/base/213833
Log:
MFC r213406:
Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue
where long PLT calls in multi-threaded environments could end up with
incorr
Author: bz
Date: Thu Oct 14 12:32:49 2010
New Revision: 213832
URL: http://svn.freebsd.org/changeset/base/213832
Log:
Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not
interested in the result and would leak a reference otherwise.
PR: kern/151435
Submitted
Author: glebius
Date: Thu Oct 14 11:20:23 2010
New Revision: 213831
URL: http://svn.freebsd.org/changeset/base/213831
Log:
Enable the shared memory reference clock driver. The GPS devices are
getting more and more popular, as source of precise time, and the gpsd
daemon from ports is using th
Author: kib
Date: Thu Oct 14 09:29:59 2010
New Revision: 213830
URL: http://svn.freebsd.org/changeset/base/213830
Log:
MFC r213508:
Explicitely call cache_purge(fvp) when msdosfs_rename() succeeded, to flush
aliases created due to msdosfs being case-insensitive.
MFC r213543:
Add a com
Den 13/10/2010 kl. 05.55 skrev Bruce Evans:
> I also don't like distributions that stamp every file with their release
> build time (or maybe a little later, with a single release time). How would
> do you prevent clobbering metadata outside of archives? What I do is install
> with -C -p (and a
Author: davidxu
Date: Thu Oct 14 08:01:33 2010
New Revision: 213829
URL: http://svn.freebsd.org/changeset/base/213829
Log:
In kern_sigtimedwait(), move initialization code out of process lock,
instead of using SIGISMEMBER to test every interesting signal, just
unmask the signal set and let c
76 matches
Mail list logo