summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.jhb2000-10-273-0/+14
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex sojhb2000-10-273-168/+114
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-272-0/+10
* Install the loader manpages.obrien2000-10-261-1/+0
* add reinit functions to mixerscg2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedcg2000-10-261-3/+7
* Change comment from sprintf to snprintfimp2000-10-261-1/+1
* Change snprintf to strncpy.imp2000-10-261-2/+9
* Add new ioctls for userland access to the MSP deviceroger2000-10-263-0/+30
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
* Fix typoroger2000-10-261-1/+1
* Minor build fixes.dfr2000-10-264-3/+4
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-262-3/+2
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
* fix conflicts from rcsidsdarrenr2000-10-2628-356/+1198
* Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
OpenPOWER on IntegriCloud