summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-06-29Add reference to X (1)Angelos D. Keromytis
1998-06-29Cleanup all "you" references.Angelos D. Keromytis
1998-06-29Spacing, language, more options (PCIVERBOSE, XSERVER, APERTURE, IPSEC,Angelos D. Keromytis
ENCDEBUG).
1998-06-29Add reference to options (4)Angelos D. Keromytis
1998-06-29Fix the language, add more references. General cleanup.Angelos D. Keromytis
1998-06-29Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined.Jason Downs
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-06-29isa_intr_check(), alpha style.Jason Downs
1998-06-29Language cleanup.Angelos D. Keromytis
1998-06-29Typo.Angelos D. Keromytis
1998-06-29Use isa_intr_check() to prevent attachment of drivers that won't get anJason Downs
interrupt.
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-29remove files from old dir setupTodd C. Miller
1998-06-29We install man pages from Makefile.bsd-wrapperTodd C. Miller
1998-06-29OpenBSD tagTodd C. Miller
1998-06-29Don't build from lex/yacc, use prebuilt (yacc files don't seem to like our yacc)Todd C. Miller
1998-06-29GNU bc 1.05aTodd C. Miller
1998-06-29dc is now part of GNU bcTodd C. Miller
1998-06-29dc is now part of the GNU bc packageTodd C. Miller
1998-06-28syncTheo de Raadt
1998-06-28oopsTheo de Raadt
1998-06-28indentTheo de Raadt
1998-06-28fix MakefilesTheo de Raadt
1998-06-28syncTheo de Raadt
1998-06-28Don't assume sizeof(long) == 4brian
1998-06-28make the openfirmware clock reading routine compatible with theDale S. Rahn
"typical" hardware clock read routine.
1998-06-28Oh fun, mucking about with files used on all archs.Dale S. Rahn
This is one of many places in the source that have #if defined("list all architectures") Is there some possible way to eliminate, reduce these or at least have a file that describes all occurrances so that when a new port is done this could be addressed. like the recent hppa port, does it need to take a look at this????
1998-06-28Stability fix for powerpc openfirmware system.Dale S. Rahn
Actually implement interrupt masking as appropriate for the openfirmware drivers. This problem was caused by the use of the X86 style of interrupt handling introduced to the powerpc some time back. A problem may still exist in the non-openfirmware drivers: soft_net functions may get called when going from splhigh -> splclock using splx when the soft functions should not be called. Also look into SINT_CLOCK handling (where is this set). Possibly real work can now be done...
1998-06-28indentTodd T. Fries
1998-06-28I'm clearly having problems with cut-and-paste today.Angelos D. Keromytis
1998-06-28More defines from NetBSD.Angelos D. Keromytis
1998-06-28Oops, cut and pasted a bit too much.Angelos D. Keromytis
1998-06-28Extend struct cia_config, needed for the EB164LX/SX support (and otherAngelos D. Keromytis
things to come), from NetBSD.
1998-06-28minor sync with reality (still needs a lot of work)Artur Grabowski
1998-06-28Some more defines from NetBSD.Angelos D. Keromytis
1998-06-28Treat a printer as remote iff RM is not us or RP is set and it doesn't match theAngelos D. Keromytis
current printer;dwmalone@maths.tcd.ie
1998-06-28disallow ftp access for www and named usersArtur Grabowski
1998-06-28Accept Modem and modem as match strings for PCMCIA modem cards.Angelos D. Keromytis
1998-06-28Some more system definitions, from NetBSDAngelos D. Keromytis
1998-06-28indentArtur Grabowski
1998-06-28copy from netbsd...Theo de Raadt
1998-06-27have pmsprobe() attempt interrupt establishment; fail probe if interrupt in useTheo de Raadt
1998-06-27make isa_intr_establish not panic, but return NULL for failureTheo de Raadt
1998-06-27s/23/${OSrev}/Todd T. Fries
1998-06-27Require a password before telling user "command not found".Todd C. Miller
The upshot of this is that a user probing for binaries will be told "you are not allowed to run this" instead of "that doesn't exist".
1998-06-27functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer!Todd T. Fries
1998-06-27ktrace not traceArtur Grabowski
1998-06-27More u_long -> u_int32_tbrian
Submitted (with the usual curtesy) by: theo
1998-06-27new ksh code stupidly did not permit ". /dev/null"; enable that againTheo de Raadt
1998-06-27Fix ``sizeof(u_long) == 4'' errors.brian
Suggested by: theo