]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-12-03 hartiDescribe the .SHELL target.
2004-12-03 hartiChange the algorithm that matches the builtin shells...
2004-12-03 njlEnable the relaxed behavior for op regions and other...
2004-12-03 dumbbellAdd myself to the committers' birthday calendar
2004-12-02 cognetInclude <sys/signalvar.h> for trapsignal().
2004-12-02 ddsClarify the structure element size ordering.
2004-12-02 wollmanFix import conflicts from tzdata2004g.
2004-12-02 hartiMake the tests runnable on a read-only src. To do this...
2004-12-02 mlaierAm I smoking crack? Correct stupid, wrong ASSERT -...
2004-12-02 maximo Do not dump core in -W if dumpdates was not readable...
2004-12-02 maximo Add a missed "." .
2004-12-02 maximo Terminate an endless loop sh -T goes into in dowait...
2004-12-02 phkDrop ffree() as a separate function and incorporate...
2004-12-02 phkStyle polishing.
2004-12-02 phkRemove the de_devvp and stop VREF'ing it for every...
2004-12-02 obrienSpecifically use the 32-bit version of fuword/suword...
2004-12-02 njlTurn ACPI and PCI devices off or to a lower power state...
2004-12-02 njlAdd the ACPI_PWR_FOR_SLEEP method. It takes a device...
2004-12-02 alcFor efficiency eliminate the call to pmap_pte() from...
2004-12-02 alcFor efficiency move the call to pmap_pte_quick() out...
2004-12-02 marksCatch up with AcpiOsSleep() interface change.
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksOops, remove unnecessary cast in original, out-commente...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksLocal change: Supporting code not yet available, use...
2004-12-01 marksLocal change: Remove warnings from vendor files.
2004-12-01 marksLocal change: In the resume path, give up after waitin...
2004-12-01 marksLocal change: Put various debugging options under...
2004-12-01 marksUnchanged files that are off the vendor branch.
2004-12-01 peterDo not leave build droppings in /usr/src for usr.sbin...
2004-12-01 phkBack when VOP_* was introduced, we did not have new...
2004-12-01 marksVendor import of Intel ACPI-CA 20041119
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 reesAdd nfs4 to list of net filesystems.
2004-12-01 reesdon't confuse NFSMNT_ flags with MNT_ flags in statfs
2004-12-01 cpercivaFix unvalidated pointer dereference. This is FreeBSD...
2004-12-01 jhb- Do a better job of handling any Dependent Functions...
2004-12-01 phkhpfs_lookup() should have a vop_cachedlookup_t prototyp...
2004-12-01 phkRemove redundant functions (repo-copied from nfsclient...
2004-12-01 phkCorrectly prototype union_write with vop_write_t, not...
2004-12-01 phkScripted modification of vop_* prototypes to use typedefs.
2004-12-01 jhbDon't allow ISO images to be made that try to use boot...
2004-12-01 reesFix for a bug in nfs_mkdir() that called vrele() instea...
2004-12-01 hartiRemove a double test for the same ptr != NULL and use...
2004-12-01 davidxuIf a thread is resumed by thr_wake, it should return...
2004-12-01 phkMechanically change prototypes for vnode operations...
2004-12-01 nikThe following code sets up two connected TCP sockets...
2004-12-01 glebiusMechanically rename s/ng_timeout/ng_callout/g, s/ng_unt...
2004-12-01 phkemit a "typedef vop_foo_t(struct vop_foo_args *);"...
2004-12-01 hartiStyle: remove a lot of unnecessary casts, add some...
2004-12-01 phkWe already have a lock initialization function, use...
2004-12-01 phkCollect the stuff for the /dev/fd/{%d,std{in,out,err...
2004-12-01 phk"nfiles" is a bad name for a global variable. Call...
2004-12-01 phkStyle: move data to top of file.
2004-12-01 phkAdd missing #include
2004-12-01 scottlFix a bunch of stack leaks. These were theoretically...
2004-12-01 psFix for a race between lookup and readdirplus, that...
2004-12-01 psClean all dirty pages (dirtied by mmap'ed writes) in...
2004-12-01 psFix for a (blocks) underrun bug where negative values...
2004-12-01 marcelChange gdb_cpu_setreg() to not take the value to which...
2004-12-01 njlCompletely back out 1.37. Something else is going...
2004-12-01 scottlRemove the last vestiges of the userconfig option....
2004-12-01 obrienFix "Lock ACPI PCI link not exclusively locked
2004-11-30 mlaierImplement the check I was talking about in the previous...
2004-11-30 mlaierMove ng_socket and ng_btsocket initialization to SI_SUB...
2004-11-30 peterRemove unused cnt variable for the SMP case. Trim...
2004-11-30 njlRemove now unused variable.
2004-11-30 eikadd myself as the contact for the pkg_install tools
2004-11-30 ruRevert last change. It doesn't break mount(8) reporting
2004-11-30 njlDon't bother locking in attach(). At boot time, we...
2004-11-30 hartiStylification: missing spaces, extra space after functi...
2004-11-30 wollmanUse ?= with WARNS.
2004-11-30 bruefferMLINK crypto.4 to cryptodev.4
2004-11-30 hartiConstify the array of predefined shells. It turns out...
2004-11-30 hartiChmod the shell testscript to be executable if it isn...
2004-11-30 davidxuForgot to inline umtxq_unlock.
2004-11-30 davidxu1. use per-chain mutex instead of global mutex to reduce
2004-11-30 scottlInstead of just not defining a bunch of words when...
2004-11-30 hartiChange a couple of the primitve list functions to be...
2004-11-30 impAdd observations of the Linux98 and Grub/98 boot loader...
2004-11-30 grehanCreate a new definition, PSL_KERNSET, which is used...
2004-11-30 impReject tasting of this provider if the sector size...
2004-11-30 njlMake sure the link array is big enough to hold both...
2004-11-30 njlReplace a printf with a KASSERT that we are indeed...
2004-11-30 njlMFamd64: Remove the cpu_reset_proxy cruft now that...
2004-11-30 marcelMakefile (only) changes to allow building a cross debugger.
2004-11-30 bmsFix the build.
2004-11-30 marcels/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to...
2004-11-30 peterUpdate the gdb register extraction support to use the...
2004-11-30 peterSwitch from 1024hz to 1000hz on amd64 to match i386...
2004-11-29 peterMFi386: join the %cr0 setup line now that i386 has...
2004-11-29 peterTake advantage of the shutdown processing being wired...
2004-11-29 psIf soreceive() is called from a socket callback, there...
2004-11-29 psMake soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWA...
2004-11-29 psFix for a bug in nfs_mkdir() that called vrele() instea...
2004-11-29 psWhen upgrading the shared lock to an exclusive lock...
2004-11-29 ceriAdd amd64 to the list of supported platforms.
2004-11-29 njlInstead of translating PCI to ACPI power states, just...
2004-11-29 psFixes a bug in SACK causing us to send data beyond...
2004-11-29 brianSend NAS-IP-Address as well as NAS-Identifier
next