Age | Commit message (Expand) | Author |
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; pr... | Theo de Raadt |
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 |
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 |
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 |
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff |
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 |
2001-02-28 | Make sure the default lifetimes in the General section are taken into | Angelos D. Keromytis |
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 |
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 |
2001-02-28 | Update to sendmail 8.11.3. This is a maintenance release which | Todd C. Miller |
2001-02-28 | If net.inet.ipip.allow is set to 2, don't check for loopback address | Angelos D. Keromytis |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis |
2001-02-27 | consistent printf | Jason Wright |
2001-02-27 | tweak for working with wish8.3 | Todd T. Fries |
2001-02-27 | crank NKMEMCLUSTERS fron 4MB to 32MB. | Artur Grabowski |
2001-02-27 | +primes; ok millert@ | Todd T. Fries |
2001-02-27 | Move buf_undirty and tbp flags manipulation back before calling the | Constantine Sapuntzakis |
2001-02-27 | support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | Markus Friedl |
2001-02-27 | fix random padding | Markus Friedl |
2001-02-27 | Remove superfluous printf in Angelos last commit | Niklas Hallqvist |
2001-02-27 | Cosmetic fixes. | Artur Grabowski |
2001-02-27 | Move a brelse to after the last access to bp->b_data. | Artur Grabowski |
2001-02-27 | art@ found a race in getnewbuf. bawrite can block so we need to restart | Constantine Sapuntzakis |
2001-02-27 | Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes | Constantine Sapuntzakis |
2001-02-27 | Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N... | Artur Grabowski |