]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove an unused structure and unnecessary cast
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2012-01-27 glebiusFix size check, that prevents getting negative after...
2012-01-26 kenXen netback driver rewrite.
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 glebiusAlthough aio_nbytes is size_t, later is is signed to
2012-01-25 kibWhen doing vflush(WRITECLOSE), clean vnode pages.
2012-01-25 kibFix remaining calls to cache_enter() in both NFS client...
2012-01-25 trocinyFix CTL flags in the declarations of KERN_PROC_ENV...
2012-01-23 kibApparently, both nfs clients do not use cache_enter_time()
2012-01-23 glebiusConvert panic()s to KASSERT()s. This is an optimisation for
2012-01-22 trocinyChange kern.proc.rlimit sysctl to:
2012-01-22 pjdTDF_* flags should be used with td_flags field and...
2012-01-22 kibRemove the nc_time and nc_ticks elements from struct...
2012-01-21 mmUse separate buffer for global path to avoid overflow...
2012-01-20 jhbClose a race in NFS lookup processing that could result...
2012-01-19 kibUse shared lock for the executable vnode in the exec...
2012-01-17 alcExplain why it is safe to unlock the vnode.
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-17 alcImprove abstraction. Eliminate direct access by elf...
2012-01-16 pluknetBe pedantic and change // comment to C-style one.
2012-01-16 kevloFix a style bug
2012-01-16 davidxuEliminate branch and insert an explicit reader memory...
2012-01-15 trocinyAbrogate nchr argument in proc_getargv() and proc_geten...
2012-01-15 mmFix missing in r230129:
2012-01-15 uqsConvert files to UTF-8
2012-01-15 mmIntroduce vn_path_to_global_path()
2012-01-15 eadler- Fix undefined behavior when device_get_name is null
2012-01-14 gonzoFix kernel modules loading for MIPS64 kernel:
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-09 jhbConvert the per-interface address list lock from a...
2012-01-09 avgenable stop_scheduler_on_panic by default
2012-01-08 kibAvoid LOR between vfs_busy() lock and covered vnode...
2012-01-08 alcCorrect an error of omission in the implementation...
2012-01-08 hrsFix a typo. (s/nessesary/necessary/)
2012-01-06 jhbAdd 5 spare VOPs as placeholders to avoid breaking...
2012-01-06 jhbUse proper argument structure types for the extattr...
2012-01-05 jhbFix a logic bug in change 228207 in the check for a...
2012-01-05 jhbConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-03 jhbSome small fixes to CPU accounting for threads:
2012-01-02 edUse strchr() and strrchr().
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 kibAvoid double-unlock or double unreference for ndp-...
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-29 jhbCap the priority calculated from the current thread...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 lstewartIntroduce the sysclock_getsnapshot() and sysclock_snap2...
2011-12-23 jhbAdd post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETE...
2011-12-22 jhbUse TASK_INITIALIZER() for dev_dtr_task rather than...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-19 avgule: ensure that batch timeshare threads are scheduled...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 trocinyFix style and white spaces.
2011-12-17 trocinyOn start most of sysctl_kern_proc functions use the...
2011-12-17 avgbelatedly transfer copyrights from libkern/gets.c to...
2011-12-17 avgreplace uses of libkern gets with cngets
2011-12-17 avgintroduce cngets, a method for kernel to read a string...
2011-12-17 avgintroduce cngrab/cnungrab stub calls in some places...
2011-12-17 avgkern cons: introduce infrastructure for console grabbin...
2011-12-16 jhbFire a kevent if necessary after seeking on a regular...
2011-12-15 jhbUse vm_mmap_to_errno().
next