]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFC r304316:
[FreeBSD/FreeBSD.git] / sys / kern /
2016-11-03 traszMFC r304023:
2016-11-03 traszMFC r306071:
2016-10-30 kibMFC r307821:
2016-10-28 jhbMFC 303002: Include process IDs in core dumps.
2016-10-24 emasteMFC r307522: makesyscalls.sh: remove trailing space...
2016-10-20 kibMFC r307218:
2016-10-19 vangyzenMFC r306346
2016-10-10 jillesMFC r305676: wait: Do not copyout uninitialized status...
2016-10-10 hselaskyMFC r306441 and r306634:
2016-10-07 kibMFC r306674:
2016-10-06 jhbMFC 302859: Include command line arguments in core...
2016-10-05 jhbMFC 305922: Fix LINT building.
2016-10-04 glebiusMerge r306212:
2016-09-30 jhbMFC 305751: Make device_quiet() an attachment property.
2016-09-30 jhbMFC 305034: Implement 'devctl clear driver' to undo...
2016-09-28 kibMFC r306089:
2016-09-28 kibMFC r306260:
2016-09-28 kibMFC r306081:
2016-09-16 kibMFC r304285:
2016-09-11 kevloMFC r305575:
2016-09-07 emasteMFC r305171: allow kern.proc.nfds sysctl in capability...
2016-09-07 emasteRegen after r305514, allow getdtablesize in capability...
2016-09-07 emasteMFC r305140: Allow getdtablesize in capability mode
2016-09-05 alcMFC r304102
2016-09-01 nwhitehornMFC r305108,305109:
2016-09-01 kibMFC r304812:
2016-09-01 kibMFC r304808:
2016-08-31 markjMFC r303855:
2016-08-30 kibMFC r304916:
2016-08-30 badgerMFC r304184:
2016-08-29 kibMFC r304182 (by ed):
2016-08-29 kibMFC r303924 (by trasz):
2016-08-29 kibMFC r304178:
2016-08-29 kibRegen
2016-08-29 kibMFC r304176:
2016-08-29 kibMFC r303548:
2016-08-28 alcMFC r304050
2016-08-27 kibMFC r303426:
2016-08-27 kibMFC r303425:
2016-08-26 kibMFC r303388:
2016-08-26 kibMFC r303382:
2016-08-26 kibMFC r303386:
2016-08-26 kibMFC r303385:
2016-08-26 kibMFC r303384:
2016-08-26 kibMFC r303383:
2016-08-24 kibMFC r304286:
2016-08-23 shurdMFC r304021: Update iflib to support more NIC designs
2016-08-22 markjMFC r304440, r304487:
2016-08-22 kibMFC r304174:
2016-08-20 bdreweryMFC r304288:
2016-08-19 jhbMFC 303001: Add PTRACE_VFORK to trace vfork events.
2016-08-18 badgerMFC r302783:
2016-08-17 kibMFC r303914:
2016-08-15 kibMFC r303423:
2016-08-15 jhbMFC 302900,302902,302921,303461,304009:
2016-08-11 mjgMFC r303562,303563,r303584,r303643,r303652,r303655...
2016-08-09 jhbMFC 303503: Don't treat NOCPU as a valid CPU to CPU_ISSET.
2016-08-08 bdreweryRegenerate for r303857.
2016-08-08 bdreweryMFC r303755:
2016-08-08 bdreweryMFC r303729:
2016-08-06 kibMFC r303702:
2016-08-05 jhbMFC 303406,303501: Fix panic when using aio_fsync().
2016-08-01 kibMFC r302614:
2016-07-30 kibMFC r303211:
2016-07-28 jhbMFC 303164: Add more documentation regarding unsafe...
2016-07-28 kibMFC r303154:
2016-07-28 kibMFC r303151:
2016-07-25 kibMFC r302567:
2016-07-23 kibMFC r302936:
2016-07-22 kibMFC r302919:
2016-07-22 kibMFC r302893:
2016-07-21 glebiusMerge r302894, r303098: fix regression caused by r30235...
2016-07-21 kibMFC r302981:
2016-07-20 kibMFC r302770:
2016-07-07 traszAdd new unmount(2) flag, MNT_NONBUSY, to check whether...
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-05 glebiusThe paradigm of a callout is that it has three conseque...
2016-07-05 glebiusCompile in the kassert_panic() function with INVARIANT_...
2016-07-05 markjEnsure that spinlock sections are balanced even after...
2016-07-05 rwatsonCall audit hooks to capture vnode attributes for three...
2016-07-05 emasteadd description for debug.elf{32,64}_legacy_coredump...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibProvide helper macros to detect 'non-silent SBDRY'...
2016-07-03 kibRemove racy assert. The thread which changes vnode...
2016-07-01 kibWhen a process knote was attached to the process which...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-28 kibCurrently the ntptime code and resettodr() are Giant...
2016-06-28 kibDo not use Giant to prevent parallel calls to CLOCK_SET...
2016-06-28 kibComplete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SB...
2016-06-27 kibFix userspace build after r302235: do not expose bool...
2016-06-27 kibWhen filt_proc() removes event from the knlist due...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 kibWhen sleeping waiting for either local or remote adviso...
2016-06-26 kibRewrite sigdeferstop(9) and sigallowstop(9) into more...
2016-06-25 kibDo not clear robust lists pointers on fork. The forked...
2016-06-23 jillesposixshm: Fix lock leak when mac_posixshm_check_read...
2016-06-22 brooksGenerate syscall tables and update pipe() implementatio...
2016-06-22 brooksMark the pipe() system call as COMPAT10.
2016-06-22 brooksAdd support for COMPAT10 keywords in syscalls.master.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
next