AccleRAID 352 does not work

2001-10-21 Thread HIROSHI OOTA
-addr.log.logdev = MLY_LOGDEV_ID(sc, bus, target); -- HIROSHI OOTA [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

[CFT] ng_nptv6 (IPv6-to-IPv6 Network Prefix Translation)

2012-07-12 Thread HIROSHI OOTA
and tests results are welcome! -- HIROSHI OOTA ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

jemalloc: out of swap space

2012-05-30 Thread HIROSHI OOTA
76 0 0 0 4069 97 0 2 98 Any ideas? -- HIROSHI OOTA ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

setpgrp(1, 1) does not FAIL

2002-02-26 Thread HIROSHI OOTA
Hello, The following will succeed in non privilege user. I think it should fail. main() { printf(%d\n, setpgrp(1, 1)); } -- HIROSHI OOTA [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: setpgrp(1, 1) does not FAIL

2002-02-27 Thread HIROSHI OOTA
thanks for your quick fixing. but, It should return EPERM instead of ESRCH. Because ESRCH means `The requested process does not exist'. thanks, -- HIROSHI OOTA [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED