summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset object flags after killing off an object's worker thread.le2005-01-191-0/+6
* whitespace nitphk2005-01-191-1/+1
* Remove unused coda_fbsd_getpages()phk2005-01-194-136/+0
* MFp4: overhaul of resource allocationimp2005-01-194-158/+134
* MFp4: u_intXX_t to uintXX_t.imp2005-01-193-23/+23
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-193-74/+51
* Introduce bus_free_resource. It is a convenience function which wrapsimp2005-01-192-0/+9
* MFp4: fix a minor formatting inconsistancyimp2005-01-191-1/+1
* Remove code for pre-4.0 versions of FreeBSD. It is there in priorimp2005-01-191-61/+16
* Call wi_free after we turn off the interrupts. If we call it before,imp2005-01-191-2/+2
* MFpowerpc: Work around the problem of returning a 32 bits value fromcognet2005-01-191-1/+14
* Mostly back out rev 1.33 from quite some time ago, and the followup fixespeter2005-01-181-25/+11
OpenPOWER on IntegriCloud