| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed extra calculation for X position (PC-98 only). | nyan | 2000-10-28 | 2 | -2/+0 |
* | Return -10 from the PCI probe to allow room for an updated driver to | msmith | 2000-10-28 | 3 | -3/+3 |
* | Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/ | peter | 2000-10-28 | 2 | -2/+2 |
* | Use EX_USAGE in an example, as the SAME manual page describes a | alex | 2000-10-28 | 1 | -1/+1 |
* | Add some more information to the AUTHORS section. | asmodai | 2000-10-28 | 2 | -4/+14 |
* | Add PCI IDs for some additional cardbus cards. Yes, there really is | wpaul | 2000-10-28 | 6 | -5/+39 |
* | We should include <machine/stdarg.h> not <stdarg.h> | msmith | 2000-10-28 | 2 | -2/+2 |
* | Quick fix for namespace problems which broke many ports. Spell | bde | 2000-10-28 | 1 | -6/+6 |
* | Make the -d option actually work. | alex | 2000-10-28 | 1 | -0/+2 |
* | Some AML code assumes that a function without an explicit ReturnOp will | msmith | 2000-10-28 | 2 | -0/+38 |
* | FreeBSD-specific customisations: | msmith | 2000-10-28 | 6 | -4/+138 |
* | Add some extra fuctions: | msmith | 2000-10-28 | 3 | -0/+244 |
* | Add some verbiage about the new ACPICA code. Note that this probably | msmith | 2000-10-28 | 2 | -0/+24 |
* | Allow PCI busses to be connected to host bridges detected by ACPI as well. | msmith | 2000-10-28 | 2 | -0/+2 |
* | Connect the new ACPICA code to the 'acpica' device. | msmith | 2000-10-28 | 3 | -10/+141 |
* | Initial FreeBSD OSPM (operating system power management) modules for | msmith | 2000-10-28 | 15 | -0/+4893 |
* | FreeBSD-specific OSD (operating system dependant) modules for the Intel | msmith | 2000-10-28 | 11 | -0/+1084 |
* | Revert two experimental changes which escaped from my devel machine. | phk | 2000-10-28 | 7 | -7/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r67754, | msmith | 2000-10-28 | 261 | -0/+158932 |
|\ |
|
| * | Initial import of the Intel-maintained ACPI Component Architecture. This | msmith | 2000-10-28 | 261 | -0/+158932 |
* | Hook ipfilter back up as it compiles now. | obrien | 2000-10-28 | 1 | -2/+2 |
* | Add a quirk entry for Nakamichi MJ-* changers. The changer in question is | ken | 2000-10-28 | 1 | -0/+4 |
* | add Xircom CreditCard adapters and workalikes(xe driver) | sanpei | 2000-10-28 | 1 | -0/+1 |
* | The x86 atomic operations are already locked, so they do not need an | jhb | 2000-10-28 | 2 | -4/+0 |
* | Fix typo in the 4.x case. | msmith | 2000-10-27 | 1 | -1/+1 |
* | implement SNDCTL_DSP_POST | cg | 2000-10-27 | 1 | -3/+2 |
* | Fix a couple of whitespace nits. | jhb | 2000-10-27 | 4 | -8/+8 |
* | Remove 86 unneeded #includes | phk | 2000-10-27 | 22 | -86/+0 |
* | Remove more unused #includes. | phk | 2000-10-27 | 9 | -30/+0 |
* | Typo fix. | mpp | 2000-10-27 | 1 | -1/+1 |
* | Initialize rn_mklist in rn_newpair(). The undocumented assumption | wollman | 2000-10-27 | 1 | -0/+1 |
* | remove a stddef.h missed by phk | gallatin | 2000-10-27 | 1 | -1/+0 |
* | Explicitly initialize _pw_passwd. | nectar | 2000-10-27 | 1 | -1/+1 |
* | Add usage of M_ZERO to malloc calls where the result was just bzeroed. | mjacob | 2000-10-27 | 1 | -7/+4 |
* | Add M_ZERO to malloc calls where the result is just bzeroed. | mjacob | 2000-10-27 | 2 | -8/+5 |
* | update man page to reflect new support | mjacob | 2000-10-27 | 1 | -3/+4 |
* | Use FreeBSD.org, not freebsd.org, as has been the precedent. | asmodai | 2000-10-27 | 5 | -5/+5 |
* | Please welcome the asr manpage [no, not alt.sysadmin.recovery], but | asmodai | 2000-10-27 | 3 | -1/+166 |
* | Comment out the entry for Workbit Ninja SCSI series in PIO mode. | non | 2000-10-27 | 1 | -2/+3 |
* | Include sys/param.h for `__FreeBSD_version' rather than the non-existent | obrien | 2000-10-27 | 2 | -4/+4 |
* | Remove ipfilter and mark it as broken until it will be fixed by maintainer. | ache | 2000-10-27 | 1 | -2/+2 |
* | Make RES_OPTIONS=inet6 work. | ume | 2000-10-27 | 1 | -0/+4 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 51 | -120/+45 |
* | MFS: don't expect result code until you close the data connection | des | 2000-10-27 | 1 | -3/+3 |
* | Expand on the reasons for and against defining NO_F00F_HACK. This is one of | dougb | 2000-10-27 | 2 | -4/+4 |
* | Backout revision 1.7 which was a bad idea since it would force people | dfr | 2000-10-27 | 1 | -1/+1 |
* | Remove bogus undocumented macros used to control conditional assembly. | phk | 2000-10-27 | 1 | -13/+0 |
* | Remove #if DO_DEFLATE | phk | 2000-10-27 | 2 | -6/+0 |
* | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | bde | 2000-10-27 | 17 | -77/+12 |
* | Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment | ru | 2000-10-27 | 1 | -16/+11 |