]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-11-04 phkDon't grab the exclusive bit on a root filesystem until...
2004-11-04 phkChange buf->b_object to buf->b_bufobj->bo_object
2004-11-04 delphijBump __FreeBSD_version after addition of glibc-style...
2004-11-04 phkDe-couple our I/O bio request from the embedded bio...
2004-11-04 delphijAdd glibc-style strftime(3) padding specifiers, namely...
2004-11-04 bmsFix markup: .Dv -> .Va
2004-11-04 phkwhitespace
2004-11-04 ruFixed "make clean".
2004-11-04 phkRemove buf->b_dev field.
2004-11-04 phks/ffs/ntfs/
2004-11-04 phkFinish cut&paste adjustments.
2004-11-04 phkHide udp_in6 behind #ifdef INET6
2004-11-04 gshapiroCreate a separate directory for dynamic zones which...
2004-11-04 bmsDocument the fact that blackhole routes normally need...
2004-11-04 bmsWhen performing IP fast forwarding, immediately drop...
2004-11-04 bmsDocument the fact that the flags for a FreeBSD kernel...
2004-11-04 obrienStop listening to bug reports with wrong solutions...
2004-11-04 rwatsonUntil this change, the UDP input code used global varia...
2004-11-03 jhbRevert most of 1.109. Although it improved the situati...
2004-11-03 ceriBe more clear that "bridged" is a synonym for "layer2".
2004-11-03 phkMake a more whole-hearted attempt at GEOM'ifying NTFS.
2004-11-03 phkAlways initialize bo_private along with bo_ops in getne...
2004-11-03 ceriAllow the -f argument to work.
2004-11-03 alcThe synchronization provided by vm object locking has...
2004-11-03 phkRestore TTYDEF_LFLAG to set echo bits.
2004-11-03 kensmithUpdate the list of package names/descriptions.
2004-11-03 scottlDon't use atomic ops to increment interrupt stats....
2004-11-03 ruIntroduce the PRECIOUSPROG knob in bsd.prog.mk, similar
2004-11-03 emaxFix kernel build (caused by recent ng_{un}timeout API...
2004-11-03 paulRevert a WIP change that shouldn't have been in last...
2004-11-03 pjdRemove extra 's'.
2004-11-03 pjdBe more correct.
2004-11-03 mlaierImproved interface handling. This should fix the use...
2004-11-03 pjdRemove one more redundant 'not'.
2004-11-03 paulConvert to ANSI style function definitions.
2004-11-03 iedowseThe ehci_dump() function shouldn't be declared static...
2004-11-03 phkPut the "Link is up/down" printfs behind bootverbose...
2004-11-03 rwatson(1) Move from O(n) list copies to O(1) list concatenati...
2004-11-03 phkMake the bootverbose output from qualitydetermination...
2004-11-03 phkStop dumping the MBR entries under bootverbose
2004-11-03 phkStop wasting a bootverbose line on all geom slices.
2004-11-03 phkStop printing the VGA registers during verbose boot...
2004-11-03 phkDon't print the singularly unhelpful message:
2004-11-03 phkMake the KASSERTS in bstrategy() stop claiming to be...
2004-11-03 yarFix logxfer() by using realpath(3) instead of playing...
2004-11-03 iedowseMerge recent USB2/EHCI related changes from NetBSD:
2004-11-02 scottlStreamline busdma a bit. Inline _bus_dmamap_load_buffe...
2004-11-02 simonAdd an "old-style" entry for the hptmv(4) until it...
2004-11-02 andreRemove RFC1644 T/TCP support from the TCP side of the...
2004-11-02 glebius- Make ng_timeout() to use callout() interface instead...
2004-11-02 andreReduce annoying SCSI probing delay from 15 to 5 seconds...
2004-11-02 glebiusFix a harmless error in order of ng_timeout() arguments.
2004-11-02 emaxSerial devices now called /dev/cuadXX not /dev/cuaaXX
2004-11-02 emaxSerial devices now called /dev/cuadXX not /dev/cuaaXX
2004-11-02 emaxFix broken ng_h4(4). Basically, do not abuse t_sc field...
2004-11-02 yarReplace the last occurence of (long long) and %qd with
2004-11-02 phkstty sane should set the echo bits.
2004-11-02 rwatsonAdd a small regression test that opens a TCP socket...
2004-11-02 rwatsonAcquire the accept mutex in soabort() before calling...
2004-11-02 yarThis is a forced commit to note that actually pam_strer...
2004-11-02 philipAdd support for Asus M6N laptops
2004-11-02 pjdSort files properly.
2004-11-02 ruActually put hint.atkbd.0.flags="0x1" in /boot/device...
2004-11-02 hartiAdd a man page for the NgATM helper module ngatmbase.
2004-11-02 ssouhlalImplement TLS relocations for powerpc.
2004-11-02 ssouhlalDo the TLS offset allocations before relocations, as...
2004-11-02 maximAdd OpenBSD 3.6.
2004-11-02 ssouhlalStay up to date with the latest ATA developments, where
2004-11-02 ssouhlalUncomment options _KPOSIX_PRIORITY_SCHEDULING as it...
2004-11-01 jhb- Change the ddb paging "support" to use a variable...
2004-11-01 jhbAllow individual application processors to be disabled...
2004-11-01 glebiusRemoved bogus comment.
2004-11-01 glebiuso style changes:
2004-11-01 alfredWhen listing the special $ variables, ($!, $#, etc...
2004-11-01 mtmDo a better job of supporting more than one mouse device
2004-11-01 obrien* Correct an off-by-one reading vpd ro data.
2004-11-01 delphijCorrect a typo and make the documentation more mdoc...
2004-11-01 obrienfix typo in generated /etc/exports: escape all '
2004-11-01 yarOpenPAM allows passing a NULL "pamh" to pam_strerror...
2004-11-01 pjdRemove redundant 'not'.
2004-11-01 mlaierdes added bge(4) support.
2004-11-01 davidxuSave cancelflags in signal frame, this fixes a problem...
2004-10-31 alcIntroduce a Boolean variable wakeup_needed to avoid...
2004-10-31 glebiusUtilize m_uiotombuf() in device write method, instead...
2004-10-31 glebiusSince last change moved ';' from macro to code, we...
2004-10-31 desAdd TUNABLE_LONG and TUNABLE_ULONG, and use the latter...
2004-10-31 desWhitespace cleanup
2004-10-31 pjdDon't treat # as a comment in interpreter specification...
2004-10-31 ddReplace link to nonexistent raid(4) with one to geom...
2004-10-31 greenMake pthread_mutex_trylock(3) return EBUSY on failure...
2004-10-31 marcelRemove the -k option to migrate. The option causes...
2004-10-31 marcelDon't barf when we encounter an UUID for GPT partitions...
2004-10-30 alcDuring traversal of the active queue by vm_pageout_page...
2004-10-30 desWith ALTQ, it is possible that although the queue was...
2004-10-30 desAdd altq(4) support.
2004-10-30 alcEliminate an unused but initialized variable.
2004-10-30 yar- Stop shadowing global "pamh" by a local variable...
2004-10-30 yarDescribe the semantics of the sgetpwnam() helper function
2004-10-30 iedowseSave and restore state across suspend/resume events.
2004-10-30 desWhitespace cleanup.
next