]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-09-08 Pawel Jakub... We don't export individual snapshots, so mnt_export...
2009-09-08 Roman DivackyAdd C/c/f/p/v switches plus a bunch of minor fixes...
2009-09-08 Pawel Jakub... When we automatically mount snapshot we want to return...
2009-09-08 Pawel Jakub... On FreeBSD we don't have to look for snapshot's mount...
2009-09-08 Pawel Jakub... Call ZFS_EXIT() after locking the vnode.
2009-09-08 Poul-Henning... Add necessary include
2009-09-08 Poul-Henning... Having thrown the cat out of the house, add a necessary...
2009-09-08 Poul-Henning... Revert previous commit and add myself to the list of...
2009-09-08 Poul-Henning... Add necessary include.
2009-09-08 Poul-Henning... Move multi-include protection back up to the top of...
2009-09-08 Poul-Henning... Move the duplicate definition of struct sockaddr_storag...
2009-09-08 Konstantin... Lock Giant around vn_open_cred().
2009-09-08 Pawel Jakub... Fix reference count leak for a case where snapshot...
2009-09-08 Alexander MotinDo not check proper request alignment here in geom_dev...
2009-09-08 Tim KientzleFiz /usr/bin/unzip: A bug deep in libarchive's read...
2009-09-08 Tim KientzleUpdate tests to match r195873, which corrected how...
2009-09-08 Xin LIConstify format string pointer, otherwise this would...
2009-09-07 Sean BrunoA few enhancements I made while working on the Firewire...
2009-09-07 Pawel Jakub... If we have to use avl_find(), optimize a bit and use...
2009-09-07 Pawel Jakub... When snapshot mount point is busy (for example we are...
2009-09-07 Edward Tomasz... Some of the controllers sold as ServeRAID (IBM ServeRA...
2009-09-07 Pawel Jakub... Fix detection of file system being shared. After this...
2009-09-07 Edward Tomasz... Enable NFSv4 ACL support in ZFS.
2009-09-07 Edward Tomasz... Add regression tests for NFSv4 ACL granular permission...
2009-09-07 Pawel Jakub... Defer thread start until we set priority.
2009-09-07 Pawel Jakub... Don't recheck ownership on update mount. This will...
2009-09-07 Pawel Jakub... - Avoid holding mutex around M_WAITOK allocations.
2009-09-07 Ken SmithBring the layout of package-split.py more in line with...
2009-09-07 Edward Tomasz... Prevent the line from wrapping.
2009-09-07 Edward Tomasz... Add regression tests for NFSv4 ACLs and update POSIX...
2009-09-07 Edward Tomasz... Add NFSv4 support to setfacl(1).
2009-09-07 Sam Lefflerremove extranous return
2009-09-07 Sam Lefflerfix extraneous return that can cause a memory leak
2009-09-07 Sam Lefflercorrect typo that was a noop on 32-bit machines but...
2009-09-07 Shteryana ShopovaWhen joining a multicast group, the inp_lookup_mcast_if...
2009-09-07 Hiroki SatoUse printb() instead of rolling its own routine to...
2009-09-07 Hajimu UMEMOTOSuppress an options line when no bit is on.
2009-09-07 Pawel Jakub... Teach zdb(8) how to obtain GEOM provider size.
2009-09-07 Pawel Jakub... Changing provider size is not really supported by GEOM...
2009-09-07 Konstantin... If a race is detected, pfs_vncache_alloc() may reclaim...
2009-09-07 Konstantin... insmntque_stddtr() clears vp->v_data and resets vp...
2009-09-07 Pawel Jakub... bzero() on-stack argument, so mutex_init() won't misint...
2009-09-07 Attilio RaoImport a vendor fix for a list overrun.
2009-09-07 Pawel Jakub... Make sure to use up-to-date libarchive header files...
2009-09-06 Alexander MotinTo save small bit of CPU time, hide part of SNTF regist...
2009-09-06 Alexander MotinMFp4:
2009-09-06 Alexander MotinMFp4:
2009-09-06 Pawel Jakub... Silent gcc? Yeah, you wish. What I ment was to silence...
2009-09-06 Alexander MotinRemove unneeded CAM_SIM_MPSAFE check.
2009-09-06 Alexander Motins/bus %d/scbus%d/ in some messages to correct terminology.
2009-09-06 Alexander MotinMFp4:
2009-09-06 Alexander MotinAvoid extra swi_sched() call, if this SIM is already...
2009-09-06 Pawel Jakub... Initialize state_valid and arraysize variable so gcc...
2009-09-06 Alexander MotinRemove constraint, requiring request data to fulfill...
2009-09-06 Antoine BrodinChange w_notrunning and w_stillcold from pointer to...
2009-09-06 Antoine BrodinUpdate etc/mtree/Makefile:
2009-09-06 Norikatsu ShigemuraChange 'dev.cpu.N.temperature', sysctl I (degC) to...
2009-09-06 Konstantin... The clear_remove() and clear_inodedeps() call vn_start_...
2009-09-06 Konstantin... In fhopen, vfs_ref() the mount point while vnode is...
2009-09-06 Ed SchoutenMove ptmx into pty(4).
2009-09-06 Ed SchoutenRemove unneeded minor numbers from /dev/null and /dev...
2009-09-06 Ed SchoutenPerform cleanups to the TTY headers:
2009-09-06 Pawel Jakub... Improve code a bit by eliminating goto and having one...
2009-09-06 Pawel Jakub... Correct typo in comment.
2009-09-06 Pawel Jakub... Correct comment.
2009-09-06 Pawel Jakub... Synchornize description in manual page with strerror...
2009-09-06 Pawel Jakub... Add support for changing providers priority.
2009-09-06 Pawel Jakub... Update copyright years.
2009-09-06 Pawel Jakub... For any given subcommand allow to specify multi-line...
2009-09-05 Qing LiThe addresses that are assigned to the loopback interface
2009-09-05 Bjoern A. ZeebIn the NEXTADDR macro use SA_SIZE() rather than directl...
2009-09-05 Qing LiThis patch fixes an address scope violation. Considerin...
2009-09-05 Qing LiThis patch fixes the following issues:
2009-09-05 Edward Tomasz... Improve wording.
2009-09-05 Konstantin... Handle zero size for posix_memalign. Return NULL or...
2009-09-05 Warner LoshThese checks against BUSY aren't needed: the newbus...
2009-09-05 Warner LoshGo ahead and mention the CVS branch name as well as...
2009-09-05 Warner LoshNote migration of tunable from hw.bus.devctl_disable to
2009-09-04 Jack F VogelIf an interface is brought up with no cable it will...
2009-09-04 Sam Lefflermust also plumb static wep keys to the local sta db...
2009-09-04 Edward Tomasz... Add NFSv4 ACL support to mv(1).
2009-09-04 John BaldwinFill the reverse RSS map with 0xff's so that the subseq...
2009-09-04 Edward Tomasz... Add NFSv4 ACL support to find(1).
2009-09-04 Alexander MotinRemove artificial MAX_IO_SIZE constant, equal to DFLTPH...
2009-09-04 Jamie GrittonAllow a jail's name to be the same as its jid (which...
2009-09-04 Kip Macyremove stale references to RTF_CLONING and RTF_LLINFO
2009-09-04 Alexander MotinAdd to `camcontrol cmd` support for sending arbitrary...
2009-09-04 Konstantin... Add missing ';'.
2009-09-04 Edward Tomasz... Add NFSv4 ACL support to getfacl(1).
2009-09-04 Edward Tomasz... Make umass(4) pass device USB serial number to CAM...
2009-09-04 Pawel Jakub... If crypto operation is finished with EAGAIN, don't...
2009-09-04 Pawel Jakub... Make serial numbers of daX disks visible by GEOM.
2009-09-04 Pawel Jakub... Simplify g_disk_ident_adjust() function and allow any...
2009-09-04 Pawel Jakub... Remove 'ad:' prefix from disk serial number. We don...
2009-09-04 Dag-Erling... Let the armchair generals handle this one.
2009-09-04 Andrey A. ChernovRemove single occurance of HAS_CTYPE ifdef, ctype functions
2009-09-04 Andrey A. Chernov1) Remove single occurance of HAS_CTYPE ifdef, ctype...
2009-09-04 Julian Elischerwhitespace commit
2009-09-04 Andrey A. ChernovAdd lv_LV
2009-09-04 Andrey A. ChernovAdd lv_LV
next