]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-02-11 John BaldwinFix lptopen() and lptclose() to not trash the state...
2009-02-11 Robert WatsonAdd a regresion test to determine whether or not a...
2009-02-11 Michael ReifenbergerAdd files to build i386/amd64 bootable rescue ISO image...
2009-02-11 Maxim Konovalovo Print an octal representation of suid, sgid and stick...
2009-02-11 Alexander LeidingerAll open fixes and improvements from Konstantin for...
2009-02-11 Mike MakonnenReword informational message by rc.d/defaultroute.
2009-02-11 Marius Strobl- Use the generally more appropriate PROM base rather...
2009-02-11 Warner Losho Use NULL in pereference to 0 in pointer contexts.
2009-02-11 Warner Losho Introduce KOBJMETHOD_END for the end of the kobj...
2009-02-11 Pyun YongHyeonAllocating 2 MSI messages do not seem to work on certai...
2009-02-11 Kai WangAdded entries for Lava SP-PCI (1 serial + 1 parallel...
2009-02-10 Sam Lefflerwhen operating as a slave, clear neighbor entries and...
2009-02-10 Sam Lefflerclean neighbor entries on beacon miss
2009-02-10 Sam Lefflerdon't do phantom beacon miss checking for s/w beacon...
2009-02-10 Alexander MotinCheck for device_set_devclass() errors and skip driver...
2009-02-10 Warner LoshFix shutdown prototypes.
2009-02-10 Warner LoshFix read_ivar prototype.
2009-02-10 Warner LoshFix iicbus_intr, iicbus_write and device_read_ivar...
2009-02-10 Warner Loshfix arcmsr_attach, probe, detach, and shutdown prototyp...
2009-02-10 John BaldwinAdding dynamic sysctls no longer requires Giant.
2009-02-10 Marius StroblDon't reset the PHY probe retry counter within the...
2009-02-10 Marius StroblImprove r185008 so the streaming cache is only flushed...
2009-02-10 Marius Strobl- Use the generally more appropriate PROM base rather...
2009-02-10 Marcel MoolenaarMark the BSP as being awake. This supresses the message
2009-02-10 Maksim YevmenkinUpdate comment. soalloc() is no longer performing M_WAI...
2009-02-10 Sam Lefflermark the CLR key installed for open auth stations such...
2009-02-10 Sam Leffleradd hw.ath.bstuck to control the stuck beacon threshold
2009-02-10 Sam Leffleron resume ah_curchan may be NULL if no channel change...
2009-02-10 Sam Lefflerconsolidate conditional code
2009-02-10 Attilio RaoScanning all the formats for binary translation of...
2009-02-10 Ken SmithTurn off the parallel make options accidentally turned...
2009-02-10 Ken SmithDue to some recent-ish work on GEOM/G_PART the c partit...
2009-02-10 Ken SmithTurn off the building of boot floppies for amd64/i386.
2009-02-10 Alan CoxEliminate an unused definition.
2009-02-10 Warner LoshFix g_part_dumpconf and g_part_name prototpyes.
2009-02-10 Sam Lefflercorrectly fixup iv_des_chan after installing a new...
2009-02-10 Marcel MoolenaarAdd option GEOM_PART_EBR by default on amd64 and i386.
2009-02-09 Olivier HouchardHmm... "base? base : 0" and "base" should be equivalent.
2009-02-09 Andrew ThompsonHook uslcom2 up to the build.
2009-02-09 Andrew ThompsonRemove usb2_config_td.[ch], they are no longer used.
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157429, 157433, 157443
2009-02-09 Andrew ThompsonCorrect sources for r188417
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157412
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157069, 157255
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157203
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157069
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157069, 157136, 157143,...
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157100
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157069, 157429, 157430
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb
2009-02-09 Andrew ThompsonMFp4 //depot/projects/usb; 157069,157296,157375,157384...
2009-02-09 Ulf Lilleengen- Sanitize disk parameters retrieved from GEOM, as...
2009-02-09 John BaldwinMark udf(4) MPSAFE and add support for shared vnode...
2009-02-09 John BaldwinUse the same style as the rest of the file for the...
2009-02-09 Ulf Lilleengen- Fix an issue where file attributes were not installed...
2009-02-09 Robert WatsonRemove extra 'comma = 0' in socket state printing code...
2009-02-09 Olivier HouchardThe bounce zone sees its page number increased if multi...
2009-02-09 Randall StewartAdd padding to then end of the xsctp_xxx structures to
2009-02-09 Max Khontulip_busdma_cleanup: pass correct vaddr (2nd arg)...
2009-02-09 Max Khoncam_periph_alloc: fix "invalid periph name" error condition
2009-02-09 Max KhonDo not self-initialize a variable.
2009-02-09 Max KhonRemove unused variable.
2009-02-09 Max KhonDestroy TX tag outside of loop scope.
2009-02-09 Ed SchoutenProperly implement GIO_ATTR and CONS_GETINFO.
2009-02-09 Martin Blapps/SS_FDREF/SS_NOFDREF/
2009-02-09 Randall StewartFix minor spacing problem found by s9indent from last
2009-02-09 Randall StewartFix INET only build breakage with SCTP - pointy hat...
2009-02-09 Konstantin... Comment out the assertion from r188321. It is not valid...
2009-02-09 Ed SchoutenRemove a stale comment from the clists code.
2009-02-09 Alan CoxAvoid some cases of unnecessary page queues locking...
2009-02-09 Pyun YongHyeonDocument loader tunable hw.re.msi_disable.
2009-02-09 Pyun YongHyeonReclaim transmitted frames in re_tick(). This is for...
2009-02-09 Weongyo Jeongmark M_LASTFRAG at the last fragment.
2009-02-08 Marcel MoolenaarAdd the EBR scheme. The EBR scheme supports the Extende...
2009-02-08 Oleksandr Tymoshenko- Fix in_cksum for big-endian MIPS: use correct compile...
2009-02-08 Marcel MoolenaarAllow gpe_offset to be set by the scheme. When gpe_offs...
2009-02-08 Warner LoshWhen bouncing pages, allow a new option to preserve...
2009-02-08 Alan CoxEliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT...
2009-02-08 Edward Tomasz... Remove an overzealous check.
2009-02-08 Tim KientzleFix multiple -s options.
2009-02-08 Tim KientzleWhen copying file data to the archive, don't write...
2009-02-08 Kip MacyDon't try to directly update page tables
2009-02-08 Konstantin... Remove no longer valid comment.
2009-02-08 Andrew ThompsonThe NRL value in the queue head must be zero for interr...
2009-02-08 Konstantin... Improve comments, correct English.
2009-02-08 Konstantin... Do not call vm_object_deallocate() from vm_map_delete...
2009-02-08 Konstantin... In vm_map_sync(), do not call vm_object_sync() while...
2009-02-08 Sam Lefflerfix typo
2009-02-08 Konstantin... Do not sleep for vnode lock while holding map lock...
2009-02-08 Marcel MoolenaarPrefer the start and end attributes over the offset...
2009-02-08 Marcel Moolenaaro Add the "PART::scheme" attribute that returns the...
2009-02-08 Sam Lefflero use humanize_number to print totals
2009-02-08 Konstantin... Add the comments to vm_map_simplify_entry() and vmspace...
2009-02-08 Konstantin... Lock the new map in vmspace_fork(). The newly allocated...
2009-02-08 Konstantin... Assert that vnode is exclusively locked when its vm...
2009-02-08 Konstantin... Do not leak the MAP_ENTRY_IN_TRANSITION flag when copyi...
2009-02-08 Konstantin... Style.
2009-02-08 Konstantin... Lookup up the directory entry for the tmpfs node that...
2009-02-08 Hajimu UMEMOTOShutup warning for DNAME RR.
2009-02-08 Robert WatsonSet the lower bound on queue size for an audit pipe...
next