Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-30 | sync. | lebel | |
2001-04-30 | add new device, Lucent USB QuadraBus. deraadt@ OK. | lebel | |
2001-04-30 | Ooops! Undo breakage I introduced in 1.48. | Artur Grabowski | |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl | |
2001-04-30 | don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@ | Markus Friedl | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-30 | cleaning | Jason Wright | |
2001-04-30 | pretty up rx filter setup | Jason Wright | |
2001-04-30 | sync | Jason Wright | |
2001-04-30 | broadcom 5820 | Jason Wright | |
2001-04-30 | pretty | Theo de Raadt | |
2001-04-30 | correct copyright. i wrote some of this in 1989, wow.. i am old... | Theo de Raadt | |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat | |
checksum if the chunk size is not 3 bytes. Update disillusionned comment accordingly. Ok deraadt@ [Note that the s-records files on the 2.9 cdroms have been corrected and are valid.] | |||
2001-04-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller | |
does not append a NUL itself. | |||
2001-04-29 | speling | Todd C. Miller | |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller | |
2001-04-29 | Add a bunch of old revision history comments that we are missing to | Todd C. Miller | |
make diffing easier. No code changes... | |||
2001-04-29 | include string.h not strings.h | Todd C. Miller | |
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |
2001-04-29 | pseg not yet | Michael Shalayeff | |
2001-04-29 | use pool for vfs cache. | Artur Grabowski | |
(We should really put that info into the vnode). | |||
2001-04-29 | fix pmap_enter to compile | Michael Shalayeff | |
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff | |
2001-04-29 | cleanup, remove incorrect comment | Artur Grabowski | |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl | |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat | |
and remove `machine reboot' as well. | |||
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat | |
Idea from art's todolist, art@ ok. | |||
2001-04-29 | fix whitespace | Markus Friedl | |
2001-04-29 | Use S_ISXXX macros where possible instead of doing this by hand | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | sync | Theo de Raadt | |
2001-04-29 | another puc | Theo de Raadt | |
2001-04-29 | actually it is called 3CR990; tree unlock | Theo de Raadt | |
2001-04-29 | When expanding the session table, only copy the number of sessions already | Jason Wright | |
there to the new table; from stephen@etunnels.com (PR 1801). | |||
2001-04-28 | openssh will be at 2.9 | Theo de Raadt | |
2001-04-25 | oops, this needs to be updated in 2.9 too | Theo de Raadt | |
2001-04-25 | Quick fix for code path in RENAME in case relookup doesn't find the file again | Constantine Sapuntzakis | |
Also, get rid of a bogus comment. Patch from art@ | |||
2001-04-25 | General cleanup and updates here too, ok deraadt@ | Miod Vallat | |
2001-04-25 | Last update before release. | Miod Vallat | |
2001-04-25 | After tree lock, undo a bullshit change that was obviously NOT tested. | Theo de Raadt | |
Come on guys! Will you ever learn to not put radical untested shit into the source tree in the last few weeks before a release? A few of you do this time after time! | |||
2001-04-25 | move txp from unsupported but lotsa questions about... to supported | Jason Wright | |
more consistent handling of "including" vs "including:" | |||
2001-04-24 | Clean up spelling, some punctuation. | Dale Rahn | |
2001-04-24 | No need to keep installation notes for architectures we never | Miod Vallat | |
have supported. | |||
2001-04-24 | Update supported hardware list, fix typos, use m4.common macros | Miod Vallat | |
whenever possible, remove obsolete information, etc. ok fries@ | |||
2001-04-24 | Update introduction text. | Miod Vallat | |
ok fries@ | |||
2001-04-24 | Update floppy disk descriptions. | Miod Vallat | |
Add a macro to document floppyC. Add a macro to document generic upgrade instructions. Fix a few typos. ok fries@ | |||
2001-04-24 | More explaination/better wording on what is necessary for shared disks. | Dale Rahn | |
2001-04-24 | Update whatis to include details of what has changed between 2.8 and 2.9 | Dale Rahn | |
for powerpc |