No description
Find a file
Tomas Hruby 8171eb0b3d LWIP - dhcpd --lwip
A sort of quick hack for dhcpd to work as a client with lwip server.

- The functionality is not changed unless --lwip switch is supplied.
  dhcpd does not use broadcast udp sockets but some sort of raw
  sockets and changes their behavior during their life by ioctls.

- I thought there is no need to polute lwip just to make dhcp client
  work. Instead I decided to twist the client a little bit.

- It is so far the only big collision I found between inet and lwip.
2011-04-07 07:44:17 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands LWIP - dhcpd --lwip 2011-04-07 07:44:17 +00:00
common LWIP - udp_io_hdr.h 2011-04-07 07:43:03 +00:00
docs Update docs/UPDATING 2011-02-26 23:01:27 +00:00
drivers drivers/sb16: delete altogether; the latest copy is in drivers/audio/sb16 2011-03-25 10:48:16 +00:00
etc Add support for the 82567LM flavor of e1000 2011-03-15 10:04:35 +00:00
include Move elf headers in common/include and libexec.h in lib/libexec. 2011-03-18 15:13:05 +00:00
kernel Add cttybaud boot monitor variable to control speed of serial console (combine with ctty 0) 2011-03-16 12:25:10 +00:00
lib LWIP - liblwip 2011-04-07 07:43:36 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include [NBSD libc] Various fixes. 2011-04-06 15:59:10 +00:00
servers LWIP - the lwip server 2011-04-07 07:44:11 +00:00
share mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
test - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
tools release.sh: explicitly use the pkgin pkg_install pkg_add 2011-03-10 12:54:58 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile add clean clang libraries target 2011-02-21 16:07:22 +00:00