]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-04 Pawel Jakub... - Replace COPYDATA() and COPYBACK() macros with crypto_...
2006-06-04 Pawel Jakub... Prefer hardware crypto over software crypto.
2006-06-04 Pawel Jakub... Add regression tests for IPsec.
2006-06-04 Marcel MoolenaarFix unaligned memory accesses on Alpha and possible...
2006-06-04 Pawel Jakub... Change '#if INET' and '#if INET6' to '#ifdef INET'...
2006-06-04 Pav Lucistnik- Fix markup
2006-06-04 Pawel Jakub... Use newly added defines instead of magic values.
2006-06-04 Pawel Jakub... Move COPYDATA() and COPYBACK() macros to cryptodev...
2006-06-04 Pawel Jakub... Use defines from cryptodev.h.
2006-06-04 Pawel Jakub... - Remove HMAC_BLOCK_LEN, it serves no purpose.
2006-06-04 Ian DowseAdd a sleep lock that protects access to sequences...
2006-06-04 Pawel Jakub... - Use define of an algorithm with the biggest block...
2006-06-04 Pawel Jakub... Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be...
2006-06-04 Pawel Jakub... Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look...
2006-06-04 Pawel Jakub... - Add defines with hash length for each hash algorithm.
2006-06-04 Pawel Jakub... Add support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 Pawel Jakub... Add support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 Pawel Jakub... Don't forget to destroy the sc_freeqlock mutex on detach.
2006-06-04 Pawel Jakub... Kill an unused argument.
2006-06-04 Robert WatsonPush acquisition of pcbinfo lock out of tcp_usr_attach...
2006-06-04 Nate LawsonClean up many of the debugging messages and move them...
2006-06-04 George V. Neville... Extend the notdef #ifdef to cover the packet copy as...
2006-06-03 Pawel Jakub... Document more bits.
2006-06-03 Kris KennawayNote that KTR_ENTRIES must be a power of two.
2006-06-03 Kris KennawayStrengthen wording; the KTR_ENTRIES value *must* be...
2006-06-03 Craig RodriguesCheck the sectorsize of the underlying disk before...
2006-06-03 John BaldwinBah, fix fat finger in last. Invert the ~ on MTX_FLAGM...
2006-06-03 Warner LoshWe don't have a ISA specific shutdown routine at this...
2006-06-03 Warner LoshSince we turn off the interrupts, we don't need to...
2006-06-03 John BaldwinIn the case of reentering the debugger due to an attemp...
2006-06-03 John BaldwinSimplify mtx_owner() so it only reads m->mtx_lock once.
2006-06-03 John BaldwinStyle fix to be more like _mtx_lock_sleep(): use 'while...
2006-06-03 John Baldwin- Switch on the full 32-bit device ID to avoid collisio...
2006-06-03 John BaldwinUse PCI bus accessors rather than reading config regist...
2006-06-03 David E. O... Increase the field widths of flt (total number of page...
2006-06-03 Robert WatsonWhen entering a timer on a tcpcb, don't continue proces...
2006-06-03 Robert WatsonAcquire udbinfo lock after call to soreserve() rather...
2006-06-03 Warner LoshMove shutdown, and pci specific methods into pccbb_pci...
2006-06-03 Warner LoshThe interrupt routine is pci specific. Move it into...
2006-06-03 Warner LoshFix a couple printf's to be properly terminated.
2006-06-03 Warner LoshSucceed for writing bus value... nobody that calls...
2006-06-03 Christian S... Back out previous two commits, this caused some problem...
2006-06-03 Christian S... Temporarily include files so that our macro checks...
2006-06-03 Ian DowseAllow zero-length read/write operations to get through...
2006-06-03 Matt Jacoballow this to compile cleanly under RELENG_4
2006-06-03 Christian S... Make sure we don't try to dereference the the if_bpf...
2006-06-03 Scott LongRemove stale entries.
2006-06-03 David XuRemove unused member.
2006-06-02 Sam Leffleradd missed calls to bpf_peers_present
2006-06-02 John BaldwinConditionally acquire Giant in netgraph callouts to...
2006-06-02 Pawel Jakub... Fix a problem introduced in revision 1.220. On mount...
2006-06-02 Christian S... Fix the following bpf(4) race condition which can resul...
2006-06-02 Matt JacobMake the code able to compile again in RELENG_4.
2006-06-02 Matt JacobMore checkpointing on the way toward really (finally)
2006-06-02 Craig RodriguesFix "mount -u -o ro".
2006-06-02 Doug AmbriskoMake lio ident more consistant with aio ident.
2006-06-02 Motoyuki Konnodoc fix: option MFS is obsolete. use MD_ROOT instead.
2006-06-02 Gleb SmirnoffFix gif_output() so that GIF_UNLOCK() is performed...
2006-06-02 Pawel Jakub... Don't forget to unlock kq lock in low memory situations.
2006-06-02 Pawel Jakub... Remove confusing done_noglobal label. The KQ_GLOBAL_UNL...
2006-06-02 Pawel Jakub... Use SLIST_FOREACH_SAFE() macro, because knote_drop...
2006-06-02 Dag-Erling... As far as I can tell, the correct CPU family for amd64...
2006-06-02 Maxim Konovalovo Implement findblk command: find the inode(s) owning...
2006-06-02 Olivier HouchardDon't #error if no CPU is defined but we're not compili...
2006-06-02 Diomidis SpinellisReplace the array initialization using the gcc-specific...
2006-06-02 David XuRemove unused member field m_queue.
2006-06-02 Robert Watsonraw_disconnect() now disconnects but does not detach...
2006-06-02 Robert WatsonMinor restyling and cleanup around ipport_tick().
2006-06-02 Gleb Smirnoff- Add definition for IFM_10G_CX4.
2006-06-02 Warner LoshZero out the devices when they are deleted. We can...
2006-06-02 Max LaierPrint dynamic rules for IPv6 as well.
2006-06-02 Warner LoshEISA bus ia64 systems don't exist in reality. I'm...
2006-06-02 Markus Brueffer- Only print a clarifying message about which HCI node...
2006-06-01 Olivier Houchardsched_rem() already sets ke->ke_state to KES_THREAD...
2006-06-01 Craig RodriguesInclude "xfs_macros.h" to fix tinderbox build breakage.
2006-06-01 Alan CoxCorrect a syntax error in the previous revision.
2006-06-01 Warner LoshCope with -Wundef. This means including xfs_macros...
2006-06-01 Olivier HouchardDon't enable the FIQ in enable_interrupts() if F32_bit...
2006-06-01 Maxim Konovalovo Record a file offset for a last successfully parsed...
2006-06-01 Christian S... Check to see if the rootdir is the same as the current...
2006-06-01 Maxim Konovalovo Better be safe than sorry: check return code from...
2006-06-01 Maxim Konovalovo Document the fact truncate(2) has no effect for ...
2006-06-01 Christian S... Since NIS is an RPC based service, add a note that...
2006-06-01 Diomidis SpinellisMove conditional preprocessing out from the IEEE80211_D...
2006-06-01 Andrew ThompsonAdd rc.d/bridge which is invoked when a new interface...
2006-06-01 Matt JacobAdd scottl to maintainers to ask for Pre-commit review...
2006-06-01 Mike SilbersackAfter much discussion with mjacob and scottl, change...
2006-06-01 Craig Rodriguesmount_msdosfs.c:
2006-06-01 Alan CoxIntroduce pmap_enter_locked() and use it to reimplement...
2006-06-01 Andrew ThompsonAnnounce all interfaces to devd on attach/detach. This...
2006-05-31 Bruce A. MahSwing URLs to security advisories over to security...
2006-05-31 Bruce A. MahNew release notes: SA-06:15, SA-06:16.
2006-05-31 Paul SaabFix minidumps to include pages allocated via pmap_map...
2006-05-31 Colin PercivalEnable inadvertantly disabled "securenet" access contro...
2006-05-31 Ceri DaviesBring the "just copy" hit list closer to date.
2006-05-31 Ceri DaviesUpdate the location of the kernel for upgrades.
2006-05-31 Maxim Konovalovo Rearrange and remove incorrect comments.
2006-05-31 Olivier HouchardAvoid a LOR by unlocking the vm_page_queue_mtx before...
2006-05-31 Olivier HouchardIf our buffer is not aligned on the cache line size...
2006-05-31 Matt JacobFix missing update to reflect change in scsi_inquiry...
next