index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.c
Commit message (
Expand
)
Author
Age
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
More style updates.
Roy Marples
2009-02-12
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Clean up compiler warnings from overly pedantic checking.
Roy Marples
2009-01-29
*
whitespace
Roy Marples
2009-01-12
*
Typo.
Roy Marples
2008-12-16
*
Style.
Roy Marples
2008-12-16
*
Fix warning of monotonic clock existence.
Roy Marples
2008-11-27
*
Fix some LINT errors.
Roy Marples
2008-11-10
*
get_line now uses a single buffer, strips leading space and skips comments. T...
Roy Marples
2008-11-05
*
Save a few bytes by moving close_fds to bind where it's really used.
Roy Marples
2008-11-05
*
Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...
Roy Marples
2008-09-05
*
As our logger calls emulate syslog, we can use %m. However, this means we hav...
Roy Marples
2008-09-05
*
Add an event loop.
Roy Marples
2008-09-02
*
pidfiles normally have a new line
Roy Marples
2008-08-18
*
Fix compile on Darwin.
Roy Marples
2008-08-02
*
Add support for mach_absolute_time if on Darwin as that platform does not hav...
Roy Marples
2008-08-01
*
Brute force detection of monotonic clock as sysconf is unreliable. Instead re...
Roy Marples
2008-08-01
*
Tweak README about monotonic, and improve warning message.
Roy Marples
2008-08-01
*
clock_monotonic now is 0 or 1 depending on if the clock is monotonic. Also, s...
Roy Marples
2008-07-31
*
Normalise tv_usecs. Also, send the fd ready back to the main loop so we don't...
Roy Marples
2008-07-24
*
get_time -> clock_monotonic to be more descriptive.
Roy Marples
2008-07-24
*
whitespace
Roy Marples
2008-06-19
*
Remove the signal array stack as our pipe handling should be secure enough no...
Roy Marples
2008-06-10
*
Add a function to test if a fd has data to be read.
Roy Marples
2008-06-07
*
realloc -> xrealloc
Roy Marples
2008-05-19
*
Fix a potential segfault.
Roy Marples
2008-05-19
*
Style.
Roy Marples
2008-05-19
*
Create a real arc4linux function so we don't have to visible seed random in d...
Roy Marples
2008-05-19
*
Use arc4random as everything apart from glibc seems to have it.
Roy Marples
2008-05-15
*
Fix compile on Linux.
Roy Marples
2008-05-15
*
Use paths.h when available and ensure that we can disable our glue easily.
Roy Marples
2008-05-15
*
Check correct lengths and use closefrom where available.
Roy Marples
2008-05-15
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
*
Change code style to match the BSDs in the hope the might adpot it instead of...
Roy Marples
2008-03-20
*
Remove hardcoded defines for linux and add a nasty hackaround for glibc.
Roy Marples
2008-02-19
*
We should only have one bit of code to mark sockets close_on_exec.
Roy Marples
2008-02-09
*
Rename getline to get_line so we don't conflict with crappy GNU headers that ...
Roy Marples
2008-02-06
*
Introduce xzalloc, which zeros memory as well as allocates it. This makes us ...
Roy Marples
2008-01-28
*
Quiet some lint warnings.
Roy Marples
2008-01-21
*
Re format for standard tabs.
Roy Marples
2008-01-16
*
uptime should return time_t
Roy Marples
2008-01-16
*
common.h now defines a simple define to create the function in common.c. NetB...
Roy Marples
2008-01-09
*
Belatedly into 2008 :)
Roy Marples
2008-01-08
*
Avoid valgrind errors with getline.
Roy Marples
2008-01-07
*
Stop using static inflexable buffers when cleaning metas and reading files.
Roy Marples
2008-01-07
*
Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...
Roy Marples
2007-11-15
*
timeval defines seconds as long, so we should use long over time_t
Roy Marples
2007-11-07
*
Reword the headers to just say we use the GPLv2.
Roy Marples
2007-11-07
*
Update my e-mail address as I have retired from Gentoo.
Roy Marples
2007-11-06
[next]