Searched hist:16 (Results 1 - 25 of 19241) sorted by relevance

1234567891011>>

/freebsd-11-stable/etc/autofs/
H A Dinclude_nisdiff 332588 Mon Apr 16 16:02:51 MDT 2018 trasz MFC r326252:

Add /etc/autofs/include_nis, a non-rewriting NIS map.
diff 332588 Mon Apr 16 16:02:51 MDT 2018 trasz MFC r326252:

Add /etc/autofs/include_nis, a non-rewriting NIS map.
diff 332587 Mon Apr 16 16:09:59 MDT 2018 trasz MFC r326251:

Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.
diff 332587 Mon Apr 16 16:09:59 MDT 2018 trasz MFC r326251:

Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.
332585 Mon Apr 16 16:10:12 MDT 2018 trasz MFC r325392:

Add NIS automounter map, which supports rewriting of self-hosted locations
to make them nullfs.

PR: 221010
332585 Mon Apr 16 16:10:12 MDT 2018 trasz MFC r325392:

Add NIS automounter map, which supports rewriting of self-hosted locations
to make them nullfs.

PR: 221010
H A Dinclude_nis_nullfs332587 Mon Apr 16 16:09:59 MDT 2018 trasz MFC r326251:

Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.
332587 Mon Apr 16 16:09:59 MDT 2018 trasz MFC r326251:

Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.
/freebsd-11-stable/contrib/bmake/mk/
H A Dfiles.mk319884 Tue Jun 13 00:29:16 MDT 2017 sjg Update bmake to 20170510

Approved by: re@
H A Dsys.debug.mk319884 Tue Jun 13 00:29:16 MDT 2017 sjg Update bmake to 20170510

Approved by: re@
H A Dsys.vars.mkdiff 331246 Tue Mar 20 16:04:23 MDT 2018 sjg MFC bmake-20180222

PR: 226678
Submitted by: sjg
319884 Tue Jun 13 00:29:16 MDT 2017 sjg Update bmake to 20170510

Approved by: re@
H A Dldorder.mk331246 Tue Mar 20 16:04:23 MDT 2018 sjg MFC bmake-20180222

PR: 226678
Submitted by: sjg
/freebsd-11-stable/sys/contrib/dev/iwm/
H A Diwm-7265D-17.fw.uu330242 Thu Mar 01 16:03:45 MST 2018 eadler MFC r314077:

Add 7265D firmware.
/freebsd-11-stable/sys/modules/dtb/nvidia/
H A DMakefilediff 308353 Sat Nov 05 16:14:46 MDT 2016 gonzo MFC r306460:

Add dtb module for Jetson-TK1 board
306460 Thu Sep 29 16:11:58 MDT 2016 gonzo Add dtb module for Jetson-TK1 board
/freebsd-11-stable/sys/sys/
H A Dtimetc.hdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
diff 118987 Sat Aug 16 06:23:53 MDT 2003 phk Give timecounters a numeric quality field.

A timecounter will be selected when registered if its quality is
not negative and no less than the current timecounters.

Add a sysctl to report all available timecounters and their qualities.

Give the dummy timecounter a solid negative quality of minus a million.

Give the i8254 zero and the ACPI 1000.

The TSC gets 800, unless APM or SMP forces it negative.

Other timecounters default to zero quality and thereby retain current
selection behaviour.
diff 95661 Sun Apr 28 16:24:21 MDT 2002 phk Stylistic sweep through the timecounter code.
Renovate comments.
diff 36199 Tue May 19 16:55:02 MDT 1998 phk Change a data type internal to the timecounters, and remove the "delta"
function.

Reviewed, but not entirely approved by: bde
diff 26897 Tue Jun 24 16:21:09 MDT 1997 jhay Add tickadj to struct clockinfo, like NetBSD and OpenBSD.
NOTE: libc, time, kgmon and rpc.rstatd will have to be recompiled.
diff 18397 Thu Sep 19 16:21:32 MDT 1996 nate In sys/time.h, struct timespec is defined as:

/*
* Structure defined by POSIX.4 to be like a timeval.
*/
struct timespec {
time_t ts_sec; /* seconds */
long ts_nsec; /* and nanoseconds */
};

The correct names of the fields are tv_sec and tv_nsec.

