summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r117392,marcel2003-07-113-4/+7
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Rename DISABLE_TRACE to UWX_TRACE_ENABLE and change the conditionalmarcel2003-07-113-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | compilation accordingly. The net effect is that tracing is not by default present and that it can easily be compiled-in. The tracer uses getenv() and printf(), which cannot be used in all cases (ie from the debugger) and with this change we improved the applicability of the unwinder. This change is made on the vendor branch and given back to the vendor for possible inclusion in future versions.
* | This commit was generated by cvs2svn to compensate for changes in r116801,sam2003-06-2511-0/+4530
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of Atheros Hardware Access Layer (HAL)sam2003-06-2511-0/+4530
| /
* | This commit was generated by cvs2svn to compensate for changes in r116748,njl2003-06-231-2/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix a bug in register access. This should fix warning messages of:njl2003-06-231-2/+2
| | | | | | | | | | | | | | | | | | ACPI-0340: *** Error: Could not release ACPI Global Lock, AE_BAD_PARAMETER Submitted by: jhb
* | | This commit was generated by cvs2svn to compensate for changes in r115367,njl2003-05-281-2/+2
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Revert to using TABLE_ID_DSDT as the default. It looks like the dynamicnjl2003-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | ID allocation is not there yet. This fixes a few warnings about \_OS_ not being found and an S3 freeze for one user. Re-staticize AcpiNsRemoveReference() since it is not needed elsewhere. Approved by: re (scottl)
* | | This commit was generated by cvs2svn to compensate for changes in r115351,njl2003-05-272-4/+44
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.njl2003-05-272-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NetBSD dsmethod.c rev 1.7 Fix parent-child loop problem Fix a reference count problem that may cause unexpected memory free Intel 20030512 ACPICA drop (nsalloc.c) Approved by: re (jhb) Obtained from: NetBSD, Intel Reported by: mbr, kochi AT netbsd.org
* | | This commit was generated by cvs2svn to compensate for changes in r115013,marcel2003-05-1529-0/+5320
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | This is beta4 of libuwx; an ia64 stack unwinder. This code is mademarcel2003-05-1529-0/+5320
| / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available by Hewlett-Packard under the MIT license. The unwinder is small, clean and fast and needed little adaptation for use in the kernel. This import has embedded in it the changes needed to make it build in a kernel environment. To optimize the common case, the kernel will minimize the number of registers saved by not saving the preserved registers. In case access to preserved registers is needed (signal handling, ptrace) the kernel will unwind to the context of the syscall or exception. For this we need an unwinder. Approved by: re (blanket)
* | This commit was generated by cvs2svn to compensate for changes in r114584,imp2003-05-031-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix halt -p. I've done this with an import because kochi-san reportsimp2003-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | this is fixed in a newer version of ACPICA and I don't want to take this off the vendor branch for a trivial reason. This patch was applied to NetBSD by kochi-san, who also posted the patch to acpi-jp@jp.freebsd.org. # My Dell Inspiron 8000 now powers off! Submitted by: takayoshi kochi-san kochi at netbsd dot org
* | Restore local changes accidentally lost in the last import.jhb2003-05-016-6/+54
| | | | | | | | Reviewed by: njl
* | Resolve conflicts.njl2003-04-2917-330/+515
| |
* | Updated import-preparation script. It now removes vendor paths from headernjl2003-04-291-2/+17
| | | | | | | | info. With these changes, no manual prep of the dist was necessary.
* | Resolve conflictsnjl2003-04-291-85/+46
| |
* | This commit was generated by cvs2svn to compensate for changes in r114239,njl2003-04-294-0/+1690
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Intel ACPI 20030228 vendor distributionnjl2003-04-294-0/+1690
| |
* | This commit was generated by cvs2svn to compensate for changes in r114237,njl2003-04-29133-4526/+4359
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Intel ACPI 20030228 vendor distributionnjl2003-04-29151-4901/+4925
| |
* | Explicitly declare 'int' parameters.obrien2003-04-211-0/+1
| |
* | Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-2/+2
| | | | | | | | | | | | | | | | Retain the mistake of not updating the devstat API for now. Spell bioq_disksort() consistently with the remaining bioq_*(). #include <geom/geom_disk.h> where this is more appropriate.
* | Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
| | | | | | | | | | %j in printfs, so put a newsted include in <sys/systm.h> where the printf prototype lives and save everybody else the trouble.
* | Catch up with recent infrastructure changes.mdodd2003-03-161-5/+0
| |
* | Register module dependencies.mdodd2003-03-151-0/+2
| |
* | G/C unused varilable.mdodd2003-03-151-1/+1
| |
* | Catch up with recent changes.mdodd2003-03-151-36/+5
| |
* | Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+1
| | | | | | | | | | | | | | | | in geom_disk.c. As a side effect this makes a lot of #include <sys/devicestat.h> lines not needed and some biofinish() calls can be reduced to biodone() again.
* | Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-3/+1
| | | | | | | | | | | | | | | | | | | | drain routines are done by swi_net, which allows for better queue control at some future point. Packets may also be directly dispatched to a netisr instead of queued, this may be of interest at some installations, but currently defaults to off. Reviewed by: hsu, silby, jayanth, sam Sponsored by: DARPA, NAI Labs
* | Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | branches: Initialize struct cdevsw using C99 sparse initializtion and remove all initializations to default values. This patch is automatically generated and has been tested by compiling LINT with all the fields in struct cdevsw in reverse order on alpha, sparc64 and i386. Approved by: re(scottl)
* | NO_GEOM cleanup:phk2003-02-221-68/+16
| | | | | | | | | | | | Move to "struct disk *" centric use of disk_* API. Remove NOOP ioctl, spl*() and some debug printfs.
* | Back out M_* changes, per decision of the TRB.imp2003-02-194-17/+17
| | | | | | | | Approved by: trb
* | fix bug in updating of interface pointers when resyncing statedarrenr2003-02-151-6/+30
| |
* | Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-1513-117/+379
| |
* | Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-155-83/+222
| |
* | sometimes i hate it when you leave temp files in a directory you import fromdarrenr2003-02-152-13/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r110911,darrenr2003-02-152-0/+13
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import IPFilter 3.4.31 into -currentdarrenr2003-02-1518-207/+622
| | |
| * | 3rd time lucky, i hope.darrenr2002-08-2814-87/+313
| | |
| * | Import IPFilter 3.4.28darrenr2002-06-0711-36/+80
| | |
| * | Import version 3.4.27darrenr2002-04-278-73/+123
| | |
* | | Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw withphk2003-02-111-1/+2
| | | | | | | | | | | | D_CANFREE.
* | | Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-022-5/+0
| | | | | | | | | | | | Submitted by: Hiten Pandya <hiten@unixdaemons.com>
* | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-17/+17
| | | | | | | | | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* | | SMP locking for ifnet list.hsu2002-12-221-0/+6
| | |
* | | Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-2713-170/+226
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r107325,iwasaki2002-11-2777-1380/+1841
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of the Intel ACPI CA 20021118 drop.iwasaki2002-11-2790-1550/+2067
| | | | | | | | | | | | Approved by: re
OpenPOWER on IntegriCloud