]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-12-05 obrienNow as a full blown port.
2004-12-05 marcelFix previous commit. GDB_CROSS_DEBUGGER needs to be...
2004-12-05 njlGrab Giant around calls to DEVICE_SUSPEND/RESUME in...
2004-12-04 krisAdd more frequently-used locale directories. This...
2004-12-04 marksDocument ACPI tunable hw.acpi.serialize_methods.
2004-12-04 alcReplace (inlined) pmap_pte() calls with smaller, faster...
2004-12-04 pjdWhen initializing device, set d_softc and d_no fields...
2004-12-04 simon- Change license to standard 2 clause BSD. [1]
2004-12-04 mariusRevert rev. 1.166 and remove sparc64/pci/ofw_pci_if...
2004-12-04 mariusCatch up with the new device name of sab(4). The entrie...
2004-12-04 phkRemove #if 0'ed rootfs mounting code.
2004-12-04 phkRemove embryonic rootfs mounting facility.
2004-12-04 obrienReplace GNU tar with BSD tar.
2004-12-03 brookskmod.mk knows how to create empty opt_*.h files so...
2004-12-03 phkImplement a function, mount_arg() for accumulating...
2004-12-03 phkSort and wash #includes.
2004-12-03 phkWhen omount() is called, check if the filesystem have...
2004-12-03 phktypo in comment.
2004-12-03 phkAdd vfs_cmount() method to vfs_ops, this is to convert...
2004-12-03 phkAdd early checks for MNT_ROOTFS since we need to allow...
2004-12-03 phkRetire unused vfs_mount() function in the name of nmoun...
2004-12-03 mdodd- Simplify pcn_probe() by moving vendor/device matching...
2004-12-03 mdodd- Move chip ID code into separate function.
2004-12-03 phkDo not blindly pass linux filesystem specific mount...
2004-12-03 rikDon not call pp_down()/pp_up() form XX_tlf()/XX_tls...
2004-12-03 mdoddAdditional register definitions.
2004-12-03 phkIntroduce vfs_byname_kld() which will try to load the...
2004-12-03 rseFix description: the argument to setcontext(3) must...
2004-12-03 jkoshyAdd a manual page for the kernel's EVENTHANDLER facility.
2004-12-03 hartiRemove an extra space.
2004-12-03 hartiFix breakage introduced on 64-bit platforms with my...
2004-12-03 phkMake NAMEI_DIAGNOSTIC compile again and add a stragic...
2004-12-03 phkImprove vprint() a little bit: break long lines, reduc...
2004-12-03 hartiPlug a memory leak.
2004-12-03 hartiPut macro arguments in paranthesis.
2004-12-03 hartiMake sizes to be of type size_t and correct function...
2004-12-03 phkAdd missing vop_bypass (returning EOPNOTSUPP).
2004-12-03 njlACPI is not on pc98 either.
2004-12-03 hartiStyle: fix indentation, protect macro with do { } while...
2004-12-03 njlNon-x86 platforms cannot use the ACPI includes. This...
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...
next