summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-06Fix piomode(0x4) errors.Constantine Sapuntzakis
Fix Sense Error 6 errors. Better atapi to scsi sense conversion.
1999-10-06Don't complain that /var/tmp/vi.recover is not owned by rootTodd C. Miller
when it doesn't exist.
1999-10-06force HOST_OK not only for localhost but for localnet, suggested tholo@Niels Provos
some cleanup.
1999-10-06Make this man page much clearer.Aaron Campbell
1999-10-06big endian fixes; ryker, jd@noc7.uchsc.eduTheo de Raadt
1999-10-05too soonMarc Espie
1999-10-05Typo.Marc Espie
1999-10-05Actually build pkg_sign.Marc Espie
1999-10-05get httpd in WDIRS as well as the prereq dirs.Bob Beck
1999-10-05move auth-sockets to private dirMarkus Friedl
delete minfd residua
1999-10-05Mark ParseReadC as inline (from NetBSD)Marc Espie
1999-10-05Efficiency patch from NetBSD:Marc Espie
make spends time freeing data structures right before exiting. So don't bother. Keep the code inside #ifdef, so that it's still there if someone ever wants to use make code inside a library.
1999-10-05Kill unused functions Buf_UngetByte, Buf_UngetBytes, Buf_GetByte, Buf_GetBytes.Marc Espie
Replace the buffer reallocation mechanism with something much more efficient. Originally from NetBSD. Tweaks to the allocator to first loop finding the correct size, then reallocate; change the heuristic to double the size until we're over what's needed by some fixed amount.
1999-10-05util.c only holds compatibility functions that OpenBSD doesn't use.Marc Espie
Keep the file for compatibility, but don't bother compiling it. From NetBsd
1999-10-05.Xr isakmpd(4) -> .Xr isakmpd(8); kjell@Aaron Campbell
1999-10-05Describe the -o option; whs@xs4all.nlAaron Campbell
1999-10-05The .Bl -tag flag expects a -width argument.Aaron Campbell
1999-10-05moreTheo de Raadt
1999-10-05Improve somewhat.Aaron Campbell
1999-10-05.Sh OPTIONS -> "The options are as follows:"Aaron Campbell
1999-10-05mention /etc/defaultdomainEric Jackson
1999-10-05mention /etc/mynameEric Jackson
1999-10-05Improve this man page a bit, but needs more work.Aaron Campbell
1999-10-05Trash an experimental option, for now.Aaron Campbell
1999-10-05moreAaron Campbell
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-10-05Better NAT documentation.Aaron Campbell
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-10-05clear xauthfile on mkstemp failure. adam@xpert.comDug Song
1999-10-05compileTheo de Raadt
1999-10-05add httpd to includes target so apache includes get grabbed.Bob Beck
1999-10-05fix potential xauth raceDug Song
1999-10-05syncTheo de Raadt
1999-10-05specifed -> specifiedAaron Campbell
1999-10-05- Put -d in SYNOPSIS.Aaron Campbell
- Fix typo: specifed -> specified. - Some other miscellaneous fixes.
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-05New mdoc'd dhclient(8) man page; form@Aaron Campbell
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-10-05- Fix the progress meter for receiving files, too.Aaron Campbell
- Add a check for totalbytes <= 0 in progressmeter(), so we don't / 0. - Reset statbytes when we issue progressmeter(1), just to be safe.
1999-10-05Show filenames in the progress meter while transferring.Aaron Campbell
1999-10-05correct to show our current path situationEric Jackson
1999-10-05include licensing infoDug Song
1999-10-05crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@Dug Song
1999-10-04add etcBrad Smith
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-10-04fix shutdown() for sockets, the last one has to close the socketMarkus Friedl
1999-10-04Synch with current development:Marc Espie
* signatures no longer deal with zcat. Instead, we sign the gzip file itself (stripped of the signature part of the header, of course). Thanks Angelos. Niels seems to think passing the header itself to sign is not a problem, even though no-one cares about checking it ? * gzip header handling revamped: can write to memory. Will eliminate some pipes later on. Can stack signatures. * taken out specific signature schemes (e.g., pgp and sha1). Code is now signature scheme independent, mostly, and writes with client data from memory, e.g., check.c can invoke several checks in parallel without needing to fork. * need the full set of popen-like functionalities (keep track of opened file descriptors to avoid passing them down to children) * remove simple_check.c, functionality absorbed elsewhere. To do: * re-check message output and what to do with unsigned/unchecked/verified packages, * check pkg_add implementation and remove extra-pipe in asynchronous checking, * control over what to do when several signatures are stacked... Simple way would be to disable that for now (possibility for release) * get the code through a linter again.
1999-10-04If we can't chdir to the root dir in -execdir, just return insteadTodd C. Miller
of generating an error. Most times this is just because the target is not a directory. Also close an fd leak introduced in the last commit.
1999-10-04Move the chdir/fchdir hack so that it is local to the -execdirTodd C. Miller
function, since that's the only place it needs to be. Doing it for each function caused problems with multiple directories.
1999-10-04more shrinkingTheo de Raadt