summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add device description for the Dell Remote Access Card (DRAC) III and IVbms2005-01-201-0/+9
* At least on some U30 there's a spurious duplicate device node of an EBusmarius2005-01-201-5/+12
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-202-5/+9
* Sort sections.ru2005-01-201-5/+5
* Minor nitimp2005-01-201-1/+0
* Provide a WITHOUT_MODULES variable that specifies a list of moduleswes2005-01-201-0/+4
* Although USBVERBOSE was an option in the config system, usb_subr.c failedimp2005-01-202-2/+2
* when a station is timed out for inactivity, remove it from the tablesam2005-01-201-2/+13
* explicitly avoid timing out ourself due to inactivity; itsam2005-01-201-0/+6
* fix refcnt leak in adhoc mode: entries in the neighbor tablesam2005-01-201-3/+9
* Now that we have a non blocking version of nfsm_dissect(), change all theps2005-01-193-41/+41
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documenteddhartmei2005-01-191-1/+1
* Make "c->c_func = NULL" conditional on CALLOUT_LOCAL_ALLOC in bothcperciva2005-01-191-1/+1
* Make "c->c_func = NULL" conditional on the CALLOUT_LOCAL_ALLOC flag,cperciva2005-01-191-1/+1
* Fix spelling errorimp2005-01-191-1/+1
* Clarify the description of the callout_active() macro: It is cleared bycperciva2005-01-191-1/+3
* Add a small API to manage the MD user trap structures. Specifically, wejhb2005-01-194-17/+48
* move kern_nanosleep to sys/syscallsubr.hps2005-01-193-4/+3
* Add a 32bit syscall wrapper for modstatps2005-01-196-8/+94
* - rename nanosleep1 to kern_nanosleepps2005-01-198-9/+47
* Update support for 795x parts:sam2005-01-193-6/+145
* Add a new make option, ARM_BIG_ENDIAN, to compile big endian kernels.cognet2005-01-191-0/+6
* Fix compile for __ARMEB__.cognet2005-01-191-5/+5
* Fix USB serial device stalled after tcflush() was called.akiyama2005-01-191-1/+5
* Rename synchronization and initialization threads and prefix themle2005-01-191-2/+2
* Although an object may already be known in the configuration, it'sle2005-01-193-5/+32
OpenPOWER on IntegriCloud