[bug #25054] Kernel panic with eth-multiplexer

2008-12-09 Thread anonymous
URL: Summary: Kernel panic with eth-multiplexer Project: The GNU Hurd Submitted by: None Submitted on: Tue 09 Dec 2008 10:31:05 PM UTC Category: GNU Mach Severity: 3 -

Re: About SOCK_CLOEXEC, SOCK_NONBLOCK flags, accept4, etc.

2008-12-09 Thread Thomas Schwinge
Hello! > +int > +accept4 (fd, addrarg, addr_len, flags) > + int fd; > + __SOCKADDR_ARG addrarg; > + socklen_t *addr_len; > + int flags; > +{ >error_t err; >socket_t new; >addr_port_t aport; > @@ -43,6 +61,10 @@ accept (fd, addrarg, addr_len) >mach_msg_type_number_t

Re: Niches for the Hurd: evaluation method; was: DRM musings, capabilities and stuff

2008-12-09 Thread Arne Babenhauserheide
Am Dienstag 09 Dezember 2008 12:54:42 schrieb Michal Suchanek: > The driver itself does not restrict the use of the system, it only > identifies what system you are running (among other things). > > It probably would not be part of a GNU system but I do not see how > adding it would violate any lic