Age | Commit message (Expand) | Author |
2001-04-24 | Update floppy disk descriptions. | Miod Vallat |
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 |
2001-04-24 | Last-minute fix for flavor deps. Very, very late. | Marc Espie |
2001-04-24 | enable txp(4) | Theo de Raadt |
2001-04-24 | Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com to | Theo de Raadt |
2001-04-24 | Major update to powerpc specific distribution notes. | Dale Rahn |
2001-04-24 | update for XF4 | Todd T. Fries |
2001-04-24 | update, etc | Hugh Graham |
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt |
2001-04-24 | OpenSSH-2.9 | Markus Friedl |
2001-04-24 | compatility -> compatibility; mpech@prosoft.org.lv | Aaron Campbell |
2001-04-24 | Correct SA refcounting. Fixes a bug where isakmpd could die when a peer was | Niklas Hallqvist |
2001-04-24 | remove unecessary code and data | Jason Wright |
2001-04-24 | Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>. | Jason Wright |
2001-04-24 | PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytes | Jason Wright |
2001-04-24 | make a clearer statement about unsupported functionality | Michael Shalayeff |
2001-04-24 | linksys wpc11 is supported | Michael Shalayeff |
2001-04-23 | remove debug | Markus Friedl |
2001-04-23 | allow public key for -e, too | Markus Friedl |
2001-04-23 | regen | Todd C. Miller |
2001-04-23 | The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs but | Todd C. Miller |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell |
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback |
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback |
2001-04-23 | double splx | Artur Grabowski |
2001-04-23 | double splx in error path. | Artur Grabowski |
2001-04-23 | Missing splx in error handling. | Artur Grabowski |
2001-04-23 | crank crypto lib version, just in case | Theo de Raadt |
2001-04-23 | crank ssl lib version, just in case | Theo de Raadt |
2001-04-23 | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | Markus Friedl |
2001-04-23 | when we take a pci interrupt, upgrade it to level. but always ignore | Theo de Raadt |
2001-04-23 | fasion -> fashion; spotted by ericj@ | Aaron Campbell |
2001-04-22 | document hostbased and other cleanup | Markus Friedl |
2001-04-22 | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | Markus Friedl |
2001-04-22 | Free fs->fs_contigdirs array only on successful rw->ro update. This | Grigoriy Orlov |
2001-04-22 | Fix spl handling in ipfilter ioctl interface. Work by aaron@ and me. | Grigoriy Orlov |
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov |
2001-04-22 | permit compilation without I586_CPU or I686_CPU; armin@wolfermann.org | Theo de Raadt |
2001-04-22 | In the verbiage for MNT_SOFTDEP add a reference to 'softdep' in | Kenneth R Westerback |
2001-04-22 | Update pdisk manpage to match formatting for other manpages, corrections | Dale Rahn |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl |
2001-04-22 | xref draft-ietf-secsh-* | Markus Friedl |
2001-04-22 | rename arguments -x -> -e (export key), -X -> -i (import key) | Markus Friedl |
2001-04-22 | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | Markus Friedl |
2001-04-22 | typos spotted by stevesk@; ok deraadt@ | Damien Miller |
2001-04-22 | Update VAX installation notes: | Miod Vallat |
2001-04-22 | Sync with mirror list. | Miod Vallat |
2001-04-21 | Do not use wsmux on alpha. Now I can start Xtga. | Aaron Campbell |