summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/pps.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC:Poul-Henning Kamp1999-03-221-52/+23
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+3
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Major ppbus updates from the author.Mike Smith1998-08-031-1/+2
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-121-6/+15
* Fixed an ioctl which grew overnight.Bruce Evans1998-06-081-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-071-49/+60
* Delete apparently unused DEVFS control device creation code - codeEivind Eklund1998-02-161-4/+1
* A bunch of nits from bde.Poul-Henning Kamp1998-02-151-68/+60
* Man, twice in as many days. Gotta learn to check that uname.Poul-Henning Kamp1998-02-131-10/+10
* Add a skelleton pulse-per-second timing driver. This will become morePoul-Henning Kamp1998-02-131-0/+222