summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move to using .In instead of .Fd #include <> for include mark-up.asmodai2001-09-0727-39/+39
| | | | Inspired by comment from: dd
* reconnect strfmon.c to build listphantom2001-09-071-1/+1
|
* If -s -s is specified, don't show zero multicast routing statistics.ru2001-09-072-66/+48
|
* Fix some mdoc nits caused by my knowledge not being too up-to-date onasmodai2001-09-071-9/+12
| | | | | | mdocNG. Submitted by: dd
* Port to ia64, taking into account the fact that pagesizes may be variable.dfr2001-09-071-0/+11
|
* ACPI CA updated to 20010831.dd2001-09-072-2/+2
|
* Deprecate the -l option in favour of more natural -W.ru2001-09-075-15/+11
| | | | | | | | The compatibility glue is still provided. (This change is not yet reflected in the manpage, nor in usage(). This will be fixed at a later time today, with the general manpage cleanup commit.)
* Don't print stray socket addresses (-A) with the listen queue display (-L).ru2001-09-071-23/+20
| | | | Also, print socket's protocol with the -L.
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-072-0/+19
| | | | default is now 8k.
* Typo in comment.dfr2001-09-071-2/+2
|
* * Track ref/mod information properly when a mapping changes.dfr2001-09-071-4/+36
| | | | * Fix a panic in pmap_remove() for a non-current pmap.
* Remove old setjmp/longjmp stubs.dfr2001-09-072-138/+0
|
* Add strfmon.3 to the fray.asmodai2001-09-072-1/+89
| | | | | | | | This is a first cut, but enough to help people interested in using it further than before. More text coming to illustrate use and provide more details. Based on standards' text.
* Hook up the native EFI filesystem reader.dfr2001-09-072-2/+4
|
* Set currdev and loaddev variables.dfr2001-09-072-8/+8
|
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-073-3/+349
|
* Reformat.dfr2001-09-072-278/+280
|
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
| | | | | | the 2nd previous KAME patch. Submitted by: SUMIKAWA Munechika <sumikawa@ebina.hitachi.co.jp>
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-0710-66/+24
| | | | | | | IPV4 code. For now they will still have some in the developing stuff (IPv6) Submitted by: Keiichi SHIMA / <keiichi@iij.ad.jp> Obtained from: KAME
* First pass at porting John's "accept" changes tojulian2001-09-072-49/+383
| | | | | | | | | | | | allow an in-kernel webserver (or similar) to accept and handle incoming connections using netgraph without ever leaving the kernel. (allows incoming tunnel requests to be handled totally within the kernel for example) Needs work, but shouldn't break existing functionality. Submitted by: John Polstra <jdp@polstra.com> MFC after: 2 weeks
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
|
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
| | | | warning and remove a previously existing off-by-one error.
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
|
* Correct the path for OsdEnvironment.c.green2001-09-071-1/+1
|
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-072-12/+18
|
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
| | | | | | | | | Avoid fully initialising the ACPI namespace if we are attempting to avoid parts of it. This is a workaround for some systems that still crash the interpreter. Implement the ISA_IVAR_LOGICALID for ISA compatibility. Implement stubs for other PnP ID-related ivars.
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-073-65/+1
| | | | portable.
* Merge our local branch changes with the 20010831 snapshot.msmith2001-09-074-173/+140
|
* For now just back out seek error checking in __SAPP case, it cause problemsache2001-09-071-2/+2
| | | | | | with non-seekable streams. Now here is what here was originally, but it is ugly, producing unneded seek syscall on each non-seekable stream write. I'll think about proper solution later.
* This commit was generated by cvs2svn to compensate for changes in r83174,msmith2001-09-07108-2219/+1852
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor-branch import of the Intel ACPI CA 20010831 snapshot.msmith2001-09-07112-2392/+1992
| |
* | Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
| | | | | | | | | | | | | | | | | | of the adapter object will always result in a change event. This fixes the problem where a laptop booted without an AC adapter ran at 100% CPU speed by default. Submitted by: "Christopher N . Harrell" <cnh@netvmg.com>
* | Delete a note to myself that doesn't really belong in a releasedbmah2001-09-061-4/+0
| | | | | | | | document.
* | Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
| | | | | | | | | | | | | | returning a Buffer that contains an Integer rather an an Integer directly. Submitted by: msmith Approved by: msmith
* | Delete some cruft that somehow snuck into this file.bmah2001-09-062-6/+0
| |
* | All of this is now committed to the XFree86 port.jhb2001-09-061-52/+0
| |
* | Fix the upgrade path from 4.1 and earlier.obrien2001-09-061-0/+11
| |
* | Document two sysctl variables used by RFC 1948 functionality.bmah2001-09-061-2/+16
| | | | | | | | | | | | While I'm here, fix two markup inconsistencies. Submitted by: silby
* | Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
| |
* | Call sendsig() with the proc lock held and return with it held.jhb2001-09-068-27/+16
| |
* | Don't panic when we don't know the exact chip that is being used.imp2001-09-061-4/+44
| | | | | | | | | | | | | | | | Also, add support for the following parts: O2micro 6912/6972, 6922, 6933 Cirrus Logic PD6834 TI PCI-1260 and PCI-1421 MFC: Soon
* | Surf the net again and find more device IDs:imp2001-09-061-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirrus Logic PD6834 O2micro OZ6836 O2micro OZ6912/6972 O2micro OZ6922 O2micro OZ6933 TI1260 Note: These two aren't on TI's site, but are in TI1260B http://www.yourvote.com/pci/vendors.txt Plus comments for other chips found in Windows INF files, and also referenced in various spots on the net: * Intel 82092AA 0x12218086 16bit * smc/Databook DB87144 0x310610b3 * SMC/databook smc34c90 0xb10610b3 * Omega/Trident 82c094 0x00940123? * Omega/Trident 82c194 0x01941023 * Omega/Trident 82c722 0x07221023? * Opti 82c814 0xc8141045 * Opti 82c824 0xc8241045 * NEC uPD66369 0x003e1033
* | minor commentaryimp2001-09-061-0/+10
| |
* | Strip non version _number_ bits from HOST_OS_VERSION.obrien2001-09-061-1/+1
| | | | | | | | Requested by: knu
* | Add struct tags to avoid warnings in kernel code.dfr2001-09-061-2/+2
| |
* | I was missing the HOST_OS_VERSION setting in the fall-back case.obrien2001-09-062-3/+6
| | | | | | | | | | Also, the script was too position dependant. We now have make(1) pass in the file to grub around in to get our settings from.
* | Fix the size of medium code, the old one failed for DVD's.sos2001-09-061-1/+14
| | | | | | | | This might introduce problems on normal CD's (again) sigh...
* | Use MACHINE_ARCH instead of MACHINE to fix pc98 module.nyan2001-09-061-3/+3
| |
* | The default for -p was ``kern.notice'' in the -h case.ru2001-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | Make it ``user.notice'', as per manpage. (The syslog(3) function defaults to LOG_USER facility if none is specified, but we don't use syslog() in the -h case.) PR: docs/30374 Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* | Print the correct filename if we fail to open $etc_passwd.dd2001-09-061-1/+1
| | | | | | | | Submitted by: Brian Poole <raj@cerias.purdue.edu>
OpenPOWER on IntegriCloud