| Commit message (Expand) | Author | Age |
| * | Replace the mk stubs with a autotools like configure script. | Roy Marples | 2009-07-14 |
| * | Don't forget to remove .gitignore | Roy Marples | 2009-05-10 |
| * | Add a build target to prepare dhcpcd for importing into NetBSD. | Roy Marples | 2009-05-10 |
| * | Add (c) to Copyright | Roy Marples | 2009-05-01 |
| * | Go back to using git | Roy Marples | 2009-04-30 |
| * | Remove .depend before creating it. | Roy Marples | 2009-04-24 |
| * | Finally fix compile on vanilla kernel headers. | Roy Marples | 2009-02-24 |
| * | Remove .svn dirs from snapshots. | Roy Marples | 2009-01-13 |
| * | Default to -O2. | Roy Marples | 2008-11-05 |
| * | Really fix .depend with GNU make and other makes. | Roy Marples | 2008-10-20 |
| * | We need to include a variable, not the gmake shell funtion. | Roy Marples | 2008-10-20 |
| * | Allow .depend to be included if it exists with gmake. | Roy Marples | 2008-10-20 |
| * | svn repo | Roy Marples | 2008-09-25 |
| * | Punt old dirs and work with svn. | Roy Marples | 2008-09-25 |
| * | We don't create these files, so don't clean them. | Roy Marples | 2008-09-09 |
| * | Use -S to test full compiler flags. | Roy Marples | 2008-09-08 |
| * | Tests now work with gcc and pcc. | Roy Marples | 2008-09-06 |
| * | Always test our cc options with a valid input file. | Roy Marples | 2008-09-06 |
| * | 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 |
| * | Darwin uses --rpath instead of -Wl,-rpath= - bummer. | Roy Marples | 2008-07-21 |
| * | Remove the fork() test as compile hosts will normally have it, making it redu... | Roy Marples | 2008-07-20 |
| * | Use proper exit codes. | Roy Marples | 2008-07-17 |
| * | We need to link to the right libc if installing in / on NetBSD. | Roy Marples | 2008-07-05 |
| * | Support the root dynmanic linker on NetBSD, so we work without /usr mounted. | Roy Marples | 2008-07-02 |
| * | make DEBUG=yes enabled ggdb. | Roy Marples | 2008-06-07 |
| * | Allow building of snapshots. | Roy Marples | 2008-06-07 |
| * | Should clean the core files too. | Roy Marples | 2008-05-29 |
| * | Installing to FHS dirs just for Linux is silly, especially as GNU autotools d... | Roy Marples | 2008-05-22 |
| * | Stop defining the same flags twice. | Roy Marples | 2008-05-21 |
| * | Use CPP flags here. | Roy Marples | 2008-05-20 |
| * | Install hooks in the os specific dir. | Roy Marples | 2008-05-20 |
| * | Fix install for gmake. | Roy Marples | 2008-05-20 |
| * | Move socket.c -> lpf.c. Also, default Linux to using /lib/dhcpcd rather than ... | Roy Marples | 2008-05-20 |
| * | Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.dui... | Roy Marples | 2008-05-20 |
| * | Split dhcpcd.sh into smaller hook scripts, so that dhcpcd.sh just provide som... | Roy Marples | 2008-05-20 |
| * | Use CPPFLAGS as FreeBSD make doesn't. | Roy Marples | 2008-05-20 |
| * | We should really be using CPPFLAGS. | Roy Marples | 2008-05-20 |
| * | Change our Makefile vars to be more like NetBSD. | Roy Marples | 2008-05-19 |
| * | Move VERSION from Makefile to config.h so that other Makefiles can be used in... | Roy Marples | 2008-05-19 |
| * | Define our own log text so we can move it off bss. | Roy Marples | 2008-05-14 |
| * | Make the man pages by default. | Roy Marples | 2008-05-12 |
| * | Install the right man page. | Roy Marples | 2008-04-25 |
| * | dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matchi... | Roy Marples | 2008-04-18 |
| * | Remove the .info file and now set environment vars in the same vein as dhclie... | Roy Marples | 2008-04-16 |
| * | Change a few build/install knobs. | Roy Marples | 2008-04-14 |
| * | Move configuration file setup to dhcpcd.sh so that it's possible for the user... | Roy Marples | 2008-04-12 |
| * | Normally I hate massive code drops, but heh. | Roy Marples | 2008-04-11 |
| * | Fix compile on Linux. | Roy Marples | 2008-03-28 |
| * | Install INFODIR in the Makefile to reduce the dhcpcd code size. | Roy Marples | 2008-03-28 |