summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Simplify the implementation of pmap_emulate_reference(). The new versionDoug Rabson2001-07-243-59/+76
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughBill Fenner2001-07-242-5/+2
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphaBill Paul2001-07-231-1/+1
* Add an external function to unlink a netgraph type from the types list.Julian Elischer2001-07-232-0/+21
* AIEEE! Commit the firmware image too. *blush*Bill Paul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionBill Paul2001-07-232-1/+2
* You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul2001-07-2311-0/+2613
* Remind people to document bumps in the Porter's Handbook.David E. O'Brien2001-07-231-0/+6
* Avoid a NULL pointer derefence introduced in rev. 1.129.Ruslan Ermilov2001-07-231-24/+21
* Integrate fdc.h into fd.c.Yoshihiro Takahashi2001-07-232-4/+250
* make vm_page_select_cache staticAssar Westerlund2001-07-232-2/+1
* s/adress/address/Kris Kennaway2001-07-237-7/+7
* Typo fix: fasion -> fashionKris Kennaway2001-07-231-1/+1
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-234-3/+78
* Added the proper arguments the sysinfo system callJim Pirzyk2001-07-231-1/+1
* add %option nounputAssar Westerlund2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Note that the umass device requires scbus and daKris Kennaway2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEHellmuth Michaelis2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generateMatthew Dillon2001-07-222-8/+8
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* revert previous commit (bad style and not needed)Assar Westerlund2001-07-221-1/+0
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* add prototype for dosetrlimitAssar Westerlund2001-07-222-2/+2
* revert previous accidental commitAssar Westerlund2001-07-221-1/+5
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-228-20/+18
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)Assar Westerlund2001-07-211-0/+1
* add <sys/cdefs.h> (for __unused and such)Assar Westerlund2001-07-211-0/+1
* null_do_probe: mark as unusedAssar Westerlund2001-07-211-0/+2
* (vm_page_select_cache): add prototypeAssar Westerlund2001-07-211-0/+1
* Unset MAINTAINER.Robert Nordier2001-07-218-16/+0
* update step.Hellmuth Michaelis2001-07-212-4/+4
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-2113-43/+39
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-218-144/+178
* Implement a "proper" timecounter hung off the ACPI timer device.Mike Smith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notMike Smith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.Mike Smith2001-07-211-13/+5
* Don't call ourselves a "control method" anything, that's not useful.Mike Smith2001-07-211-4/+6
* The API for loading tables changed (we no longer explicitly search for theMike Smith2001-07-212-19/+4
* Merge local changes with the ACPI CA 20010717 import.Mike Smith2001-07-215-114/+80
* This commit was generated by cvs2svn to compensate for changes in r80062,Mike Smith2001-07-2177-1286/+1239
|\
| * Vendor import of the Intel ACPI CA 20010717 snapshot.Mike Smith2001-07-2182-1400/+1319
* | This commit was generated by cvs2svn to compensate for changes in r80060,Mike Smith2001-07-211-0/+190
|\|
| * Vendor import of the Intel ACPI CA 20010717 snapshot.Mike Smith2001-07-211-0/+190
* | Add a missing ~ so that the LO_INITIALIZED flag actually gets turned offJohn Baldwin2001-07-201-1/+1
* | Put a knob in the kernel config files to tweak the user max stack size.Jim Pirzyk2001-07-203-4/+9
* | gif isn't a count device anymore so don't put a number after it.Brooks Davis2001-07-202-2/+2