]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
On some platforms touching the bb registers when the phy is powered
[FreeBSD/FreeBSD.git] / sys / fs /
2009-01-11 Edward Tomasz Napi... Fix msdosfs_print(), which in turn fixes "show lockedvn...
2009-01-09 Joe Marcus ClarkeFix a deadlock which can occur due to a pseudofs vnode...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-08 Edward Tomasz Napi... Don't panic with "vinvalbuf: dirty bufs" when the mount...
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-30 Joe Marcus ClarkeAdd a VOP_VPTOCNP implementation for pseudofs which...
2008-12-29 Konstantin BelousovWhen the insmntque() in the pfs_vncache_alloc() fails...
2008-12-29 Konstantin Belousovvm_map_lock_read() does not increment map->timestamp...
2008-12-29 Konstantin BelousovUse curproc->p_sysent->sv_flags bit SV_ILP32 for detect...
2008-12-29 Konstantin BelousovDrop the pseudofs vnode lock around call to pfs_read...
2008-12-29 Konstantin BelousovAfter the pfs_vncache_mutex is dropped, another thread...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-16 Edward Tomasz Napi... According to phk@, VOP_STRATEGY should never, _ever_...
2008-12-12 Konstantin BelousovReference the vmspace of the process being inspected...
2008-12-12 Konstantin BelousovDo not leak defs_de_interlock on error.
2008-12-12 Joe Marcus ClarkeImplement VOP_VPTOCNP for devfs. Directory and charact...
2008-12-12 Joe Marcus ClarkeAdd a simple VOP_VPTOCNP implementation for deadfs...
2008-12-10 Konstantin BelousovRelock user map earlier, to have the lock held when...
2008-12-08 Konstantin BelousovMake two style changes to create new commit and documen...
2008-12-08 Konstantin BelousovChange the linprocfs <pid>/maps and procfs <pid>/map...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 Sam Lefflerimport ath hal
2008-11-27 Tim KientzleThe timezone byte is a signed value, treat it as such.
2008-11-26 Konstantin BelousovIn null_lookup(), do the needed cleanup instead of...
2008-11-26 Ulf Lilleengen- Support IEEE_P1282 and IEEE_1282 tags in the rock...
2008-11-25 Daichi GOTOSimplify mode_t check treatment (suggested by trasz).
2008-11-25 Daichi GOTOFixes Unionfs socket issue reported as kern/118346.
2008-11-18 John Baldwin- Fix a typo in a comment.
2008-11-18 John BaldwinWhen looking up the vnode for the device to mount the...
2008-11-18 John BaldwinRemove copy/paste code from UFS to handle sparse blocks...
2008-11-18 John BaldwinRemove unused i_flags field and IN_ACCESS flag from...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-11-04 John BaldwinRemove unnecessary locking around vn_fullpath(). The...
2008-11-04 John BaldwinDon't pass WANTPARENT to the pathname lookup of the...
2008-11-03 Edward Tomasz Napi... Fix few missed accmode changes in coda.
2008-11-03 Doug RabsonImplement support for RPCSEC_GSS authentication to...
2008-11-02 Robert WatsonCatch up with netsmb locking: explicit thread arguments...
2008-11-02 Edward Tomasz Napi... Remove the call to getinoquota() from ntfs_access....
2008-10-28 Edward Tomasz Napi... Introduce accmode_t. This is required for NFSv4 ACLs...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-23 Dag-Erling SmørgravFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-10-12 Robert WatsonThe locking in portalfs's socket connect code is no...
2008-10-10 Attilio RaoRemove the struct thread unuseful argument from bufobj...
2008-10-06 Robert WatsonUse soconnect2() rather than directly invoking uipc_con...
2008-10-04 Konstantin BelousovChange the linprocfs <pid>/maps and procfs <pid>/map...
2008-10-03 Edward Tomasz Napi... Fix Vflags abuse in fdescfs. There should be no functi...
2008-10-03 Edward Tomasz Napi... Fix Vflags abuse in cd9660. There should be no functio...
2008-10-02 Marko ZecStep 1.5 of importing the network stack virtualization...
2008-09-26 Konstantin BelousovSave previous content of the td_fpop before storing...
2008-09-26 Ed SchoutenRemove unit2minor() use from kernel code.
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-23 David E. O'BrienThe kernel implemented 'memcmp' is an alias for 'bcmp...
2008-09-21 Ed SchoutenAlready initialize the vfs timestamps inside the cdev...
2008-09-20 Konstantin Belousovfdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs,...
2008-09-20 Konstantin BelousovInitialize va_rdev to NODEV instead of 0 or VNOVAL...
2008-09-20 Konstantin BelousovInitialize va_flags and va_filerev properly in VOP_GETA...
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-11 Ed SchoutenFix two small typo's in comments in the nullfs vnops...
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-03 Xin LIReflect license change of NetBSD code.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-09-01 Konstantin BelousovIn rev. 1.17 (r33548) of msdosfs_fat.c, relative cluste...
2008-08-28 Attilio RaoDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-20 Ed SchoutenIntegrate the new MPSAFE TTY layer to the FreeBSD opera...
2008-08-17 Bjoern A. ZeebCommit step 1 of the vimage project, (network stack)
2008-08-12 Konstantin BelousovRemove unnecessary locking around pointer fetch.
2008-08-08 Edwin GroothuisMFV on tzdata2008e:
2008-08-08 Edwin GroothuisMFV of tzdata2008d
2008-08-08 Edwin GroothuisMFV of tzdata2008c
2008-08-08 Edwin GroothuisCleanup (cont)
2008-08-04 Max LaierMerge state reuse for tcp.
2008-08-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.1p1.
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 Robert WatsonIntroduce a new lock, hostname_mtx, and use it to synch...
2008-07-04 Konstantin BelousovThe uniqdosname() function takes char[12] as it third...
2008-07-01 Robert WatsonRemove unused 'td' arguments from smbfs_hash_lock(...
2008-06-22 Oleksandr TymoshenkoGet pointer to devfs_ruleset struct after garbage colle...
2008-06-16 Konstantin BelousovStruct cdev is always the member of the struct cdev_pri...
2008-06-15 Konstantin BelousovDo not redo the vnode tear-down work already done by...
2008-06-11 Ed SchoutenDon't enforce unique device minor number policy anymore.
2008-06-11 Konstantin BelousovIn cd9660_readdir vop, always initialize the idp->uio_o...
2008-06-05 Konstantin BelousovWhen devfs_allocv() committed to create new vnode,...
next