Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov | |
It allocates directory inode in the same cylinder group as a parent directory in. This speedup file/directory intensive operations on a big file systems in times. Don't forget to recompile fsck_ffs with updated fs.h or you will get "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" at the next boot. In any case you can ignore this error safely. Requested by deraadt@ | |||
2001-04-06 | SSID has been "" for quite some time | Theo de Raadt | |
2001-04-06 | documentation should follow code | Theo de Raadt | |
2001-04-06 | list models | Theo de Raadt | |
2001-04-06 | Avoid a livelock problem where the buffer cache code would be | Grigoriy Orlov | |
recycling B_AGE buffers with dependencies. >From NetBSD. costa@ ok. | |||
2001-04-06 | Change softdep_count_dependencies interface so that it may be called | Grigoriy Orlov | |
from interrupt at splbio. costa@ ok. | |||
2001-04-06 | Match the Cisco Aironet 350 card; from NetBSD. | Aaron Campbell | |
2001-04-06 | regen | Aaron Campbell | |
2001-04-06 | Add Cisco Aironet 350; from NetBSD. | Aaron Campbell | |
2001-04-06 | SMC EZ CardBus 10/100 works now. | Aaron Campbell | |
2001-04-06 | - For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work. | Aaron Campbell | |
- General cleanup in the dc CardBus attachment. - Split detach up into bus-dependent and bus-independent parts. - Some function and variable renaming for consistency. | |||
2001-04-06 | fix username and groupname length checks. | Brad Smith | |
-- Patch from: wilfried@ via PR#1761 Ok'd by: deraadt@ | |||
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt | |
2001-04-06 | typo in error message | Jason Wright | |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis | |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski | |
beck@ ok. | |||
2001-04-06 | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. | Federico G. Schwindt | |
Don't panic if I/O cannot be mapped at egattach, print and return instead. | |||
2001-04-06 | Only define offsetof for KERNEL mode. Avoids breaking userland | Constantine Sapuntzakis | |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis | |
2001-04-05 | keep the ssh session even if there is no active channel. | Markus Friedl | |
this is more in line with the protocol spec and makes ssh -N -L 1234:server:110 host more useful. based on discussion with <mats@mindbright.se> long time ago and recent mail from <res@shore.net> | |||
2001-04-05 | Also mention mode requirements for the private key file, plus one less typo. | Hakan Olsson | |
2001-04-05 | Be more clear about configuration file mode requirements. | Hakan Olsson | |
2001-04-05 | As the isakmpd.policy file can contain sensitive information, we want | Hakan Olsson | |
the same mode checks we use for isakmpd.conf. Style. | |||
2001-04-05 | Style. | Hakan Olsson | |
2001-04-05 | let check_file_secrecy() set errno | Hakan Olsson | |
2001-04-05 | sync | Theo de Raadt | |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl | |
2001-04-05 | better error message | Markus Friedl | |
2001-04-05 | undo changes which did not even compile | Theo de Raadt | |
2001-04-05 | doc flags; js3guj@gold.ocn.ne.jp | Theo de Raadt | |
2001-04-05 | Tell the users what to report when the kernel crashes. | Artur Grabowski | |
2001-04-05 | for ~R print message if server does not support rekeying. (and fix ~R). | Markus Friedl | |
2001-04-05 | Remove X386 and X11R4 | Todd C. Miller | |
Treat foo.n as a -man page, not a -me doc | |||
2001-04-05 | doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com | Theo de Raadt | |
2001-04-05 | Skip entries starting with '+' in duplicate user ID check so we don't | Todd C. Miller | |
get false positives for YP stuff. Closes PR 1755 | |||
2001-04-05 | document RCS $OpenBSD matching; adrian@ubergeeks.com | Theo de Raadt | |
2001-04-05 | remove extra continue statements | Theo de Raadt | |
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt | |
2001-04-05 | another euid mixup; wiz@danbala.ifoer.tuwien.ac.at | Theo de Raadt | |
2001-04-05 | move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@ | Kevin Steves | |
2001-04-05 | ssh defaults to protocol v2; from quisar@quisar.ambre.net | Markus Friedl | |
2001-04-05 | Typo | Marc Espie | |
2001-04-05 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | Markus Friedl | |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski | |
> I must have been on drugs...a deep copy is needed, or else there's double > free's when there's IPsec. [...] > This should solve the crash problems. | |||
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl | |
2001-04-05 | temporary version 2.5.4 (supports rekeying). | Markus Friedl | |
this is not an official release. | |||
2001-04-05 | reset compress state per direction when rekeying. | Markus Friedl | |
2001-04-05 | 2.3.x does old GEX, too; report jakob@ | Markus Friedl | |
2001-04-05 | Updates and corrections from gluk@ after recent softupdates changes. | Aaron Campbell | |