]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-01-22 Tom RhodesDocument net.inet.tcp.syncookies_only using a descripti...
2008-01-22 Ken SmithIn 'fixit mode' running "fsck /dev/ad0s1a" typically...
2008-01-22 Ruslan ErmilovCleanup after last commit (remove undefined variables).
2008-01-22 Tom RhodesXref flopen.3 which references this manual page.
2008-01-22 Tom RhodesQuick note on how to disable malloc debugging in the...
2008-01-22 Tom RhodesThe config-recursive target is not run during the norma...
2008-01-22 Giorgos KeramidasRepeat iostat header after rows-3 instead of a hardcode...
2008-01-22 Christian BruefferSmall fixes.
2008-01-22 Tim KientzleMake -l always have the SUSv2 meaning of "check links."
2008-01-22 Andrey A. ChernovUnderstand newly introduced "ASCII" encoding
2008-01-21 Robert WatsonAdd a rather basic man page for the coda kernel module.
2008-01-21 Brooks DavisDuring PREINIT, when giving the interface the address...
2008-01-21 Andrey A. ChernovIntroduce new encoding: "ASCII"
2008-01-21 Tom RhodesNote that the punch_fw option does not work in securele...
2008-01-21 Tom RhodesNote what options are only for DDS drives.
2008-01-21 Warner LoshNote change in the supported upgrade path. Prior to...
2008-01-21 Robert WatsonPut "coda_rdwr: Internally Opening" printf generated...
2008-01-21 Robert WatsonReplace references to VOP_LOCK() w/o LK_RETRY to vn_loc...
2008-01-21 Christian BruefferDocument the 'maintainer' target.
2008-01-21 David E. O... Remove 5.x and 6.x cruft - source upgrades to RELENG_8...
2008-01-21 Ken SmithAdjust paths for EDITOR and PAGER environment variables...
2008-01-21 Bruce EvansFix cutoffs. This is just a cleanup and an optimizatio...
2008-01-21 Ruslan ErmilovAdd copyrights.
2008-01-21 Pyun YongHyeonFix build.
2008-01-21 Christian Brueffersf(4) should work on all archs now, remove it from...
2008-01-21 Pyun YongHyeonDocument two new sysctl variables, dev.sf.%d.int_mod...
2008-01-21 Pyun YongHyeonUncomment sf(4), sf(4) should work on all architectures.
2008-01-21 Pyun YongHyeonsf(4) gained VLAN_MTU support.
2008-01-21 Pyun YongHyeonOverhaul sf(4) to make it run on all architectures...
2008-01-21 Pyun YongHyeonIt seems that the firmware for TxGFP does not work...
2008-01-21 Pyun YongHyeonImport AIC-6915 firmware for GFP from Adaptec.
2008-01-21 Pyun YongHyeonsf(4) was repocopied to src/sys/dev/sf.
2008-01-21 Rong-En FanImprove kernel NAT support in rc.firewall
2008-01-21 Pyun YongHyeonUpdate file list and Makefile after repocopying sf...
2008-01-21 Pyun YongHyeonForced commit to note that sf(4) was repocopied from...
2008-01-21 Sam Lefflerupdates for additional chip support
2008-01-20 Robert WatsonRegenerate.
2008-01-20 Robert WatsonUse audit events AUE_SHMOPEN and AUE_SHMUNLINK with...
2008-01-20 Robert WatsonWhen printing process file descriptor lists, show a...
2008-01-20 Robert WatsonExport a type for POSIX SHM file descriptors via kern...
2008-01-20 Bjoern A. ZeebCorrect the commented out debugging printf()s in REPLAC...
2008-01-20 Maxim Konovalovo Fix ipfw(8) command line parser bug: "ipfw nat 1...
2008-01-20 Bruce EvansOops, when merging from the float version to the double...
2008-01-19 Bruce EvansRemove the float version of the kernel of arg reduction...
2008-01-19 Kip MacyRe-enable pcpu caching by default make sysctl R/W
2008-01-19 Bruce EvansDo an ordinary assignment in STRICT_ASSIGN() except...
2008-01-19 David SchultzCorrect the visibility macro surrounding SIGSYS.
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for exp2f() and exp2() instead...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel...
2008-01-19 Robert WatsonRemove unused oldhash definition from Coda namecache.
2008-01-19 Bruce EvansUse STRICT_ASSIGN() for log1pf() and log1p() instead...
2008-01-19 Attilio RaoBump FreeBSD_version in order to reflect introduction of
2008-01-19 Attilio Rao- Introduce the function lockmgr_recursed() which retur...
2008-01-19 Robert WatsonImprove default vnode operation handling for Coda:
2008-01-19 Robert WatsonRework coda_statfs(): no longer need to zero the statfs...
2008-01-19 Bruce EvansUse STRICT_ASSIGN() instead of assorted direct volatile...
2008-01-19 Robert WatsonZero mi_rotovp and coda_ctlvp immediately after calling...
2008-01-19 Robert WatsonDon't acquire an additional vnode reference to a vnode...
2008-01-19 Robert WatsonDon't declare functions as extern.
2008-01-19 Robert WatsonUse VOP_NULL rather than VOP_PANIC for Coda's vop_print...
2008-01-19 Robert WatsonLock the new directory vnode returned by coda_mkdir...
2008-01-19 Robert WatsonBorrow the VM object associated with an underlying...
2008-01-18 Christian BruefferRemove files conditional on the obsolete MK_FORTRAN...
2008-01-18 David SchultzUse volatile hacks to make sure these functions generat...
2008-01-18 David Schultzexpm1(-big) generates an inexact exception but not...
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Peter WemmFix some boolean logic errors. && vs & and other silly...
2008-01-18 Attilio RaoUpdate VOP_LOCK() and VOP_UNLOCK() prototypes.
2008-01-18 David SchultzAdd some regression tests for libm's exponential functi...
2008-01-18 David SchultzHook up exp2l() and related docs to the build.
2008-01-18 David SchultzIntroduce a new log(3) manpage and move the relevant...
2008-01-18 David SchultzImplement exp2l(). There is one version for machines...
2008-01-18 David SchultzAdd a new union member to access the exponent and sign...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Christian S... Fix gratuitous whitespace bug
2008-01-18 Christian S... Add a case for AUE_LISTEN. This removes the following...
2008-01-18 Maxim Konovalovo FreeBSD 6.3-RELEASE added.
2008-01-18 Robert WatsonMove unlock of global UNIX domain socket lock slightly...
2008-01-18 Ed MasteInclude the thread name (in addition to the proc name...
2008-01-18 Konstantin... In the rev. 1.153, the one place for converting minor...
2008-01-18 Remko LodderUse nfsrv_destroycache() only once, else it crashes...
2008-01-18 Julian Elischerrefactor code so it can run in a chroot without having...
2008-01-18 Christian Bruefferpcib is compiled in when "device pci" is specified.
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 David XuMake sure reading td_runtime in critical section since...
2008-01-18 Robert WatsonIn tcp_ctloutput(), don't hold the inpcb lock over...
2008-01-18 Ruslan ErmilovCorrect the sysconf variable name, _SC_CLK_TCK.
2008-01-18 Konstantin... udf_vget() shall vgone() the vnode when the file_entry...
2008-01-18 Poul-Henning... Still no new leapseconds: Bulletin C-35
2008-01-18 Andrew ThompsonRemove a chunk of duplicated code, test the destination...
2008-01-18 David Xu_POSIX_THREAD_CPUTIME is now supported.
2008-01-18 Pyun YongHyeonUse m_collapse(9) to collapse mbuf chains instead of...
2008-01-18 David XuAdd POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can...
2008-01-18 Tim KientzleI misread the Tinderbox error; this should really unbre...
2008-01-18 Tim KientzleFix 64-bit build after my last commit. <sigh>
2008-01-18 Tim KientzleThe previous commit caused the archive_write_disk inter...
2008-01-18 Tim KientzleIssues with hardlinks in newc-format files prompted...
2008-01-18 Tim KientzleReconnect the progress callback. It may not get called
2008-01-18 David XuSYSTEM_SCOPE_ONLY flag is no longer needed, it is the...
next