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
/
compat
Commit message (
Expand
)
Author
Age
...
*
Tell coverity that we don't care about this errors because they
Roy Marples
2016-05-03
*
Not all systems supply sys/cdefs.h and some require limits.h for PATH_MAX.
Roy Marples
2016-05-01
*
Revert prior and just move the RUNDIR check above pidfile_lock.
Roy Marples
2016-04-26
*
Add a hack to ensure RUNDIR exists.
Roy Marples
2016-04-26
*
Ensure we use the correct rundir.
Roy Marples
2016-04-26
*
Remove closefrom as we don't suffer from fd starvation.
Roy Marples
2016-04-22
*
Add sys/file.h so we can get to flock(2).
Roy Marples
2016-04-18
*
Sync latest from NetBSD.
Roy Marples
2016-04-18
*
Sync pidfile.c from NetBSD.
Roy Marples
2016-04-10
*
Fix pidfile_lock compat on Linux.
Roy Marples
2016-04-01
*
Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutil
Roy Marples
2016-04-01
*
Fix dprintf, thanks to OBATA Akio.
Roy Marples
2016-03-16
*
Fix compat/arc4random() to not stir on every evocation.
Roy Marples
2016-02-11
*
Comment out dead assignment.
Roy Marples
2016-02-05
*
Fix compile on Linux
Roy Marples
2016-01-29
*
Remove our internal ffs32 and just use bitops.h
Roy Marples
2016-01-29
*
Use ffs64(3) instead of ffs(3) when calculating to see if we can fit the
Roy Marples
2016-01-29
*
Use a GCC pragma directive to mask off the warning about not careing about th...
Roy Marples
2015-11-13
*
Remove compat for polling, dhcpcd now requires pselect as a minimum fallback.
Roy Marples
2015-05-12
*
Fix dprintf compat.
Roy Marples
2015-03-18
*
syslogd(8) may not always be running before dhcpcd so any startup errors are
Roy Marples
2015-03-17
*
Fix more gcc errors with -Wconversion.
Roy Marples
2015-03-17
*
Fix some more conversion errors on Linux.
Roy Marples
2015-03-15
*
Fix compile on some systems.
Roy Marples
2015-02-18
*
Use strtoi(3) and strtou(3) from NetBSD-8 instead of the harder to use
Roy Marples
2015-01-31
*
Use __restrict rather than restrict.
Roy Marples
2014-12-20
*
TAILQ is now inlcuded via config.h either via sys/queue.h or compat/queue.h.
Roy Marples
2014-11-10
*
Improve FreeBSD support by using the actual AF_LINK address.
Roy Marples
2014-10-10
*
Remove vis based encoding - instead expand the DHCP option encoding to a
Roy Marples
2014-10-01
*
Some strings don't need to be shell escaped - for example when sending to
Roy Marples
2014-09-28
*
We only supply svis(3) so rename the files as such.
Roy Marples
2014-09-27
*
Sanitise the following characters using svis(3) with VIS_CTYLE and VIS_OCTAL:
Roy Marples
2014-09-26
*
Bring back inline in be*enc,dec as it's in a header.
Roy Marples
2014-09-21
*
Remove some inline keywords, let the compiler work it out better.
Roy Marples
2014-09-18
*
Add needed includes for some systems.
Roy Marples
2014-09-07
*
Split arc4random_uniform into it's own compat function and add
Roy Marples
2014-09-07
*
Ensure that a given buffer is at least BUFSIZ.
Roy Marples
2014-07-21
*
be32enc is missing on OpenBSD, so provide a configure test.
Roy Marples
2014-06-05
*
Should use arc4random_uniform when wanting a randon number between
Roy Marples
2014-05-24
*
Source now compiles on Solaris, just missing the if-sun.c support so
Roy Marples
2014-05-21
*
Add more TAILQ #ifdef tests for older queue.h's
Roy Marples
2014-04-25
*
Fix compat/queue.h
Roy Marples
2014-04-23
*
Ship a compat queue.h for older systems without any TAILQ support.
Roy Marples
2014-04-23
*
Add -Wconversion to debug CFLAGS and fix fallout.
Roy Marples
2014-03-27
*
Fix more clang analyzer errors
Roy Marples
2014-02-27
*
If there are no file actions or dangerous attributes then use
Roy Marples
2014-02-21
*
Restore linkaddr compat support for KFreeBSD
Roy Marples
2013-06-19
*
Purge prefix list and routers at start of IPv6 for BSD.
Roy Marples
2013-06-10
*
Style
Roy Marples
2013-06-03
*
Fix compile
Roy Marples
2013-06-03
[prev]
[next]