summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-0117-170/+180
* Temporarily turn net.isr.enable back off again until patches torwatson2003-10-011-1/+1
* add randomtab for ip6_randomflowlabel().ume2003-10-011-0/+11
* Enable net.isr.enable by default, causing "delivery to completion"rwatson2003-10-011-1/+1
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-015-4/+20
* use arc4random()ume2003-10-012-14/+3
* - include opt_random_ip_id.hume2003-10-013-1/+7
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-013-0/+6
* include opt_random_ip_id.hume2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.ume2003-10-012-0/+6
* Obey RANDOM_IP_ID.ume2003-10-011-0/+5
* randomize IPv6 fragment ID.ume2003-10-014-1/+251
* Fix indentionticso2003-10-011-1/+1
* Don't call makedev().ticso2003-10-012-14/+23
* Remove extra parentheses from the __GNUC_PREREQ__ macro.mux2003-10-011-1/+1
* Fix the problem with accessing certain FLASH devices. The problemsos2003-10-011-3/+7
* - Add a memory barrier before the sse2_pagezero() function returns. Thisjeff2003-10-011-0/+1
* By popular demand, added the "static ARP" per-interface option.ru2003-10-012-2/+5
* Fix a bug in fwdev_clone().simokawa2003-10-011-1/+1
* - Hide more #ifdef logic in a new invlcaddr inline. This function flushesjeff2003-10-011-15/+13
* - Define an inline pagezero() to select the appropriate full-page zeroingjeff2003-10-011-16/+20
* - Add ss2_pagezero() for zeroing pages using the movnti instruction. Thisjeff2003-10-012-0/+15
* Use __register_t instead of register_t, otherwise <sys/types.h> is apeter2003-10-011-24/+24
* - Correct a problem with the last commit. The CMAP ptes need to be zeroedjeff2003-10-011-5/+5
* Allow the compiler to micro-optimize byte swapping functions bymux2003-09-301-15/+24
* Use __predict_false() in the KASSERT() macro. We expect this testmux2003-09-301-1/+5
* Introduce new __predict_false(exp) and __predict_true(exp) keywords.mux2003-09-301-0/+36
* Define a new __GNUC_PREREQ__(maj, min) to test if we have a specificmux2003-09-301-6/+16
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due tonjl2003-09-301-9/+1
* Fix a (fortunately harmless) signed / unsigned bug.des2003-09-301-1/+2
* Reduce diffs against KAME. No functional change.ume2003-09-301-15/+7
* Reduce diffs against KAME. No functional change.ume2003-09-302-9/+4
* - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found injeff2003-09-306-45/+42
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.simokawa2003-09-301-6/+12
* Sync style and comments with latest KAME to reduce diffs.ume2003-09-301-71/+64
* GEOMify.phk2003-09-301-78/+39
* MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.peter2003-09-301-2/+3
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-302-3/+17
* - Remove the definition for TD_SWITCHIN as it is not used.jeff2003-09-301-1/+0
* - Correct a typo in a comment.jeff2003-09-301-1/+1
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-303-14/+11
* Stop this warning:peter2003-09-301-1/+1
* MFp4: portability work, general cleanup, locking fixessam2003-09-2913-1136/+1149
* os dependency glue file for improving portabilitysam2003-09-291-0/+307
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* If the struct mac copied into the kernel has a negative length, returnrwatson2003-09-299-9/+18
* Remove the static reservations for the raid and raidctl devices.scottl2003-09-291-2/+0
* Use a dynamic major assignment for the raidctl device.scottl2003-09-292-2/+1
* aac no longer uses a static major number.scottl2003-09-291-1/+0
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
OpenPOWER on IntegriCloud