]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove useless NULL string '' in compound strings. Look very closely.
[FreeBSD/FreeBSD.git] / sys /
2014-03-14 bdreweryCleanup redundant logic and add some comments to help...
2014-03-14 bdreweryFix -o size less than PAGE_SIZE resulting in SIZE_MAX...
2014-03-14 bdreweryCombine similar code from vprintf(9) and log(9).
2014-03-14 ianFix an uninitialized variable error I perpetrated when...
2014-03-14 delphijHide a few messages under bootverbose.
2014-03-13 mavReport ZVOL block size as GEOM stripesize.
2014-03-13 emasteConnect 64-bit boot ficl to the build
2014-03-13 asomersReplace 4.4BSD Lite's unix domain socket backpressure...
2014-03-13 emasteAdd amd64 EFI headers
2014-03-13 jhbCorrect type for malloc().
2014-03-13 eadlerFix pointer type in call to malloc
2014-03-13 eadlerFix pointer type in call to malloc
2014-03-13 rstoneAdd MSI support to puc(9)
2014-03-13 glebiusSince 32-bit if_baudrate isn't enough to describe a...
2014-03-12 tuexenPut the offset of the CRC32C in csum_data instead of 0.
2014-03-12 kibInitialize paddr to handle the case of zero size.
2014-03-12 tuexenSCTP uses CRC32C and not Adler anymore. While there...
2014-03-12 kibDo not vdrop() the tmpfs vnode until it is unlocked...
2014-03-12 glebiusSince both netinet/ and netinet6/ call into netipsec...
2014-03-12 kibUse correct types for sizeof() in the calculations...
2014-03-12 kibThe auio structure is only initialized when the vnode...
2014-03-11 impDelete stray clause 3 (Advertising clause) and renumber...
2014-03-11 ianRemove #include <machine/asmacros.h> from files that...
2014-03-11 ianRemove the unreferenced DATA() macro. That leaves only...
2014-03-11 tychonDon't try to return a vector to a caller that only...
2014-03-11 ianEnhance the mechanism that lets you configure the ubldr...
2014-03-11 impRemove clause 3 (the advertising clause), per the regen...
2014-03-11 impRemove clause 3 (advertising clause), per regent's...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
2014-03-11 ianUse panic rather than printf to "handle" an arm26 addre...
2014-03-11 ianNo functional changes. Rewrite comments, use tabs...
2014-03-11 ianRemove some unnecessary indirection and jump right...
2014-03-11 roygerxen: add a hook to perform AP startup
2014-03-11 roygerxen: changes to hvm code in order to support PVH guests
2014-03-11 roygerxen: add hook for AP bootstrap memory reservation
2014-03-11 roygerxen: add an apic_enumerator for PVH
2014-03-11 roygerxen: use the same hypercall mechanism for XEN and XENHVM
2014-03-11 roygerxen: implement hook to fetch and parse e820 memory map
2014-03-11 roygerxen: implement an early timer for Xen PVH
2014-03-11 roygerxen: rework xen timer so it can be used early in boot...
2014-03-11 roygeramd64: introduce hook for custom preload metadata parsers
2014-03-11 roygerhowto_names: unify declaration
2014-03-11 roygerxen: add and enable Xen console for PVH guests
2014-03-11 roygerxen: add macro to detect if running as Dom0
2014-03-11 roygerxen: add PV/PVH kernel entry point
2014-03-11 roygeramd64/i386: switch IPI handlers to C code.
2014-03-11 edavisFixed MSI interrupt allocation and handling.
2014-03-11 ianRevert r262994 for now, it fails to boot on armv5.
2014-03-11 marcelPass the actual baudrate to tty_init_console(). This...
2014-03-11 ianNow that the PUSHFRAME and PULLFRAME macros are used...
2014-03-11 jmgallow the kern.cryptodevallowsoft sysctl to enable...
2014-03-11 jmgsome minor clean up.. Always _ZERO memory so mtx_init...
2014-03-11 delphijCorrect a typo in nlm_find_host_by_addr(): the intentio...
2014-03-11 delphijMFV r262983:
2014-03-10 ianArrange for arm fork_trampoline() to return to userland...
2014-03-10 ianChange the way the asm GET_CURTHREAD_PTR() macro is...
2014-03-10 ianMove the exception vector table (so-called "page0"...
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...
next