summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When direct dispatching an netisr (net.isr.enable=1), if there are alreadyrwatson2003-10-031-13/+21
* trivial locking rtsock_cbsam2003-10-031-0/+11
* cleanups prior to adding locking (and in some cases to eliminate locking):sam2003-10-033-177/+169
* Shorten 'bad gateway' AF_LINK message.bms2003-10-031-1/+1
* Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,bms2003-10-031-1/+4
* Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options.peter2003-10-031-0/+1
* Only delete the route if arplookup() tried to create it. Do not deletebms2003-10-031-8/+13
* Swap the syscall caller frame info (i.e. the return pointer andmarcel2003-10-033-40/+37
* Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).ru2003-10-021-1/+1
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-022-4/+62
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-026-60/+50
* Remove wrong usage of BUF_REFCNT().simokawa2003-10-021-1/+0
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Reimplement pagezero() using "movnti".alc2003-10-021-39/+11
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-0213-657/+804
* Remove the global variable 'cmask', which was used to initialize therwatson2003-10-022-5/+2
* Use __BEGIN_DECLS and __END_DECLS around userland function prototypesrwatson2003-10-022-0/+4
* Create a tunable for net.isr.enable so that it may be set fromrwatson2003-10-021-0/+1
* 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
OpenPOWER on IntegriCloud