freebsd.git
2014-10-25 delphijFix build.
2014-10-25 npcxgbe(4): bump up PF4's share of some global resources.
2014-10-24 brooksUse the __DECONST macro rather than hand rolling the...
2014-10-24 rpauloFix the build by installing acpi_hpet.h correctly.
2014-10-24 brooksRemove an unused variable that would be better spelled...
2014-10-24 loosAdd an iicbus_reset() method to bcm2835_bsc. While...
2014-10-24 rpauloAdd a sysctl to control the HPET allow_write behaviour.
2014-10-24 loosFix cpsw_detach() to not panic when called from cpsw_at...
2014-10-24 markjEliminate conf_lock and instead rely on the NSS write...
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-24 jhbAdd COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to...
2014-10-24 rpauloHPET: avoid handling the multiple file-descriptor case.
2014-10-24 jhbDon't reference sem(4) from the POSIX semaphore pages...
2014-10-24 loosFix a bug where DMA maps created with bus_dmamap_create...
2014-10-24 rpauloHPET: create /dev/hpetN as a way to access HPET from...
2014-10-24 melifaroFix documentation issue.
2014-10-24 hselaskyUpdate the network interface baudrate integer according...
2014-10-24 ngie- Add sys/types.h for the APIs in sys/sysctl.h
2014-10-24 ngieCorrect my previous commit:
2014-10-24 ianAccept the documented FDT compatible string for the...
2014-10-24 kevloAdd D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.
2014-10-24 melifaroBump default dynamic limit to 16k entries.
2014-10-24 aeRemove redundant check and m_pullup() call.
2014-10-24 melifaroFix displaying non-contiguous netmasks.
2014-10-24 traszImprove ctld.conf example.
2014-10-24 traszMake the initiator-name and initiator-portal checks...
2014-10-24 traszTidy up the login code; no functional changes.
2014-10-24 roygeramd64: make uiomove_fromphys functional for pages not...
2014-10-24 ngie- Mark signo __unused in the signal handler function
2014-10-24 ngie- Add inttypes.h and stdint.h in lieu of int_limits...
2014-10-24 delphijReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR...
2014-10-24 araujoFix a leaked Storage Variable.
2014-10-24 mckusickFix formatting of vmstat (1) so that it looks cleaner...
2014-10-24 ngie- Test for EINVAL requirement when passing an invalid...
2014-10-24 ngie- Ignore EINVAL check with mknod(path, S_IFCHR, -1...
2014-10-24 jhibbitsWhitespace
2014-10-24 jhibbitsThree updates to PowerPC FBT:
2014-10-23 loosMove the duplicated code to a single function.
2014-10-23 marcelHook xo(1) to the build -- it's like echo, but uses...
2014-10-23 marcelHook libxo to the build.
2014-10-23 loosProvide a working GPIOBUS_IVAR() macro for FDT systems.
2014-10-23 desIn all cases except CTLTYPE_STRING, penv is NULL here...
2014-10-23 marcelAdd generated headers xoversion.h and xoconfig.h. These...
2014-10-23 marcelImport libxo 0.1.4
2014-10-23 ianInstall a temporary workaround to avoid problems in...
2014-10-23 alcUnder PAE ULONG is insufficient for representing the...
2014-10-23 jhbUse a static callout to drive key_timehandler() instead...
2014-10-23 mjgIn selfdfree re-evaulate sf_si after takin the lock.
2014-10-23 delphijTest if 'env' is NULL before doing memset() and strlen(),
2014-10-23 rpaulopuc(4): add an entry for the Oxford Semiconductor OXPCI...
2014-10-23 jmgminor updates to make it more explicit that when using...
2014-10-23 mjgAvoid taking the lock in selfdfree when not needed.
2014-10-23 emaxChange the code to use the openpty(3) API which uses...
2014-10-23 aeMove if_get_counter initialization from if_attach into...
2014-10-23 loosFix a bug where some DTS layouts could cause the premat...
2014-10-23 dumbbellvt(4): Add PIO_VFONT_DEFAULT ioctl to restore the defau...
2014-10-23 traszClean up (refactor) discovery a little; no functional...
2014-10-23 melifaroShow SFP+/QSFP memory map dump on higher verbose levels.
2014-10-23 ngieOmit the mprotect_exec testcase on FreeBSD
2014-10-23 ngieMark signum __unused
2014-10-23 ngieFix a typo (__FreeBSD__ -> __NetBSD__ when omitting...
2014-10-23 ngieAdd limits.h #include for SSIZE_MAX
2014-10-23 ngieAdd limits.h #include for SSIZE_MAX
2014-10-23 ngie- Omit setrlimit_nthr testcase on FreeBSD (requires...
2014-10-23 ngie- Mark sig/signo __unused
2014-10-23 ngieUse <atf_srcdir>/truncate_test.root_owned instead of...
2014-10-23 ngieAdd limits.h #include for INT_MAX
2014-10-23 ngie- Omit the poll testcases on FreeBSD (they require...
2014-10-23 ngieMark signo __unused in handler(..)
2014-10-23 ngieOmit all of the testcases as revoke(2) is only implemen...
2014-10-23 ngieOmit the pollts testcases on FreeBSD
2014-10-23 ngiePort t_mmap.c to FreeBSD
2014-10-23 ngieAdd sys/socket.h #include for struct sockaddr_in
2014-10-23 ngieAdd limits.h #include for LINE_MAX
2014-10-23 ngie- Mark unused parameters __unused in handler
2014-10-23 ngieConvert "fcntl(n, F_CLOSEM)" to "closefrom(n)"
2014-10-23 ngiePort t_pipe2.c to FreeBSD
2014-10-23 ngieExpect getgroups_err to fail on FreeBSD
2014-10-23 ngieAdd netinet/in.h for struct sockaddr_in
2014-10-23 bryanvAdd VirtIO console driver
2014-10-23 ianUnconditionally enable the clocks for all imx6 devices...
2014-10-23 delphijSync with NetBSD.
2014-10-23 delphijMFV r273494: xz 5.0.7.
2014-10-23 delphijMFV r273492: remove gettext files.
2014-10-22 cpercivaPopulate the GELI passphrase cache with the kern.geom...
2014-10-22 markjFix some buglets in the error-handling of getdevice...
2014-10-22 cpercivaAvoid leaking data from the kernel environment: When...
2014-10-22 rmacklemClip the settings for the NFS rsize, wsize mount options
2014-10-22 rmacklemRevert r273481 so it can be recoded using fls(), which
2014-10-22 melifaroRename log2 to tal_log2.
2014-10-22 ngieThe NetBSD libc tests use several definitions/macros...
2014-10-22 rmacklemClip the settings for the NFS rsize, wsize mount options
2014-10-22 npcxgbe/iw_cxgbe: wake up waiters after flushing the qp.
2014-10-22 luigisince we cast a pointer, use the correct signedness
2014-10-22 ngieFix linking static test binaries with atf.test.mk
2014-10-22 roygernetback: change xnb naming convention
2014-10-22 roygerxen: implement the privcmd user-space device
2014-10-22 roygerxen: add a Xen to BSD error translation
2014-10-22 roygerxen: import a proper event channel user-space device
2014-10-22 roygerxen: allow to register event channels without handlers
next