# This is an example of call, the call out password file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy # this file to newconfigdir as set in Makefile.in (the default is # /usr/local/conf/uucp), and edit it as appropriate for your system. # Everything after a '#' character is a comment. To uncomment any of # the sample lines below, just delete the '#'. # This file is used when the ``call-login'' or ``call-password'' # commands are used in the sys file with a "*" argument (e.g., # ``call-login *''). The system name is looked up in this file, and # the login name and password are used. # The point of this is that the sys file may then be publically # readable, while still concealing the login names and passwords used # to connect to the remote system. # The format is just system-name login-name password. uunet Uairs foobar > NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_madt.c
AgeCommit message (Expand)Author
2010-08-07Reorganize: also the APIC tables will be dumped in ACPIVERBOSE, and thejruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2008-01-07Make the ACPI_MADT_DEBUG code compile again.tnn
2007-12-09Merge jmcneill-pm branch.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-16use ACPI_FAILURE() macro instead of directly check AE_OKkochi
2005-12-11merge ktrace-lwp.christos
2004-05-01specify static where appropriate.kochi
2004-03-24Don't include unnecessary header (acpi_osd.h)kochi
2004-03-24- Don't use ACPI CA internal functionskochi
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-12-11make this compile again.christos
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-07-14add missing __KERNEL_RCSID()lukem
2003-05-11Avoid a strict-alias warning.fvdl
2003-01-08Define ACPI_MADT_DEBUG externally.fvdl
2003-01-07Deal correctly with an MADT that is not found, or was already foundfvdl
2003-01-07* Add aux argument to functions called from apic_madt_walkfvdl
2003-01-05Add some code to deal with the MADT.fvdl