]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-11-05 bzHide the IPv4 init function if the kernel is compiled...
2008-11-05 bzMake compile without INET.
2008-11-05 bzMake tun(4) compile without INET.
2008-11-05 bzDo only define the variable if either INET or INET6...
2008-11-05 desComment out WARNS. There are too many alignment issues...
2008-11-05 desDisconnect gr_util.c from the build. It isn't document...
2008-11-05 keramidaAdd defaults for /etc/rc.d/gssd
2008-11-05 keramidaTiny typo fix and remove 'example' from a "real" manpage.
2008-11-05 maximo One more s/gpt/gpart/.
2008-11-05 maximo Replace Xr to gpt(8) which is gone by gpart(8).
2008-11-05 kientzleWhen comparing, cast to the larger size, off_t in this...
2008-11-05 kientzleFix compile warnings building on amd64. This is modifi...
2008-11-05 davidxuRevert rev 184216 and 184199, due to the way the thread...
2008-11-04 delphijCorrect a typo that prevented my laptop from starting
2008-11-04 jhbUse shared vnode locks for auditing vnode arguments...
2008-11-04 jhbDon't lock the vnode around calls to vn_fullpath().
2008-11-04 rinkEven though the previous commit was functionally equiva...
2008-11-04 rinkFix the build (on at least powerpc) by moving the htole...
2008-11-04 mlaierDeclare functions and variables static and save a few...
2008-11-04 remkoAdd Rene Ladan, as well as my relationship towards...
2008-11-04 mlaierstyle(9): mostly avoiding line wrap by not indenting...
2008-11-04 jhbDon't bother calling setrunnable() and clearing the...
2008-11-04 jhbRemove unnecessary locking around vn_fullpath(). The...
2008-11-04 jhbQuiet a WITNESS warning with the dirhash sx locks by...
2008-11-04 jhbDon't pass WANTPARENT to the pathname lookup of the...
2008-11-04 jhbDon't leak a reference on the /compat/linux vnode everytime
2008-11-04 keramidaFix comment typo that managed to sneak in when I copy...
2008-11-04 keramidaRepeat vmstat header after window.rows instead of a...
2008-11-04 dfrInclude <sys/eventhandler.h>.
2008-11-04 desWhitespace and style fixes, build at WARNS level 6.
2008-11-04 deslibutil now builds at WARNS level 6.
2008-11-04 desAdd missing header.
2008-11-04 desAvoid assigning a const char * to a char *.
2008-11-04 traszIn UFS, when reading EA that contains ACL fails for...
2008-11-04 rpauloAdd support for Asus A8Sr notebooks.
2008-11-04 edRemove redundant return value tests.
2008-11-04 alfredadd usb2_if.m to mfiles to unbreak build of modules.
2008-11-04 alfredBring in USB4BSD, Hans Petter Selasky rework of the...
2008-11-04 impReplace the non-standard disclaimer with the standard...
2008-11-03 impUse more standardized license language
2008-11-03 n_hibmaBugfix: Cut&paste error from the NetBSD code.
2008-11-03 n_hibmauaa->ifaces contains pointers so set its entry to NULL...
2008-11-03 jasoneRevert to preferring mmap(2) over sbrk(2) when mapping...
2008-11-03 jhbAdjust the license statement to more closely match...
2008-11-03 jhbUse shared vnode locks instead of exclusive vnode locks...
2008-11-03 attilioRemove the mnt_holdcnt and mnt_holdcntwaiters because...
2008-11-03 jhbRemove some unused and broken code that attempted to...
2008-11-03 jhbA few style nits.
2008-11-03 mavRemove " + 1".
2008-11-03 traszFix few missed accmode changes in coda.
2008-11-03 impNit: Add a few leading zeros to make this match other...
2008-11-03 rwatsonImplement device cloning for /dev/nsmb, the netsmb...
2008-11-03 dfrRegen.
2008-11-03 dfrImplement support for RPCSEC_GSS authentication to...
2008-11-03 kibAdd the ffsll and flsll functions. These are ffs and...
2008-11-03 kibFix style.
2008-11-03 impTurns out this isn't even used at all... The bogon...
2008-11-03 impUse child (the card) in preference to cbdev (the bridge...
2008-11-03 impWe can't mask out the higher order bits and have the...
2008-11-03 delphijSync with OpenBSD's dirname(3) - license change, avoid...
2008-11-03 scottlAdd amr_cam module directory that was missed in the...
2008-11-03 scottlMove the CAM passthrough code into a true module so...
2008-11-02 rwatsonCatch up with netsmb locking: explicit thread arguments...
2008-11-02 rwatsonCatch up internal locking routines in netsmb with lockm...
2008-11-02 ivorasIncrease the initial sbuf size for CPU topology dump...
2008-11-02 rwatsonsmb_vc_put() requires that the passed vcp be locked...
2008-11-02 rwatsonWhen encoding an smb name, truncate one byte earlier...
2008-11-02 kibRevert r184516. Option RL_TWISTER_ENABLE is no more...
2008-11-02 edMake the touch pad on my PowerBook G4 12" a little...
2008-11-02 impMFp4:
2008-11-02 impMake the no driver stuff an ifdef.
2008-11-02 impMove mn over. One of the last stragglers in sys/pci...
2008-11-02 trhodesDocument a few sysctls in the NFS client and server...
2008-11-02 impDocument dev.rl.%unit.twister_enable sysctl/tunable.
2008-11-02 impMake RL_TWISTER_ENABLE a tunable/sysctl. Eliminate...
2008-11-02 mavAs soon as we have several threads per process now...
2008-11-02 traszRemove the call to getinoquota() from ntfs_access....
2008-11-02 attilioReflect changes for the vfs_busy() prototype.
2008-11-02 attilioBump __FreeBSD_version in order to reflect vfs_busy...
2008-11-02 attilioImprove VFS locking:
2008-11-02 impAdd support for reading Tivo Series 1 partitioning...
2008-11-02 impMerge some minor deltas from p4 newcard tree:
2008-11-02 impRemove cardbus attachment. It likely was a cut-n-paste...
2008-11-02 peterAdd missing END() macros, as per rev 184547 for amd64...
2008-11-02 peterWe've been lax about matching END() macros in asm code...
2008-11-02 keramidaVarious comment nits, and typos.
2008-11-02 rwatsonUpdate introductory comment for audit pipes.
2008-11-02 rwatsonRemove stale comment about filtering in audit pipe...
2008-11-01 rwatsonAdd comment for per-pipe stats.
2008-11-01 rwatsonWe only allow a partial read of the first record in...
2008-11-01 rwatsonAllow a single read(2) system call on an audit pipe...
2008-11-01 kientzleCorrect the documented declaration of the archive_write...
2008-11-01 traszRemove obsolete pseudocode from VOP_ACCESS.9, replacing...
2008-11-01 impFix a few typos/spelling errors in my comments from...
2008-11-01 brueffer- Add one more supported adapter (1)
2008-11-01 edClamp the values of t_column to 5 digits in `pstat...
2008-11-01 edReimplement the /dev/console device node.
2008-11-01 edAllow a read() on /dev/ams[0-9] to be interrupted.
2008-11-01 maximo OpenBSD 4.4 added.
2008-11-01 impAdd RL_TWISTER_ENABLE.
next