Age | Commit message (Expand) | Author |
2002-02-03 | more cross checking if announced vs. used key type; ok stevesk@ | Markus Friedl |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl |
2002-02-03 | remove unused channel_input_channel_request | Markus Friedl |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl |
2002-02-03 | document SLIST_REMOVE; vedge@csoft.org (pr2373) | Jason Wright |
2002-02-03 | restore hpt size computation, does not break things as i thought | Michael Shalayeff |
2002-02-03 | map user space uncached, later to be dealt with. | Michael Shalayeff |
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff |
2002-02-03 | better space map | Michael Shalayeff |
2002-02-03 | flush cache on attention | Michael Shalayeff |
2002-02-03 | fix missing srNs | Michael Shalayeff |
2002-02-02 | update for newer binutils | Michael Shalayeff |
2002-02-02 | missing NULL | Michael Shalayeff |
2002-02-02 | small stupid tyops (mostly from netbsd); some cleanups from me | Michael Shalayeff |
2002-02-02 | fix 'physmem' usage | Michael Shalayeff |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff |
2002-02-02 | fix some protos | Michael Shalayeff |
2002-02-02 | Reorganize sys_fcntl to make future changes easier. | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2002-02-02 | tiny fixens from netbsd | Michael Shalayeff |
2002-02-01 | machdep.led_blink works on sparc64, too | Jason Wright |
2002-02-01 | machdep.led_blink | Jason Wright |
2002-02-01 | minor changes. | Federico G. Schwindt |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright |
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff |
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff |
2002-02-01 | getaddrinfo regress | Todd T. Fries |
2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value | Todd C. Miller |
2002-02-01 | Return a useful errno value in the overflow case. Also, print a | Todd C. Miller |
2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an | Todd C. Miller |
2002-02-01 | After writing a page out to disk, run the page back through the user's | Todd C. Miller |
2002-02-01 | Fix a condition where the hole would be inserted in the wrong place during a | Todd C. Miller |
2002-02-01 | missing \n | Jason Wright |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski |
2002-02-01 | Allocate kqueues with pool. | Artur Grabowski |
2002-02-01 | Document -v | Artur Grabowski |
2002-02-01 | Add a verbose flag. Print unused memory types when verbose. | Artur Grabowski |
2002-02-01 | Don't MALLOC with variable size. | Artur Grabowski |
2002-02-01 | duplicate include | Artur Grabowski |
2002-02-01 | cdstrategy(): check that media is loaded before doing anything with the | Hans Insulander |
2002-02-01 | fix debugging printf | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2002-02-01 | missing period | Jun-ichiro itojun Hagino |
2002-02-01 | make tftpd address family independent. | Jun-ichiro itojun Hagino |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2002-02-01 | make sure pw_dir is big enough for strcpy(pw->pw_dir, "/"). | Jun-ichiro itojun Hagino |