summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Turn -Werror back on.peter2003-07-231-1/+1
* ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP backpeter2003-07-231-1/+1
* Provide a knob for raising the inline instruction estimate threshold andpeter2003-07-233-1/+7
* Annotate pmap_changebit() as __always_inline. This function wasalc2003-07-232-2/+4
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-236-30/+72
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-234-2/+5
* Undo single-intance inlining which is way above the comfort limit for GCC.phk2003-07-231-3/+2
* Undo agressive inlining which GCC previously wisely ignored.phk2003-07-232-152/+169
* Handle the new MEDIA definitions.harti2003-07-231-0/+9
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-239-30/+48
* Get rid of the zone for network interfaces. We have converted this toharti2003-07-231-7/+0
* MFi386: revision 1.1090.nyan2003-07-231-0/+10
* Remove _ARCH_INDIRECT, it was the glue to enable having both hardwarepeter2003-07-231-67/+0
* We sloppily created an array for the high FP registers (f32-f127),marcel2003-07-231-2/+96
* Attempt to preempt any new gcc-ism references topeter2003-07-221-0/+6
* There is strong reason to believe that gcc 4 will also supportimp2003-07-221-1/+1
* Remove all but one of the inlines here, this reduces the code size byphk2003-07-221-10/+9
* add IPSEC_FILTERGIF suport for FAST_IPSECsam2003-07-221-0/+7
* De-inline some functions. It doesn't gain us anything and bloatsmux2003-07-221-13/+13
* Allocate network interfaces from malloc() instead of using a zone.harti2003-07-221-6/+6
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-2213-21/+14
* EISA_SLOTS is mandantory to get opt_eisa.hticso2003-07-222-2/+2
* relocate eisa into MI files.ticso2003-07-223-2/+1
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-229-46/+15
* 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
OpenPOWER on IntegriCloud