Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Michael Brown 544fa25928 Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously 17 gadus atpakaļ
..
aoeboot.c Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). 17 gadus atpakaļ
buffertest.c buffer.c should be using copy_{to,from}_user, rather than copy_{to,from}_phys. 17 gadus atpakaļ
dhcptest.c Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). 17 gadus atpakaļ
iscsiboot.c Cannot immediately overwrite the peer address when we parse 17 gadus atpakaļ
linebuf_test.c Damn it; my lovely resilient scheme falls down when you have a protocol that switches from line-oriented to byte-oriented partway through, such as HTTP. 17 gadus atpakaļ
memcpy_test.c Had this file lying around for ages; may as well check it in. 17 gadus atpakaļ
umalloc_test.c Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). 17 gadus atpakaļ