]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-27 Pawel Jakub... There's no need for checking result of M_WAITOK allocation.
2009-08-27 Pawel Jakub... Fix an obvious topology lock leak.
2009-08-26 Qing LiWhen multiple interfaces exist in the system, with...
2009-08-26 Stanislav Sedov- Add quirk for Sony DSC digital cameras. This umass...
2009-08-26 Marius StroblAdd a temporary workaround which just lets init die...
2009-08-26 Konstantin... Honor the vfs.timestamp_precision sysctl settings for...
2009-08-26 Robert WatsonAdd IFNET_HOLD reserved pointer value for the ifindex...
2009-08-26 Colin PercivalDon't try to mmap the contents of empty files. This...
2009-08-25 Jilles TjoelkerFix poll() on half-closed sockets, while retaining...
2009-08-25 John Baldwin- Use the headers from ACPI-CA to define various consta...
2009-08-25 Jilles TjoelkerAdd some tests for poll(2)/shutdown(2) interaction.
2009-08-25 Robert WatsonBreak out allocation of new ifindex values from if_allo...
2009-08-25 Xin LILocalize 'e'.
2009-08-25 Max LaierFix argument ordering to memcpy as well as the size...
2009-08-25 Xin LIAdd a new rc.d script, static_arp, which enables the...
2009-08-25 Andrew ThompsonIt is possible for all the kthreads to exit (hci module...
2009-08-25 Gleb SmirnoffFix build broken in r196524.
2009-08-25 Rafal JaworowskiIntroduce SheevaPlug support.
2009-08-25 Robert WatsonUse locks specific to the lltable code, rather than...
2009-08-25 Rafal JaworowskiIntroduce MII_ADDR_BASE option on ARM, which allows...
2009-08-25 Rafal JaworowskiExclude common Kirkwood settings so they can be shared...
2009-08-25 Rafal JaworowskiProperly handle initial state of power mgmt.
2009-08-25 Rafal JaworowskiEliminate platform_pmap_init() to simplify Marvell...
2009-08-25 Brian SomersDocument that ppp handles pipe(2) descriptors specially...
2009-08-25 Warner LoshRather than havnig enabled/disabled, implement a max...
2009-08-25 Ulf Lilleengen- Add a SIGINFO handler for savecore.
2009-08-25 Philippe CharnierANSIfy functions declarations, adjust prototypes. Renam...
2009-08-25 Xin LIAdd a missing .El.
2009-08-24 Xin LIConsider flag == 0 as the same of flag == R_NEXT. ...
2009-08-24 Xin LIFix VESA modes and allow 8bit depth modes.
2009-08-24 Doug BartonImprove the case test to detect the presence of lo0...
2009-08-24 John BaldwinInvoke the recently added mm-mtree.sh release script...
2009-08-24 John BaldwinFix a few issues with the lib32 dist so that it include...
2009-08-24 John BaldwinTweak the way that the ACPI and ISA bus drivers match...
2009-08-24 Jack F VogelWhen bridging LRO is causing a problem, the believe
2009-08-24 Jack F VogelA couple of changes: first, make header split on by...
2009-08-24 Pyun YongHyeonDon't try to power down PHY when alc(4) failed to map...
2009-08-24 Pyun YongHyeonAdd RTL8168DP/RTL8111DP device id. While I'm here appen...
2009-08-24 Ken SmithUpdate example for RELENG_8.
2009-08-24 Brian SomersWhen ``ppp -direct'' is invoked by a program that uses...
2009-08-24 Brian SomersWhen realloc()ing device memory for transfer to another...
2009-08-24 Bjoern A. ZeebFix handling of .note.ABI-tag section for GNU systems...
2009-08-24 Alexander Leidinger- Update config to doxygen 1.5.2 (I use this with 1...
2009-08-24 Robert WatsonMake if_grow static -- it's not used outside of if...
2009-08-24 Michael TuexenThis fixes a bug where the value set by SCTP_PARTIAL_DE...
2009-08-24 Ed SchoutenOur implementation of granpt(3) could be valid in the...
2009-08-24 Randall StewartThis fixes two bugs in the NR-Sack code:
2009-08-24 Ed SchoutenAllow multiple console devices per driver without insan...
2009-08-24 Marko ZecWhen "jail -c vnet" request fails, the current code...
2009-08-24 Marko ZecWhen moving ifnets from one vnet to another, and the...
2009-08-24 Marko ZecFix NFS panics with options VIMAGE kernels by apropriat...
2009-08-24 Marko ZecIntroduce a div_destroy() function which takes over...
2009-08-24 Marko ZecWhen registering a protocol to an existing protocol...
2009-08-24 Ed SchoutenUnhardcode 0x100 inside kbdcontrol.
2009-08-24 Ed SchoutenCleanups to the Xen console driver:
2009-08-24 Alfred Perlstein - Patch to allow USB controller to resume...
2009-08-24 Alfred PerlsteinRemove redundant locking.
2009-08-24 Alfred PerlsteinAdd a reminder comment to optimize bus_dmamap_sync...
2009-08-24 Alfred PerlsteinAdd mass storage quirks.
2009-08-24 Alfred Perlstein - fix uvisor support, mostly correct buffer...
2009-08-24 Alfred Perlstein - Fix false positive uipaq probe
2009-08-24 Alfred Perlstein - fix CDC ethernet matching order so that...
2009-08-24 Alfred PerlsteinWe used force all of the GPIO pins low first and then
2009-08-24 Alfred Perlstein - FIFO's are always opened separately in read...
2009-08-24 Alfred Perlstein - patch for cordump slowdown. Avoid using DELAY...
2009-08-24 Alfred Perlstein - allow disabling "root_mount_hold()" by
2009-08-24 Alfred PerlsteinRemove redundant Giant reference. Giant will be dropped
2009-08-24 Ken SmithOops. Needed to adjust a little bit more of the line...
2009-08-23 Olivier HouchardKDB needs <machine/db_machdep.h>, so move it under...
2009-08-23 Jilles Tjoelkersh: Fix crash when undefining or redefining a currently...
2009-08-23 Robert WatsonRather than using IFNET_RLOCK() when iterating over...
2009-08-23 Robert WatsonRework global locks for interface list and index manage...
2009-08-23 Ed SchoutenAllow pty(4) to be loaded as a kld.
2009-08-23 Olivier HouchardNo need to remove the same flag multiple times.
2009-08-23 Doug BartonPrior to the dire warning about values of network_inter...
2009-08-23 Antoine BrodinObsoleteFiles.inc:
2009-08-23 Ivan VorasRemove (c) line.
2009-08-23 Hajimu UMEMOTO- Add AS lookup functionality to traceroute6(8) as...
2009-08-23 Simon L. B... Merge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-23 Sam LefflerEnable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories...
2009-08-23 Robert NolandAdd GET_PARAM support for Z pipes.
2009-08-23 Robert NolandAdd kernel support for Radeon R6/7xx 3D.
2009-08-23 Joseph KoshyUse a more appropriate choice of words.
2009-08-23 Simon L. B... Import DTLS fix from upstream OpenSSL 0.9.8 branch:
2009-08-23 Robert NolandAdd a read only sysctl tracking the hw.drm.msi tunable.
2009-08-23 Robert NolandClean up the handling of device minors
2009-08-23 Robert NolandClean up the locking in drm_alloc_resource()
2009-08-23 Simon L. B... Import DTLS fix from upstream OpenSSL 0.9.8 branch:
2009-08-23 Simon L. B... Import DTLS fix from upstream OpenSSL 0.9.8 branch:
2009-08-23 Simon L. B... Import DTLS fix from upstream OpenSSL 0.9.8 branch:
2009-08-23 Konstantin... Fix the conformance of poll(2) for sockets after r195423 by
2009-08-23 Ed SchoutenAdd support for diffs generated by Perforce.
2009-08-23 Pawel Jakub... - Hide ZFS kernel threads under zfskern process.
2009-08-23 Pawel Jakub... Set priority of vdev_geom threads and zvol threads...
2009-08-23 Pawel Jakub... - Give minclsyspri and maxclsyspri real values (consult...
2009-08-23 Rui PauloMake dev.asmc.N.light.control writable by everyone.
2009-08-23 Rui PauloConstify prime numbers.
2009-08-23 Julian ElischerFix another typo right next to the previous one, that...
next