index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_nmea.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the signal status "percent" sensor, which is currently
sthen
2010-05-27
1
-6
/
+9
*
Remove unnecessary pointer dereference causing gcc2 to warn.
miod
2010-04-23
1
-2
/
+2
*
Provide nmea(4) position information using the new angle sensor type.
sthen
2010-04-21
1
-51
/
+62
*
Some of the line disciplines want to check for suser. Better to pass them
tedu
2010-04-12
1
-8
/
+7
*
Add some extra protection against non-monotonic timestamps. ok stevesk
ckuethe
2009-06-02
1
-4
/
+8
*
don't zero sensor .value and .flags immediately after the allocation w/ M_ZERO; ok deraadt
cnst
2009-04-26
1
-3
/
+1
*
don't need #include <sys/queue.h>; ok mbalmer@
stevesk
2008-12-25
1
-2
/
+1
*
spelling in comments; ok mbalmer@
stevesk
2008-12-25
1
-2
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-11
/
+4
*
deactivate the code to display location in the sensor description
mbalmer
2008-07-22
1
-8
/
+13
*
Shorten the sensor description and reserve room for optional characters
mbalmer
2008-07-07
1
-9
/
+14
*
Add the position to the sensor description.
mbalmer
2008-07-06
1
-1
/
+58
*
Don't use the reference count to create the sensor name; we can end up
mbalmer
2008-06-11
1
-3
/
+6
*
Make nmea(4) behave like the other timedelta sensors and provide a
mbalmer
2008-05-05
1
-5
/
+15
*
spelling in comment; ok mbalmer@ jmc@
stevesk
2008-01-28
1
-2
/
+2
*
Only checksum the NMEA sentence if it as GPRMC message.
mbalmer
2007-11-27
1
-5
/
+6
*
Degrade the timedelta if the GPS reports a warning condition for more than
mbalmer
2007-11-26
1
-21
/
+66
*
Use M_ZERO in a few more places to shave bytes from the kernel.
art
2007-09-07
1
-3
/
+2
*
split userland & kernel struct sensor/sensordev so that the addition
deraadt
2007-03-22
1
-3
/
+3
*
swiss spelling
deraadt
2007-03-20
1
-2
/
+2
*
Change the way the nmea(4) line discipline takes the timestamp for
mbalmer
2007-03-19
1
-104
/
+78
*
If tty-timestamping is requested, but no PPS signal is present, output a
mbalmer
2007-03-05
1
-10
/
+40
*
return is not a function.
mbalmer
2007-01-02
1
-11
/
+11
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-14
/
+8
*
in nmeaopen(), only add the sensors to the system if there was no error.
mbalmer
2006-12-23
1
-3
/
+6
*
Correct order of malloc(9) arguments.
mbalmer
2006-12-15
1
-2
/
+2
*
Update the sensor description based on the GPS operation mode. Initial
mbalmer
2006-11-29
1
-26
/
+33
*
Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiver
mbalmer
2006-11-28
1
-17
/
+42
*
typos; from bret lambert
jmc
2006-11-18
1
-3
/
+3
*
If tty timestamping is enabled, copy the tty timestamp early to preserve
mbalmer
2006-06-21
1
-8
/
+22
*
pruning; ok mbalmer
deraadt
2006-06-20
1
-19
/
+7
*
Remove the no longer needed date/time calculations.
mbalmer
2006-06-19
1
-133
/
+38
*
Next round of clean-up: Remove the ugly state machine and replace it with
mbalmer
2006-06-13
1
-184
/
+106
*
Add functions to decode date and time strings that make sure no invalid
mbalmer
2006-06-10
1
-68
/
+219
*
various cleanups; ok mbalmer
deraadt
2006-06-05
1
-29
/
+34
*
- ntpd no longer needs the NTP identifier as part of a timedelta sensor
mbalmer
2006-06-04
1
-7
/
+7
*
Avoid buffer overflow in case of oversized input.
ckuethe
2006-06-01
1
-3
/
+5
*
mbalmer says the swiss have learned how to swim.
ckuethe
2006-06-01
1
-37
/
+40
*
Add basic NMEA0183 support as a tty line discipline. The line discipline
mbalmer
2006-06-01
1
-0
/
+405