Age | Commit message (Expand) | Author |
1999-11-12 | Use SEEK_SET instead of 0 for lseek. | Artur Grabowski |
1999-11-12 | save a view malloc/memcpy/memset/free's, ok niels | Markus Friedl |
1999-11-12 | fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | Markus Friedl |
1999-11-12 | This shouldn't have been committed with the previous commit, revert | Angelos D. Keromytis |
1999-11-12 | Merge dvdio.h and cdio.h, don't use typedefs, get rid of bitfields (no | Angelos D. Keromytis |
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis |
1999-11-12 | sync | Theo de Raadt |
1999-11-11 | clear temp buffer | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-11 | print _all_ bad options found in configfile | Markus Friedl |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl |
1999-11-11 | Allow identd to be used w/o inetd. | Federico G. Schwindt |
1999-11-11 | Add support for sending signals other than SIGHUP and optionally | Todd C. Miller |
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis |
1999-11-11 | Pool will not work with old vm and is only used by uvm. Remove non-uvm code. | Artur Grabowski |
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos |
1999-11-11 | Delay USB device attachment to prevent lost interrupts when probing uaudio. | Hakan Olsson |
1999-11-11 | USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@. | Hakan Olsson |
1999-11-11 | Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes. | Artur Grabowski |
1999-11-11 | session_key_int may be zero | Markus Friedl |
1999-11-11 | General cleanup of pmap. | Artur Grabowski |
1999-11-11 | extern.h is a better name than nonints.h | Marc Espie |
1999-11-11 | Close bug | Marc Espie |
1999-11-11 | Communicate line numbers between parse.c and for.c. | Marc Espie |
1999-11-11 | Lineno as unsigned long. Slightly easier for printf, and more sensible. | Marc Espie |
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 |