]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix another witness panic. We cannot enter critical section at all because
[FreeBSD/FreeBSD.git] / sys / kern /
2012-03-19 eadler- Clean up timestamps in msgbuf code. The timestamps...
2012-03-18 jhCast wallclock.tv_sec to uint64_t to avoid overflow...
2012-03-16 davideAdd rudimentary profiling of the hash table used in...
2012-03-15 tuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-15 aeAdd CTLFLAG_TUN to the sysctl definition and fix style.
2012-03-15 aeAdd debug.kld_debug loader tunable.
2012-03-14 jhAdd an assert for proctree_lock to proc_to_reap().
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibLock the process around manipulations with p_flag.
2012-03-13 adrianAdd module load/unload stubs.
2012-03-13 mavAdd kern.eventtimer.activetick tunable/sysctl, specifyi...
2012-03-13 mavRewrite thread CPU usage percentage math to not depend...
2012-03-12 phoAllways call fdrop().
2012-03-11 kibELF image can have several PT_NOTE program headers...
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 mavRevert r175376 and tune cpufreq(4) frequency comparison...
2012-03-10 mavIdle ticks optimization:
2012-03-10 traszRemove useless thread_{lock,unlock}() in raccd.
2012-03-09 jmallettExport intrcnt correctly when running under 32-bit...
2012-03-09 phoPerform the parameter validation before assigning it...
2012-03-09 mavMake kern.sched.idlespinthresh default value adaptive...
2012-03-09 mavBe more polite when setting state->nextevent inside...
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 phoFree up allocated memory used by posix_fadvise(2).
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-08 jhbAdd a new sched_clear_name() method to the scheduler...
2012-03-07 kibThe pipe_poll() performs lockless access to the vnode...
2012-03-06 traszMake racct and rctl correctly handle jail renaming...
2012-03-05 ivorasPrint out process name and thread id in the debugging...
2012-03-04 kibpipe_read(): change the type of size to int, and remove...
2012-03-04 kibInstead of incomplete handling of read(2)/write(2)...
2012-03-03 trocinyMake kern.proc.umask sysctl readonly.
2012-03-03 mavFix bug of r232207, when cpu_search() could prefer...
2012-03-03 jmalletto) Add COMPAT_FREEBSD32 support for MIPS kernels using...
2012-03-03 rmacklemPost r230394, the Lookup RPC counts for both NFS client...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-03-01 mckusickThis change avoids a kernel deadlock on "snaplk" when...
2012-02-29 trocinyIntroduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UN...
2012-02-29 davidxuinitialize clock ID and flags only when copying timespe...
2012-02-29 mmAdd procfs to jail-mountable filesystems.
2012-02-28 dimChange definition of pipe_chmod() from K&R to C99,...
2012-02-28 jhbProperly clear a device's devclass if DEVICE_ATTACH...
2012-02-27 kibCurrently, the debugger attached to the process executi...
2012-02-27 jhbClear the a device's description string anytime it...
2012-02-27 davidxuFollow changes made in revision 232144, pass absolute...
2012-02-27 mavRework CPU load balancing in SCHED_ULE:
2012-02-26 phkAlso call the low-level driver if ->c_iflag & (IXON...
2012-02-26 alcFix typo.
2012-02-26 mmAnalogous to r232059, add a parameter for the ZFS file...
2012-02-26 jillesFix fchmod() and fchown() on fifos.
2012-02-26 trocinyAdd sysctl to retrieve or set umask of another process.
2012-02-26 kibAdd SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level...
2012-02-26 kibRemove apparently redundand checks for socket so_proto...
2012-02-25 maximo Reduce chances for integer overflow.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-25 trocinyWhen detaching an unix domain socket, uipc_detach(...
2012-02-25 davidxuIn revision 231989, we pass a 16-bit clock ID into...
2012-02-24 kibRestore the return statement erronously removed in...
2012-02-23 mmTo improve control over the use of mount(8) inside...
2012-02-23 kmacymerge pipe and fifo implementations
2012-02-23 bruefferCatch up with r195837 (2.5 years ago) which renamed...
2012-02-23 kibAllow the parent to gather the exit status of the child...
2012-02-22 davidxuFix typo.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 davidxuUse unused fourth argument of umtx_op to pass flags...
2012-02-21 trocinyunp_connect() may use a shared lock on the vnode to...
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-20 delphijRevert r231923 for now. Further work is needed to...
2012-02-20 delphijUse uprintf instead of printf for the reason why a...
2012-02-19 alcClose a race due to dropping of the map lock between...
2012-02-17 kibFix misuse of the kernel map in miscellaneous image...
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 eadlerAdd a timestamp to the msgbuf output in order to determ...
2012-02-11 kibThe PTRACESTOP() macro is used only once. Inline the...
2012-02-10 edRemove unneeded newline. It fits in 80 columns now.
2012-02-10 edMerge si_name and __si_namebuf.
2012-02-10 kevloAdd a missing break. This bug was introduced in r228856.
2012-02-10 kibMark the automatically attached child with PL_FLAG_CHIL...
2012-02-09 mmAdd support for mounting devfs inside jails.
2012-02-08 kibUnbreak detection of the async mode for clustered write...
2012-02-08 pjdAllow to set kern.ipc.shmmax from /boot/loader.conf.
2012-02-06 edFix whitespace inconsistencies in TTY code.
2012-02-06 jhbRename cache_lookup_times() to cache_lookup() and retir...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-06 kevlo- Use uint8_t for the variable x and spell the size...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 mmAnalogous to r230407 a separate path buffer in vfs_moun...
2012-02-05 davidxuAdd 32-bit compat code for AIO kevent flags introduced...
2012-02-04 rstoneWhenever a new kernel thread is spawned, explicitly...
2012-02-04 hrsFix input validation in SO_SETFIB.
2012-02-01 kibAdd kqueue support to /dev/klog.
2012-02-01 davidxuIf multiple threads call kevent() to get AIO events...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 kibA debugger which requested PT_FOLLOW_FORK should get...
2012-01-30 jhbRefine the implementation of POSIX_FADV_NOREUSE for...
2012-01-30 ambriskoWhen detaching an AIO or LIO requests grab the lock...
2012-01-30 kibFinally, try to enable the nxstacks on amd64 and powerp...
2012-01-28 attilioAvoid to check the same cache line/variable from all...
next