]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-02-05 Sam Lefflermake -o handling like athstats
2009-02-05 Sam Lefflerunbreak -o
2009-02-05 Kip Macyhalt APs on reboot
2009-02-05 Kip Macyreboot instance on reset
2009-02-05 Kip Macyfix non-witness compile
2009-02-05 Sam Lefflereliminate gainFCorrection; just have ar5212GetGainFCorr...
2009-02-05 Sam Leffleradd new stats and missing tx_raw stat
2009-02-05 Sam LefflerMinor packet drop improvements:
2009-02-05 Sam Lefflerimprove IQ cal debug msgs; in particular don't scare...
2009-02-05 Sam Lefflerfill in ar5212ResetCalValid; reset the IQ valid flag...
2009-02-05 Sam Lefflerstyle
2009-02-05 Sam Lefflerreplace r/w idiom with OS_REG_SET_BIT (to match other...
2009-02-05 Warner LoshDon't check for mapping above 4GB on 32-bit platforms.
2009-02-05 Sam Lefflero fix identification of ahdemo mode
2009-02-05 Sam Lefflero change _db_show_key to always dump the contents inste...
2009-02-05 Warner Loshdo_product_lookup should return a const struct pccard_p...
2009-02-05 Warner LoshFix parameter types for set_res_flags and read_ivars
2009-02-05 Warner Loshshutdown returns an int
2009-02-05 Warner Loshshutdown returns an int
2009-02-05 Warner Loshwritereg returns an int.
2009-02-05 Warner Loshwritereg returns an int.
2009-02-05 Warner LoshMake iclear return int, since that matches all function...
2009-02-05 Warner Loshreset_epp and ecp_sync both return int.
2009-02-05 Warner LoshShutdown returns an int.
2009-02-05 Warner Loshidentify routine takes driver_t *, not device_t *.
2009-02-05 Sam Lefflero add IEEE80211_KEY_BITS for %b printing of wk_flags
2009-02-05 Warner LoshAdd some additional debugging for the memory code.
2009-02-05 Warner Loshdevice_shutdown returns an int.
2009-02-05 Warner Loshpcib_read_config and pcib_write_config take u_int params.
2009-02-05 Warner Loshdevice_shutdown returns int.
2009-02-05 Warner Loshbus_add_child takes a const char *.
2009-02-05 Sam Leffleradd cfi test tool
2009-02-05 Sam LefflerAdd support for frobbing Intel StrataFlash Protection...
2009-02-05 Sam Leffleradd support for max antenna gain (not used at the moment)
2009-02-05 Warner LoshFix return type for detach routine (should be int)
2009-02-05 Attilio RaoRemove the assertive KA_HELD and KA_UNHELD as long...
2009-02-05 Jamie GrittonDon't bother null-checking the thread pointer before...
2009-02-05 Attilio RaoAdd more KTR_VFS logging point in order to have a more...
2009-02-05 Jamie GrittonCall prison_if from rtm_get_jailed, instead of splittin...
2009-02-05 Jamie GrittonRemove redundant calls of prison_local_ip4 in in_pcbbin...
2009-02-05 Ed SchoutenDon't leave the console TTY constantly open.
2009-02-05 Jamie GrittonDon't allow creating a socket with a protocol family...
2009-02-05 Jamie GrittonStandardize the various prison_foo_ip[46] functions...
2009-02-05 Doug RabsonUse the correct creds when reconnecting so that we...
2009-02-05 Edward Tomasz... In some situations, mnt_lockref could go negative due...
2009-02-05 Kip Macypass in smp_processor_id to identify the cpu in use
2009-02-05 Kip Macyadjust the way that idle happens so as to avoid missing...
2009-02-04 Maksim YevmenkinAllow unprivileged users to run l2ping(8).
2009-02-04 Nathan WhitehornFix bm_shutdown() KOBJ method to correspond to return...
2009-02-04 Maksim YevmenkinClenup code a bit and do not call fork(2) before dameon...
2009-02-04 Warner LoshCorrect signatures to match kobj function definitions.
2009-02-04 Warner LoshShutdown routine returns int.
2009-02-04 Warner Loshdetach doesn't return an unsinged int, but returns...
2009-02-04 Warner LoshFix shutdown routine to return 0 and change signature...
2009-02-04 Warner LoshCorrect signature for the identify routine. The bad...
2009-02-04 Robert WatsonRemove local variable 'ddp' from DDP's attach and detac...
2009-02-04 Robert WatsonRemove written-to but never read local variable 'offset...
2009-02-04 Robert WatsonEliminate the local variable 'ape' in audit_pipe_kqread...
2009-02-04 John BaldwinTweak the ia64 machine check handling code to not regis...
2009-02-04 Andrew ThompsonCheck for NOAUTO on child interfaces (eg wlanX) so...
2009-02-04 Poul-Henning... Get the right system makefiles for make distribution.
2009-02-04 Ed SchoutenRemove slush space from clists.
2009-02-04 Bjoern A. ZeebWhen iterating through the list trying to find a router in
2009-02-04 Olivier HouchardErm... Report the buffer as being bounced even when...
2009-02-04 Kirk McKusickUpdate the actions previously attempted by the -D optio...
2009-02-03 Sam LefflerWhen crafting a media setting w/ an auto (non-fixed...
2009-02-03 Gabor KovesdanReflect adding_user.8 -> adding_user.7 rename
2009-02-03 Randall StewartLOR fix - Lock only when calling the actual code that
2009-02-03 Ed SchoutenRemove NUMCDEVSW, which is unused since RELENG_5.
2009-02-03 Warner LoshFix the functions to match prototypes. The K&R definit...
2009-02-03 Ed SchoutenSlightly improve the design of the TTY buffer.
2009-02-03 John BaldwinTrim what we expose to userland in <dev/ppbus/ppbconf...
2009-02-03 Sam Leffleradd Roel's copyright as he did the initial version
2009-02-03 Sam LefflerAdd support for the StrataFlash on 2348 boards:
2009-02-03 Sam Lefflerhonor any interface width (e.g. setup by the bus shim...
2009-02-03 Sam Lefflerreorg ioctl code to simplify adding new requests
2009-02-03 Sam Lefflerforce atomic_cmpset_ptr types to match atomic_cmpset_32;
2009-02-03 Sam Lefflerfix compilation w/ AH_DEBUG
2009-02-03 Daniel Gerzo- ANSIfy function definitions
2009-02-03 Sean BrunoDelete fwohci_filt() as it is now unused
2009-02-03 John BaldwinDon't right-adjust the SMBus slave address for SSIF...
2009-02-03 John Baldwin- Change ichsmb(4) to follow the format of all the...
2009-02-03 Andrew Thompson- Keep the same sorting on usb_errstr_table as the...
2009-02-03 David E. O... Partially revert r186559.
2009-02-03 Andrew ThompsonAdd missing string table for the usb quirk enum.
2009-02-03 Randall Stewart- Cleanup checksum code.
2009-02-03 Randall StewartAdds support for SCTP checksum offload. This means
2009-02-03 Joseph KoshyImprove robustness of NMI handling, for NMIs recognized...
2009-02-03 Warner LoshUse NULL in preference to 0 in pointer contexts.
2009-02-03 Warner LoshMake bioq_disksort have a ANSI-C definition rather...
2009-02-03 Warner Loshrman_debug should be static, so make it static.
2009-02-03 Warner LoshUse ANSI function definition for profil.
2009-02-03 Warner LoshPrefer ANSI function definitions to K&R ones.
2009-02-03 Warner LoshUse NULL in preference to 0 for pointers.
2009-02-03 Warner LoshUse NULL in preference to 0 for pointers.
2009-02-03 Warner Losho Use unsigned for bit fields.
2009-02-03 Warner Loshint foo(void) is the proper ANSI function definition...
2009-02-03 Marcel MoolenaarIn g_handleattr(), set bp->bio_completed also for the...
2009-02-03 Joseph KoshyIntroduce a C type representing the header for GNU...
2009-02-03 Andrew ThompsonMove away from autogenerated enums, these values never...
next