summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().alc2000-10-281-0/+4
* add commented-out dependancies on the new sb8 and sb16 driverscg2000-10-281-0/+2
* modules for the new sb8 and sb16 driverscg2000-10-282-0/+16
* add commented-out entries for the new sb8 and sb16 driverscg2000-10-281-0/+2
* split up sb16 and sb/sbpro driverscg2000-10-282-928/+690
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-282-41/+92
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-282-2/+2
* Fixed extention memory check routine.nyan2000-10-283-4/+5
* Removed extra calculation for X position (PC-98 only).nyan2000-10-282-2/+0
* Return -10 from the PCI probe to allow room for an updated driver tomsmith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/peter2000-10-282-2/+2
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-286-5/+39
* We should include <machine/stdarg.h> not <stdarg.h>msmith2000-10-282-2/+2
* Quick fix for namespace problems which broke many ports. Spellbde2000-10-281-6/+6
* Some AML code assumes that a function without an explicit ReturnOp willmsmith2000-10-282-0/+38
* FreeBSD-specific customisations:msmith2000-10-286-4/+138
* Add some extra fuctions:msmith2000-10-283-0/+244
* Add some verbiage about the new ACPICA code. Note that this probablymsmith2000-10-282-0/+24
* Allow PCI busses to be connected to host bridges detected by ACPI as well.msmith2000-10-282-0/+2
* Connect the new ACPICA code to the 'acpica' device.msmith2000-10-283-10/+141
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-2811-0/+1084
* Revert two experimental changes which escaped from my devel machine.phk2000-10-287-7/+7
* This commit was generated by cvs2svn to compensate for changes in r67754,msmith2000-10-28261-0/+158932
|\
| * Initial import of the Intel-maintained ACPI Component Architecture. Thismsmith2000-10-28261-0/+158932
* Hook ipfilter back up as it compiles now.obrien2000-10-281-2/+2
* Add a quirk entry for Nakamichi MJ-* changers. The changer in question isken2000-10-281-0/+4
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-282-4/+0
* Fix typo in the 4.x case.msmith2000-10-271-1/+1
* implement SNDCTL_DSP_POSTcg2000-10-271-3/+2
* Fix a couple of whitespace nits.jhb2000-10-274-8/+8
* Remove 86 unneeded #includesphk2000-10-2722-86/+0
* Remove more unused #includes.phk2000-10-279-30/+0
* Initialize rn_mklist in rn_newpair(). The undocumented assumptionwollman2000-10-271-0/+1
* remove a stddef.h missed by phkgallatin2000-10-271-1/+0
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.mjacob2000-10-271-7/+4
* Add M_ZERO to malloc calls where the result is just bzeroed.mjacob2000-10-272-8/+5
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentobrien2000-10-272-4/+4
* Remove ipfilter and mark it as broken until it will be fixed by maintainer.ache2000-10-271-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-2749-119/+36
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofdougb2000-10-272-4/+4
* Backout revision 1.7 which was a bad idea since it would force peopledfr2000-10-271-1/+1
* Remove bogus undocumented macros used to control conditional assembly.phk2000-10-271-13/+0
* Remove #if DO_DEFLATEphk2000-10-272-6/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-2717-77/+12
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentru2000-10-271-16/+11
* Merge from i386: Add MSP ioctlroger2000-10-271-0/+10
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-2711-1/+30
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-272-1/+3
* Add a missing newline to a diagnostic.msmith2000-10-271-1/+1
OpenPOWER on IntegriCloud