Reminded by: James Drobina <jdrobina@infinet.com>
/freebsd-11-stable/lib/libc/arm/sys/
H A D__vdso_gettc.cdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
/freebsd-11-stable/lib/libc/aarch64/sys/
H A D__vdso_gettc.cdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
/freebsd-11-stable/sys/arm64/include/
H A Dmd_var.hdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
H A Dvdso.hdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
/freebsd-11-stable/sys/arm/include/
H A Dvdso.hdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
237433 Fri Jun 22 05:16:13 MDT 2012 kib Implement mechanism to export some kernel timekeeping data to
usermode, using shared page. The structures and functions have vdso
prefix, to indicate the intended location of the code in some future.

The versioned per-algorithm data is exported in the format of struct
vdso_timehands, which mostly repeats the content of in-kernel struct
timehands. Usermode reading of the structure can be lockless.
Compatibility export for 32bit processes on 64bit host is also
provided. Kernel also provides usermode with indication about
currently used timecounter, so that libc can fall back to syscall if
configured timecounter is unknown to usermode code.

The shared data updates are initiated both from the tc_windup(), where
a fast task is queued to do the update, and from sysctl handlers which
change timecounter. A manual override switch
kern.timecounter.fast_gettime allows to turn off the mechanism.

Only x86 architectures export the real algorithm data, and there, only
for tsc timecounter. HPET counters page could be exported as well, but
I prefer to not further glue the kernel and libc ABI there until
proper vdso-based solution is developed.

Minimal stubs neccessary for non-x86 architectures to still compile
are provided.

Discussed with: bde
Reviewed by: jhb
Tested by: flo
MFC after: 1 month
/freebsd-11-stable/lib/libc/sys/
H A Dtrivial-vdso_tc.cdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
H A D__vdso_gettimeofday.cdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.hdiff 305866 Fri Sep 16 04:11:05 MDT 2016 kib MFC r304285:
Implement userspace gettimeofday(2) with HPET timecounter.
diff 224919 Tue Aug 16 20:04:36 MDT 2011 mav Always check current HPET counter value after comparator programming to
avoid lost timer interrupts. Previous optimization attempt doing it only
for intervals less then 5000 ticks (~300us) reported to be unreliable by
some people. Probably because of some heavy SMI code on their boards.
Introduce additional safety interval of 128 counter ticks (~9us) between
programmed comparator and counter values to cover different cases of
delayed write found on some chipsets.

Approved by: re (kib)
175385 Wed Jan 16 16:47:07 MST 2008 jhb Add a header containing constants for the various HPET registers and their
fields and update the code to match. The PR served more as an inspiration
than providing the actual diffs.

MFC after: 1 week
PR: kern/112544
175385 Wed Jan 16 16:47:07 MST 2008 jhb Add a header containing constants for the various HPET registers and their
fields and update the code to match. The PR served more as an inspiration
than providing the actual diffs.

MFC after: 1 week
PR: kern/112544
/freebsd-11-stable/contrib/bmake/
H A DVERSION331246 Tue Mar 20 16:04:23 MDT 2018 sjg MFC bmake-20180222

PR: 226678
Submitted by: sjg
/freebsd-11-stable/share/monetdef/
H A Dit_CH.ISO8859-15.src325928 Fri Nov 17 09:16:01 MST 2017 bapt MFC r325361:

Update to CLDR 32 and Unicode 10

Relnotes: yes
/freebsd-11-stable/share/numericdef/
H A Dit_CH.ISO8859-15.src325928 Fri Nov 17 09:16:01 MST 2017 bapt MFC r325361:

Update to CLDR 32 and Unicode 10

Relnotes: yes
/freebsd-11-stable/contrib/file/magic/Magdir/
H A Ddif362844 Wed Jul 01 16:52:47 MDT 2020 delphij MFC r362258, r362279: file 5.39

Relnotes: yes
H A Dweb362844 Wed Jul 01 16:52:47 MDT 2020 delphij MFC r362258, r362279: file 5.39

Relnotes: yes
H A Dunisig362844 Wed Jul 01 16:52:47 MDT 2020 delphij MFC r362258, r362279: file 5.39

Relnotes: yes
H A Dusd362844 Wed Jul 01 16:52:47 MDT 2020 delphij MFC r362258, r362279: file 5.39

Relnotes: yes
/freebsd-11-stable/contrib/file/
H A Dlibmagic.pc.in362844 Wed Jul 01 16:52:47 MDT 2020 delphij MFC r362258, r362279: file 5.39

Relnotes: yes

Completed in 377 milliseconds

1234567891011>>