]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-03-13 jeff - Fix an assert now that the XLOCK no longer exists.
2005-03-13 jeff - In ufs_mknod(), hold the lock across the call to...
2005-03-13 jeff - Don't drop the lock in ufs_inactive().
2005-03-13 jeff - Do a vn_start_write in vn_close, we may write if...
2005-03-13 jeff - Remove vx_lock, vx_unlock, vx_wait, etc.
2005-03-13 jeff - A lock is required before calling VOP_REVOKE. Our...
2005-03-13 jeff - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock...
2005-03-13 jeff - Don't drop the lock in the default inactive handler...
2005-03-13 jeff - Get rid of VXLOCK, VXWANT, and vx_*. The vnode...
2005-03-13 jeff - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L...
2005-03-13 glebiusEmbrace with #ifdef DEV_CARP carp-related code.
2005-03-13 dougbUnhook the recently departed lomac file from the build.
2005-03-13 scottlFix a null pointer de-ref when passthrough ioctls are...
2005-03-13 bmahMove configuration file note from kernel to userland...
2005-03-13 kientzleAdd --strip-components option, per bin/77666.
2005-03-13 iedowseFix the arrangement of periodic QH tree to give the...
2005-03-13 kientzleSupport extracting entries with pathnames longer than...
2005-03-13 bmahMFC noted: libgpib.
2005-03-13 kientzleWhen rejecting rediculously large pax attributes (such...
2005-03-13 mlaierUnbreak build with POLLING. I should really listen...
2005-03-13 kientzleCorrectly pass low-level I/O errors back up to the...
2005-03-13 kientzleBetter error messages on read and file-open errors.
2005-03-13 kientzleInclude detailed error message from zlib after a decomp...
2005-03-13 kientzleIf the output is not a regular file, it's okay to add...
2005-03-12 kanAllow kernels loaded by pxeboot, which was compiled...
2005-03-12 trhodesRemove mention of mac_lomac(4) policy from here too.
2005-03-12 trhodesRemove mac_lomac(4) functionality. The proper way...
2005-03-12 phkAdd NO_GPIB
2005-03-12 phkDTRT with /var so that any packages installed are corre...
2005-03-12 phkEnable packet mode in boot0, this makes it unimportant...
2005-03-12 hrsNew release notes:
2005-03-12 mlaierALTQ support for re(4).
2005-03-12 mariusIn uart_cpu_getdev_console() when determinig whether...
2005-03-12 pjdFunction jailed() looks into ucred strcture, so be...
2005-03-12 pjdClean up a bit.
2005-03-12 rwatsonExtend the coverage of the accept and socket mutexes...
2005-03-12 glebiusAdd a sysctl net.link.log_link_state_change, which...
2005-03-12 rwatsonMove the logic implementing retrieval of the SO_ACCEPTF...
2005-03-12 glebiusFix a terrible braino in last commit. Put kern.debug...
2005-03-12 rwatsonPart two of post-SMPng cleanup of accept filter registr...
2005-03-12 simon- Fix device names for snd_vibes(4) and snd_via82c686(4).
2005-03-12 nyanDon't build the nve on pc98.
2005-03-12 nyanMFi386: revision 1.217.
2005-03-12 obrienDue to a CVS misfire, I ended up committing the wrong...
2005-03-12 scottlMFCi386: Prevent integer underflow that could result...
2005-03-12 scottlGuard against an integer underflow that could cause...
2005-03-12 avatarAdding new device ID for BCM5751M support.
2005-03-12 obrienFix bin/pax doesn't wait for compress/gzip before exiting.
2005-03-12 obrienUsed unsigned version.
2005-03-12 obrienFix kernel build on 64-bit machines.
2005-03-12 muxFix a long-standing bug in alpha's implementation of...
2005-03-12 obrienFreeBSD consumer bits of the nForce MCP NIC binary...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-12 obrienImport the nForce MCP NIC bits. This is version 1...
2005-03-12 peterReplace my previous change for 32 bit systems with...
2005-03-12 peterMake the tty vmin/vtime timeouts work for hz > 169...
2005-03-11 njlCorrect a last-minute thinko. Instead of copying the...
2005-03-11 njlThe mbnambuf routines combine multiple substrings into...
2005-03-11 peterRemove diffs to i386 version that came in via the compi...
2005-03-11 peterMFi386: reduce apic clock interrupt rate
2005-03-11 peterWhitespace sync with amd64. (Rather than re-add the...
2005-03-11 umegbde(8) is also rejndael user.
2005-03-11 peterFix a mismerge of i386 rev 1.209
2005-03-11 peterMatch i386 rev 1.38 with __cplusplus support
2005-03-11 peterRemove an OBE set of comments, fix a minor whitespace...
2005-03-11 rwatsonFirst step in simplifying accept filter socket option...
2005-03-11 samreorder ath_rate_onoe to after ath_rate_sample so it...
2005-03-11 rwatsonRemove an additional commented out reference to a possi...
2005-03-11 umejust use crypto/rijndael
2005-03-11 umejust use crypto/rijndael, and nuke opencrypto/rindael...
2005-03-11 rwatsonWhen setting up a socket in socreate(), there's no...
2005-03-11 rwatsonRemove suggestive sx_init() comment in soalloc(). ...
2005-03-11 umeintegrate rijndael-alg-fst.h into rijndael.h.
2005-03-11 avatarAdding missing module dependency. This should fix the...
2005-03-11 umestop including rijndael-api-fst.h from rijndael.h.
2005-03-11 rwatsonThe SO_NOSIGPIPE socket option allows a user process...
2005-03-11 stefanfFix typos in comments.
2005-03-11 stefanfUse socklen_t where appropriate.
2005-03-11 hartiSimplify the print routines by using LST_FOREACH instea...
2005-03-11 rwatsonCheck the return value of shutdown().
2005-03-11 hartiRemove leading underscores from the pathname defines...
2005-03-11 hartiRemove the leading underscore from structure tags....
2005-03-11 umesys/crypto/md5.[ch] is used from nowhere. So, just...
2005-03-11 rwatsonAdd sigpipe, a simple UNIX domain socket and TCP regres...
2005-03-11 ume- use 1/2 space for rijndael context in ipsec
2005-03-11 hartiStyle: Fix indentation.
2005-03-11 umerefer opencrypto/cast.h directly.
2005-03-11 hartiCall ParseFinishLine() also for the last line in a...
2005-03-11 glebiusFix getting stats from many links with index > 0.
2005-03-11 ddsMove common credential save and restore code into a...
2005-03-11 hartiBack out the last commit. It turns out that this breaks...
2005-03-11 ddsEnsure the configuration file is given with an absolute...
2005-03-11 ddsAdd examples for tcplisten, data scattering, and file...
2005-03-11 impMake the pps interrupt register as MPSAFE and FAST...
2005-03-11 bmahFix minor grammar and punctuation nits in a few recentl...
2005-03-11 impDoh! silly typo precludes compiling
2005-03-11 impRevert changes of 1.49. Lots-a-people broke with it...
2005-03-11 samSampleRate rate control algorithm for the ath driver
2005-03-10 impKill trailing white space
2005-03-10 ddsAdd a new pipe sub-namespace.
next