summaryrefslogtreecommitdiffstats
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
* Document the shiny new WITHOUT_MODULES knob in make.conf.wes2005-01-212-0/+12
* 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
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itache2005-01-216-6/+30
* 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
* Add intersil chip names we know we support since some OEMs use themimp2005-01-201-0/+3
* Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* Note SENAO SL-2511CD supportimp2005-01-201-0/+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
* In crunchgen(1), when calling make(1), don't redirect stderr to stdout,ru2005-01-202-2/+2
* Ignoring MAKEFLAGS in rev. 1.15 was a very bad idea. This causesru2005-01-201-2/+3
* log(9) requires sys/syslog.h.glebius2005-01-201-0/+1
* Sort sections.ru2005-01-20105-821/+821
* 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
* Support 'CE' records in Rockridge extensionskientzle2005-01-201-59/+155
* 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
* Add comment on current state of hardware documentation.grog2005-01-191-0/+4
* 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
* Add sysutils/portsnap onto the list of desired packages, since peoplecperciva2005-01-191-0/+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
OpenPOWER on IntegriCloud