]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-12-28 kibMake it possible to atomically resume writes on the...
2012-12-28 pfggcc: avoid generating negative values to DW_AT_byte_size.
2012-12-28 gjbFix wording nit.
2012-12-28 baptFix typo in comment.
2012-12-28 delphijAdd DEVICE_IDENTIFY method for wbwd(4), required on...
2012-12-28 delphijUse DEVMETHOD_END.
2012-12-28 baptSimplify pointing dst after the end of all the gr_mem...
2012-12-28 bapterrno = ENOMEM was supposed to be removed not return...
2012-12-28 baptmalloc() sets errno to ENOMEM already.
2012-12-28 baptDo not leave parts of the new group uninitialized in...
2012-12-28 pfggcc: avoid generating negative values to DW_AT_byte_size.
2012-12-28 attilioImprove bufring impl:
2012-12-28 umeFix location of /var/audit/dist and /var/audit/remote.
2012-12-28 glebiusIn netpfil/pf:
2012-12-28 adrianAdd the AR9280 and later spectral scan register definit...
2012-12-28 adrianAdd radar_bin_thresh_sel (bit 24:26), which defines...
2012-12-28 gonzoFix build on ARM (and probably other platforms)
2012-12-28 gonzoAdd makeshift implementation for framebuffer console...
2012-12-28 davidxuUse strlcpy to NULL-terminate error message even if...
2012-12-28 gonzoFix event timer on Raspberry Pi
2012-12-28 delphijAdd derived versions for common Simplified Chinese...
2012-12-28 delphijAdd zh_CN.UTF-8 catalog.
2012-12-28 gonzoAdd custom renderer for poor man's cursor support for...
2012-12-27 aeAdd an ability to set net.link.stf.permit_rfc1918 from...
2012-12-27 aeAdd net.link.stf.permit_rfc1918 sysctl variable. It...
2012-12-27 baptavoid arithmetic on uintptr_t
2012-12-27 baptcast to uintptr_t to properly calculate offset
2012-12-27 baptAdd O_CLOEXEC to flopen
2012-12-27 baptSimplify vnextgrent and vnextpwent reusing pw_scan...
2012-12-27 baptgr_dup: simplify duplication of group
2012-12-27 bapt- Clean up previous gr_add use malloc instead of calloc
2012-12-27 baptFix a regression in "pw group show" introduced r242349:
2012-12-27 baptSimplify the code by using the new gr_add function
2012-12-27 baptNew gr_add function to provide a clean and safe method...
2012-12-27 baptUse flopen(3) instead of open(2) + flock(2)
2012-12-27 jillestest(1): Document == alias for =.
2012-12-27 attilioRemove an unused var.
2012-12-27 attiliobr_prod_tail and br_cons_tail members are used as barri...
2012-12-27 luigiuse nanosecond resolution, make sure gettimeofday
2012-12-27 tuexenSome cleanups.
2012-12-27 tuexenMinor cleanups of debug messages.
2012-12-27 tuexenFix a copy and paste error.
2012-12-27 dteskeComments and fit to 80-columns.
2012-12-26 baptSimplify copying of group members by using memcpy
2012-12-26 baptFix off-by-one error in memory allocation: j entries...
2012-12-26 markjAdd the NO_SYNC_CACHE quirk for all Apple USB MSC devic...
2012-12-26 pjdReset provider-specific fields when resending I/O reque...
2012-12-26 rakucoUse DEVMETHOD_END, as suggested by hselasky@.
2012-12-26 rakucoUse the correct USB interface macros instead of USB_IF_CSI.
2012-12-26 baptIn case of the deletion of a user those whole database...
2012-12-26 baptFix creating a user and adding it to a group
2012-12-26 attilioFixup r244240: mp_ncpus will be 1 also in the !SMP...
2012-12-26 glebiusAdd vendor IDs for Broadcom USB dongles (BCM20702).
2012-12-26 davidxuAlways initialize pattern_buf pointers to NULL, otherwi...
2012-12-26 pluknetFix libproc test case to work with clang premature...
2012-12-25 rmacklemAttempt to clarify that for ZFS, all file systems under
2012-12-25 rmacklemAttempt to clarify that for ZFS, all file systems under
2012-12-25 antoineUse correct size in snprintf.
2012-12-25 glebius Garbage collect carp_cksum().
2012-12-25 jillessh: Prefer strsignal() to accessing sys_siglist directly.
2012-12-25 glebius Change net.inet.carp.demotion sysctl to add the suppl...
2012-12-25 glebius Fix sysctl_handle_int() usage. Either arg1 or arg2...
2012-12-25 zont- Update manual pages accordingly to r244384 and r244385.
2012-12-25 glebius The SIOCSIFFLAGS ioctl handler runs if_up()/if_down...
2012-12-25 dteskeAdd more debugging to help with diagnosis of program...
2012-12-25 dteskeRemove unnecessary duplicate initialization of the...
2012-12-25 andrewFix the __glibcxx_min and __glibcxx_max macros for...
2012-12-25 luigivarious connections to last commit
2012-12-24 glebiusMinor style(9) changes:
2012-12-24 hselaskyFix more regression issue after r244503.
2012-12-23 luigismall cleanup of the code, and add support for running...
2012-12-23 kibDo not force a writer to the devfs file to drain the...
2012-12-23 luigienable building picobsd with CC instead of CLANG
2012-12-23 andrewPull in r170096 from upstream clang trunk:
2012-12-23 matthewRemove extraneous space and new-line.
2012-12-23 rmacklemFix the Makefile so it can build gssd.c after r244604.
2012-12-23 avgzfs: solaris doesn't have KM_ZERO, kmem_zalloc should...
2012-12-23 melifaroAdd parentheses to IP_FW_ARG_TABLEARG() definition.
2012-12-23 melifaroUse unified IP_FW_ARG_TABLEARG() macro for most tablear...
2012-12-23 rstoneCorrect a series of errors in the hand-rolled locking...
2012-12-23 avgUPDATING: add a note about the clang+zfs+i386 stack...
2012-12-23 dimUpgrade our copy of llvm/clang to 3.2 release.
2012-12-23 avglock.9: fix incorrect descriptions of LK_SHARED and...
2012-12-23 matthewThird time's the charm. pkg -N output needs to go...
2012-12-23 hselaskyFix regression issue after r244503.
2012-12-22 rmacklemDocument the new gssd daemon options added by r244604.
2012-12-22 rmacklemIt was reported via email that some sshds create kerberos
2012-12-22 mmMFV r244559:
2012-12-22 dimFix a bug in ld --gc-sections: it strips out .note...
2012-12-22 dimPull in r170353 from upstream llvm trunk:
2012-12-22 matthewSwitch from 'pkg -n' to 'pkg -N' as the test for pkgn...
2012-12-22 jhMangle label names containing spaces, non-printable...
2012-12-22 jhReject spaces and double quotation marks in device...
2012-12-22 attilioFixup r240424: On entering KDB backends, the hijacked...
2012-12-22 npcxgbe(4): Add support for the T440-LP-CR card. This...
2012-12-22 andrewAdd the missing '$' from the LIBNETBSD variable
2012-12-22 andrewMake struct fstate aligned to the same as an int as...
2012-12-22 adrianif_start() is being used here as a way of kick-starting...
2012-12-22 adrianRemove a use of if_start() - instead, use if_transmit...
2012-12-22 cognetThe manpage states that bus_dmamap_create(9) returns...
next