summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-02Xref boot_mvme88kMiod Vallat
2003-09-02More mvme88k manual pages, shamelessly cloned from mvme68kMiod Vallat
2003-09-02Fix a few inaccuracies.Miod Vallat
2003-09-02- drop number of openings by 4 to avoid "not queued" errors.Federico G. Schwindt
- check return from aac_start() and return correctly in case we need to reschedule the watchdog. convervative fix from niklas@, prompted by several ppl. krw and deraadt ok.
2003-09-02tweaks, plus INTRODUCTION -> DESCRIPTION from Jonathan Gray;Jason McIntyre
ok mickey@
2003-09-02syncTheo de Raadt
2003-09-02User mode page faults for page zero require special treatment to preventMiod Vallat
a recursive DAE. Scientists say this is proof that there's a ``strange attractor'' in the m88k processors. What is certain, though, is that the processors' documentation contains black holes.
2003-09-02indent audio comment properlyDavid Krause
ok deraadt@
2003-09-02add set fingerprints exampleDavid Krause
ok deraadt@ henning@ frantzen@
2003-09-02start exiting -betaTheo de Raadt
2003-09-02There is a weird problems related to interrupts - we need to enable them tooMiod Vallat
early for the console to be reliable, so revert to the bug console for boot -a.
2003-09-02mdoc(7): add `?' and `!' to punctuation characters;Jason McIntyre
mdoc.samples(7): remove BUG concerning blank lines; ok deraadt@
2003-09-02various fixes:Jason McIntyre
doc: make sure that double spaces follow {!,?,.}, even when used in macros; fix partially from NetBSD; doc-common: add `?' and `!' as punctuation characters. This means they must now be escaped (just like `.') using `\&'; doc-ditroff: add `?' and `!' to the .Pu macro; sync order with doc-nroff; doc-nroff: add `?' and `!' to the .Pu macro; remove a bogus blank line; ok deraadt@
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02A couple of nits. deraadt@ ok.Hakan Olsson
2003-09-02Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@.Hakan Olsson
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02For easier compilation on linux systems. Requested by Thomas Walpuski.Hakan Olsson
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02add a random offset to uvm_map_hint. this has the primary effect ofTed Unangst
scattering ld.so and libraries around, although all mmaps will also have some jitter too. better version after some discussion with drahn testing/ok deraadt henning marcm otto pb
2003-09-02Revert the last change since both Pentium 4 and Mobile Pentium 4Alexander Yurchenko
can be with model = 2. Better cpu ident will be after 3.4. Problem noted by Wouter Clarie <rimshot@pandora.be>. ok deraadt@
2003-09-02just like mvme68k; miod okTheo de Raadt
2003-09-02A slightly reworked version of the "default to -fno-ident" change, whichMiod Vallat
improves diffability against stock gcc sources, for us alzheimer-impaired people. Requested by deraadt@ (no functional change)
2003-09-02Our extent implementation relies on the fact that extents all have distinctMiod Vallat
names. However, the tsp code uses one global extent, which both device instances want to reinitialize and use for themselves (whether this is a genuine bug or not is left to the reader). Solve the problem by putting the extents into the tsp softc, and change the pci_bwx_bus code to handle variable extent names. This makes DS20 systems with tsp0 and tsp1 work again. ok deraadt@
2003-09-02missing #endif, pr3431Ted Unangst
2003-09-02fix suser() calls, pr3430Ted Unangst
2003-09-02fix use-after-free for expired passwds; ok deraadt, tdevalMarkus Friedl
2003-09-02zap more driversTheo de Raadt
2003-09-02enter 3.7Markus Friedl
2003-09-02add t5 to the clean targetDavid Krause
ok deraadt@
2003-09-02- remove non-existent errors from DIAGNOSTICSJason McIntyre
- slight macro cleanup from NetBSD (Anders Magnusson -r1.11); ok hugh@
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
behavior for RTLD_GLOBAL/RTLD_LOCAL is now supported. ok espie@
2003-09-02Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL,Dale Rahn
values for RTLD_GLOBAL and RTLD_LOCAL are same as solaris uses.
2003-09-02Run a complete test again all trap vectors - this passes now.Miod Vallat
2003-09-02remove section claiming that programs using /proc are unsupported,Jason McIntyre
since they are supported using the "-o linux" option to mount_procfs; from NetBSD (Emmanuel Dreyfus, -r1.30); markus@ and miod@ agree.
2003-09-02Cleanup and simplify data and instruction fault trap handling for 88100.Miod Vallat
2003-09-02use .Bk/.Ek for SYNOPSIS;Jason McIntyre
2003-09-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
ok nate@
2003-09-01These files are not necessary anymore.Miod Vallat
2003-09-01The most harmful bugs are always so blatant it takes hours to spot them...Miod Vallat
Correctly setup the vector table for T_SIGSYS and T_SIGTRAP traps, and handle T_SIGSYS userland traps. This passes a complete usertrap regression test now.
2003-09-01fix leakMarkus Friedl
2003-09-01Be sure to always provide a nonzero number in PREP() and PREP2() for softwareMiod Vallat
traps not tied to a particular vector, in order to correctly process data access faults whenever necessary, before servicing the trap.
2003-09-01A simple regression test to catch which trap vectors, when invoked fromMiod Vallat
userland, will spank the mvme88k kernel by mistake. The test does not trigger the deadly ones, yet.