- 27 May, 2013 2 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
-
- 24 May, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
Sending notifications over msgq. No receiving end yet.
-
JINMEI Tatuya authored
this should fix test failures reported by buildbots. confirmed, committing at my discretion.
-
JINMEI Tatuya authored
-
- 23 May, 2013 14 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
there seems to be a portability issue without it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
This disables the test to receive data over a closed socket on BSD systems. The 8.1-RELEASE version of FreeBSD has a bug which causes select() not to return EBADF error code when invalid socket descriptor is provided. The bug number is kern/155606.
-
Paul Selkirk authored
-
Marcin Siodelski authored
The socket function returns socket descriptor on success and value of -1 on error. This implies that 0 is a valid socket descriptor and the unit test which verifies it should treat 0 as success. Previous version of IfaceMgr unit test expected positive result.
-
Marcin Siodelski authored
Conflicts: src/lib/dhcp/Makefile.am
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
So it is the same as in the ipc-high.txt.
-
- 22 May, 2013 21 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's described in the context of findZone() method.
-
JINMEI Tatuya authored
added a note on the numbering. and made one piggyback cleanup: define public static const explicitly.
-
Marcin Siodelski authored
The ETHERTYPE_IP is defined in different header files on different OSes. Since it is just a single constant that is needed, it is not practical to locate the proper header file in configure.ac to pull single constant.
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Clarify few points in the method's doxygen comment.
-
Michal 'vorner' Vaner authored
The group prefix is now lower-case.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Paul Selkirk authored
-