Age | Commit message (Expand) | Author |
2001-02-04 | setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" <ebelin@s... | Jason Wright |
2001-02-04 | find ramdisk.conf in the right place | Theo de Raadt |
2001-02-04 | alpha sync | Theo de Raadt |
2001-02-04 | please the alpha | Theo de Raadt |
2001-02-04 | Add support for pseudo devices. This is done by adding more information | Mats O Jansson |
2001-02-04 | Whoops, don't use strlcpy with utmp; millert@ | Paul Janzen |
2001-02-04 | Copy symlinks in addition to running h2ph so machine/foo.ph works | Todd C. Miller |
2001-02-04 | For unicast packets destined for the bridge machine itself, learn from the | Jason Wright |
2001-02-04 | Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables | Todd C. Miller |
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-04 | make gcc on the alpha even happier | Theo de Raadt |
2001-02-04 | fix LCD | Markus Friedl |
2001-02-04 | make the alpha happy | Theo de Raadt |
2001-02-04 | typo; dpo@club-internet.fr | Markus Friedl |
2001-02-04 | mention scan_ffs; map@infinitum.ch | Theo de Raadt |
2001-02-04 | Fix regression test | Eric Jackson |
2001-02-04 | Long usernames. This really messes up the scoreboard printout, so change | Paul Janzen |
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves |
2001-02-04 | Add examples with numbers, not just units | Paul Janzen |
2001-02-04 | Be a little more careful with scanf() on the score file | Paul Janzen |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller |
2001-02-04 | shrink USB section | Theo de Raadt |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell |
2001-02-04 | avoid infinite loop when -s is specified (select loop mistake). | Jun-ichiro itojun Hagino |
2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young | Paul Janzen |
2001-02-04 | Put KNF in the NAME field so apropos/man -k will find it. | Jason Wright |
2001-02-04 | Tidy, avoid segfaults on unknown users, and deal with long usernames | Paul Janzen |
2001-02-04 | Format for long usernames | Paul Janzen |
2001-02-04 | Use strdup() | Paul Janzen |
2001-02-04 | Tidying: change a constant to a #define, stop logging hostnames with the | Paul Janzen |
2001-02-04 | Minor indent botch. | Aaron Campbell |
2001-02-04 | Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard. | Aaron Campbell |
2001-02-04 | MPPE_MasterKeyValid is only there if HAVE_DES is defined | brian |
2001-02-04 | Don't send an authentication failure response if we fail sending | brian |
2001-02-04 | Make the MPPE MasterKey Invalid messages a bit clearer (it now | brian |
2001-02-04 | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | brian |
2001-02-04 | add more pedantic checks for recvmsg return value. sync with kame | Jun-ichiro itojun Hagino |
2001-02-03 | Do a check for the OpenBSD note before doing any emulation probes. | Artur Grabowski |
2001-02-03 | Remove even more dead code. | Artur Grabowski |
2001-02-03 | oops. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | An OpenBSD tag doesn't hurt. | Artur Grabowski |
2001-02-03 | Add an OS note identifying OpenBSD binaries. | Artur Grabowski |
2001-02-03 | Decruftification. | Artur Grabowski |
2001-02-03 | Use crtbegin and crtend from common_elf. | Artur Grabowski |
2001-02-03 | Create a common_elf directory with crtbegin and crtend that can | Artur Grabowski |
2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init | Dale Rahn |
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff |
2001-02-03 | Long usernames; also some simple strncpy->strlcpy. | Paul Janzen |