]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-04-19 Robert WatsonFor each architecture, define CACHE_LINE_SHIFT and...
2009-04-19 Poul-Henning... A script for plucking packages and their runtime depend...
2009-04-19 Robert NolandDon't try to setup interrupts for drivers that don...
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 Robert WatsonVendor import of OpenBSM 1.1, which incorporates the...
2009-04-19 Robert WatsonMerge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:
2009-04-19 Dmitry ChaginRemove support for FUTEX_REQUEUE operation.
2009-04-19 Robert Watsonstruct malloc_type has had a 'magic' field statically...
2009-04-19 Robert WatsonGarbage collect now-unused struct malloc_type fields...
2009-04-19 Edward Tomasz... When allocating 'struct acl' instances, use malloc...
2009-04-19 Marc FonvieilleAdd docs category.
2009-04-19 Bruce M SimpsonNow that IFF_NEEDSGIANT has been removed from the network
2009-04-19 Alan CoxCalling pmap_clear_modify() after calling pmap_remove_w...
2009-04-19 Tim KientzleWhen compiled for the release crunches, be a bit
2009-04-19 Nathan WhitehornFix a typo in the SRR1 comparison for program exception...
2009-04-19 Konstantin... When verifying '..' after VFS_VGET() in ufs_lookup...
2009-04-19 Kip Macy- Allocate a small flowtable in ip_input.c (changeable...
2009-04-19 Kip Macyupdate TODO list
2009-04-19 Kip Macy- put larger flowtable members at the end
2009-04-19 Alan CoxAllow valid pages to be mapped for read access when...
2009-04-19 Kip Macy- Import infrastructure for caching flows as a means...
2009-04-18 Antoine Brodinusbdevs(8) is not obsoleted, just temporarily disconnec...
2009-04-18 Robert WatsonRemove IFF_NEEDSGIANT interface flag: we no longer...
2009-04-18 Robert Watsonifconfig(8) no longer needs to know how to print the...
2009-04-18 Robert WatsonGarbage collect man page reference to IFF_NEEDSGIANT.
2009-04-18 Antoine BrodinAdd more obsolete files, usb related.
2009-04-18 Edward Tomasz... Use acl_alloc() and acl_free() instead of using uma...
2009-04-18 Ulf Lilleengen- Remove assertion of topology lock remaining from...
2009-04-18 Sam LefflerCleanups to prepare this code for wider use (likely...
2009-04-18 Sam Lefflerallow NANO_CFGDIR to be overridden
2009-04-18 Ed SchoutenRemove unused SESUNIT() macro from ses(4).
2009-04-18 Ed SchoutenConvert mlx(4) and mly(4) to si_drv1 instead of dev2unit().
2009-04-18 Tim KientzleRely on OpenSSL bits only if we're building a system...
2009-04-18 Tim KientzleMake -lcrypto usage dependent on whether or not we...
2009-04-18 Tim KientzleLibarchive is sprouting dependencies on libmd and libcr...
2009-04-18 Warner LoshMake sure that the data in the ROM with a valid signatu...
2009-04-18 Warner LoshAdd GVP NIC 2000P and New Media Livewire. Also New...
2009-04-18 Warner LoshThis turns out to be wrong...
2009-04-18 Tim KientzleCorrect and update the manpage to include
2009-04-18 Warner LoshEstablish the interrupt handler AFTER we successfully...
2009-04-18 Warner LoshRemove debug write accidentally left in.
2009-04-17 Maksim YevmenkinFix bug in event timeout handling
2009-04-17 Bernd Walterminor cleanup
2009-04-17 Tim Kientzle*** empty log message ***
2009-04-17 Ed SchoutenSwitch ubtbcmfw(4) to use si_drv1 instead of storing...
2009-04-17 John Baldwin- Add a few more register defintions for the PCI expres...
2009-04-17 Kip Macyclarify state of llentry that is passed back
2009-04-17 Alexander KabaevUndo private changes that should never have been committed.
2009-04-17 Alexander KabaevMore fallout from negative dotdot caching. Negative...
2009-04-17 John BaldwinThe vlan code has not required the miibus code since...
2009-04-17 Andrew ThompsonDrain the driver tasks on the same taskqueue in which...
2009-04-17 Yoshihiro TakahashiThe sr(4) driver is removed.
2009-04-17 Yoshihiro TakahashiThe ar(4), ray(4) and sr(4) drivers are removed.
2009-04-17 David SchultzRevert r190943, since the problem in ports seems to...
2009-04-17 John BaldwinRestore bus DMA bounce pages to an offset of 0 when...
2009-04-17 Ollivier RobertAdd an entry for the French macbook keyboard layout.
2009-04-17 Robert WatsonRemove kue_fw.h, missed in previous IFF_NEEDSGIANT...
2009-04-17 Robert WatsonRemove legacy versions of USB network interface drivers...
2009-04-17 Kevin LoChange Taiwan, Province of China to Taiwan, Republic...
2009-04-17 Tim KientzleDisabling the crypto bits should quiet tinderbox while I
2009-04-17 Tim KientzleMerge from libarchive.googlecode.com:
2009-04-17 Tim KientzleMerge remaining changes from libarchive.googlecode...
2009-04-17 Tim KientzleSet options before opening the archive.
2009-04-17 Tim KientzleMinor portability improvement in calls to ctype.h macros.
2009-04-17 Tim KientzleMerge from libarchive.googlecode.com: Numerous Windows...
2009-04-17 Tim KientzlePublicize a handful of new functions and bump the versi...
2009-04-17 Tim KientzleMerge lots of test suite updates from libarchive.google...
2009-04-17 Tim KientzleFreeBSD has a lot of crypto functions used by the recen...
2009-04-17 Tim KientzleEnsure that the option setters return OK (option used...
2009-04-17 Tim KientzleFix a memory leak: Release the current list of /set...
2009-04-17 Tim KientzleDocument the new read options interface and the new...
2009-04-17 Tim KientzleDynamically size the buffer we pass to getgrgid_r(...
2009-04-17 Tim KientzleDon't match an empty file on a read error.
2009-04-17 Tim KientzleWhen pulling metadata from disk, lookup the user and...
2009-04-17 Tim KientzleLZW bugfix: when we hit end-of-file, return an invalid...
2009-04-17 Tim KientzleMinor fix: some platforms require both inttypes.h and...
2009-04-17 Tim KientzleImplement command-line fallbacks for gzip and bzip2...
2009-04-17 Tim KientzleMerge new xz/lzma support from libarchive.googlecode...
2009-04-17 Tim KientzleDon't use the open callback, which is deprecated (becau...
2009-04-17 Tim KientzleAccept empty options, add a new read_next_header2(...
2009-04-17 Tim KientzleProperly clone and free the recently-added "sourcepath...
2009-04-17 Tim KientzleUse thread-safe getgrnam_r() and getpwnam_r(); dynamica...
2009-04-17 Tim KientzleFix a minor memory leak.
2009-04-17 Tim KientzleMerge from libarchive.googlecode.com: Numerous fixes...
2009-04-17 Tim KientzleMerge from libarchive.googlecode.com: If we're
2009-04-17 Maksim YevmenkinPrevent atkbd(4) interrupt handler from calling keyboar...
2009-04-16 Andrew ThompsonOnly call ieee80211_start_all() if its a 80211 device.
2009-04-16 Kip Macycall base if_qflush routine to flush if_snd
2009-04-16 Kip Macyexport if_qflush for use by driver if_qflush routines
2009-04-16 Kip Macys/void/void */
2009-04-16 Kip Macyadd comment to llentry_update
2009-04-16 Kip Macyrestore spare pointers for MFCing
2009-04-16 Kip Macyadd utility routine for updating an struct llentry *
2009-04-16 Kip MacyChange if_output to take a struct route as its fourth...
2009-04-16 Robert WatsonMerge new kernel files from OpenBSM 1.1: audit_fcntl...
2009-04-16 Maxim Konovalovo Reflect ar(4), ray(4), sr(4), raycontrol(8) removal.
2009-04-16 Rick Macklem Added a field to the SVCXPRT structure that the nfsv4...
2009-04-16 Robert WatsonGarbage collect raycontrol(8), as ray(4) has been removed.
2009-04-16 Robert WatsonRemove D_NEEDGIANT from audit pipes. I'm actually...
2009-04-16 Rafal Jaworowskimge(4): fix two bugs, which were leading to crash/hang...
next