]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-08-08 jmgrearange some code that handles the thread taskqueue...
2004-08-08 kientzleOops. Use "unsigned long" instead of "int" for the...
2004-08-08 kientzleMinor portability fixes. bsdtar now compiles on Win32...
2004-08-08 philipAssume a finger of regular width when no width value...
2004-08-08 sanpeiAdd support AOpen VA1000 video capture card
2004-08-08 kientzleUse 'int' for certain wide-character conversions instea...
2004-08-08 philipUpdate support for Synaptics Touchpads (Volume IV)
2004-08-08 philipUpdate support for Synaptics Touchpads (Volume III)
2004-08-08 philipUpdate support for Synaptics Touchpads (Volume II)
2004-08-08 philipUpdate support for Synaptics Touchpads (Volume I)
2004-08-08 kientzleThe configure-built Makefile wasn't installing archive.h
2004-08-08 kientzleIf you don't need a header, don't bother including it.
2004-08-08 alcWith the advent of pmap locking it makes sense for...
2004-08-08 marcelImplement single stepping when we leave the kernel...
2004-08-07 sanpeiAdd support for Belkin F5U409 serial-usb adapter
2004-08-07 stefanfAdd man pages for the cimag(), conj() and creal() funct...
2004-08-07 marcelOh yeah? 4 born in the Netherlands. Taken relative...
2004-08-07 phkPush all changes to disk before downgrading a mount...
2004-08-07 marcelSlightly move labels around to make sure we call ast...
2004-08-07 marcelDe-inline gdb_cpu_signal() because we need to convert...
2004-08-07 nsouch10 born in France now!
2004-08-07 desThe whitespace crusader strikes!
2004-08-07 desDon't forget to allocate space for the terminating...
2004-08-07 rwatsonAcquire vr lock before entering vr_setcfg() in vr_miibu...
2004-08-07 kientzleAdd --totals option. Unlike gtar, this reports the...
2004-08-07 kientzleSplit archive_{read,write}_finish into separate "close...
2004-08-07 kientzleDon't forget to count the end-of-file padding as part...
2004-08-07 kientzleHaving implemented read support for it, I now know...
2004-08-07 kientzleLinux port corrections:
2004-08-07 kientzleCorrect an mdoc error; add a sentence about tar's ances...
2004-08-07 impRevert unintended commit that came in with 3rd clause...
2004-08-07 leDue to popular demand, hook up geom_vinum to the build.
2004-08-07 deischenAdd a way to force 1:1 mode for libpthread. To do...
2004-08-07 leFix syntax error introduced in the last commit.
2004-08-07 rwatsonWe're not yet ready to assert !Giant in kern_fcntl...
2004-08-07 sosCorrect the last commit so it works in error situations...
2004-08-07 mlaierAdd altq(9) explaining about the IFQ_* and IFQ_DRV_...
2004-08-07 simokawaRemove extra "*/".
2004-08-07 mlaierAdd another UPDATING entry about recompiling modules...
2004-08-07 mlaierAdd a "void *if_carp" placeholder to struct ifnet with...
2004-08-07 marcelDocument the remove command.
2004-08-07 marcelImplement a remove command. The remove command iterates...
2004-08-07 stefanfAssign the result of getopt() to an int rather than...
2004-08-07 kientzleFix the calculation of the most negative int64_t value...
2004-08-07 marcelUse __FBSDID.
2004-08-07 scottlMove the definition of M_MEMDESC to a non-optional...
2004-08-07 marcelo Save the partition number (=index) in the internal...
2004-08-07 alcRemove dead code. A vm_map's first_free is never NULL...
2004-08-07 impIt appears that cdevsw_add/remove were removed quite...
2004-08-07 impExpand indirect reference to copyright file to the...
2004-08-07 alcEliminate a variable that became unused in the i386...
2004-08-07 impPer letter dated July 22, 1999 remove 3rd clause of...
2004-08-07 impPer letter dated July 22, 1999, delete clause 3 from...
2004-08-07 impSince we upgraded compilers, and the kernel build to...
2004-08-07 marcelCreate an EFI partition when the user wants auto defaul...
2004-08-07 kientzleAdd "make distfile" capabilities to bsdtar, including...
2004-08-07 kientzlelibarchive now has two complete build systems. The...
2004-08-07 kientzlePass the pointy hat, please: Don't blow away the high...
2004-08-07 kientzleBeef up the "cannot archive this" error message with the
2004-08-07 marcelo Save pointers to the chunks for root, home, swap...
2004-08-07 samPickup Giant in ath_rx_proc and when handling a beacon...
2004-08-07 grehanAlways isync after a mtmsr. While perhaps not strictly...
2004-08-06 rwatsonAs SLIP directly accesses the tty code from its if_star...
2004-08-06 cognetUse the new prototype for the zone constructor.
2004-08-06 rwatsonFlag a broad range of VFS operations as GIANT_REQUIRED...
2004-08-06 njlFix a panic in ata_generic_transaction(). The DMA...
2004-08-06 rwatsonIn thread_exit(), include more information about the...
2004-08-06 rwatsonPush UIDINFO_UNLOCK() slightly earlier in chgsbize...
2004-08-06 rwatsonAvoid acquiring Giant for some common light-weight...
2004-08-06 rwatsonGenerate KTR trace records for syscall enter and exit...
2004-08-06 rwatsonGenerate KTR trace records for uma_zalloc_arg() and...
2004-08-06 rwatsonCut a KTR record whenever a callout is invoked. Mark...
2004-08-06 rwatsonAssign KTR flag constants for UMA events and callouts.
2004-08-06 desWhile we're revisiting old sins, try to clean up the...
2004-08-06 desMove the source code for these two modules out of src...
2004-08-06 kensmithI've had 'make release' problems on a large/fast dual...
2004-08-06 marcelNow that make(1) passes variables that were given on...
2004-08-06 tjrFix an off-by-one bug that caused the first character...
2004-08-06 trhodesDamn, fix the SEE ALSO section.
2004-08-06 trhodesAdd a manual page for the hfa driver.
2004-08-06 marcelDo not use hardware flow control for the moment. There...
2004-08-06 jhbDon't scare users with a warning about preemption being...
2004-08-06 roamBump the document date, since the content changed today.
2004-08-06 jmgremove /boot/kernel from the default path.. There...
2004-08-06 roamFix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK...
2004-08-06 hartiAdd the right CFLAGS to show that we have err.h, getadd...
2004-08-06 hartiList some more files to be excluded from the original...
2004-08-06 hartiThis commit was generated by cvs2svn to compensate...
2004-08-06 hartiVirgin import of bsnmpd 1.7
2004-08-06 roamSpell FTP correctly - in this case, it is used as the...
2004-08-06 roamCross-reference getnameinfo(3), getaddrinfo(3), getipno...
2004-08-06 roamForced commit to note that the previous fix was actuall...
2004-08-06 roamFix a printf("%b", ..) example.
2004-08-06 roamAdd Giorgos's description of the ftp-chroot login.conf...
2004-08-06 pjdAdd and document kern.geom.stripe.fast_failed sysctl...
2004-08-06 pjdFields bio_caller[12] should be used by the consumer...
2004-08-06 ruBump the document date.
2004-08-06 ruClean up after mechanical renumbering.
2004-08-06 pjdFix I/O leakage. We're cloning bios in g_stripe_start_f...
2004-08-06 roamDo not attempt to clean up data that has not been initi...
next