| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r116801, | sam | 2003-06-25 | 11 | -0/+4530 |
|\ |
|
| * | Initial import of Atheros Hardware Access Layer (HAL) | sam | 2003-06-25 | 11 | -0/+4530 |
* | This commit was generated by cvs2svn to compensate for changes in r116748, | njl | 2003-06-23 | 1 | -2/+2 |
|\ |
|
| * | Fix a bug in register access. This should fix warning messages of: | njl | 2003-06-23 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r115367, | njl | 2003-05-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Revert to using TABLE_ID_DSDT as the default. It looks like the dynamic | njl | 2003-05-28 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r115351, | njl | 2003-05-27 | 2 | -4/+44 |
|\ \
| |/ |
|
| * | Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897. | njl | 2003-05-27 | 2 | -4/+44 |
* | | This commit was generated by cvs2svn to compensate for changes in r115013, | marcel | 2003-05-15 | 29 | -0/+5320 |
|\ \ |
|
| * | | This is beta4 of libuwx; an ia64 stack unwinder. This code is made | marcel | 2003-05-15 | 29 | -0/+5320 |
| / |
|
* | | This commit was generated by cvs2svn to compensate for changes in r114584, | imp | 2003-05-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix halt -p. I've done this with an import because kochi-san reports | imp | 2003-05-03 | 1 | -1/+1 |
* | | Restore local changes accidentally lost in the last import. | jhb | 2003-05-01 | 6 | -6/+54 |
* | | Resolve conflicts. | njl | 2003-04-29 | 17 | -330/+515 |
* | | Updated import-preparation script. It now removes vendor paths from header | njl | 2003-04-29 | 1 | -2/+17 |
* | | Resolve conflicts | njl | 2003-04-29 | 1 | -85/+46 |
* | | This commit was generated by cvs2svn to compensate for changes in r114239, | njl | 2003-04-29 | 4 | -0/+1690 |
|\ \
| |/ |
|
| * | Import of Intel ACPI 20030228 vendor distribution | njl | 2003-04-29 | 4 | -0/+1690 |
* | | This commit was generated by cvs2svn to compensate for changes in r114237, | njl | 2003-04-29 | 133 | -4526/+4359 |
|\ \
| |/ |
|
| * | Import of Intel ACPI 20030228 vendor distribution | njl | 2003-04-29 | 151 | -4901/+4925 |
* | | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -0/+1 |
* | | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -2/+2 |
* | | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | | Catch up with recent infrastructure changes. | mdodd | 2003-03-16 | 1 | -5/+0 |
* | | Register module dependencies. | mdodd | 2003-03-15 | 1 | -0/+2 |
* | | G/C unused varilable. | mdodd | 2003-03-15 | 1 | -1/+1 |
* | | Catch up with recent changes. | mdodd | 2003-03-15 | 1 | -36/+5 |
* | | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -9/+1 |
* | | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -3/+1 |
* | | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+6 |
* | | NO_GEOM cleanup: | phk | 2003-02-22 | 1 | -68/+16 |
* | | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 4 | -17/+17 |
* | | fix bug in updating of interface pointers when resyncing state | darrenr | 2003-02-15 | 1 | -6/+30 |
* | | Commit import changed from vendor branch of ipfilter to -current head | darrenr | 2003-02-15 | 13 | -117/+379 |
* | | Commit import changed from vendor branch of ipfilter to -current head | darrenr | 2003-02-15 | 5 | -83/+222 |
* | | sometimes i hate it when you leave temp files in a directory you import from | darrenr | 2003-02-15 | 2 | -13/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r110911, | darrenr | 2003-02-15 | 2 | -0/+13 |
|\ \ |
|
| * | | Import IPFilter 3.4.31 into -current | darrenr | 2003-02-15 | 18 | -207/+622 |
| * | | 3rd time lucky, i hope. | darrenr | 2002-08-28 | 14 | -87/+313 |
| * | | Import IPFilter 3.4.28 | darrenr | 2002-06-07 | 11 | -36/+80 |
| * | | Import version 3.4.27 | darrenr | 2002-04-27 | 8 | -73/+123 |
* | | | Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw with | phk | 2003-02-11 | 1 | -1/+2 |
* | | | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 2 | -5/+0 |
* | | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 4 | -17/+17 |
* | | | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+6 |
* | | | Resolve conflicts arising from the ACPI CA 20021118 import. | iwasaki | 2002-11-27 | 13 | -170/+226 |
* | | | This commit was generated by cvs2svn to compensate for changes in r107325, | iwasaki | 2002-11-27 | 77 | -1380/+1841 |
|\ \ \
| | |/
| |/| |
|
| * | | Vendor import of the Intel ACPI CA 20021118 drop. | iwasaki | 2002-11-27 | 90 | -1550/+2067 |
* | | | network interface and link layer changes: | sam | 2002-11-15 | 1 | -4/+9 |
* | | | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+2 |