summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-2210-17/+48
* Move inlined function ie_ack() up to before first use.phk2003-07-221-8/+8
* Don't inline very large functions.phk2003-07-221-1/+1
* Don't inline ridiculously very large functions.phk2003-07-221-4/+4
* Don't complain about inlines for genassymphk2003-07-221-1/+1
* When padding an mbuf chain to have a length that is a multipleharti2003-07-221-0/+1
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-2258-14046/+6
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwayspeter2003-07-221-1/+1
* swp_pager_hash() was called before it was instantiated inline. This madepeter2003-07-221-29/+29
* Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because onpeter2003-07-222-16/+18
* Extend the machine/ieeefp.h that was inherited from i386 to supportpeter2003-07-221-55/+165
* Add several vendor, API and media definitions. This has beenharti2003-07-221-5/+27
* Remove __nonnull() on the second argument of strto[u]l() which I usedphk2003-07-221-2/+2
* Erm, my previous commit was wrong and sis_tick() was only called each timecognet2003-07-222-1/+6
* Fix apparent typo in previous commit.silby2003-07-221-1/+1
* o Add monitor mode support. This tested fine with prism cards but may requiresam2003-07-211-2/+29
* add safe driver until we can verify it as machine-independentsam2003-07-211-0/+10
* safenet driver config gluesam2003-07-212-0/+6
* hook safe driver to the buildsam2003-07-211-0/+1
* SafeNet crypto driversam2003-07-211-0/+38
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)sam2003-07-213-0/+2876
* Commit Ian Dowse's workaround for acpi resume resetting after thepeter2003-07-211-0/+8
* Enable eisa support on alpha.ticso2003-07-213-0/+3
* Add a new macro __nonnull(x) to use the new GCC33 attribute which checksphk2003-07-212-16/+22
* This is a pseudo physical interface for the HARP ATM stack. When loadedharti2003-07-215-0/+671
* Use the clear function provided by the video adapter driver.nyan2003-07-214-34/+7
* Supported the gdc_clear function.nyan2003-07-212-6/+114
* add monitor modesam2003-07-215-1/+27
* override the tag. usb_block_allocmem allocates a new tag, which when wejmg2003-07-211-1/+5
* Always deliver synchronous signal to UTS for SA threads.davidxu2003-07-211-2/+14
* track changes to 802.11 code:sam2003-07-204-44/+47
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-208-57/+70
* Do not call acpi_MatchHid() for all probe cases since it accesses thenjl2003-07-201-8/+7
* Close a race condition by passing status retrieved via a non-SCI callnjl2003-07-201-43/+32
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-203-72/+172
* Disabling multicast on vlan interface caused kernel panic.ume2003-07-191-0/+2
* Turn a KASSERT back into an EINVAL return value. So, next time someonemtm2003-07-191-2/+4
* Three fixes:silby2003-07-191-2/+10
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-194-0/+10
* Add Addtron AWA-100 wireless PCI cardimp2003-07-191-0/+1
* Add Linksys WCF12: from Scott Lambertimp2003-07-191-0/+1
* Sync to 1.60imp2003-07-191-1/+4
* Minor fix to the MBUF_STRESS_TEST code so that it keepssilby2003-07-191-1/+1
* Add Linksys compact flash wireless cardimp2003-07-191-0/+1
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Cardimp2003-07-191-0/+1
* sync to 1.59imp2003-07-191-1/+4
* Add Buffalo LPC3_CLX.imp2003-07-191-0/+1
* Add mutex for routing entries.hsu2003-07-191-1/+8
* Fix a busdma bogon:wpaul2003-07-181-3/+3
OpenPOWER on IntegriCloud