]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonVendor branch import of TrustedBSD OpenBSM 1.0 alpha 6:
2006-06-05 rwatsonAdd audit.h to mkioctls inclusion list: audit pipe...
2006-06-05 delphijInclude strings.h for bzero()
2006-06-05 alcMFamd64
2006-06-05 obrienUse an option form better matching the manual.
2006-06-04 pjdUse newly added functions to simplify the code.
2006-06-04 pjd- Replace COPYDATA() and COPYBACK() macros with crypto_...
2006-06-04 pjdPrefer hardware crypto over software crypto.
2006-06-04 pjdAdd regression tests for IPsec.
2006-06-04 marcelFix unaligned memory accesses on Alpha and possible...
2006-06-04 pjdChange '#if INET' and '#if INET6' to '#ifdef INET'...
2006-06-04 pav- Fix markup
2006-06-04 pjdUse newly added defines instead of magic values.
2006-06-04 pjdMove COPYDATA() and COPYBACK() macros to cryptodev...
2006-06-04 pjdUse defines from cryptodev.h.
2006-06-04 pjd- Remove HMAC_BLOCK_LEN, it serves no purpose.
2006-06-04 iedowseAdd a sleep lock that protects access to sequences...
2006-06-04 pjd- Use define of an algorithm with the biggest block...
2006-06-04 pjdRename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be...
2006-06-04 pjdRename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look...
2006-06-04 pjd- Add defines with hash length for each hash algorithm.
2006-06-04 pjdAdd support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 pjdAdd support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 pjdDon't forget to destroy the sc_freeqlock mutex on detach.
2006-06-04 pjdKill an unused argument.
2006-06-04 rwatsonPush acquisition of pcbinfo lock out of tcp_usr_attach...
2006-06-04 njlClean up many of the debugging messages and move them...
2006-06-04 gnnExtend the notdef #ifdef to cover the packet copy as...
2006-06-03 pjdDocument more bits.
2006-06-03 krisNote that KTR_ENTRIES must be a power of two.
2006-06-03 krisStrengthen wording; the KTR_ENTRIES value *must* be...
2006-06-03 rodrigcCheck the sectorsize of the underlying disk before...
2006-06-03 jhbBah, fix fat finger in last. Invert the ~ on MTX_FLAGM...
2006-06-03 impWe don't have a ISA specific shutdown routine at this...
2006-06-03 impSince we turn off the interrupts, we don't need to...
2006-06-03 jhbIn the case of reentering the debugger due to an attemp...
2006-06-03 jhbSimplify mtx_owner() so it only reads m->mtx_lock once.
2006-06-03 jhbStyle fix to be more like _mtx_lock_sleep(): use 'while...
2006-06-03 jhb- Switch on the full 32-bit device ID to avoid collisio...
2006-06-03 jhbUse PCI bus accessors rather than reading config regist...
2006-06-03 obrienIncrease the field widths of flt (total number of page...
2006-06-03 rwatsonWhen entering a timer on a tcpcb, don't continue proces...
2006-06-03 rwatsonAcquire udbinfo lock after call to soreserve() rather...
2006-06-03 impMove shutdown, and pci specific methods into pccbb_pci...
2006-06-03 impThe interrupt routine is pci specific. Move it into...
2006-06-03 impFix a couple printf's to be properly terminated.
2006-06-03 impSucceed for writing bus value... nobody that calls...
2006-06-03 csjpBack out previous two commits, this caused some problem...
2006-06-03 csjpTemporarily include files so that our macro checks...
2006-06-03 iedowseAllow zero-length read/write operations to get through...
2006-06-03 mjacoballow this to compile cleanly under RELENG_4
2006-06-03 csjpMake sure we don't try to dereference the the if_bpf...
2006-06-03 scottlRemove stale entries.
2006-06-03 davidxuRemove unused member.
2006-06-02 samadd missed calls to bpf_peers_present
2006-06-02 jhbConditionally acquire Giant in netgraph callouts to...
2006-06-02 pjdFix a problem introduced in revision 1.220. On mount...
2006-06-02 csjpFix the following bpf(4) race condition which can resul...
2006-06-02 mjacobMake the code able to compile again in RELENG_4.
2006-06-02 mjacobMore checkpointing on the way toward really (finally)
2006-06-02 rodrigcFix "mount -u -o ro".
2006-06-02 ambriskoMake lio ident more consistant with aio ident.
2006-06-02 motoyukidoc fix: option MFS is obsolete. use MD_ROOT instead.
2006-06-02 glebiusFix gif_output() so that GIF_UNLOCK() is performed...
2006-06-02 pjdDon't forget to unlock kq lock in low memory situations.
2006-06-02 pjdRemove confusing done_noglobal label. The KQ_GLOBAL_UNL...
2006-06-02 pjdUse SLIST_FOREACH_SAFE() macro, because knote_drop...
2006-06-02 desAs far as I can tell, the correct CPU family for amd64...
2006-06-02 maximo Implement findblk command: find the inode(s) owning...
2006-06-02 cognetDon't #error if no CPU is defined but we're not compili...
2006-06-02 ddsReplace the array initialization using the gcc-specific...
2006-06-02 davidxuRemove unused member field m_queue.
2006-06-02 rwatsonraw_disconnect() now disconnects but does not detach...
2006-06-02 rwatsonMinor restyling and cleanup around ipport_tick().
2006-06-02 glebius- Add definition for IFM_10G_CX4.
2006-06-02 impZero out the devices when they are deleted. We can...
2006-06-02 mlaierPrint dynamic rules for IPv6 as well.
2006-06-02 impEISA bus ia64 systems don't exist in reality. I'm...
2006-06-02 markus- Only print a clarifying message about which HCI node...
2006-06-01 cognetsched_rem() already sets ke->ke_state to KES_THREAD...
2006-06-01 rodrigcInclude "xfs_macros.h" to fix tinderbox build breakage.
2006-06-01 alcCorrect a syntax error in the previous revision.
2006-06-01 impCope with -Wundef. This means including xfs_macros...
2006-06-01 cognetDon't enable the FIQ in enable_interrupts() if F32_bit...
2006-06-01 maximo Record a file offset for a last successfully parsed...
2006-06-01 csjpCheck to see if the rootdir is the same as the current...
2006-06-01 maximo Better be safe than sorry: check return code from...
2006-06-01 maximo Document the fact truncate(2) has no effect for ...
2006-06-01 csjpSince NIS is an RPC based service, add a note that...
2006-06-01 ddsMove conditional preprocessing out from the IEEE80211_D...
2006-06-01 thompsaAdd rc.d/bridge which is invoked when a new interface...
2006-06-01 mjacobAdd scottl to maintainers to ask for Pre-commit review...
2006-06-01 silbyAfter much discussion with mjacob and scottl, change...
2006-06-01 rodrigcmount_msdosfs.c:
2006-06-01 alcIntroduce pmap_enter_locked() and use it to reimplement...
2006-06-01 thompsaAnnounce all interfaces to devd on attach/detach. This...
2006-05-31 bmahSwing URLs to security advisories over to security...
2006-05-31 bmahNew release notes: SA-06:15, SA-06:16.
2006-05-31 psFix minidumps to include pages allocated via pmap_map...
next