Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-12 | correct bounds check | Theo de Raadt | |
1998-02-12 | copyright | Theo de Raadt | |
1998-02-11 | Move handle_signals() to before the FD_SETs. handle_signals() | brian | |
may result in a our modem closing after it's made its way into the fd_set, resulting in a program exit (with select(): bad file descriptor) rather than a dropped link. | |||
1998-02-11 | Fixed innocuous typo | David Leonard | |
1998-02-11 | Fixed typos | David Leonard | |
1998-02-11 | use fgetln() instead of fgets() so that we can catch \0 in the .rhosts | Theo de Raadt | |
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and diagnosis help. | |||
1998-02-11 | revert. Changes completely break on the alpha | Theo de Raadt | |
1998-02-11 | Based on a combination of work from FreeBSD and NetBSD with some tweaks from | gene | |
me: this fixes lots of casting issues and does a good cleanup. It kills the bugs found in our 'rusers' binary which didn't grok some servers correctly due to problems in our xdr. Thanks to an extensive debug session with A. Emory Lundberg (emory@hellyeah.com) | |||
1998-02-11 | make IPPORT_USERRESERVED a nice fat number -> random ports look really funky. | Theo de Raadt | |
1998-02-11 | syslogd gets a new -a argument: specify additional AF_UNIX log devices | Theo de Raadt | |
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea. | |||
1998-02-11 | increased paranoia about .rhosts validity | Theo de Raadt | |
1998-02-11 | From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL} | Marco S Hyman | |
1998-02-11 | Fix lib-depends case for alpha even better | Niklas Hallqvist | |
1998-02-11 | Fix lib-depends case for alpha | Niklas Hallqvist | |
1998-02-10 | allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ie | Theo de Raadt | |
1998-02-10 | disable kerberos login tools by default | Theo de Raadt | |
1998-02-10 | Wall | Theo de Raadt | |
1998-02-10 | oops | Theo de Raadt | |
1998-02-10 | Fix many bugs related to serial line control, like baudrate, bits etc | Niklas Hallqvist | |
1998-02-10 | regen | Niklas Hallqvist | |
1998-02-10 | fake rdebug proto | Niklas Hallqvist | |
1998-02-10 | undef SLMTU if it's been externally defined | Angelos D. Keromytis | |
1998-02-10 | sync | Theo de Raadt | |
1998-02-10 | revert mode_t things to int, obviously requires more thought and work | Theo de Raadt | |
1998-02-10 | make LDCONFIG usable on alphas too, no need for special casing it anymore | Niklas Hallqvist | |
1998-02-10 | Better -m compatibility with a.out ldconfig | Niklas Hallqvist | |
1998-02-10 | pretty some types, real minor | Theo de Raadt | |
1998-02-10 | sync w/netbsd | Jason Wright | |
1998-02-10 | recover from lint changes elsewhere, not completely tested | Theo de Raadt | |
1998-02-10 | sync | Theo de Raadt | |
1998-02-10 | typo fix; netbsd | Theo de Raadt | |
1998-02-10 | more explicit protos | Theo de Raadt | |
1998-02-10 | move proto to unistd.h | Theo de Raadt | |
1998-02-10 | Fix buffer overflows in quote1(), clear line buffer | Tobias Weingartner | |
before use. Hopefully, this is the last of the PR# 406 stuff that this will need. | |||
1998-02-09 | from netbsd | Theo de Raadt | |
1998-02-09 | merge in rev 1.2 | Niklas Hallqvist | |
1998-02-09 | s/optsifle/optsfile/ | ryker | |
1998-02-09 | Fix typo in syslog message. | Angelos D. Keromytis | |
1998-02-09 | Close/reopen routing socket, to avoid running out of the socket's buffer space. | Angelos D. Keromytis | |
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | Thorsten Lockert | |
1998-02-09 | Include <ddb/db_var.h> if DDB is defined. | dima | |
1998-02-09 | make depend | Theo de Raadt | |
1998-02-09 | Missed one | Thorsten Lockert | |
1998-02-08 | Better lint(1) framework. Mostly from cgd@NetBSD | Thorsten Lockert | |
1998-02-08 | Pull in prototype | Thorsten Lockert | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1998-02-08 | Sync | Thorsten Lockert | |
1998-02-08 | Correct many types | Thorsten Lockert | |
1998-02-08 | Sync with NetBSD | Thorsten Lockert | |
1998-02-08 | Update to match reality | Thorsten Lockert | |