]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Set the initial system time to a sane (as in: not end of 21st century) value when
[FreeBSD/FreeBSD.git] / sys /
2015-06-29 bruefferSet the initial system time to a sane (as in: not end...
2015-06-29 kibSimplify code, no need to test the flag before clearing it.
2015-06-29 kibProvide npx_get_fsave(9) and npx_set_fsave(9) functions...
2015-06-29 kibMove CS_SECURE() and EFL_SECURE() macros to the machine...
2015-06-29 kibsvr4 emulator has custom sendsig() implementation,...
2015-06-29 kibRemove sv_sigtbl handling from the arm64 sendsig()...
2015-06-29 kibAdd a comment about too strong semantic of atomic_load_...
2015-06-29 kibpcb_gs32sd is unused for long time, remove it. Keep...
2015-06-29 kibAdd x86 PT_GETFSBASE, PT_GETGSBASE machine-depended...
2015-06-29 kibReduce code duplication. Add helper fill_based_sd...
2015-06-29 pfgAdd a new __sentinel attribute.
2015-06-28 hselaskyMake the system queue header file fully usable within...
2015-06-28 markmAdd const to char * pointers. This breaks nothing,...
2015-06-28 markmAnsify another function. This is the last in the file...
2015-06-28 markmANSIfy the only function that uses K&R definition in...
2015-06-28 kibRemove unneeded data dependency, currently imposed by
2015-06-27 pfgChange detection for the gnu_inline attribute.
2015-06-27 bzFix compilation without INET6 and without INET and...
2015-06-27 kibHandle errors from background write of the cylinder...
2015-06-27 nyanMFi386: r278165
2015-06-27 nyanMFi386: r284878
2015-06-26 delphijReduce warnings:
2015-06-26 tychonverify_gla() needs to account for non-zero segment...
2015-06-26 kadesaiCounter part of mfi driver commit in mrsas
2015-06-26 kadesaiKernel panic may be observed by user, if MR controller...
2015-06-26 andrewpc_curpmap is only in the armv6 pcpu data.
2015-06-26 roygeramd64: set the correct LMA values
2015-06-26 kibSplit the DMAR unit domains and contexts. Domains...
2015-06-26 adrianUn-static cpuset_which() - it's useful in other context...
2015-06-26 adrianRename seq_* to mseq_*, to avoid clashes with seq.h...
2015-06-25 bzAnother attempt to make this compile on more architectu...
2015-06-25 jmgIf INVARIANTS is specified, add ctor/dtor to junk memor...
2015-06-25 tijlEnable the use of __builtin_va_* for ICC.
2015-06-25 eriCorrect r284777 to use proper includes and remove dead...
2015-06-25 mavRemove limitations on setting WWNNs starting from 2.
2015-06-25 gremboProtect smbus ioctls in ig4 driver using a shared lock.
2015-06-25 delphijMerge changes from vendor driver 1.1.4:
2015-06-25 mjgrlimit: fix a an old name in a comment: uihashtbl_mtx...
2015-06-25 mjgrlimit: deduplicate code in chg* functions
2015-06-24 eriALTQ FAIRQ discipline import from DragonFLY
2015-06-24 ianFix a misplaced #endif (maybe a mismerge?). Emitting...
2015-06-24 erjSeveral build changes for ix and ixv:
2015-06-24 sbrunoAt the suggestion of jhb, replace atomic_set/clear...
2015-06-24 emasteadd floatingpoint.h for arm64
2015-06-24 andrewFix the floating-point exception values to line up...
2015-06-24 mavFix reported_gone setting, missed in some cases.
2015-06-24 arybchiksfxge: skip VPD info population if access is denied
2015-06-24 whuTSO and checksum offloading support for Netvsc driver...
2015-06-23 hselaskyRename __weak to __weak_symbol to avoid language confli...
2015-06-23 davidcsUpdated Copyright information
2015-06-23 davidcstx_mtx should be grabbed before calling buf_ring_dequeu...
2015-06-23 dimFix endless recursion in sys/net/if.c's drbr_inuse_drv...
2015-06-23 jmgzero this struct as it depends upon it...
2015-06-23 delphijUpdate vendor driver to 1.2.7. This update improves...
2015-06-23 mavAdd dev.isp.X.role sysctl in addition to tunable.
2015-06-23 dimFix r284722, by making it actually compile.
2015-06-23 cpercivaRename mksegarray to xbd_mksegarray for consistency...
2015-06-23 dimFix endless recursion in ti(4)'s ti_ifmedia_upd(),...
2015-06-23 kibOnly take previous buffer queue lock (olock) when neede...
2015-06-23 npcxgbe: get_fl_payload returns a header mbuf when succes...
2015-06-23 neelRestore the host's GS.base before returning from 'svm_l...
2015-06-22 hirenReverting r284710.
2015-06-22 hirenFix a typo: s/iff/if/
2015-06-22 sbrunoAdd new UART device presented on newer AMT enabled...
2015-06-22 sbrunoMake imgact_binmisc_exec() static.
2015-06-22 mavDump additional config bytes for INIT_FIRMWARE_MULTI_ID.
2015-06-22 mavAdd logging of executed mailbox command names.
2015-06-22 marcelChange the probe to what was intended: attach to device...
2015-06-21 mavRewrite port database handling for target mode.
2015-06-21 antoineInstall version.4th.8 again
2015-06-21 cpercivaGarbage collect comments and a macro which related...
2015-06-21 cpercivaGarbage collect comments which related to the pre-r2842...
2015-06-21 cpercivaMove the bus_dma_tag creation and per-transaction data...
2015-06-21 cpercivaIf we fail to allocate memory, pass ENOMEM as the error...
2015-06-21 alcAvoid pmap_is_modified() on pages that can't be mapped.
2015-06-20 davidcsSimplified implementation of bxe_set_mc_list()
2015-06-20 mavFix REPORT LUNS command output for the case when same...
2015-06-20 mavBring per-port LUN enable/disable code up to date:
2015-06-20 mavIntroduce separate lock for tokens to reduce ctl_lock...
2015-06-20 mavRemove some dead and duplicate LUN enabling code.
2015-06-20 dchaginAdd EPOLLRDHUP support.
2015-06-20 impUse ofw_bus_find_child_device_by_phandle to see if...
2015-06-20 impAdd ofw_bus_find_child_by_phandle, a helper routine...
2015-06-20 marcelAdd support for the Intel Atom E3800 series SoC (aka...
2015-06-20 mavRemove device queue freeze handling and replace it...
2015-06-20 cpercivaRefactor xbd_queue_cb, extracting the code which conver...
2015-06-19 jmgchange the KASSERT so it is meaningful, var is unsigned...
2015-06-19 cpercivaMinor clean up to xbd_queue_cb:
2015-06-19 sobomaxProvide bug4bug workaround for certain dumbiness of...
2015-06-19 tuexenFix two KTRACE related bugs.
2015-06-19 gallatinFix typo in baudrate initialization that was causing...
2015-06-19 sbrunoRemove uneeded NULL check since malloc the malloc is...
2015-06-19 sbrunoMust have one of either M_WAITOK or M_NOWAIT, read...
2015-06-19 sbrunoFeedback from commit r284535
2015-06-19 sjgsx_sunlock for sx_slock
2015-06-19 sjgfilemon_pid_check needs to hold proctree_lock
2015-06-19 sobomaxFix bug in the ubldr introduced in the rev.283035....
2015-06-19 baptFix fallouts from r284590
2015-06-19 tuexenWhen setting the primary address, return an error whene...
2015-06-19 kibRestore the td_cookie value for the tmpfs directory...
next