Age | Commit message (Expand) | Author |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie |
1999-11-11 | Move all prototypes to nonints.h. Comment no longer reflects reality. | Marc Espie |
1999-11-11 | fix fatal/assert() bug reported by damien@ibs.com.au: | Markus Friedl |
1999-11-11 | Do not default to stacken.kth.se. The user should enter his own cell. | Artur Grabowski |
1999-11-11 | .Xr login_fbtab | Eric Jackson |
1999-11-11 | add man page for login_fbtab() | Eric Jackson |
1999-11-11 | dhclient should fit... | Theo de Raadt |
1999-11-11 | Only allow dhcp as an option if /sbin/dhclient exists; deraadt@ | Todd C. Miller |
1999-11-11 | Note that when no arguments are given, only the newline is printed. | Aaron Campbell |
1999-11-11 | sync | Theo de Raadt |
1999-11-11 | Xr inode(5), and clean up a bit. | Aaron Campbell |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-11-10 | Fix to use enoioctl | Constantine Sapuntzakis |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl |
1999-11-10 | Tweaks; millert@ | Aaron Campbell |
1999-11-10 | calloc.c is back | Todd C. Miller |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller |
1999-11-10 | Fix typo in printf | Chris Cappuccio |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff |
1999-11-10 | Turn on strict-prototypes, add missing prototypes. | Marc Espie |
1999-11-10 | Make ParseSkipLine more regular: | Marc Espie |
1999-11-09 | Fix lengths of scsi cmds | Angelos D. Keromytis |
1999-11-09 | user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millert | Markus Friedl |
1999-11-09 | Add a man page for /dev/zero. | Aaron Campbell |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell |
1999-11-09 | Install a shared libperl and link against it. Put libperl in /usr/lib | Todd C. Miller |
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | Todd C. Miller |
1999-11-09 | remove really lame bug espie created; ca@zardoc.endmail.org | Theo de Raadt |
1999-11-09 | Add SIOCSIFMEDIA and SIOCGIFMEDIA to the switch in ifioctl(). SIOCSIFMEDIA | Todd C. Miller |
1999-11-09 | sync | Niels Provos |
1999-11-09 | neomagic 256av | Niels Provos |
1999-11-09 | Bump minor for addition of strtok_r. | Artur Grabowski |
1999-11-09 | Adapt to changed pmap_enter API (the extra argument is a no-op). | Artur Grabowski |
1999-11-09 | Adapt to pmap_enter changes. | Artur Grabowski |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski |
1999-11-09 | Document strtok_r. | Artur Grabowski |
1999-11-09 | Implement strtok_r. | Artur Grabowski |
1999-11-09 | Add OpenBSD tags. | Dale S. Rahn |
1999-11-09 | Remove old unused config files. | Dale S. Rahn |
1999-11-09 | Additional changes due to the fallout of the p4e -> ppc changes. | Dale S. Rahn |
1999-11-09 | Merge error in previous version caused compilation failure. | Dale S. Rahn |
1999-11-09 | add memset to list of files to build. | Dale S. Rahn |
1999-11-09 | autoconf.h | Dale S. Rahn |
1999-11-09 | in the ifdef POWERPC section, do use ppc, not p4e, for the iohandle | Dale S. Rahn |
1999-11-09 | calloc an array of char *, not pid_t (left over from previous implementation). | Todd C. Miller |
1999-11-09 | Avoid sending a HUP to a process multiple times. Ie: instead of one | Todd C. Miller |
1999-11-09 | sync | Chris Cappuccio |
1999-11-09 | Add Triones/Highpoint HPT343, HPT366 | Chris Cappuccio |
1999-11-09 | autoconf.c: | Dale S. Rahn |
1999-11-09 | Add sf(4) man page; from FreeBSD. | Aaron Campbell |