haiku/src
Axel Dörfler c0d50aaedb Fixed several problems:
* sockaddr_storage::ss_len is max 255, but the structure itself is shorter; we must
  not copy ss_len bytes without checking the length first (duplicate & clone were affected).
* count_iovecs() & get_iovecs() both did not work with empty buffers that don't
  have any nodes at all (unlikely case, but should be supported).
* the net_buffer::offset union field was not copied in clone & duplicate.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19555 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-12-18 19:13:59 +00:00
..
add-ons Fixed several problems: 2006-12-18 19:13:59 +00:00
apps "Options" -> "Preferences" 2006-12-17 21:55:03 +00:00
bin added iasl bin tool from acpica-20061109 2006-12-17 19:53:01 +00:00
build FreeBSD build platform support. Original patches courtesy of 2006-11-29 18:08:00 +00:00
data * added icon to pdf mime type 2006-12-16 19:45:18 +00:00
documentation Initial checkin. Definitely a work in progress. Content comes first and then formatting later. :^) 2006-11-21 00:24:51 +00:00
kits * implemented "false bold" for text rendering. It is a new property 2006-12-18 05:22:13 +00:00
libs Change the vfork() declaration to match the prototype, and thus fix the build. 2006-12-15 08:42:34 +00:00
preferences Account list has the focus on startup 2006-12-16 04:51:24 +00:00
servers * implemented "false bold" for text rendering. It is a new property 2006-12-18 05:22:13 +00:00
system Made set[e]gid() and set[e]uid() succeed in case they don't have anything to do. 2006-12-18 18:00:21 +00:00
tests Removed the dependency in the registrar on an input_server header file which I 2006-12-14 07:07:30 +00:00
tools FreeBSD build platform support. Original patches courtesy of 2006-11-29 18:08:00 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00