Age | Commit message (Expand) | Author |
2002-02-25 | don't generate errors on ramdisk) for devices that have | Todd T. Fries |
2002-02-25 | use c versions | Michael Shalayeff |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff |
2002-02-25 | more u_* fixes | Markus Friedl |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist |
2002-02-25 | typo; yozo@v007.vaio.ne.jp | Theo de Raadt |
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos |
2002-02-25 | random typo fix; ok deraadt@ | Todd T. Fries |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-25 | use mktemp, don't bother with creating a directory when only one tmp file is | Peter Valchev |
2002-02-25 | be silent on kernels which lack nfs; d.doroshenko@omnitel.net | Theo de Raadt |
2002-02-25 | skip sockaddr correctly if sa_len < sockaddr. from niklas | Jun-ichiro itojun Hagino |
2002-02-25 | do not age address on loopback interface. sync w/kame | Jun-ichiro itojun Hagino |
2002-02-25 | correct char major of rd[0-9]* | Todd T. Fries |
2002-02-25 | a reasonable start at ramdisk) for sun3 | Todd T. Fries |
2002-02-25 | - fix a 'rndrandom' vs 'random' output problem | Todd T. Fries |
2002-02-25 | Change timeouts from microtime() to time.tv_sec like in pf.c, | Daniel Hartmeier |
2002-02-25 | Catch up to reality. | Artur Grabowski |
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos |
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt |
2002-02-25 | fix buffer overflow in scanf; found by pjanzen | Peter Valchev |
2002-02-25 | handle EOF gracefully; ok pjanzen | Peter Valchev |
2002-02-25 | getchar returns an int | Theo de Raadt |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-24 | Copy boot to correct root. | Hugh Graham |
2002-02-24 | Add boot to ramdisk since it's no longer in base of base. | Hugh Graham |
2002-02-24 | sync | Theo de Raadt |
2002-02-24 | We have search.h in /usr/include so we don't need this private one. | Todd C. Miller |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-02-24 | tree.3 and links | Niels Provos |
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-24 | Proper screenblank semantics | Jason Wright |
2002-02-24 | typo in comment | Markus Friedl |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves |
2002-02-24 | getchar fixes; ok pjanzen | Peter Valchev |
2002-02-24 | getc, getchar, etc return an int, not a char | Peter Valchev |
2002-02-24 | Fix TAILQ_NEXT() example. First param is listelm, not head. | Kenneth R Westerback |
2002-02-24 | sys/types.h is needed as well. | Federico G. Schwindt |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt |
2002-02-24 | wrong error message | Theo de Raadt |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev |
2002-02-24 | license repair, angelos ok | Theo de Raadt |
2002-02-24 | Vax O1 workaround no longer needed. | Hugh Graham |
2002-02-23 | Vax O1 workaround no longer needed. | Hugh Graham |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-23 | SRC prefix is not required for some operations. | Angelos D. Keromytis |