Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-26 | Enable sun3 md manpages | Miod Vallat | |
2000-10-26 | shadow the dmaier to avoid an additional pci read in the interrupt path | Jason Wright | |
if mastering isn't enabled, scream document netsec rev A workaround | |||
2000-10-26 | Some share/man fleshing. | Aaron Campbell | |
2000-10-26 | delete absolutely ridiculous crap | Theo de Raadt | |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt | |
2000-10-25 | Do not null deref in the IPSEC+PMTU case; provos@ ok. Thanks to | Aaron Campbell | |
andrews@crt.se for testing. | |||
2000-10-25 | silence the "no multicast" warning for IFT_ENC, too | Jason Wright | |
deraadt ok | |||
2000-10-25 | mark swap16() and swap32() with __extension__; guenther@gac.edu | Theo de Raadt | |
2000-10-25 | put back using bios_pciinfo, we will rework it later on | Michael Shalayeff | |
2000-10-25 | typo; deraadt ok | Jason Wright | |
2000-10-25 | some people may say that i suck | Michael Shalayeff | |
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell | |
2000-10-25 | i386's interrupt counters are u_long, adjust printf formats. | Michael Shalayeff | |
use err/errx instead of fprintf+exit. deraadt@ ok | |||
2000-10-25 | DBM_READONLY -> DBM_RDONLY; dugsong@ | Aaron Campbell | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-10-25 | Don't incorrectly document splserial() as spltty(). | Aaron Campbell | |
2000-10-25 | Clarify; gluk@ptci.ru | Aaron Campbell | |
2000-10-25 | Various fixes; from gluk@ptci.ru | Aaron Campbell | |
2000-10-25 | Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solib | Dale Rahn | |
support. Ok'ed by espie and deraadt. | |||
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). |