]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-05-17 Bjoern A. ZeebAdd a missing INIT_VNET_NET() to get VIMAGE closer...
2009-05-17 Bjoern A. ZeebPut the structs under #ifndef VIMAGE_GLOBALS as some...
2009-05-17 Bjoern A. ZeebUnbreak options VIMAGE builds, in a followup to r192011...
2009-05-17 Alan CoxEliminate a pointless call to pmap_clear_reference...
2009-05-17 Alan CoxIntroduce vfs_bio_set_valid() and use it from ffs_reall...
2009-05-17 Sam Leffleradd TRENDnet TEW-504UB/EU
2009-05-17 Sam Lefflerfix 11a channel use; mark OFDM operation correctly
2009-05-17 Rick MacklemFix the acquisition of local locks via VOP_ADVLOCK...
2009-05-17 Rick MacklemAdded a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so...
2009-05-17 Ed SchoutenPrint an extra newline when not at the first column...
2009-05-17 Ed SchoutenSeveral cleanups to tty_info(), better known as Ctrl-T.
2009-05-17 Edward Tomasz... Fix the example.
2009-05-17 Christian BruefferImprove the accf_dns_load description.
2009-05-17 Daniel Gerzo- do not create and mount new file systems on top of...
2009-05-17 Alan CoxMerge r191964: Eliminate a case of unnecessary page...
2009-05-17 Kip Macyadd zfs oid to bsnmpd
2009-05-17 Brian SomersWhen finding processes, ignore ourself and our ancestor...
2009-05-17 Kip Macyset createtxg prop name
2009-05-17 Brian SomersAdd a -d option to ps to display descendant info with...
2009-05-17 Kip MacySAVESTART implies SAVENAME
2009-05-16 Kip Macyenable adaptive spinning on zfs locks
2009-05-16 Rick MacklemChanged sys/fs/nfs_clbio.c in the same way Alan Cox...
2009-05-16 Doug BartonEnhance the safety of the -U option:
2009-05-16 Christian BruefferDrop clause 3 of the license as per rev. 1.35 from...
2009-05-16 Kip Macycorrect range in comment
2009-05-16 Kip Macyupdate vm map comment
2009-05-16 Christian BruefferSync up to rev. 1.25 from OpenBSD:
2009-05-16 Doug BartonAdd -L to the mtree invocation to chase symbolic links...
2009-05-16 Kip MacyIncrease default kernel map to 512GB
2009-05-16 Doug Barton1. New feature; option to have the script loop until...
2009-05-16 Kip Macy- allow forced unmounts
2009-05-16 Doug BartonTrim trailing whitespace from the end of a line
2009-05-16 Kip Macyonly use direct map if system has more than 2GB
2009-05-16 Kip Macyapply band-aid to x86_64 systems with more physical...
2009-05-16 Dmitry ChaginSomewhere between 2.6.23 and 2.6.27, Linux added SOCK_C...
2009-05-16 Dmitry ChaginReturn EINVAL in case when the incorrect or unsupported
2009-05-16 Dmitry ChaginUse the protocol family constants for the domain argume...
2009-05-16 Dmitry ChaginEmulate SO_PEERCRED socket option.
2009-05-16 Ulf Lilleengen- Fix spelling.
2009-05-16 Maxim Konovalovo Add missed semicolon in action script.
2009-05-16 Christian BruefferAdd bwi(4) and urtw(4).
2009-05-16 Christian BruefferMake the HARDWARE section ready for the automatic hardw...
2009-05-16 Doug RabsonAdd support for booting from raidz1 and raidz2 pools.
2009-05-16 Christian BruefferAdd a manpage for the bwi(4) driver.
2009-05-16 Rick MacklemFixed the Null callback RPCs so that they work with...
2009-05-15 Dag-Erling... Remove do-nothing code that was required to dirty the...
2009-05-15 Christian BruefferAdd a missing break in a switch statement.
2009-05-15 Xin LIReduce diff against my local version: replace malloc...
2009-05-15 Rick MacklemMove the nfsstat structure and proc/op number definitio...
2009-05-15 Konstantin... Devfs replaces file ops vector with devfs-specific...
2009-05-15 John BaldwinUpdate the KVM backend for malloc stats to catch up...
2009-05-15 Warner LoshThe module name convention is foo, not if_foo.
2009-05-15 Warner LoshCleanup module declarations:
2009-05-15 Rick MacklemModify the diskless booting code in sys/fs/nfsclient...
2009-05-15 Konstantin... Revert r192094. The revision caused problems for sysctl...
2009-05-15 Ed SchoutenTurn consolectl into a simple device node, not a TTY.
2009-05-15 Christian BruefferThis driver can be loaded as a module now.
2009-05-15 Christian BruefferXref missing wlan drivers.
2009-05-15 Christian BruefferSort SEE ALSO section, remove trailing dot.
2009-05-15 Warner LoshFix name for driver to assign to the SPI device.
2009-05-15 Alan CoxEliminate unnecessary clearing of the page's dirty...
2009-05-15 Colin PercivalAllow a comma-separated list of network interfaces...
2009-05-14 Xin LIAs the comment says, close() frees the variable, record...
2009-05-14 Xin LISome comment/space changes (FALLTHRU -> FALLTHROUGH...
2009-05-14 Xin LITry to workaround a race where bge_stop() may sneak...
2009-05-14 John Baldwin- Use a separate sx lock to try to limit the number...
2009-05-14 John BaldwinTrim the default set of device hints on i386 and amd64:
2009-05-14 Rick MacklemApply changes to the experimental nfs server so that...
2009-05-14 Robert WatsonStaticize two functions not used outside of in_pcb...
2009-05-14 Rick MacklemChange the file names in the comments in sys/fs/nfs...
2009-05-14 Attilio RaoFreeBSD right now support 32 CPUs on all the architectu...
2009-05-14 Maksim YevmenkinAvoid floating point arithmetic while calculating iquir...
2009-05-14 Rafal JaworowskiImprove style(9)
2009-05-14 Rafal JaworowskiPowerPC common SMP startup and time base rework.
2009-05-14 Sam Leffleradd missing type for SYSCTL_PROC items; w/o a type...
2009-05-14 Sam Lefflercorrect handling of ctl frames: the sender's address...
2009-05-14 Yoshihiro TakahashiMFi386: revision 192050
2009-05-14 John Baldwin- Add a void pointer to the ata-pci controller softc...
2009-05-14 Christian BruefferCompare the correct variable against NULL.
2009-05-14 Robert WatsonRemove usb_ethersubr.c missed reference -- we don't...
2009-05-14 Konstantin... Do not advance req->oldidx when sysctl_old_user returni...
2009-05-14 Christian BruefferRemove an unused variable.
2009-05-14 Craig RodriguesSet crashinfo_enable to "YES" by default.
2009-05-14 Qing LiIgnore the INADDR_ANY address inserted/deleted by DHCP...
2009-05-14 Kip MacyCall drbr_stats_update to update ifp stats directly...
2009-05-14 Jeff Roberson - Implement a lockless file descriptor lookup algorithm in
2009-05-14 Nathan WhitehornFactor out platform dependent things unrelated to devic...
2009-05-13 Dag-Erling... Snip redundant assignment.
2009-05-13 Rick MacklemApply a one line change to nfs_clbio.c (which is largel...
2009-05-13 Stanislav Sedov- Set MAC address in ateinit, so it can be changed...
2009-05-13 Stanislav Sedov- Style(9) and consistency nitpicking.
2009-05-13 Ed SchoutenKeep this line shorter than 80 columns.
2009-05-13 Oleksandr Tymoshenko- Make SPI bus bridge be non-arch dependent by using...
2009-05-13 Oleksandr Tymoshenko- Remove nonexistent header file from includes list
2009-05-13 Andrew ThompsonEnsure the bmRequestType is the right type for the...
2009-05-13 Andrew ThompsonAdd parenthesis around the xfer macro argument.
2009-05-13 Andrew ThompsonMake sure collections have the usage field set.
2009-05-13 Andrew ThompsonCheck the correct variable for IO_NDELAY.
2009-05-13 Andrew ThompsonAdd debug lines for fullspeed and highspeed xfer comple...
2009-05-13 Andrew ThompsonSync to P4
next