]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-11-30 Maxim SobolevKill leading whilespace.
2005-11-30 Ruslan ErmilovTeach this to create the "machine" and ${MACHINE_ARCH...
2005-11-30 Ruslan ErmilovStyle: use S_ISDIR() (submitted by bde@) and eq() where...
2005-11-30 Ruslan ErmilovByte copy IF_LLADDR() on stack to align it to be safe...
2005-11-30 Marius StroblRemove superfluous bzero()'ing of the softc.
2005-11-30 Marius StroblRemove superfluous inclusion of upa.h.
2005-11-30 Gleb SmirnoffIf bus_dmamap_load() failed, we free the mbuf. We also...
2005-11-30 Yoshihiro TakahashiMFi386: revision 1.1215 (add savagedrm).
2005-11-30 Bruce EvansRearranged the polynomial evaluation to reduce dependen...
2005-11-30 David XuFix compiling for c++, include cdefs.h.
2005-11-30 Bruce EvansFixed cosf(x) when x is a "negative" NaNs. I broke...
2005-11-30 David XuLast step to make mq_notify conform to POSIX standard...
2005-11-30 Bruce EvansFixed the hi+lo approximation to log(2). The normal...
2005-11-30 David XuUpdate conformance and history sections.
2005-11-30 David XuSymlink mq_send to mq_timedsend.
2005-11-30 David XuAdd manuals for POSIX message queue.
2005-11-30 Tom McLaughlinFix misspelling in Poul-Henning Kamp's email address...
2005-11-30 Pyun YongHyeonAdd codec ID for Avance Logic ALC203
2005-11-29 John BaldwinFix snderr() to not leak the socket buffer lock if...
2005-11-29 Peter WemmThe DEFAULTS changes caused the user specified config...
2005-11-29 Damien BergaminiTell Rx radiotap that hardware leaves FCS at the end...
2005-11-29 Damien BergaminiSync with ural:
2005-11-29 Damien BergaminiUse usbd_clear_endpoint_stall_async() instead of usbd_c...
2005-11-29 Damien Bergaminio Send management frames at the lowest possible rate.
2005-11-29 Andrew ThompsonThe bridge is capable of sending broadcast packets...
2005-11-29 Søren SchmidtFix the ata_composite/ata_request leak when using RAID0+1.
2005-11-29 Ruslan ErmilovLet kmod.mk create empty opt_*.h files.
2005-11-29 Craig RodriguesDocument removal of nodev mount option.
2005-11-29 Hajimu UMEMOTOobey opt_inet6.h and opt_ipsec.h in kernel build directory.
2005-11-29 John Baldwin- We don't install USD docs for games anymore since...
2005-11-29 John BaldwinRemove references to rdist(1) and friends.
2005-11-29 John Baldwin- Axe the PARTITIONING and IOCTLS section as this has...
2005-11-29 John BaldwinCorrect xref to systat(1) which was mispelled as ststat...
2005-11-29 Hajimu UMEMOTOWe couldn't specify the rule for filtering tunnel traff...
2005-11-29 Pawel Jakub... We do nothing with returned error value, so just remove it.
2005-11-29 Gleb SmirnoffCatch up with ip_dummynet.h rev. 1.38 and fix build.
2005-11-29 Ruslan ErmilovUnexpand LLADDR().
2005-11-29 Scott LongSeparate the hardware definitions into ipsreg.h so...
2005-11-29 Ruslan ErmilovDrop the -I/usr/include (or any of its variants) from...
2005-11-29 Gleb Smirnoff Garbage-collect now unused struct _ipfw_insn_pipe...
2005-11-29 Christian BruefferNew SiS support.
2005-11-29 Ariff AbdullahAdd notes about ATI IXP audio controller.
2005-11-29 Eric AnholtAdd support for the i855GM, tested by an r300 user.
2005-11-29 Maxim SobolevCheck value returned by g_read_data(9), otherwise we...
2005-11-29 Craig RodriguesRemove MNT_NODEV mount option. In RELENG_6, MNT_NODEV...
2005-11-29 Gleb SmirnoffFirst step in removing welding between ipfw(4) and...
2005-11-28 Eric AnholtUpdate DRM to CVS snapshot as of 2005-11-28. Notable...
2005-11-28 Søren SchmidtFix SiS SATA support, the SATA registers was off.
2005-11-28 Robert WatsonMove zero copy statistics structure before sosend_copyin().
2005-11-28 John BaldwinIf we get a stray interrupt, return after logging it...
2005-11-28 John BaldwinWhen checking to see if a process has exceeded its...
2005-11-28 Joel Dahls/Advance/Avance/
2005-11-28 Joel DahlNo one cares about when the manual page first appeared...
2005-11-28 Robert WatsonBreak out functionality in sosend() responsible for...
2005-11-28 Robert WatsonRemove two lines of debugging output that accidentally...
2005-11-28 Warner LoshVersion 600004 is better than 700000 given other change...
2005-11-28 Joel DahlAdd AUTHORS section.
2005-11-28 Warner Losh600004 is a better new version than 700000 based on...
2005-11-28 Christian BruefferAutogenerate hardware notes for snd_atiixp(4).
2005-11-28 Christian BruefferXref snd_atiixp.4
2005-11-28 John BaldwinRestore the previous state after a FILL operation in...
2005-11-28 Joseph KoshyFollow the rules for the .Dd macro use: use unabbreviat...
2005-11-28 Giorgos KeramidasFix two identical harmless typos in ata error messages:
2005-11-28 Gleb SmirnoffTake if_baudrate from the parent. This fixes problem...
2005-11-28 Bruce EvansRearranged the polynomial evaluation some more to reduc...
2005-11-28 Ruslan ErmilovFix a bug in previous revision: skip LINT if it exists...
2005-11-28 Ruslan Ermilovuniverse: don't attempt to compile DEFAULTS and don...
2005-11-28 Bruce EvansFixed about 50 million errors of infinity ulps and...
2005-11-28 Joel DahlAdd manual page for snd_atiixp(4) and hook it up to...
2005-11-28 Hiroki SatoApply arch= selection to the qandatoc mode. This fixes
2005-11-28 Bruce EvansExploit skew-symmetry to avoid an operation: -sin(x...
2005-11-28 Bruce EvansTry to use the "proximity" (~) operator consistently...
2005-11-28 Bruce EvansChanged spelling of the request-to-inline macro name...
2005-11-28 Bruce EvansUse only double precision for "kernel" cosf and sinf...
2005-11-28 Craig RodriguesRemove commented out reference to posix4/mqueue.h....
2005-11-28 Scott Longmqueue.h has been superceded by sys/mqueue.h thanks...
2005-11-28 Joseph KoshyUse a separate synopsis line for -u as devinfo will...
2005-11-27 Ruslan Ermilov- Allow duplicate "machine" directives with the same...
2005-11-27 David XuFix a stupid compiler warining, remove a redundant...
2005-11-27 Ruslan ErmilovReduction.
2005-11-27 Ruslan ErmilovMake config(8) understand ORed dependecies in "files...
2005-11-27 Christian BruefferDocument 82571 and 82572 support.
2005-11-27 Christian BruefferAdd a CAVEATS section that mentions missing RAID5 support.
2005-11-27 Ian DowseThe ohci driver's processing of completed transfer...
2005-11-27 David XuChange filesystem name from mqueue to mqueuefs for...
2005-11-27 David XuChange filesystem name from mqueue to mqueuefs for...
2005-11-27 Giorgos KeramidasClarify a comment to make it clear that it is NO_NIS...
2005-11-27 Ariff AbdullahSupport for ATI IXP 200 / 300 / 400 series audio contro...
2005-11-27 Tim KientzlePortability: remove AC_FUNC_MALLOC from configure...
2005-11-27 Tim KientzlePortability: Remove AC_CHECK_MALLOC from configure...
2005-11-27 Gleb Smirnoff- Update the flow sequence before converting count to
2005-11-27 David XuRegen.
2005-11-27 David XuDon't use OpenBSD syscall numbers, instead, use new...
2005-11-27 Robert WatsonAdd several aliases for existing clockid_t names to...
2005-11-26 Ian DowseRevision 5.0 of the Sony DSC camera appears to require...
2005-11-26 David XuAdd code to test POSIX message queue.
2005-11-26 David XuImplement following POSIX message queue interfaces:
2005-11-26 David XuBring in POSIX message queue header file.
2005-11-26 David XuSupport mounting POSIX message queue filesystem.
2005-11-26 David XuBring in mqueue.h to define struct mq_attr.
next