Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-07 | there is no fastboot man page | Eric Jackson | |
1999-10-07 | check for executability of ssh-keygen | Theo de Raadt | |
1999-10-07 | on static machines, install these as mode 0 | Theo de Raadt | |
1999-10-07 | if sshd startup fails due to rsa not being there, start up | Theo de Raadt | |
/usr/local/sbin/sshd instead, if it is there. | |||
1999-10-07 | add -Q flag: says whether ssh RSA check should whine on stdout | Theo de Raadt | |
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos | |
1999-10-06 | M_EXT isn't the only test for a cluster any more: also test ext_ref | Jason Wright | |
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt | |
1999-10-06 | match case | Chris Cappuccio | |
1999-10-06 | pciide now supports intel 82801 and promise ultra33/66 | Chris Cappuccio | |
1999-10-06 | added new spiffy htdocs/openbsd_pb.gif to distribution install target. | Bob Beck | |
1999-10-06 | Sync with release. | Angelos D. Keromytis | |
1999-10-06 | Make some of the perror() calls more informative, correct some | Angelos D. Keromytis | |
inconsistencies in the man page and the query tool, update the testsuite accordingly. | |||
1999-10-06 | Reworked entire apache defaul index page. | philen | |
1999-10-06 | implement client NumberOfPasswordPrompts option | Dug Song | |
1999-10-06 | "Powered by OpenBSD" button, done by nemickol@monkey.org | philen | |
1999-10-06 | Fix a typo in manpage, as well as bogus error reporting. | Angelos D. Keromytis | |
1999-10-06 | Added a simple man page for AC-97 codecs. | Constantine Sapuntzakis | |
Update eap man page to indicate support for Ensoniq AudioPCI 97. | |||
1999-10-06 | use /dev/arandom by default | Bob Beck | |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie | |
- avoid .Xref to one's own manpage | |||
1999-10-06 | Replace unnecessary static int with a define. | Federico G. Schwindt | |
1999-10-06 | Add .Os tag. | Federico G. Schwindt | |
1999-10-06 | regen. | Federico G. Schwindt | |
1999-10-06 | New devices; from NetBSD. | Federico G. Schwindt | |
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add support for bass, treble, surround and mode under equalization class. | Federico G. Schwindt | |
Modify some code for simplicity and remove unused one; from NetBSD. | |||
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-06 | sync | Theo de Raadt | |
1999-10-06 | Put TCP_SACK back in as it is not turned on by default anyway. | Todd C. Miller | |
That way, users who want it can turn it on via sysctl. | |||
1999-10-06 | Turn of debugging diagnostics | Constantine Sapuntzakis | |
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-06 | Don't complain that /var/tmp/vi.recover is not owned by root | Todd C. Miller | |
when it doesn't exist. | |||
1999-10-06 | force HOST_OK not only for localhost but for localnet, suggested tholo@ | Niels Provos | |
some cleanup. | |||
1999-10-06 | Make this man page much clearer. | Aaron Campbell | |
1999-10-06 | big endian fixes; ryker, jd@noc7.uchsc.edu | Theo de Raadt | |
1999-10-05 | too soon | Marc Espie | |
1999-10-05 | Typo. | Marc Espie | |
1999-10-05 | Actually build pkg_sign. | Marc Espie | |
1999-10-05 | get httpd in WDIRS as well as the prereq dirs. | Bob Beck | |
1999-10-05 | move auth-sockets to private dir | Markus Friedl | |
delete minfd residua | |||
1999-10-05 | Mark ParseReadC as inline (from NetBSD) | Marc Espie | |
1999-10-05 | Efficiency 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-05 | Kill 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-05 | util.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-05 | Describe the -o option; whs@xs4all.nl | Aaron Campbell | |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell | |
1999-10-05 | more | Theo de Raadt | |
1999-10-05 | Improve somewhat. | Aaron Campbell | |