summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/i386/conf/GENERIC revision 1.315.kato2001-07-241-0/+1
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-243-59/+76
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-242-5/+2
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphawpaul2001-07-231-1/+1
* Add an external function to unlink a netgraph type from the types list.julian2001-07-232-0/+21
* AIEEE! Commit the firmware image too. *blush*wpaul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionwpaul2001-07-232-1/+2
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-2311-0/+2613
* Remind people to document bumps in the Porter's Handbook.obrien2001-07-231-0/+6
* Avoid a NULL pointer derefence introduced in rev. 1.129.ru2001-07-231-24/+21
* Integrate fdc.h into fd.c.nyan2001-07-232-4/+250
* make vm_page_select_cache staticassar2001-07-232-2/+1
* s/adress/address/kris2001-07-237-7/+7
* Typo fix: fasion -> fashionkris2001-07-231-1/+1
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-234-3/+78
* Added the proper arguments the sysinfo system callpirzyk2001-07-231-1/+1
* add %option nounputassar2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusiedowse2001-07-221-6/+15
* Note that the umass device requires scbus and dakris2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEhm2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generatedillon2001-07-222-8/+8
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptyokota2001-07-221-5/+5
* revert previous commit (bad style and not needed)assar2001-07-221-1/+0
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* add prototype for dosetrlimitassar2001-07-222-2/+2
* revert previous accidental commitassar2001-07-221-1/+5
* get rid of some printf and pointer type warningsassar2001-07-228-20/+18
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)assar2001-07-211-0/+1
* add <sys/cdefs.h> (for __unused and such)assar2001-07-211-0/+1
* null_do_probe: mark as unusedassar2001-07-211-0/+2
* (vm_page_select_cache): add prototypeassar2001-07-211-0/+1
* Unset MAINTAINER.rnordier2001-07-218-16/+0
* update step.hm2001-07-212-4/+4
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-2113-43/+39
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-218-144/+178
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notmsmith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
* Don't call ourselves a "control method" anything, that's not useful.msmith2001-07-211-4/+6
* The API for loading tables changed (we no longer explicitly search for themsmith2001-07-212-19/+4
* Merge local changes with the ACPI CA 20010717 import.msmith2001-07-215-114/+80
* This commit was generated by cvs2svn to compensate for changes in r80062,msmith2001-07-2177-1287/+1240
|\
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-2182-1401/+1320
* | This commit was generated by cvs2svn to compensate for changes in r80060,msmith2001-07-211-0/+190
|\ \ | |/
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-211-0/+190
* | Add a missing ~ so that the LO_INITIALIZED flag actually gets turned offjhb2001-07-201-1/+1
* | Put a knob in the kernel config files to tweak the user max stack size.pirzyk2001-07-203-4/+9
OpenPOWER on IntegriCloud