summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* halt APs on rebootkmacy2009-02-051-1/+1
* reboot instance on resetkmacy2009-02-051-1/+4
* fix non-witness compilekmacy2009-02-051-0/+1
* eliminate gainFCorrection; just have ar5212GetGainFCorrection returnsam2009-02-052-11/+12
* Minor packet drop improvements:sam2009-02-052-4/+11
* improve IQ cal debug msgs; in particular don't scare people by screamingsam2009-02-051-13/+7
* fill in ar5212ResetCalValid; reset the IQ valid flag on the channelsam2009-02-051-1/+10
* stylesam2009-02-051-1/+2
* replace r/w idiom with OS_REG_SET_BIT (to match other code)sam2009-02-051-3/+2
* Don't check for mapping above 4GB on 32-bit platforms.imp2009-02-051-0/+2
* o change _db_show_key to always dump the contents instead of checkingsam2009-02-051-4/+36
* do_product_lookup should return a const struct pccard_product *.imp2009-02-051-1/+1
* Fix parameter types for set_res_flags and read_ivarsimp2009-02-051-4/+4
* shutdown returns an intimp2009-02-054-6/+9
* shutdown returns an intimp2009-02-051-7/+5
* writereg returns an int.imp2009-02-051-2/+3
* writereg returns an int.imp2009-02-051-3/+3
* Make iclear return int, since that matches all function definitions of it.imp2009-02-051-1/+1
* reset_epp and ecp_sync both return int.imp2009-02-052-9/+9
* Shutdown returns an int.imp2009-02-051-3/+3
* identify routine takes driver_t *, not device_t *.imp2009-02-051-1/+1
* o add IEEE80211_KEY_BITS for %b printing of wk_flagssam2009-02-052-15/+9
* Add some additional debugging for the memory code.imp2009-02-051-13/+18
* device_shutdown returns an int.imp2009-02-051-3/+4
* pcib_read_config and pcib_write_config take u_int params.imp2009-02-051-8/+9
* device_shutdown returns int.imp2009-02-051-2/+3
* bus_add_child takes a const char *.imp2009-02-051-3/+3
* Add support for frobbing Intel StrataFlash Protection Registers:sam2009-02-056-15/+221
* Fix return type for detach routine (should be int)imp2009-02-051-2/+3
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,attilio2009-02-051-2/+0
* Don't bother null-checking the thread pointer before the prison checksjamie2009-02-051-27/+22
* Add more KTR_VFS logging point in order to have a more effective tracing.attilio2009-02-052-23/+78
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-052-18/+9
* Don't leave the console TTY constantly open.ed2009-02-052-48/+58
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-053-8/+44
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-0513-209/+193
* Use the correct creds when reconnecting so that we have enough privilege todfr2009-02-051-2/+3
* In some situations, mnt_lockref could go negative due to vfs_unbusy() beingtrasz2009-02-051-3/+5
* pass in smp_processor_id to identify the cpu in usekmacy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptskmacy2009-02-051-64/+63
* Allow unprivileged users to run l2ping(8).emax2009-02-041-5/+0
* Fix bm_shutdown() KOBJ method to correspond to return int, as it should.nwhitehorn2009-02-041-2/+4
* Correct signatures to match kobj function definitions.imp2009-02-043-22/+19
* Shutdown routine returns int.imp2009-02-042-3/+3
* detach doesn't return an unsinged int, but returns an int.imp2009-02-041-2/+2
* Fix shutdown routine to return 0 and change signature from void returnimp2009-02-044-4/+8
* Correct signature for the identify routine. The bad parameter wasn'timp2009-02-041-2/+2
* Remove local variable 'ddp' from DDP's attach and detach routines; theyrwatson2009-02-041-6/+2
* Remove written-to but never read local variable 'offset' fromrwatson2009-02-041-2/+1
OpenPOWER on IntegriCloud