]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
[FreeBSD/FreeBSD.git] / sys /
2014-03-10 ianEliminate irq_dispatch.S. Move the data items it conta...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-10 hselaskyIgnore USB keyboard driver calls from critical sections.
2014-03-10 adrianAlso tag the current HAL power mode in ar9300_set_power...
2014-03-10 adrianMigrate the chip power mode status to public ath_hal...
2014-03-10 ianMake the default exception handler vectors point to...
2014-03-09 ianRemove all traces of support for ARM chips prior to...
2014-03-09 ianThe arm exception entry points currently vector through...
2014-03-09 ianMake undefined exception entry MPSAFE.
2014-03-09 ianWhen a thread begins life it doesn't own the VFP hardwa...
2014-03-09 ianAlways call vfp_discard() on thread death, not just...
2014-03-09 ianRemove all dregs of a per-thread undefined-exception...
2014-03-09 ianRework the VFP code that handles demand-based save...
2014-03-09 impRemove bogus define that causes compile errors. Most...
2014-03-09 neelFix panic "_mtx_lock_sleep: recursed on non-recursive...
2014-03-09 ianFollow r262916 with one more config file that reference...
2014-03-08 impBack out r262921. I don't know what I was thinking...
2014-03-08 rpauloCall ieee80211_dump_pkt() based on IFF_DUMPPKTS().
2014-03-08 hrsFix another bug in multicast filtering. i.MX uses...
2014-03-08 impMove AIC related stuff to own file.
2014-03-08 impProperly round on unmapping.
2014-03-08 impMake at91_soc_id() public.
2014-03-08 impSet the baud rate if it isn't 0 (meaning it has been...
2014-03-08 impMake clock optional on uart nodes. It is a FreeBSD...
2014-03-08 impAdd commented out dts for sam9260ek as well as early...
2014-03-08 impInitial cut for DTS on the hl201 board.
2014-03-08 jeff - Make runq_steal_from more aggressive. Previously...
2014-03-08 impMove all the files named foo/common.c to foo/foo_common...
2014-03-07 asomersPartial revert of change 262914. I screwed up subversi...
2014-03-07 asomerssbin/devd/devd.8
2014-03-07 ianStrip arm/conf/DEFAULTS down to just items that are...
2014-03-07 ianFix the arm sys_sigreturn(): its argument is a struct...
2014-03-07 br- Export panel info to DTS
2014-03-07 mavFix support for increased logical sector size (4K-nativ...
2014-03-07 brAdd driver for Port control and interrupts (PORT).
2014-03-07 ianAdd option TMPFS to arm/conf/DEFAULTS, remove it from...
2014-03-06 cognetWhen calculating the MPU freq, make sure not to overflo...
2014-03-06 pfgext2fs: Fix a bug when sorting htree entries.
2014-03-06 asomersFix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets...
2014-03-06 mavMinor fix to r262789.
2014-03-06 traszMake reset handling in iSCSI target RFC-compliant....
2014-03-06 kevloFix a logic error when enabling MAC.
2014-03-06 marcelUse SYSDIR to reference to the top of the sys hierarchy...
2014-03-06 marcelAdd siphash.c. While here, sort.
2014-03-06 jeff - If we fail to do a non-blocking acquire of a buf...
2014-03-06 jeff - Gracefully handle truncation failures when trying...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 glebiusThe route code used to mtx_destroy() a locked mutex...
2014-03-05 hselasky- Temporary fix for race in RUN driver which can
2014-03-05 mavRemove custom bus scanner code and fix use of CAM's...
2014-03-05 rayAdd efifb driver. Driver uses the data passed by UEFI...
2014-03-05 traszFix missing unlock in persistent reservations code...
2014-03-05 sbrunoPopulate the GPIO pins and GPIOLED configs
2014-03-05 sbrunoUpdate location of hints and name of the kernel we...
2014-03-05 sbrunoRename the Dlink 825 configuration file to indicate...
2014-03-05 glebiusFix build.
2014-03-05 glebiusPacify gcc.
2014-03-05 glebiusHide struct rtentry from userland.
2014-03-05 emasteDisable amd64 TLB Context ID (pcid) by default for now
2014-03-05 delphijMFV r262756:
2014-03-05 glebius- Remove rt_metrics_lite and simply put its members...
2014-03-05 glebiusInstead of playing games with casts simply add 3 more...
2014-03-04 gnnRevert previous commit (262727) and bounce patch back...
2014-03-04 jkimMove fpusave() wrapper for suspend hander to sys/amd64...
2014-03-04 jkimRevert accidentally committed changes in 262748.
2014-03-04 jkimProperly save and restore CR0.
2014-03-04 glebiusRemove ifa_ref()/ifa_free(), which are atomic(9), from...
2014-03-04 jkimRemove dead code since r230426, fix a comment, and...
2014-03-04 mavDo not retry on CAM_FUNC_NOTAVAIL error, but return...
2014-03-04 ianUse an empty ranges statement for the bus, because...
2014-03-04 markjUse a full path to the target for make rules which...
2014-03-04 hselaskyAdd new quirk.
2014-03-04 adrianHandle the newer-style bluetooth message format from...
2014-03-04 hrsFix multicast filtering.
2014-03-04 gnnNaming consistency fix. The routing code defines
2014-03-04 marcelWhen reading physical memory, make sure to access it...
2014-03-04 impFix syntax errors and warnings emitted by the GPL dtc.
2014-03-03 jhbInclude kbd(4) when vt(4) is enabled as on other platforms.
2014-03-03 ianAdd a missing semicolong, noticed by the gnu dt compiler.
2014-03-03 ianUse the standard __used macro instead of a bare __attri...
2014-03-03 ganboldAdd EMAC and SRAM controller entries to FDT.
2014-03-03 ganboldAdd EMAC 10/100 Ethernet controller driver for A10...
2014-03-03 ganboldAdd Static Random Access Memory controller driver for...
2014-03-03 ganboldAdd gpio and clock bits for A10/A20's EMAC ethernet...
2014-03-02 ianAdd __attribute__((used)) so that the delay implementat...
2014-03-02 ianAdd a tunable to set the number of active cores, and...
2014-03-02 ianInclude needed header. I don't know why clang didn...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-03-02 adrianAdd a description here.
2014-03-02 adrianSet all of the ports into the same vlangroup; there...
2014-03-02 gonzo- Fix BBB's dts compilation with GNU dtc
2014-03-02 adrianAdd ATU flush support.
2014-03-02 adrianAdd AR8216 era ATU management/configuration register...
2014-03-02 pfgufs: small formatting fixes.
2014-03-02 adrianAdd the USB EHCI flags required for the post-AR71xx...
2014-03-02 delphijAll callers of static method load_nvlist() in spa.c...
2014-03-01 pfgext2fs: small formatting fixes.
2014-03-01 ianIf we can't find the u-boot api signature, exit with...
2014-03-01 markjExpose a few DTrace parameters as sysctls under kern...
2014-03-01 ianPrevent fdt data loaded from a file from overwriting...
next