]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-09-09 mbrSync with NetBSD rev. 1.20 + 1.21
2006-09-09 mbrSync with NetBSD rev. 1.10
2006-09-09 mbrSync with NetBSD rev. 1.15
2006-09-09 mbrSync part of NetBSD rev. 1.14
2006-09-09 mbrSync with NetBSD rev. 1.16 + 1.17
2006-09-09 jmgmove created/detected/activated under debug level 1...
2006-09-09 pdeuskarSecond attempt at fixing module build
2006-09-09 pdeuskarFix build breakage while compiling em as a module.
2006-09-09 netchildBuild linprocfs and linsysfs as modules on amd64.
2006-09-09 netchild- Extend the coverage of PROC_LOCK to cover wakeup...
2006-09-09 rwatsonAdd struct msg to the forwarded declared data structure...
2006-09-09 netchildChange futex lock from mutex to sx. Make futex_get...
2006-09-09 rwatsonRemove slightly oddly placed suser() call from the...
2006-09-09 netchildFix the check where we want to use the end of the suppo...
2006-09-09 netchild- don't wake every sleeper just the first one [1]
2006-09-09 rwatsonAdd a BSM conversion switch case for AUE_GETCWD, so...
2006-09-09 rwatsonSmall style cleanup.
2006-09-09 rwatsonAudit sysarch() operation argument.
2006-09-09 krisCatch up to xchat and samba package changes
2006-09-09 pdeuskarAdd support for TSO. Thanks to Andre for adding support...
2006-09-09 kibBump __FreeBSD_version for rev. 1.117 of libexec/rtld...
2006-09-09 ambriskoAdd support to bge(4) to not break IPMI support when...
2006-09-09 davidxuThe following functions need not to be reimplemented...
2006-09-08 jkimFix style nits. No md5 changes in .o's. ;-)
2006-09-08 ruStop cutting the tarball names to eight symbols. This...
2006-09-08 jasoneChange the way base allocation is done for internal...
2006-09-08 ruMF6: Attach if_bce.ko to the build.
2006-09-08 emaxTemporarily put ugly workaround in place to make sparc6...
2006-09-08 kibWhen looking up the symbol by dlsym, look it not only...
2006-09-08 ruDocument that bits are numbered from 1 in the %b format...
2006-09-08 dangerRe-word the description of the "async" flag.
2006-09-08 pjdFix format character.
2006-09-08 andreFix octal representation of TSO4 and TSO6 bits in inter...
2006-09-08 glebiusAdd a sysctl net.inet.tcp.nolocaltimewait that allows...
2006-09-08 pjdBump copyright year.
2006-09-08 pjdUse __FBSDID in .c files.
2006-09-08 ruIn "make universe", utilize simplified cross-build...
2006-09-08 ruPrevious revision wasn't enough for "make TARGET=<machi...
2006-09-08 erwinUpdate some of the bulgarian holidays since it no longer
2006-09-08 davidxuUse return value of _thr_umutex_lock instead of using...
2006-09-08 pjd- Split failure probability configuration into read...
2006-09-08 thomasMinor comment fix.
2006-09-08 mjacobSupport for PCI-Express 4Gb Cards.
2006-09-08 trhodesSo there is where that handbook paragraph came from...
2006-09-08 yongariMake 8139C+ work again which was broken since rev 1.68.
2006-09-07 bmahSigh. Fix name/path to SA-06:20.
2006-09-07 bmahMFC noted: lukemftpd from NetBSD snapshot.
2006-09-07 emaxs/USBDEVNAME/device_get_nameunit/g
2006-09-07 mjacobCreate a 'ready' handler for each personality. The...
2006-09-07 anholtMerge from DRM upstream:
2006-09-07 emaxAdd bthidd(8) rc(8) script
2006-09-07 impMFp4: first cut at getting I2C transfers working (gener...
2006-09-07 impMFp4: berndt pointed me at an errata that shows that...
2006-09-07 emaxUpdate bthidd(8) code and hook it up to the build.
2006-09-07 ruWhile experimenting with cross-building by specifying...
2006-09-07 ruFixed the -# option to work as documented in a manpage.
2006-09-07 ruAdded timestamping to buildworld, similar to buildkernel.
2006-09-07 ambriskoChange the class from uint8_t to int8_t so people can...
2006-09-07 bmahNew release notes: SA-06:19.openssl, SA-06:20.bind.
2006-09-07 jhayAll multicast listeners on a port should get one copy...
2006-09-07 ambriskoChange the event log dump on initial boot to use get_ev...
2006-09-07 emaxPrepare for upcoming bthidd(8) update. Install vkbd...
2006-09-07 ceriChase revision 1.10 in usage string and a comment.
2006-09-07 ru- Rewrite logic to guess TARGET_ARCH/TARGET to be more...
2006-09-07 jhbUse a single constant to define the sizes of the physma...
2006-09-07 ruBack when we had T/TCP support, we used to apply different
2006-09-07 andreSecond step of TSO (TCP segmentation offload) support...
2006-09-07 ruRemove a microoptimization for i386 that was a micropes...
2006-09-07 ruFix the markup.
2006-09-07 impmake "make TARGET=foo" work correctly. Before, it...
2006-09-07 mjacobmore usb fallout changes
2006-09-07 mjacobStatic -> static.
2006-09-07 trhodesCatch up with USB changes, device_ptr_t was removed...
2006-09-07 scottlCatch up to USB changes.
2006-09-07 scottlRemove old debugging code from the interrupt handler.
2006-09-07 impMore removing compatibility macros.
2006-09-06 impOnly include FreeBSD defines. This file is slated...
2006-09-06 imps/Static/static/g
2006-09-06 impMore antideclarification.
2006-09-06 andreReserve a precious 16bit gap in the mbuf pkthdr struct...
2006-09-06 andreMake TSO (TCP segmentation offload) capabilities visibl...
2006-09-06 sobomaxUnbreak in the case when device apic is compiled into...
2006-09-06 jhbUse sysctl_handle_long() instead of duplicating it...
2006-09-06 impRemove the portibility layer goo.
2006-09-06 andreFirst step of TSO (TCP segmentation offload) support...
2006-09-06 impMostly re-write man page to reflect current state of...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-06 dougbVendor import of BIND 9.3.2-P1, which addresses the...
2006-09-06 impjhb points out that these mallocs don't need to be...
2006-09-06 ruWhile convenient, avoid using alloca() for reasons...
2006-09-06 impMFp4: check the return value of malloc and report an...
2006-09-06 andreCheck inp_flags instead of inp_vflag for INP_ONESBCAST...
2006-09-06 andreImprove description of if_capabilities, if_capenable...
2006-09-06 mlaierFix stateful filtering of loopback IPv6 traffic to...
2006-09-06 andreFix the socket option IP_ONESBCAST by giving it its...
2006-09-06 brianRemove leading zeros
2006-09-06 mpRemove call to fdfree() for the AIO daemons to prevent...
2006-09-06 ruRefine previous revision to allow acpi_wakecode.h to...
2006-09-06 glebiuso Backout rev. 1.125 of in_pcb.c. It appeared to behave...
2006-09-06 brianRemove __DATE__ so that compiling the same source produ...
next