Age | Commit message (Expand) | Author |
1999-11-14 | avoid extra fd per sshd, from millert@ | Markus Friedl |
1999-11-14 | warning about getpeername() failing is useless | Theo de Raadt |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard |
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | Marc Espie |
1999-11-14 | typo | Theo de Raadt |
1999-11-14 | Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree. | Todd C. Miller |
1999-11-14 | Fix erroneous free of static storage. | Marc Espie |
1999-11-14 | Fix a core dump caused by a signal race; yval@hackers.co.il | Todd C. Miller |
1999-11-14 | change passphrase loop logic and remove ref to $DISPLAY, ok niels | Markus Friedl |
1999-11-14 | o link with -ocurses for now since window does not work properly with ncurses | Todd C. Miller |
1999-11-14 | USB audio. Commented out. | Hakan Olsson |
1999-11-14 | stathz instead of hz, plus improvements by me; camield@inet.unisource.nl | Theo de Raadt |
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt |
1999-11-14 | protect against copuin faults | Michael Shalayeff |
1999-11-14 | fix pmap_create() so it works for user mappings. | Michael Shalayeff |
1999-11-14 | not kerberos; karls@inet.no | Theo de Raadt |
1999-11-14 | Kill the overly verbose description strings, add another device. | Jason Downs |
1999-11-14 | Regen | Jason Downs |
1999-11-14 | Shrink more; make all puc devices simply "I/O", and add another one. | Jason Downs |
1999-11-14 | this seem proper now | Michael Shalayeff |
1999-11-14 | sync | Theo de Raadt |
1999-11-14 | shrink | Theo de Raadt |
1999-11-13 | regen based on syscalls.master changes | Todd C. Miller |
1999-11-13 | add /etc/group in FILES section | Eric Jackson |
1999-11-13 | Add OSS audio support to BSD/OS emulation. | Todd C. Miller |
1999-11-13 | overflow fixes; netbsd | Theo de Raadt |
1999-11-13 | overflow fixes; chuq | Theo de Raadt |
1999-11-13 | sync | Theo de Raadt |
1999-11-13 | add another modem | Theo de Raadt |
1999-11-13 | remove trailing comma also. oops | Eric Jackson |
1999-11-13 | remove .Xr to a few non-existant man pages | Eric Jackson |
1999-11-13 | Add FIBMAP ioctl. | Angelos D. Keromytis |
1999-11-13 | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba | Angelos D. Keromytis |
1999-11-13 | sync | Theo de Raadt |
1999-11-13 | from chuq@chuq.com: several fixes to copy{in,out,}str() from charles | Theo de Raadt |
1999-11-12 | Break out the allocation of pv entries and 4m pagetables into functions. | Artur Grabowski |
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 |