Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-01 | sync | Niels Provos | |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-03-01 | Man pages shouldn't Xr themselves; mpech@prosoft.org.lv. But eww, I don't like | Aaron Campbell | |
this man page at all. | |||
2001-03-01 | Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv. | Aaron Campbell | |
Also rearrage options in the man page while I'm here. | |||
2001-03-01 | Sync usage() with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2001-03-01 | Fix typo (aaron) and pull in a missing part from the -man version. | Todd C. Miller | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback | |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-03-01 | on "giftunnel" configuration, use specified address family | Jun-ichiro itojun Hagino | |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton | |
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd. | |||
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell | |
machdep.kbdreset sysctl as configured in /etc/sysctl.conf. | |||
2001-03-01 | copyright notices on all source files | Theo de Raadt | |
2001-03-01 | KNF | Theo de Raadt | |
2001-03-01 | shorten usage by a line | Theo de Raadt | |
2001-03-01 | oops | Theo de Raadt | |
2001-03-01 | get rid of extra header | Theo de Raadt | |
2001-03-01 | use MAXPATHLEN over PATH_MAX, since it is more portable | Theo de Raadt | |
2001-03-01 | split line so that p will have an easier time next time around | Theo de Raadt | |
2001-03-01 | pull in ctype.h, since <poll.h> and <sys/poll.h> have to be useable alone; ↵ | Theo de Raadt | |
problem noted by bk@rt.fm | |||
2001-02-28 | ncurses-5.2-20010224 | Todd C. Miller | |
2001-02-28 | typo | Markus Friedl | |
2001-02-28 | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | Markus Friedl | |
use random content in ignore messages. | |||
2001-02-28 | generate a fake session id, too | Markus Friedl | |
2001-02-28 | welcome to summer | Michael Shalayeff | |
2001-02-28 | shorter thus better printings | Michael Shalayeff | |
2001-02-28 | Get rid of VHOLD, replace with buf_replacevnode. | Constantine Sapuntzakis | |
2001-02-28 | spelling, found by aaron@ | Michael Shalayeff | |
2001-02-28 | proper bang placement | Michael Shalayeff | |
2001-02-28 | double the fixed storage size for io*_ex; deraadt@ ok | Michael Shalayeff | |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn | |
may be the same as visual width or larger. This is seen on iMacDV systems running at 640x480 or 800x600 with a linebytes of 1024. | |||
2001-02-28 | better print due to theo's suggestion | Michael Shalayeff | |
2001-02-28 | make compile; update for pci, cardbus, usb, pcmcia | Todd T. Fries | |
2001-02-28 | for completeness, copy pw_gecos too | Theo de Raadt | |
2001-02-28 | do not blindely bus_space_ma the vga bios, | Michael Shalayeff | |
it could be of a different size than 0x8000, and now bios(4) does it for us the right way. besides, would the prom be at the same address on non-i386? | |||
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff | |
found proms are excluded from the iomem_ex such that devices cannot map on the same memory. next step would be for pcic and similar devices to choose memory windows from unused spots in the iomem_ex. currently prom checksum test is not enforced due to broken stinkpad bioses, which do not pass the checksum test. testing from aaron@, fgsch@, fries@, millert@ | |||
2001-02-28 | unify debug messages | Markus Friedl | |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl | |
2001-02-28 | make sure remote stderr does not get truncated. | Markus Friedl | |
remove closed fd's from the select mask. | |||
2001-02-28 | Make sure the default lifetimes in the General section are taken into | Angelos D. Keromytis | |
consideration. | |||
2001-02-28 | fix byte counts for ssh protocol v1 | Markus Friedl | |
2001-02-28 | Pretty. | Angelos D. Keromytis | |
2001-02-28 | sync | Theo de Raadt | |
2001-02-28 | do not kill the subprocess on termination (we will see if this helps things | Theo de Raadt | |
or hurts things) | |||
2001-02-28 | pull in protos | Theo de Raadt | |
2001-02-28 | Handle failures more gracefully. | Angelos D. Keromytis | |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis | |
retransmit if we eventually have an SA setup for that policy. | |||
2001-02-28 | Update to sendmail 8.11.3. This is a maintenance release which | Todd C. Miller | |
contains bug fixes for problems found after 8.11.2 was released. Systems which use buffered file I/O (like OpenBSD) were not properly fsync()'ing the data (df) file. Although there is little chance of data loss, this is an important fix. | |||
2001-02-28 | If net.inet.ipip.allow is set to 2, don't check for loopback address | Angelos D. Keromytis | |
spoofing of encapsulated packets (useful for single-machinet testing of isakmpd) | |||
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). |