]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
[FreeBSD/FreeBSD.git] / sys / kern /
2012-04-17 mckusickDrop export of vdestroy() function from kern/vfs_subr...
2012-04-17 mckusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-17 traszFix bug where NFSv4 ACL enforcement code wouldn't uncon...
2012-04-17 traszStop treating system processes as special. This fixes...
2012-04-17 traszFix panic, triggered like this: "int main() { thr_exit...
2012-04-17 traszEnforce upper bound on the input buffer length.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 jkim- Implement pipe2 syscall for Linuxulator. This syscal...
2012-04-14 davideFix a typo.
2012-04-14 davideFix some style bugs introduced in a previous commit...
2012-04-14 mariusFix !DDB build after r234190.
2012-04-13 adrianUse strdup() on the name (and free it when it's done...
2012-04-12 jhb- Extend the KDB interface to add a per-debugger callba...
2012-04-12 jhbIf a linker file contains at least one module, but...
2012-04-12 kibAdd thread-private flag to indicate that error value...
2012-04-11 mckusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-11 jhbAllow device_busy() and device_unbusy() to be invoked...
2012-04-11 eadlerReturn EBADF instead of EMFILE from dup2 when the secon...
2012-04-09 jillesRemove unused and wrong SA_PROC internal signal property.
2012-04-09 mavMicrooptimize cpu_search().
2012-04-07 glebAdd vfs_getopt_size. Support human readable file system...
2012-04-06 melifaro- Improve BPF locking model.
2012-04-05 jhbAdd new ktrace records for the start and end of VM...
2012-04-05 davidxuIn sem_post, the field _has_waiters is no longer used...
2012-04-05 davidxuumtx operation UMTX_OP_MUTEX_WAKE has a side-effect...
2012-04-03 np- Remove redundant call to pr_ctloutput from code that...
2012-04-02 kibWhen process exists, not only the children shall be...
2012-04-02 kibAdd helper function to remove the process from the...
2012-04-01 jhbExport some more useful info about shared memory object...
2012-03-31 davidxuRemove stale comments.
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 davidxuRemove trailing semicolon, it is a typo.
2012-03-30 davidxuFix COMPAT_FREEBSD32 build.
2012-03-30 davidxuRemove trailing space.
2012-03-30 davidxuMerge umtxq_sleep and umtxq_nanosleep into a single...
2012-03-29 davidxuReduce code size by creating common timed sleeping...
2012-03-28 fabientAdd software PMC support.
2012-03-27 rstoneInstead of only iterating over the set of known SDT...
2012-03-26 melifaro- Add knlist_init_rw_reader() function to kqueue(9).
2012-03-23 trocinyAdd a sysctl to set and retrieve binary osreldate of...
2012-03-22 aeCorrect debug message.
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 alcHandle spurious page faults that may occur in no-fault...
2012-03-21 aeAcquire modules lock before call module_getname() in...
2012-03-20 jkimMerge ACPICA 20120320.
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.
next