| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -1/+1 |
| * | Create a new macro for static DPCPU data. | Andrew Turner | 2018-07-05 | 1 | -2/+2 |
| * | tc: bcopy -> memcpy | Mateusz Guzik | 2018-05-04 | 1 | -1/+1 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -1/+0 |
| * | Use atomic_load(9) to read ppsinfo sequence numbers. | Konstantin Belousov | 2017-12-19 | 1 | -4/+4 |
| * | SPDX: use the Beerware identifier. | Pedro F. Giffuni | 2017-11-30 | 1 | -0/+2 |
| * | The th_bintime, th_microtime and th_nanotime members of the timehand | Konstantin Belousov | 2017-10-11 | 1 | -3/+1 |
| * | Add missing pieces of r315280 | Eric van Gyzen | 2017-03-14 | 1 | -0/+10 |
| * | When the RTC is adjusted, reevaluate absolute sleep times based on the RTC | Eric van Gyzen | 2017-03-14 | 1 | -0/+18 |
| * | Add labels to sysctls related to clocks. | Ed Schouten | 2016-12-14 | 1 | -2/+2 |
| * | Implement userspace gettimeofday(2) with HPET timecounter. | Konstantin Belousov | 2016-08-17 | 1 | -5/+14 |
| * | Cache getbintime(9) answer in timehands, similarly to getnanotime(9) | Konstantin Belousov | 2016-07-30 | 1 | -10/+8 |
| * | Prevent parallel tc_windup() calls, both parallel top-level calls from | Konstantin Belousov | 2016-07-27 | 1 | -33/+64 |
| * | Style. | Konstantin Belousov | 2016-07-27 | 1 | -2/+2 |
| * | Reduce number of timehands to just two. This is useful because | Konstantin Belousov | 2016-07-27 | 1 | -18/+8 |
| * | Hide the boottime and bootimebin globals, provide the getboottime(9) | Konstantin Belousov | 2016-07-27 | 1 | -19/+40 |
| * | sys/kern: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
| * | Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mute | Enji Cooper | 2015-11-02 | 1 | -1/+8 |
| * | Use per-cpu values for base and last in tc_cpu_ticks(). The values | Konstantin Belousov | 2015-09-25 | 1 | -7/+14 |
| * | If a specific timecounter has been chosen via sysctl, and a new timecounter | Ian Lepore | 2015-08-12 | 1 | -5/+13 |
| * | Only process the PPS event types currently enabled in pps_params.mode. | Ian Lepore | 2015-08-07 | 1 | -0/+3 |
| * | RFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOCK, on a timeout. | Ian Lepore | 2015-08-07 | 1 | -2/+6 |
| * | Reimplement the ordering requirements for the timehands updates, and | Konstantin Belousov | 2015-07-08 | 1 | -70/+68 |
| * | Tweaks for r284178: | Konstantin Belousov | 2015-06-11 | 1 | -3/+2 |
| * | When updating/accessing the timehands, barriers are needed to ensure | Konstantin Belousov | 2015-06-09 | 1 | -41/+69 |
| * | Implement a mechanism for making changes in the kernel<->driver PPS | Ian Lepore | 2015-05-04 | 1 | -4/+35 |
| * | Use sbuf_printf() for sysctl strings instead of stack buffers and snprintf(). | Ian Lepore | 2015-03-14 | 1 | -8/+9 |
| * | Add mutex support to the pps_ioctl() API in the kernel. | Hans Petter Selasky | 2015-03-07 | 1 | -3/+4 |
| * | Update the vdso timehands only via tc_windup(). | Neel Natu | 2015-01-20 | 1 | -4/+11 |
| * | On some Intel CPUs with a P-state but not C-state invariant TSC the TSC | John Baldwin | 2015-01-05 | 1 | -4/+4 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+4 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -4/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+4 |
| * | - Make callout(9) tickless, relying on eventtimers(4) as backend for | Davide Italiano | 2013-03-04 | 1 | -0/+59 |
| * | Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all three | Ian Lepore | 2013-02-15 | 1 | -8/+49 |
| * | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | John Baldwin | 2013-01-28 | 1 | -2/+2 |
| * | Add support for walltimestamp in DTrace. | George V. Neville-Neil | 2012-07-16 | 1 | -0/+20 |
| * | Stop updating the struct vdso_timehands from even handler executed in | Konstantin Belousov | 2012-06-23 | 1 | -41/+21 |
| * | Implement mechanism to export some kernel timekeeping data to | Konstantin Belousov | 2012-06-22 | 1 | -0/+84 |
| * | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | Juli Mallett | 2012-03-03 | 1 | -0/+2 |
| * | Add a missing break. This bug was introduced in r228856. | Kevin Lo | 2012-02-10 | 1 | -0/+1 |
| * | Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. The | Lawrence Stewart | 2011-12-24 | 1 | -4/+140 |
| * | Do away with the somewhat clunky sysclock_ops structure and associated code, | Lawrence Stewart | 2011-11-29 | 1 | -90/+12 |
| * | Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public so | Lawrence Stewart | 2011-11-29 | 1 | -12/+12 |
| * | Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from the | Lawrence Stewart | 2011-11-29 | 1 | -5/+5 |
| * | - Add Pulse-Per-Second timestamping using raw ffcounter and corresponding | Lawrence Stewart | 2011-11-21 | 1 | -0/+65 |
| * | - Provide a sysctl interface to change the active system clock at runtime. | Lawrence Stewart | 2011-11-20 | 1 | -2/+318 |
| * | Core structure and functions to support a feed-forward clock within the kernel. | Lawrence Stewart | 2011-11-19 | 1 | -0/+442 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | If TSC stops ticking in C3, disable deep sleep when the user forcefully | Jung-uk Kim | 2011-07-14 | 1 | -0/+6 |