]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-11-18 Matteo Riondatouse WARNS?= instead of WARNS=
2008-11-18 Matteo RiondatoBe more precise and use sizeof(tn)
2008-11-18 Matteo RiondatoUse WARNS?= instead of WARNS=
2008-11-18 Pawel Jakub... Fix a warning on amd64 caused by using int for request...
2008-11-18 Marcel MoolenaarPad the bootcode we write to the partition to a multipl...
2008-11-18 Xin LIObey signedness flag in %z case.
2008-11-17 Xin LIObey signedness flag in %z case.
2008-11-17 John BaldwinFix the maximum transfer size for mfi(4) disk devices...
2008-11-17 Warner Loshmake this warns=5 clean
2008-11-17 Warner LoshMove dumpcis to its own directory, start to decouple...
2008-11-17 Warner LoshMinor ANSI tweaks.
2008-11-17 Tim KientzleWhen running on a filesystem that lacks ACL support,
2008-11-17 Pawel Jakub... Update ZFS from version 6 to 13 and bring some FreeBSD...
2008-11-17 Maksim YevmenkinUndo revision 185013 until better solution is found.
2008-11-17 Philip PaepsFix a potential NULL-pointer dereference in padlock(4).
2008-11-17 Rafal Jaworowskigdb: Remove arm_pc_is_thumb_dummy() and related code.
2008-11-17 Rafal JaworowskiInitial gdbserver support for ARM.
2008-11-17 Philip PaepsFix two possible (but unlikely) NULL-pointer dereferenc...
2008-11-17 Warner LoshOverhaul of CIS parsing, next step: keep a cached copy...
2008-11-17 Pyun YongHyeonFix typo. It restuled in activating unwanted Rx filteri...
2008-11-16 Maksim YevmenkinMore locking for syscons(4). This should prevent races...
2008-11-16 Konstantin... Instead of forcing vn_start_write() to reset mp back...
2008-11-16 Konstantin... Revert r184118. There is actually a code in the kernel...
2008-11-16 Ed SchoutenFix argument layout of devfs_get_cdevpriv().
2008-11-16 Marius Strobl- Allow the front-end to specify that iommu(4) should...
2008-11-16 Marius StroblUse the spitfire VIS block copy/zero functions also...
2008-11-16 Marius StroblMicro-optimize spitfire_block_{copy,zero}():
2008-11-16 Marcel MoolenaarDefine LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long...
2008-11-16 Marius Strobl- For maximum flexibility, sparc64 supports BUS_DMA_COH...
2008-11-16 John BaldwinVarious whitespace and style fixes.
2008-11-16 Konstantin... In the robust futexes list head, futex_offset shall...
2008-11-16 Ed SchoutenAdd a comment to utmp.h about the sizes of UT_HOSTSIZE...
2008-11-16 Joseph KoshyIgnore absent CPUs when listing the current state of...
2008-11-16 Joseph KoshyPrint PMC widths in the initialization announcement.
2008-11-15 Peter WemmOn i386, the primary function that SYSCALL() generates...
2008-11-15 Joseph Koshy- Document the class name prefix for these PMCs.
2008-11-15 Joseph KoshyCorrect an oversight: call the MD finalize hook at...
2008-11-15 Joseph KoshyFix assertions.
2008-11-15 Joseph KoshyCorrect an indexing error (a change missed out in ...
2008-11-15 Alexander MotinCorrect association 0 handling.
2008-11-15 Rong-En Fan- Update instructions for Subversion import
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Giorgos KeramidasFinish a few more .Dl "quoted" arguments missed in...
2008-11-15 Giorgos KeramidasAdd missing quotes to .Dl arguments.
2008-11-15 Warner LoshFirst step in cleaning up CIS parsing and /dev/cardbus...
2008-11-15 Gregory Neil... Merge from vendor dist: Bring in a change already in...
2008-11-15 Gregory Neil... Bring in a change already in the sendmail repository...
2008-11-15 Jung-uk Kim- Revive fdc(4) per-device flag 0x10, which was removed...
2008-11-14 Doug AmbriskoFix compile. I was in the wrong tree when I tested...
2008-11-14 Doug AmbriskoWhen running a 32bit app. on amd64, ensure the bits...
2008-11-14 Doug RabsonSwitch the default rpc implementation for NFS back...
2008-11-14 Edward Tomasz... Adapt to accmode_t changes.
2008-11-14 Ed SchoutenPer request, keep privilege number 20 reserved.
2008-11-14 Kip Macy merge fix for boot-time hang on centos' xen
2008-11-14 Kip Macyrepair config file from spamming
2008-11-14 Paul SaabFix world
2008-11-14 David E. O... Fix typo where the code was missing the "IPMICTL_RECEIV...
2008-11-14 Robert WatsonWhen repeatedly accessing a thread credential, cache...
2008-11-13 Nick HibmaHide the attach message. This needs to be done in the...
2008-11-13 Nick HibmaSilence detach messages if the device has marked itself...
2008-11-13 Nick HibmaAdd a reset device command to ugen.c.
2008-11-13 Ed SchoutenUse strlcpy() instead of strcpy().
2008-11-13 Alexander MotinAdd ADMA, SATA and SAS mass storage subclasses reporting.
2008-11-13 Alexander MotinAdd ADMA, SATA and SAS mass storage subclasses.
2008-11-13 Ed SchoutenConvert telnetd(8) to use posix_openpt(2).
2008-11-13 Doug AmbriskoFor now on every 10 cyclinder groups flush the buffer...
2008-11-13 Doug AmbriskoOne more piece to add to make sense data work for a...
2008-11-13 Joseph KoshyTweak -mdoc usage.
2008-11-13 Ed MasteFix whitespace.
2008-11-13 Doug RabsonUse the remote address for access control, not the...
2008-11-13 Doug RabsonTemporarily switch NFS back to the old RPC code while...
2008-11-13 Joseph KoshyDocument UMASK values, fix errors.
2008-11-13 Joseph KoshyFix typos, document UMASK values.
2008-11-13 Joseph KoshyRemove duplicates, fix errors and document UMASK values.
2008-11-13 Konrad JankowskiAdd myself to the src committers list, with Diomidis...
2008-11-13 Pyun YongHyeonFix Rx/Tx checksum offload ioctl handling. Now checksum...
2008-11-13 Ken SmithThis is being committed from a sparc64 (US-III, thanks...
2008-11-13 Robert WatsonThe audit queue limit variables are size_t, so use...
2008-11-12 Doug Ambrisko- Fix from jhb for failing I/O request when bus_dmamap_...
2008-11-12 John BaldwinVarious style and whitespace fixes. Previously parts...
2008-11-12 Bjoern A. ZeebAdd opt_inet.h which has been needed since r184718...
2008-11-12 Bjoern A. ZeebAdd opt_inet.h which has been needed since r184717...
2008-11-12 Bjoern A. ZeebAdd opt_inet.h which has been needed since r184714...
2008-11-12 Joseph KoshyDocument the alternate event names supported for "archi...
2008-11-12 Joseph KoshyUse spellings that are close to vendor documentation.
2008-11-12 Nathan WhitehornProbe ADB miscellaneous devices (ID 7) instead of stopp...
2008-11-12 Doug RabsonCall svc_freereq() before returning from the service...
2008-11-12 Doug RabsonDon't call svc_freereq() before svc_freeargs().
2008-11-12 Randall Stewart-Improvement: Add '\n' on debug output in sctp_lower_so...
2008-11-12 Giorgos KeramidasAdd a quirk for Belkin USB Bluetooth adapters (F8T012xx...
2008-11-12 Colin PercivalAdd support for the Microsoft Comfort Optical Mouse...
2008-11-12 Doug RabsonAdd a missing call to mtx_destroy().
2008-11-12 Pyun YongHyeonCorrect .Dd
2008-11-12 Pyun YongHyeonAdd ale(4) man page and hook up ale(4) to the build.
2008-11-12 Pyun YongHyeonAdd ale(4) to the list of supported network interface.
2008-11-12 Pyun YongHyeonAdd ale(4), a driver for Atheros AR8121/AR8113/AR8114...
2008-11-12 Doug RabsonTurn (NFSERR_AUTHERR|code) status values into svcerr_au...
2008-11-12 Doug RabsonAllow v3 GETATTR requests even when weakly authenticate...
2008-11-12 Ed SchoutenDon't forget to relock the TTY after uiomove() returns...
2008-11-12 Kip MacyUpdate firmware version check
next