]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-02-06 Martin Wilke- Use tabs not spaces
2011-02-06 Bernhard SchmidtFix cut&paste mistake.
2011-02-06 Martin Wilke- Add Dell Wireless 1390 BCM4311 Mini PCI to supported...
2011-02-05 Luigi Rizzocorrect the 'output_time' of packets generated by dummynet.
2011-02-05 Luigi Rizzofollowing the recent (218130) changes to Makefile and...
2011-02-05 Jilles Tjoelkersh: Weaken some tests to allow /rescue/sh to pass every...
2011-02-05 Adrian ChaddAdd a temporary workaround so the 11n rate scenario...
2011-02-05 Doug BartonCatch up with reality and references from the latest...
2011-02-05 Alan CoxUnless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit...
2011-02-05 Michael TuexenAdd support for M_FLOWID.
2011-02-05 Nathan WhitehornEnable wide character support in libdialog.
2011-02-05 Konstantin... Fix linking of the kernel without device npx.
2011-02-05 Konstantin... Clear the padding when returning context to the usermod...
2011-02-05 Jilles Tjoelkersh: Fix two things about {(...)} <redir:
2011-02-05 Jilles Tjoelkersh: Remove clearcmdentry()'s now unused argument.
2011-02-05 Jilles Tjoelkersh: Forget all cached command locations on any PATH...
2011-02-05 Jilles Tjoelkersh: Do not try to execute binary files as scripts.
2011-02-05 Randall Stewart1) Typo correction in comments and one spacing change.
2011-02-05 Warner Loshphys_addr is a PA not a VA so declare it as a vm_paddr_...
2011-02-05 Warner LoshMake md_tp a register_t not a void *. This will keep...
2011-02-04 Jilles Tjoelkersh: Remove special code for shell scripts without magic...
2011-02-04 Konstantin... Remove duplicate .note.GNU-stack section declaration.
2011-02-04 Alan CoxSince the last parameter to vm_object_shadow() is a...
2011-02-04 Konstantin... Remove duplicate .note.GNU-stack section declaration...
2011-02-04 Jung-uk KimDo not let pw.conf(5) or -M option affect creation...
2011-02-04 John BaldwinCorrect include path.
2011-02-04 Pyun YongHyeonDisable TX IP checksum offloading for RTL8168C controll...
2011-02-04 Jilles TjoelkerMake sys_signame upper case.
2011-02-04 Ed MasteWe can pass a format string and args to panic(), so...
2011-02-04 Andrey V. Elsukovvdev's sectorsize should not be greater than 8 Kbytes...
2011-02-04 John BaldwinCollapse duplicate definitions of EXT2_SB().
2011-02-04 John BaldwinAlways assert that the turnstile chain lock is held...
2011-02-04 John BaldwinWhen turning off TCP_NOPUSH, only call tcp_output(...
2011-02-04 John BaldwinUse M_WAITOK rather than M_NOWAIT when creating taskque...
2011-02-04 Randall Stewart1) Fix cpu mapping per JB's suggestions
2011-02-04 Tijl CoosemansReplace __LP64__ with __mips_n64. This partly reverts...
2011-02-04 Rebecca CranFix typo (Tuneable -> Tunable).
2011-02-04 Marcel MoolenaarAdd PEX0 and select the first serial port as console.
2011-02-04 Adrian ChaddOops, fix newbie mistake that breaks the normal build.
2011-02-03 Jilles Tjoelkersh: Return only 126 or 127 for execve() failures.
2011-02-03 Michael TuexenFix several bugs in the stream schedulers.
2011-02-03 Adrian ChaddModify the TX path to set and use the 11n rate scenario...
2011-02-03 Adrian ChaddDisable the code I previously added from Rui's 802...
2011-02-03 Michael TuexenMake sure that changing the ECN sysctl does not affect
2011-02-03 Randall Stewart1) Move per John Baldwin to mp_maxid
2011-02-03 Hans Petter... Fix for detection of MTK 3329 GPS USB devices.
2011-02-03 Marcel MoolenaarThe FDT describes the host controller directly. There...
2011-02-03 Marcel MoolenaarAccept r1 as having the metadata pointer argument if...
2011-02-03 Hartmut BrandtBring the list of OIDs up-to-date to prevent conflicts.
2011-02-03 Alan CoxEliminate unnecessary page hold_count checks. These...
2011-02-03 John BaldwinUse a dedicated taskqueue with a thread that runs at...
2011-02-03 Randall StewartFix the per CPU stats so that:
2011-02-03 Pawel Jakub... Setup another socketpair between parent and child,...
2011-02-03 Pawel Jakub... Add missing locking after moving keepalive_send() to...
2011-02-03 Pawel Jakub... Drop privileges after connecting to hastd, but before...
2011-02-03 Pawel Jakub... Let the caller log info about successful privilege...
2011-02-03 Randall StewartAdds an experimental option to create a pool of
2011-02-03 Ed MasteInclude driver name in panic string, to make it easier...
2011-02-03 Ed MasteRevert part of r173264. Both aac_ioctl_sendfib and...
2011-02-02 Warner LoshSetting TARGET and TARGET_ARCH needs to be done in...
2011-02-02 Jilles Tjoelkersh: Add test for shell script without '#!'.
2011-02-02 Jilles Tjoelkersh: Remove comment mentioning herefd, which is gone.
2011-02-02 Ulrich SpörleinAdd some obsolete manpages.
2011-02-02 Bjoern A. ZeebAdd missing argument after r218192.
2011-02-02 Ulrich Spörleinlibkvm: fix logic inversion introduced with last commit
2011-02-02 Matthew D FlemingPut the general logic for being a CPU hog into a new...
2011-02-02 Pawel Jakub... - Rename proto_descriptor_{send,recv}() functions to
2011-02-02 Pawel Jakub... Add proto_connect_wait() to wait for connection to...
2011-02-02 Pawel Jakub... Allow to specify connection timeout by the caller.
2011-02-02 Pawel Jakub... Move protocol allocation and deallocation to separate...
2011-02-02 John BaldwinFix build with DIAGNOSTIC enabled.
2011-02-02 Sergey KandaurovRemove OpenSolaris include path referring to a non...
2011-02-02 Randall Stewart1) Allow a chunk to track the cwnd it was at when sent.
2011-02-02 Pawel Jakub... Be prepared that hp_client or hp_server might be NULL...
2011-02-02 Marcel MoolenaarRename INTR_VEC to MAP_IRQ. From the OFW or FDT we...
2011-02-02 Adrian ChaddCall the correct ANI Attach routine.
2011-02-02 Warner LoshMake the generated files depend on the Makefile so...
2011-02-02 Warner LoshRevert last change now that the reason for it is no...
2011-02-01 Martin MatuskaRecommit r218169, enclosing with #ifdef _KERNEL
2011-02-01 Warner LoshWhitespace nit
2011-02-01 Nick HibmaNew ID for the Novatel MC547
2011-02-01 Alexander KabaevRevert r218169 until it can be tested and fixed properly.
2011-02-01 John BaldwinSome cosmetic fixes and remove a duplicate constant.
2011-02-01 John Baldwin- Set the next_alloc fields for an i-node after allocat...
2011-02-01 John BaldwinOutput an appropriate amount of padding to line up...
2011-02-01 Adrian ChaddJust to be sure, make sure the MCS rates are allowed...
2011-02-01 Martin MatuskaFor ZFS, change the type of clock_t to int64_t.
2011-02-01 Konstantin... The unp_gc() function drops and reaquires lock between...
2011-02-01 Lawrence StewartAlgorithm modules can define their own private congesti...
2011-02-01 Martin MatuskaReintroduce bugfix from r210103 and fix xz on strong...
2011-02-01 Hans Petter... Use correct kernel types for all fields in USB PF code...
2011-02-01 Adrian ChaddAdd a new method to the rate control modules which...
2011-02-01 Adrian ChaddInclude some preliminary TX HT rate scenario setup...
2011-02-01 Pawel Jakub... Do not set socket send and receive buffer. It will...
2011-02-01 Adrian ChaddRefator the common code which calculates the 802.11g...
2011-02-01 Lawrence StewartFix typo in comment: "course" -> "coarse"
2011-02-01 Lawrence StewartImport an implementation of the CAIA-Hamilton-Delay...
2011-02-01 Adrian Chadd* Add a rather hacky "does this speak the 11n TX descri...
2011-02-01 Lawrence StewartImport a clean-room implementation of the Hamilton...
2011-02-01 Lawrence StewartImport a clean-room implementation of the VEGAS congest...
next