Commit History

Author SHA1 Message Date
  Antoni Villalonga i Noceras 98943e25c8 Fix spelling errors 3 years ago
  Erik Moqvist f8e62d2283 Fix DNS 2 is the DHCP client. 4 years ago
  Elliott Hughes 42af2e52e7 Bumper typo cleanup. 5 years ago
  Elliott Hughes 154221aba3 Whitespace: remove tabs from indentation. 5 years ago
  Elliott Hughes 40e162e58d Fix UDP checksum verification error. 5 years ago
  Rob Landley 027a73a903 Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 8 years ago
  Rob Landley 547c916756 dhcp leanup: remove flag_get() and flag_chk() 8 years ago
  Rob Landley 82effc97f9 Switch a lot of strncpy() calls to xstrncpy(). 9 years ago
  Rob Landley 5f53d130b1 strncpy(optptr, hname, strlen(hname)) is really just strcpy(). 9 years ago
  Rob Landley 4a86c8193b Isaac Dunham spotted that dhcp was also reimplementing daemon(). 10 years ago
  Rob Landley d8872c43b4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. 10 years ago
  Ashwini Sharma 95d2ce8478 dhcp client had a segfault, when DHCP message contained 'pad' option. 10 years ago
  Rob Landley 98c322e881 Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. 10 years ago
  Rob Landley 79d8bc7053 Convert dhcp/dhcpd from utoa() to sprintf(). 10 years ago
  Rob Landley 415c960b22 DHCP client and server, from Ashwini Sharma. 11 years ago