Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-04 | we don't like .Pp and blank lines before/after .Ss; | Mike Pechkin | |
millert@ ok | |||
2001-10-04 | client_alive_check cleanup | Markus Friedl | |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl | |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl | |
2001-10-04 | e.g. and i.e. cleanup | Peter Stromberg | |
2001-10-04 | trim warnx output | Jakob Schlyter | |
2001-10-04 | Fix path to /bin/ls; ok millert | Peter Valchev | |
2001-10-04 | UKC on vax. | Miod Vallat | |
2001-10-03 | sync | Theo de Raadt | |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn | |
2001-10-03 | Add missed file when committing apm for macppc. | Dale Rahn | |
2001-10-03 | try to increase receive buffer size, <ft@pi.se>. ok deraadt@ | Jakob Schlyter | |
2001-10-03 | build apm and apmd on macppc | Dale Rahn | |
ok miod@ | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ Ok millert@ | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ | |||
2001-10-03 | o Only send port number in the HTTP request 'Host: ' specification | Heikki Korpela | |
if it is non-default (i.e., != 80) to circumvent bugs in some broken HTTP servers. naddy@ got hit by this with a port, lebel@ spotted the problem. o Print the HTTP request if debug (the ``-d'' flag) is specified. millert@ ok | |||
2001-10-03 | Mention more USB network cards supported by the aue(4) driver. | Miod Vallat | |
From Jason Ackley <jason@ackley.net>, thanks. | |||
2001-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt | |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason Wright | |
of some register shadowing provided by the asic. [This still isn't optimal, but it's getting closer...] Move all of the stat stuff out of the interrupt context and into the timeout. | |||
2001-10-03 | error printout fix; raj@cerias.purdue.edu | Theo de Raadt | |
2001-10-03 | copy bsd.tbxi into the snapshot directory so it will be included in | Dale Rahn | |
the release directory. cleanup, do not mention bsdofw.rd. | |||
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn | |
2001-10-03 | Add device nodes for apm for macppc. | Dale Rahn | |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale Rahn | |
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy. | |||
2001-10-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn | |
Pointed out by a7r. | |||
2001-10-03 | o English, typos | Heikki Korpela | |
o Clarify that cksum(1) and md5(1) are actual commands. Some systems only have md5(3) functions and the corresponding command is something different. ok miod@ | |||
2001-10-03 | M_WAIT in ether_output is wrong. Fix APPLETALK stuff. | Artur Grabowski | |
2001-10-03 | missing copyright | Markus Friedl | |
2001-10-03 | use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | Markus Friedl | |
2001-10-03 | Document regression testing framework. | Marc Espie | |
Remove wishful thinking about FETCH_DEPENDS, though I would like this curl vs. ftp issue fixed, darn it. | |||
2001-10-03 | Cleanup/addition of manpages for macppc. | Dale Rahn | |
Some of these changes from Peter Philipp. ok millert. zs was cleaned up based on comments. | |||
2001-10-03 | If the TDB doesn't have an attached src/dst ID, it can be used for any | Angelos D. Keromytis | |
type of traffic. | |||
2001-10-03 | simple keynote module for apache and mod_ssl | Todd C. Miller | |
2001-10-03 | fix data sheet link. ok deraadt@ | Kevin Lo | |
2001-10-02 | [install seems to have been missed by cvs yesterday] | Miod Vallat | |
- more 425e details - don't let people suppose our official CD-ROM set can boot on hp300 - fix the disklabel hp300-specific notes All of this suggested and reviewed by millert@ This commit finishes the distrib/notes autumn overhaul so far. Feel free to hunt for errors and typos of mine in them. | |||
2001-10-02 | #ifdef FOO works much better when FOO isn't misspelled. | Artur Grabowski | |
2001-10-02 | - fix a few typos in the hardware list and update it | Miod Vallat | |
- doesn't shout, improve style a bit - mention you can boot from cd-rom. Really. Yes you can. - don't support upgrades from prehistoric versions (< 2.0), so don't babble about the partition ID change or the so-called new shared libraries - get more text sync'ed with other arches And with the help of mickey@ - don't mention you can install over NFS, none of the floppies or the cd-rom has nfs support Thanks to mickey@ for insightful feedback | |||
2001-10-02 | Sync with OpenBSDUpgrade macro change. Explicitely provide all the media | Miod Vallat | |
able to start an upgrade procedure. | |||
2001-10-02 | Do not hardcode the ability to boot off a miniroot in the canonical | Miod Vallat | |
upgrade instructions. This will be needed for the i386 updates. | |||
2001-10-02 | #include "channels.h" for channel_set_af() | Kevin Steves | |
2001-10-02 | I'm so good I managed to cut'n'paste the same typo over all those files. | Miod Vallat | |
2001-10-02 | Fix this obvious double free() that's been found and fixed my numerous | Hans Insulander | |
people. I'd really have liked to import a new heimdal release, but i do not have the time to test it enough before 3.0. Post-release, a newer heimdal with _lots_ of bugfixes will be imported. This is a very unfortunate situation, i truly regret it and wish i had more time to spend on this. | |||
2001-10-02 | style | Jason Wright | |
2001-10-02 | correct number of supported filesystems; PR#2097 | Jakob Schlyter | |
2001-10-02 | De uglify (a bit) and garbage collect a bunch of now unused functions. | Jason Wright | |
2001-10-02 | Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically | Jason Wright | |
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification] | |||
2001-10-02 | More shared texts. Basically let modern arches with good hardware get | Miod Vallat | |
rid of the ``you'd better know your disk geometry, serial number, date of manufacture, weight and temperature before installing, pal'' note. | |||
2001-10-02 | Minor layout sync with sparc. | Miod Vallat | |
2001-10-02 | Remove dangling references (see section foo with no section foo). | Miod Vallat | |
2001-10-02 | Don't explain twice in 15 lines which models have sd and which models | Miod Vallat | |
have wd, it's a bit exaggerate. |