]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-04-07 Dag-Erling... This commit was generated by cvs2svn to compensate...
2007-04-07 Dag-Erling... Merge from upstream:
2007-04-07 Christian BruefferNew release notes:
2007-04-07 Pawel Jakub... Add missing mutex_init() which was causing assertion...
2007-04-07 Paolo PisatiPrevent the usage of an uninitialized variable: do...
2007-04-07 Paolo PisatiSilence Coverity about an unused variable.
2007-04-07 KATO TakenoriAdded the IPLware 3.33 support.
2007-04-07 Diomidis SpinellisFix the output of percentage figures, which mistakenly...
2007-04-07 Tim KientzleSimplify the logic for handling header read
2007-04-07 Tim KientzleEnable 'ar' support; hook it up to the build and
2007-04-07 Tim KientzleClarification: Point people to archive_read_data()...
2007-04-07 Kip Macyback out last change
2007-04-07 Matt JacobUpdate the man page a bit- also to reflect that testing
2007-04-07 Colin PercivalWhen copying data from one archive to another, only...
2007-04-07 Ed MasteDescribe PT_GETLWPLIST's arguments.
2007-04-07 Hidetoshi ShimokawaFix a bug for over 4GB media.
2007-04-06 Bruce M SimpsonAdd a small test program for the additional socket...
2007-04-06 Robert WatsonRemove XXX comment that changes to file fields should...
2007-04-06 Alexander Kabaevpc98 boot2 is compiled with _KERNEL defined, and that...
2007-04-06 Alexander Kabaev__p_rcode_syms is declared as external in resolv.conf...
2007-04-06 Jung-uk KimFix kernel module dependency. linprocfs depends on...
2007-04-06 Ruslan ErmilovAdd the PG_NX support for i386/PAE.
2007-04-06 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-04-06 Alexander KabaevImport two binutils header files from FSF 2.15 branch.
2007-04-06 Søren SchmidtAdd 64bit addressing support to SiI 3132/3124
2007-04-06 Søren SchmidtRemove debug gunk.
2007-04-06 Søren SchmidtAdd support for 64bit addressing to AHCI and Marvell...
2007-04-06 Alexander KabaevRemove conflicting extern decralaration for mboxfile...
2007-04-06 Alexander Kabaevgetblocksize expects pointer to long as a second argume...
2007-04-06 Christian Brueffernfe(4) supports polling.
2007-04-06 Pawel Jakub... Sysctl description is not a format string, so one ...
2007-04-06 Yoshihiro TakahashiMFi386: add libkern/memset.c
2007-04-06 Yoshihiro Takahashisort.
2007-04-06 Pawel Jakub... Use strcasecmp() from libkern.
2007-04-06 Pawel Jakub... Implement a work-around for poor ggate write performance.
2007-04-06 Pawel Jakub... We have strcasecmp() in libkern now.
2007-04-06 Pawel Jakub... Remove temporary files when there are no longer needed.
2007-04-06 Pawel Jakub... Claim maintainership of ZFS.
2007-04-06 Pawel Jakub... Oops, keep things sorted.
2007-04-06 Yaroslav Tykhiystyle(9):
2007-04-06 Kip Macymake modules compile without updating etc
2007-04-06 Alexander KabaevBe more conservative and compile libkern/memset.c only...
2007-04-06 Pawel Jakub... Bump __FreeBSD_version on ZFS import.
2007-04-06 Pawel Jakub... Add ZFS periodic scripts that monitors status of ZFS...
2007-04-06 Pawel Jakub... Regen.
2007-04-06 Pawel Jakub... - Add ZFS startup script.
2007-04-06 Pawel Jakub... Connect ZFS to the build.
2007-04-06 Pyun YongHyeonIf we've encountered unrecognized chipset don't access...
2007-04-06 Pawel Jakub... Add new libraries. We may want to rename libumem to...
2007-04-06 Pawel Jakub... Add Makefile for zfs.ko kernel module.
2007-04-06 Pawel Jakub... Add ZFS-specific privileges.
2007-04-06 Pawel Jakub... Please welcome ZFS - The last word in file systems.
2007-04-06 Alexander KabaevAdd local ptototype for memset function.
2007-04-05 Pawel Jakub... allprison mutex was converted to sx(9) lock.
2007-04-05 Pawel Jakub... Implement functionality I called 'jail services'.
2007-04-05 Alexander KabaevAdd trivial MI memset function implementation. GCC...
2007-04-05 Pawel Jakub... Make prison_find() globally accessible.
2007-04-05 Pawel Jakub... Bump date.
2007-04-05 Pawel Jakub... Implement SEEK_DATA and SEEK_HOLE extensions to lseek...
2007-04-05 Pawel Jakub... Add security.jail.mount_allowed sysctl, which allows...
2007-04-05 Pawel Jakub... When KVA is exhausted, try the vm_lowmem event for...
2007-04-05 Pawel Jakub... Fix a problem for file systems that don't implement...
2007-04-05 Pawel Jakub... Hide lbolt under _SOLARIS_C_SOURCE in preparation for...
2007-04-05 Thomas Quinot(bread): For a read that is contained entirely within...
2007-04-05 Marcel MoolenaarAdd PCI IDs for the HP RMP3 serial port. This is often...
2007-04-05 Alexander KabaevRemove extern struct pcb stoppcbs[] declaration from...
2007-04-05 Yaroslav TykhiyAdd an important detail to paragraph 12: the range...
2007-04-05 Colin PercivalMove archive_read_data_into_buffer into archive_read...
2007-04-05 Dag-Erling... Whitespace nits.
2007-04-05 Yaroslav TykhiyReflect the change in rev. 1.44 of process.c.
2007-04-05 Robert Watsons/IPFW(4)/ipfw(4) to match the actual man page name.
2007-04-05 Simon L. B... Update postfix MTA selection code to point at postfix...
2007-04-05 David XuIf a thread who's name is being set is not the current...
2007-04-05 Tim KientzleMore corrections from Joerg Sonnenberger.
2007-04-05 Tim KientzleStyle fixes from Joerg Sonnenberger: use correct types,
2007-04-05 Tim KientzleFrom Joerg Sonnenberger: Fix a number of style gaffes,
2007-04-05 Tim KientzleWordsmithing.
2007-04-05 Xin LIAvoid using intermediate variables by just comparing...
2007-04-04 Kip MacyFix mb_ctor_clust and mb_dtor_clust to reference the...
2007-04-04 Andrew ThompsonThis commit was generated by cvs2svn to compensate...
2007-04-04 Andrew ThompsonPull in latest print-stp.c from vendor
2007-04-04 Garance A DrosehnAdd myself. Include wollman in addition to billf,...
2007-04-04 Andre OppermannAdd INP_INFO_UNLOCK_ASSERT() and use it in tcp_input...
2007-04-04 Andre OppermannMove last tcpcb initialization for the inbound connecti...
2007-04-04 Diomidis SpinellisA dash as an argument to the -f option will now cause...
2007-04-04 Andre OppermannSome local and style(9) cleanups.
2007-04-04 Andre OppermannRetire unused TCP_SACK_DEBUG.
2007-04-04 Andre OppermannIn tcp_dooptions() skip over SACK options if it is...
2007-04-04 Ceri Daviescipher(3) is gone.
2007-04-04 Matteo RiondatoAdd rpc_statd_flags and rpc_lockd_flags options to...
2007-04-04 Martin MatuskaAdd myself and my mentor -> mentee relationship.
2007-04-04 Andrey A. ChernovFix typo FILESYSTEM -> FILESYSTEMS
2007-04-04 Yaroslav TykhiyThe names of the unknown soldiers still are kept in...
2007-04-04 Yaroslav TykhiyAdmit my infertility in public: I had the honour of...
2007-04-04 Robert WatsonReplace custom file descriptor array sleep lock constru...
2007-04-04 Alexey DokuchaevAdd myself.
2007-04-04 Xin LIUse *_EMPTY macros when appropriate.
2007-04-04 Ruslan ErmilovSort as requested.
2007-04-04 Kip MacyMake DMA tags per-queue to facilate parallel mappings
2007-04-04 Kip Macym_extadd does not appear to do the right thing for...
next