]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2007-04-04 Alexander KabaevCast away const qualifier to squash GCC warning.
2007-04-04 Alexander KabaevFirst argument of MD5Final is an array of unsigned...
2007-04-04 Alexander KabaevInclude string.h for non-kernel builds to get proper...
2007-04-04 Alexander KabaevInclude string.h for non-kernel builds to get proper...
2007-04-04 Colin PercivalAdd test to confirm that piping a tar archive created...
2007-04-04 Alexander KabaevDo not assign result of (char *) cast to u_char * variable.
2007-04-04 Alexander KabaevUse correct u_int and socklen_t types for parameters...
2007-04-04 Alexander KabaevAdd include directives for string.h and stdlib.h to...
2007-04-04 Li-Wen HsuAdd myself.
2007-04-04 Alexander KabaevInclude string.h to get proper memcpy prototype.
2007-04-04 Li-Wen HsuAdd myself, my mentor/mentee relationship.
2007-04-04 Jung-uk KimImport amd64 assembly implementations of div(3) family...
2007-04-04 Kip Macyadd helper functions for mapping size to zonez and...
2007-04-04 Chin-San Huang- Remove the leading zero from the day of month.
2007-04-04 Kip Macyfix typo
2007-04-04 Kip Macystyle fixes and make sure that the lock is treated...
2007-04-03 Colin PercivalParse SCHILY.dev and SCHILY.ino fields. These are...
2007-04-03 Kip MacyFixes to sx for newsx - fix recursed case and move...
2007-04-03 Kip Macymove lock_profile calls out of the macros and into...
2007-04-03 Julian ElischerSince we switched to using monatomically increasing...
2007-04-03 Matteo RiondatoAdd the "-p" option, which allows to specify a port...
2007-04-03 Matteo RiondatoAdd the "-p" option, which allows to specify a port...
2007-04-03 Alexander KabaevAdd entry for bsd.symver.mk.
2007-04-03 Pawel Jakub... Add myself.
2007-04-03 Brian SomersFix a typo
2007-04-03 Alexander KabaevPrepare rtld for symbol versioning. Disable it by defau...
2007-04-03 Ruslan ErmilovKill whitespace at EOL.
next