Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-24 | When calling setupterm() pass in an int* for the error code so | Todd 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-24 | Add the punchline to the procedure for making web server certificates | Bob 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-24 | Duh, C_WAIT will always be set if the card is inactive, but that interrupt | Jason Wright | |
isn't always enabled. (CSR & IER) == 0, means not to claim the intr. deraadt ok | |||
2000-10-24 | typo | Niels Provos | |
2000-10-24 | Fix example for ipsec bridge to use fxp1 throughout like it says | Bob Beck | |
it does, instead of switching to fxp0. - spotted and reported by Lars Josephson <hunter@dina.kvl.dk>. | |||
2000-10-24 | sync | Theo de Raadt | |
2000-10-24 | sync | Theo de Raadt | |
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham | |
underneath, so fix up netbsd tag and try again. Also tag files.vax. | |||
2000-10-24 | Crank major because the type of the "ospeed" variable changed from | Todd C. Miller | |
speed_t (u_int) to short to match historic termcap usage. | |||
2000-10-24 | Verify 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-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham | |
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo. | |||
2000-10-23 | Remove duplicate (and wrong) description of @option. | Marc Espie | |
ok aaron@ | |||
2000-10-23 | unreset takes time too, and you notice this on a p3/933 | Theo de Raadt | |
2000-10-23 | ok, i think all i82802-using host bridges are in here now | Theo de Raadt | |
2000-10-23 | sync | Theo de Raadt | |
2000-10-23 | full line of i815 devices | Theo de Raadt | |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl | |
2000-10-23 | Clarifications for some Canadian provinces. | Aaron Campbell | |
2000-10-23 | fix a few signed/unsigned/long printf formats; millert@ & deraadt@ ok | Michael Shalayeff | |
2000-10-23 | Document that the string returned by strerror(3) contains a maximum of | Aaron Campbell | |
NL_TEXTMAX characters. | |||
2000-10-23 | Kbit | Theo de Raadt | |
2000-10-23 | more verbose description | Theo de Raadt | |
2000-10-23 | i820 also does rng; art tested | Theo de Raadt | |
2000-10-23 | Format string paranoia w/use of bootpd's local stdarg report() routine. | Aaron Campbell | |
2000-10-23 | Call get_errmsg() properly; from NetBSD. | Aaron Campbell | |
2000-10-23 | Spelling: wierd -> weird | Aaron Campbell | |
2000-10-23 | Use the standard option descriptions introduction. | Aaron Campbell | |
2000-10-23 | more pchb that supply random | Theo de Raadt | |
2000-10-23 | Format string paranoia; deraadt@ ok | Aaron Campbell | |
2000-10-22 | Use 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-22 | update to ncurses 5.2 | Todd C. Miller | |
2000-10-22 | makeoptions DEBUG does not imply -DDEBUG; noticed by gluk@ptci.ru. | Aaron Campbell | |
2000-10-22 | oops; deraadt@ ok | Michael Shalayeff | |
2000-10-22 | Fix noprint/print/octal options; from NetBSD. | Christian Weisgerber | |
reviewed by millert@ | |||
2000-10-21 | Mention that version 8.0 o tcl/tk are required to build X11 and that | Marco 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-21 | Add missing local change that was lost in a merge. | Todd C. Miller | |
2000-10-21 | 82801BA is DMA, in 3 months there will be lots of these | Theo de Raadt | |
2000-10-21 | make root perms match 4.4BSD.dist; ok deraadt@ | Marco S Hyman | |
2000-10-21 | w/ 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-21 | typo, eramore@era-t.ericsson.se; ok niels@ | Markus Friedl | |
2000-10-21 | (Temporarily) disable DMA support for OPTi 82C621 and untested 82C568/82D568 | Chris 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-20 | typo - s/sshd.conf/sshd_config for where to permit/deny root logins | obecian | |
found by john@maKintosh.com | |||
2000-10-20 | fix clean target | Theo de Raadt | |
2000-10-20 | Since sh's bulitin echo(1) supports /t and /n there is no reason to | Todd 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-20 | Don't attempt to free uninitialized variable; guenther@gac.edu | Todd C. Miller | |
2000-10-20 | not 2.8-beta anymore, however, the actual cutting-off point for the release | Theo de Raadt | |
is not the moment i commit this change, but later when we unlock the tree to go forward. | |||
2000-10-20 | Add Mhz to cpu information. | Dale Rahn | |
Ok'd deraadt@ | |||
2000-10-20 | Correct FILES section, since our sendbug(1) uses mktemp(1) for generating | Aaron Campbell | |
temporary file names; found by gluk@ptci.ru. | |||
2000-10-20 | Fix various typos; spotted by gluk@ptci.ru. | Aaron Campbell | |
2000-10-20 | Add support for major/minor version numbers. | Marc Espie | |
Testing by Dale. Ok'd deraadt@ |