Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (38m)  netbsd-10 (17d)  netbsd-9 (17d)  netbsd-8 (22d) 

2024-06-02 18:23:30 UTC Now

2009-12-06 12:47:37 UTC MAIN commitmail json YAML

Fix some bugs.
1. Remove O_NDELAY.  Please block it.  Or read() returns EAGAIN.
2. We want data size.  header already read.
3. Call errx().  errno(2) unspecified at now.

(kiyohara)