summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success.
2000-10-24Add the punchline to the procedure for making web server certificatesBob Beck
to indicate that people should test their server with a self signed certificate, then simply replace the certificate with a real one to go production.
2000-10-24Duh, C_WAIT will always be set if the card is inactive, but that interruptJason Wright
isn't always enabled. (CSR & IER) == 0, means not to claim the intr. deraadt ok
2000-10-24typoNiels Provos
2000-10-24Fix example for ipsec bridge to use fxp1 throughout like it saysBob Beck
it does, instead of switching to fxp0. - spotted and reported by Lars Josephson <hunter@dina.kvl.dk>.
2000-10-24syncTheo de Raadt
2000-10-24syncTheo de Raadt
2000-10-24RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tagHugh Graham
underneath, so fix up netbsd tag and try again. Also tag files.vax.
2000-10-24Crank major because the type of the "ospeed" variable changed fromTodd C. Miller
speed_t (u_int) to short to match historic termcap usage.
2000-10-24Verify that memory regions are always page aligned and multiple of page size.Dale Rahn
The kernel does not want to deal with memory that is not page aligned.
2000-10-24Code to emulate instructions trapped by a privinflt.Hugh Graham
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo.
2000-10-23Remove duplicate (and wrong) description of @option.Marc Espie
ok aaron@
2000-10-23unreset takes time too, and you notice this on a p3/933Theo de Raadt
2000-10-23ok, i think all i82802-using host bridges are in here nowTheo de Raadt
2000-10-23syncTheo de Raadt
2000-10-23full line of i815 devicesTheo de Raadt
2000-10-23non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdMarkus Friedl
2000-10-23Clarifications for some Canadian provinces.Aaron Campbell
2000-10-23fix a few signed/unsigned/long printf formats; millert@ & deraadt@ okMichael Shalayeff
2000-10-23Document that the string returned by strerror(3) contains a maximum ofAaron Campbell
NL_TEXTMAX characters.
2000-10-23KbitTheo de Raadt
2000-10-23more verbose descriptionTheo de Raadt
2000-10-23i820 also does rng; art testedTheo de Raadt
2000-10-23Format string paranoia w/use of bootpd's local stdarg report() routine.Aaron Campbell
2000-10-23Call get_errmsg() properly; from NetBSD.Aaron Campbell
2000-10-23Spelling: wierd -> weirdAaron Campbell
2000-10-23Use the standard option descriptions introduction.Aaron Campbell
2000-10-23more pchb that supply randomTheo de Raadt
2000-10-23Format string paranoia; deraadt@ okAaron Campbell
2000-10-22Use clearerr(3) to clear EOF on stdin when aborting a command due to ^D.Todd C. Miller
Fixes a bug exposed by the last revision (we got away with before it due to the rewind(3) calls).
2000-10-22update to ncurses 5.2Todd C. Miller
2000-10-22makeoptions DEBUG does not imply -DDEBUG; noticed by gluk@ptci.ru.Aaron Campbell
2000-10-22oops; deraadt@ okMichael Shalayeff
2000-10-22Fix noprint/print/octal options; from NetBSD.Christian Weisgerber
reviewed by millert@
2000-10-21Mention that version 8.0 o tcl/tk are required to build X11 and thatMarco S Hyman
they may be found in the ports tree. Mentioned by fgsch@. Remove AUTHORS subheading as it seems to be rarely used.
2000-10-21Add missing local change that was lost in a merge.Todd C. Miller
2000-10-2182801BA is DMA, in 3 months there will be lots of theseTheo de Raadt
2000-10-21make root perms match 4.4BSD.dist; ok deraadt@Marco S Hyman
2000-10-21w/ help of aaron@ make it work now:Michael Shalayeff
base the segment for a service returned by bios32 service directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. map only the bios32 area though.
2000-10-21typo, eramore@era-t.ericsson.se; ok niels@Markus Friedl
2000-10-21(Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568Chris Cappuccio
because it breaks on two different revisions in two different ways and is so old and slow anyways that it isn't that much of an advantage to have DMA
2000-10-20typo - s/sshd.conf/sshd_config for where to permit/deny root loginsobecian
found by john@maKintosh.com
2000-10-20fix clean targetTheo de Raadt
2000-10-20Since sh's bulitin echo(1) supports /t and /n there is no reason toTodd C. Miller
use printf(1) here. This way there is no possibility of format string problems and we use a shell builtin instead of an external command.
2000-10-20Don't attempt to free uninitialized variable; guenther@gac.eduTodd C. Miller
2000-10-20not 2.8-beta anymore, however, the actual cutting-off point for the releaseTheo de Raadt
is not the moment i commit this change, but later when we unlock the tree to go forward.
2000-10-20Add Mhz to cpu information.Dale Rahn
Ok'd deraadt@
2000-10-20Correct FILES section, since our sendbug(1) uses mktemp(1) for generatingAaron Campbell
temporary file names; found by gluk@ptci.ru.
2000-10-20Fix various typos; spotted by gluk@ptci.ru.Aaron Campbell
2000-10-20Add support for major/minor version numbers.Marc Espie
Testing by Dale. Ok'd deraadt@