]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-01-10 alcUnmanage pages allocated by kmem_alloc(). (There is...
2004-01-09 cognetPrevent a race condition between fork1() and whatever...
2004-01-09 cognetRemove duplicate __FBSDID().
2004-01-09 emaxChange sdp_open_local(3) API. It now takes a path to...
2004-01-09 desMove the description of sbuf_delete() closer to the...
2004-01-09 njlClean up the acpi announce message of trailing spaces.
2004-01-09 simonAdd missing manual page links for rman(9) and sysctl_ad...
2004-01-09 bmahFirst 5.2-RELEASE errata, documenting some known issues...
2004-01-09 njlUpdate man page for \_OS* changes.
2004-01-09 njlExpand the check for overriding the OS name to override...
2004-01-09 njlNote that REPORT_LUNS should be implemented to work...
2004-01-09 njlEnable autosense by default. This shouldn't hurt SPI...
2004-01-09 njlBump the max number of initiators to 256 from 16. ...
2004-01-09 scottlDisable the APIC when selecting the 'Safe Mode' option...
2004-01-09 emaxPrepare libsdp(3) for the upcoming sdpd import
2004-01-09 bruefferAdd MLINK:
2004-01-09 bruefferCorrect typo in MLINK
2004-01-09 bruefferAdd reference to miibus.4
2004-01-09 bruefferdevice uhci0 -> device uhci
2004-01-09 bruefferkue(4) doesn't use miibus either
2004-01-09 bruefferRemove drivers that don't need miibus(4):
2004-01-09 nectarProvide sysarch(2) prototypes in the MD sysarch.h heade...
2004-01-09 phkKASSERT against no-op access requests.
2004-01-09 simon- Add the HP hn210e to the devices list.
2004-01-09 nectarRe-add the FreeBSD RCS keyword for the benefit of merge...
2004-01-09 andreReduce TCP_MINMSS default to 216. The AX.25 protocol...
2004-01-09 nectarIt was reported that when using nss_ldap, getgrent...
2004-01-09 desThis commit was generated by cvs2svn to compensate...
2004-01-09 desDon't output the terminating '\0' (already fixed in...
2004-01-09 hartiFix a warning when NATM is not defined. In this case...
2004-01-09 desEgg on my face: UsePAM was off by default.
2004-01-09 wpaulThe private data section of ndis_packets has a 'packet...
2004-01-09 obrienSync with Creative's 8010.h rev 1.51.
2004-01-09 obrienDike out some very Linux-specific parts that we can...
2004-01-09 obrienThis commit was generated by cvs2svn to compensate...
2004-01-09 obrienVendor import revision 1.9 of ac97_codec.h (we renamed...
2004-01-09 wpaulImplement NdisOpenFile()/NdisCloseFile()/NdisMapFile...
2004-01-09 greenAdd a GraphViz-exporting ngctl(8) "dot" command. You...
2004-01-09 greenAlso, don't crash in the netgraph disconnect node if...
2004-01-09 greenDon't try to ifpromisc() on an interface that's deleted...
2004-01-08 rwatsonImprove the expressiveness of ttyinfo (^T) when dealing...
2004-01-08 rwatsonDrop the sigacts mutex around calls to stopevent()...
2004-01-08 phkDo not emit comments when -n is specified.
2004-01-08 alc - Enable recursive acquisition of the mutex synchroniz...
2004-01-08 sosUse the saved params for LBA-CHS conversion. Fixes...
2004-01-08 muxSome integrated Davicom cards in sparc64 boxes have...
2004-01-08 andreLimiters and sanity checks for TCP MSS (maximum segemen...
2004-01-08 wpaulAdd the PCI ID for yet another bge chip: the Altima...
2004-01-08 wpaulAdd the NDISAPI option.
2004-01-08 njlAlways clean all files, including ones under ACPI_DEBUG...
2004-01-08 deischenMFlibpthread: Add a simple work-around for deadlocking...
2004-01-08 deischenAdd a simple work-around for deadlocking on recursive...
2004-01-08 simokawa* firewire
2004-01-08 ruCosmetics: rearrange the dependency list to match that...
2004-01-08 ruFixed static linkage.
2004-01-08 andreIf path mtu discovery is enabled set the DF bit in...
2004-01-08 andreDo not set the ip_id to zero when DF is set on packet and
2004-01-08 wpaulCorrect the definition of the ndis_miniport_interrupt...
2004-01-08 desUse += instead of = with DPADD / LDADD.
2004-01-08 desRegenerate config.h; I don't know why this didn't hit...
2004-01-08 desRemove obsolete files on the vendor branch.
2004-01-08 desEnable GSSAPI support. [1]
2004-01-08 suzfixed improper routing-message flag
2004-01-08 truckmanThe transmit frame status is stored in the last transmi...
2004-01-07 samRemove extraneous unlock. This fixes a panic seen...
2004-01-07 ceriCorrect an instance of an erroneous "it's".
2004-01-07 jhbComsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().
2004-01-07 grogCorrect capitalization.
2004-01-07 wpaulAdd 'device wlan' to synopsis.
2004-01-07 blackendNetgear WG511T card is a CardBus not a PCI card.
2004-01-07 wpaulCorrect and simplify the implementation of RtlEqualUnic...
2004-01-07 blackendAdd a tip on how to print a manual page.
2004-01-07 anholtman ftpd says that "by default, anonymous users cannot...
2004-01-07 wpaulIt appears drivers may call NdisWriteErrorLogEntry...
2004-01-07 samWhen draining the tx queue reclaim any node references...
2004-01-07 samWhen ath_hal_stoptxdma returns an error dma is still...
2004-01-07 samuse ath_reset instead of ath_init when recovering from...
2004-01-07 sammake hw.ath.debug a tunable
2004-01-07 sammake hw.ath.outdoor and hw.ath.countrycode tunables
2004-01-07 samsplit debugging messages up into classes;
2004-01-07 rwatsonLock p->p_textvp before calling vn_fullpath() on it...
2004-01-07 dwmaloneMove declarations of Procfd to a header file.
2004-01-07 dwmaloneFix a printf format warning.
2004-01-07 desPrevious commit erroneously listed some sources with...
2004-01-07 desGet moduli from the OpenSSH sources instead of keeping...
2004-01-07 desUpdate to reflect changes since the last version.
2004-01-07 desUpdate Makefiles for OpenSSH 3.7.1p2.
2004-01-07 desResolve conflicts and remove obsolete files.
2004-01-07 desVendor import of OpenSSH 3.7.1p2.
2004-01-07 desThis commit was generated by cvs2svn to compensate...
2004-01-07 desMerge OpenSSH 3.7.1p2.
2004-01-07 joergFix a long-standing bug that had been introduced in...
2004-01-07 wpaulUse atomic ops for the interlocked increment and decrem...
2004-01-07 wpaulIn subr_ndis.c: correct ndis_interlock_inc() and ndis_i...
2004-01-07 anholtAllow trailing slashes for MNT_UPDATE case (mount ...
2004-01-07 anholtFrom PR:
2004-01-06 andreEnable the following TCP options by default to give...
2004-01-06 andreAccording to RFC1812 we have to ignore ICMP redirects...
2004-01-06 alfredHook mount_nfs4 to the build.
2004-01-06 bmsAdd pirtool, a tool for dumping the $PIR table on i386...
next