]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-09-09 edwinMFV of r196998.
2009-09-08 npAdd arp_update_event. This replaces route_arp_update_e...
2009-09-08 phkGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-09-08 nwhitehornRemove some debugging (KTR_VERBOSE) that crept into...
2009-09-08 pjdImplement __assert() for Solaris-specific code. Until...
2009-09-08 brookscr_groups is no longer embedded in struct ucred and...
2009-09-08 traszRemove useless variable assignment.
2009-09-08 traszRemove unused variable.
2009-09-08 pjdOnly log successful commands! Without this fix we log...
2009-09-08 impCleanup tortured logic a big. Noticed by FlexLint...
2009-09-08 scottlFree the correct buffer in an error case.
2009-09-08 pjdWe don't export individual snapshots, so mnt_export...
2009-09-08 rdivackyAdd C/c/f/p/v switches plus a bunch of minor fixes...
2009-09-08 pjdWhen we automatically mount snapshot we want to return...
2009-09-08 pjdOn FreeBSD we don't have to look for snapshot's mount...
2009-09-08 pjdCall ZFS_EXIT() after locking the vnode.
2009-09-08 phkAdd necessary include
2009-09-08 phkHaving thrown the cat out of the house, add a necessary...
2009-09-08 phkRevert previous commit and add myself to the list of...
2009-09-08 phkAdd necessary include.
2009-09-08 phkMove multi-include protection back up to the top of...
2009-09-08 phkMove the duplicate definition of struct sockaddr_storag...
2009-09-08 kibLock Giant around vn_open_cred().
2009-09-08 pjdFix reference count leak for a case where snapshot...
2009-09-08 mavDo not check proper request alignment here in geom_dev...
2009-09-08 kientzleFiz /usr/bin/unzip: A bug deep in libarchive's read...
2009-09-08 kientzleUpdate tests to match r195873, which corrected how...
2009-09-08 delphijConstify format string pointer, otherwise this would...
2009-09-07 sbrunoA few enhancements I made while working on the Firewire...
2009-09-07 pjdIf we have to use avl_find(), optimize a bit and use...
2009-09-07 pjdWhen snapshot mount point is busy (for example we are...
2009-09-07 traszSome of the controllers sold as ServeRAID (IBM ServeRA...
2009-09-07 pjdFix detection of file system being shared. After this...
2009-09-07 traszEnable NFSv4 ACL support in ZFS.
2009-09-07 traszAdd regression tests for NFSv4 ACL granular permission...
2009-09-07 pjdDefer thread start until we set priority.
2009-09-07 pjdDon't recheck ownership on update mount. This will...
2009-09-07 pjd- Avoid holding mutex around M_WAITOK allocations.
2009-09-07 kensmithBring the layout of package-split.py more in line with...
2009-09-07 traszPrevent the line from wrapping.
2009-09-07 traszAdd regression tests for NFSv4 ACLs and update POSIX...
2009-09-07 traszAdd NFSv4 support to setfacl(1).
2009-09-07 samremove extranous return
2009-09-07 samfix extraneous return that can cause a memory leak
2009-09-07 samcorrect typo that was a noop on 32-bit machines but...
2009-09-07 syrinxWhen joining a multicast group, the inp_lookup_mcast_if...
2009-09-07 hrsUse printb() instead of rolling its own routine to...
2009-09-07 umeSuppress an options line when no bit is on.
2009-09-07 pjdTeach zdb(8) how to obtain GEOM provider size.
2009-09-07 pjdChanging provider size is not really supported by GEOM...
2009-09-07 kibIf a race is detected, pfs_vncache_alloc() may reclaim...
2009-09-07 kibinsmntque_stddtr() clears vp->v_data and resets vp...
2009-09-07 pjdbzero() on-stack argument, so mutex_init() won't misint...
2009-09-07 attilioImport a vendor fix for a list overrun.
2009-09-07 pjdMake sure to use up-to-date libarchive header files...
2009-09-06 mavTo save small bit of CPU time, hide part of SNTF regist...
2009-09-06 mavMFp4:
2009-09-06 mavMFp4:
2009-09-06 pjdSilent gcc? Yeah, you wish. What I ment was to silence...
2009-09-06 mavRemove unneeded CAM_SIM_MPSAFE check.
2009-09-06 mavs/bus %d/scbus%d/ in some messages to correct terminology.
2009-09-06 mavMFp4:
2009-09-06 mavAvoid extra swi_sched() call, if this SIM is already...
2009-09-06 pjdInitialize state_valid and arraysize variable so gcc...
2009-09-06 mavRemove constraint, requiring request data to fulfill...
2009-09-06 antoineChange w_notrunning and w_stillcold from pointer to...
2009-09-06 antoineUpdate etc/mtree/Makefile:
2009-09-06 norkChange 'dev.cpu.N.temperature', sysctl I (degC) to...
2009-09-06 kibThe clear_remove() and clear_inodedeps() call vn_start_...
2009-09-06 kibIn fhopen, vfs_ref() the mount point while vnode is...
2009-09-06 edMove ptmx into pty(4).
2009-09-06 edRemove unneeded minor numbers from /dev/null and /dev...
2009-09-06 edPerform cleanups to the TTY headers:
2009-09-06 pjdImprove code a bit by eliminating goto and having one...
2009-09-06 pjdCorrect typo in comment.
2009-09-06 pjdCorrect comment.
2009-09-06 pjdSynchornize description in manual page with strerror...
2009-09-06 pjdAdd support for changing providers priority.
2009-09-06 pjdUpdate copyright years.
2009-09-06 pjdFor any given subcommand allow to specify multi-line...
2009-09-05 qingliThe addresses that are assigned to the loopback interface
2009-09-05 bzIn the NEXTADDR macro use SA_SIZE() rather than directl...
2009-09-05 qingliThis patch fixes an address scope violation. Considerin...
2009-09-05 qingliThis patch fixes the following issues:
2009-09-05 traszImprove wording.
2009-09-05 kibHandle zero size for posix_memalign. Return NULL or...
2009-09-05 impThese checks against BUSY aren't needed: the newbus...
2009-09-05 impGo ahead and mention the CVS branch name as well as...
2009-09-05 impNote migration of tunable from hw.bus.devctl_disable to
2009-09-04 jfvIf an interface is brought up with no cable it will...
2009-09-04 sammust also plumb static wep keys to the local sta db...
2009-09-04 traszAdd NFSv4 ACL support to mv(1).
2009-09-04 jhbFill the reverse RSS map with 0xff's so that the subseq...
2009-09-04 traszAdd NFSv4 ACL support to find(1).
2009-09-04 mavRemove artificial MAX_IO_SIZE constant, equal to DFLTPH...
2009-09-04 jamieAllow a jail's name to be the same as its jid (which...
2009-09-04 kmacyremove stale references to RTF_CLONING and RTF_LLINFO
2009-09-04 mavAdd to `camcontrol cmd` support for sending arbitrary...
2009-09-04 kibAdd missing ';'.
2009-09-04 traszAdd NFSv4 ACL support to getfacl(1).
next