summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromimp2005-01-222-0/+4
* When DDB is not defined, don't implement witness_thread_has_locks() andrwatson2005-01-221-0/+2
* handle potential stale values of bssid in neighbor nodes thatsam2005-01-221-1/+5
* Update mac_test for MAC Framework policy entry points System V IPCrwatson2005-01-221-0/+378
* when ssid suppression is enabled don't respond to probe requestssam2005-01-221-0/+8
* be consistent in naming inactivity timers;sam2005-01-221-1/+1
* Update mac_stub for MAC Framework policy entry points System V IPCrwatson2005-01-221-5/+213
* o replace out-of-line copy of FCS w/ a flag that indicates thesam2005-01-221-9/+18
* Implement MLS confidentiality protection for System V IPC objectsrwatson2005-01-221-5/+391
* Implement Biba integrity protection for System V IPC objects (messagerwatson2005-01-221-5/+394
* - Don't destroy UMA zone on error in mdcreate_malloc(), because we need itpjd2005-01-221-4/+1
* Guard against address wrap in kernacc(). Otherwise, a program accessing aalc2005-01-221-0/+5
* Invoke label initialization, creation, cleanup, and tear-down MACrwatson2005-01-221-0/+95
* Add a couple of mtx_asserts() to try to narrow down the window onphk2005-01-221-0/+2
* Invoke label initialization, creation, cleanup, and tear-down MACrwatson2005-01-221-0/+83
* Invoke label initialization, creation, cleanup, and tear-down MACrwatson2005-01-221-0/+162
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youmjacob2005-01-222-5/+6
* Embellish rev 1.61. If we're not building a debug kernel, use -O2 as before.obrien2005-01-221-2/+7
* s/round_page/trunc_page/gbmilekic2005-01-221-4/+4
* we don't need the offset in the attr memory to get the ethernetimp2005-01-211-14/+12
* Only report state changes of subdisks and plexes when there'sle2005-01-211-2/+14
* Don't initialize error with ENXIO as we might end up here whenle2005-01-211-2/+1
* we don't need to make fake sockaddr_in6 to compare subject address.ume2005-01-211-13/+2
* Bring in MemGuard, a very simple and small replacement allocatorbmilekic2005-01-216-0/+317
* Remove prototype of undefined function so this compiles again.phk2005-01-211-2/+0
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-2113-138/+298
* MFi386: handle PSL_T properly across fork. Typo fix.peter2005-01-211-1/+13
* MFi386: whitespace, copyright header, etc updatespeter2005-01-216-7/+3
* MFi386: use %rip - 1 for the symbol search address (for noreturn funcs)peter2005-01-211-2/+8
* Rework pccard attachment a little. Now both of my fe based ethernetimp2005-01-211-26/+22
* Some older PC Cards have a weird format for FUNCE tuples. They appearimp2005-01-212-2/+15
* Fix (accidental?) lock order reversal in pmap_remove. Found whengrehan2005-01-213-3/+3
* Remove 6422, V100 and add the P600.ps2005-01-201-2/+1
* Remove references to non-existing symbols DO_corb and got_mmu.cognet2005-01-201-7/+0
* Protect against recursive slices creation in simlar way as it is donepjd2005-01-201-7/+33
* Don't print 'unknown id' in the ep_pccard_identify routine. It isimp2005-01-201-2/+1
* Remove now-stale commentimp2005-01-201-10/+2
* Only attach to network functions. This should be a nop since I'm notimp2005-01-201-0/+10
* Include necessary declarationsimp2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsimp2005-01-201-0/+7
* Only attach to network functions. I'm not aware of any multifunctionimp2005-01-201-0/+10
* Only attach to network functions (unlikely to matter since I'm notimp2005-01-201-0/+10
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-206-33/+33
* Only attach to network functions.imp2005-01-202-0/+20
* u_intXX_t -> uintXX_timp2005-01-201-9/+9
* Use Intersil chip names for the symbols, since many makers use theimp2005-01-202-5/+6
* Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* Add support for SENAO SL-2511CDimp2005-01-201-1/+2
* Minor tweaks to properly order things.imp2005-01-201-4/+4
* Mask off the upper bits of the resource before using it as an indeximp2005-01-201-3/+10
OpenPOWER on IntegriCloud