]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
- The -h option was removed shortly after it was added
[FreeBSD/FreeBSD.git] / sys / kern /
2011-11-06 fjoeAdd KLD_DEBUG option.
2011-11-04 jhbRegen.
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-04 jhbMove the cleanup of f_cdevpriv when the reference count...
2011-11-03 attilioDisable interrupt and preemption for smp_rendezvous...
2011-10-30 marcelRevert rev. 226893: subr_syscall.c is being included...
2011-10-29 marcelDefine systrace_probe_func in subr_syscall.c where...
2011-10-28 pluknetFix arguments list for proc:::signal-discard DTrace...
2011-10-27 jhbWhitespace fix.
2011-10-27 alcEliminate vestiges of page coloring in VM_ALLOC_NOOBJ...
2011-10-27 pluknetRemove the long reprecated ``/stand/sysinstall'' from...
2011-10-27 alccontigmalloc(9) and contigfree(9) are now implemented...
2011-10-26 jhb- Fixup filenames in a few more places where they are...
2011-10-25 pjdThe v_data field is a pointer, so set it to NULL, not 0.
2011-10-23 marcelDon't terminate the interactive root mount prompt on...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-18 desRevisit the capability failure trace points. The initi...
2011-10-16 marcelFix double vision syndrome (read: double output) when...
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-13 marcelIn elf32_trans_prot() and when compiling for amd64...
2011-10-12 glebiusMake memguard(9) capable to guard uma(9) allocations.
2011-10-12 rwatsonCorrect a bug in export of capability-related informati...
2011-10-12 adrianDon't call fixup_filename() on each witness lock call.
2011-10-11 desAdd a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-11 mckusickWhen unmounting a filesystem always wait for the vfs_bu...
2011-10-09 mariusIn device_get_children() avoid malloc(0) in order to...
2011-10-08 alcFix the handling of an empty kmem map by sysctl_kmem_ma...
2011-10-07 jonathanChange one printf() to log().
2011-10-07 obrienDisallow various debug.kdb sysctl's when securelevel...
2011-10-07 delphijReturn proper errno when we hit error when doing sanity...
2011-10-06 marius- Currently, sched_balance_pair() may cause a CPU to...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 traszRemove assertion against empty NFSv4 ACLs. An empty...
2011-10-05 kibSupply unique (st_dev, st_ino) value pair for the fstat...
2011-10-04 kibMove parts of the commit log for r166167, where Tor...
2011-10-04 traszActually enforce limit for inheritable resources on...
2011-10-03 traszMove some code inside the racct_proc_fork(); it spares...
2011-10-03 kibAssert that exiting process does not return to usermode.
2011-10-03 traszFix another bug introduced in r225641, which caused...
2011-10-03 traszFix bug introduced in r225641, which would cause panic...
2011-10-01 kibThe sigwait(3) function shall not return EINTR, accordi...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 bzFix handling of corrupt compress(1)ed data. [11:04]
2011-09-27 attilioRevert r225372:
2011-09-27 kibDo not deliver SIGTRAP on exec as the normal signal...
2011-09-27 mavFix interrupt counters dumping on SW_WATCHDOG fire.
2011-09-17 traszFix error handling bug that would prevent MAC structure...
2011-09-17 traszFix long-standing thinko regarding maxproc accounting...
2011-09-16 kmacyAuto-generated code from sys_ prefixing makesyscalls...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-15 adrianEnsure that ta_pending doesn't overflow u_short by...
2011-09-13 rmacklemModify vfs_register() to use a hash calculation
2011-09-12 attiliodump_write() returns ENXIO if the dump is trying to...
2011-09-12 edFix error return codes for ioctls on init/lock state...
2011-09-11 kibInline the syscallenter() and syscallret(). This reduce...
2011-09-08 attilioImprove the informations reported in case of busy buffe...
2011-09-07 traszFix whitespace.
2011-09-06 traszWork around a kernel panic triggered by forkbomb with...
2011-09-04 attilioInterrupts are disabled/enabled when entering and exiti...
2011-09-04 traszSince r224036 the cputime and wallclock are supposed...
2011-09-03 traszFix panic that happens when fork(2) fails due to a...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-09-02 rwatsonCorrect several issues in the integration of POSIX...
2011-08-26 rwatsonAttempt to make break-to-debugger and alternative break...
2011-08-26 delphijFix format strings for KTR_STATE in 4BSD ad ULE schedulers.
2011-08-26 jamieDelay the recursive decrement of pr_uref when jails...
2011-08-25 attilioFix a deficiency in the selinfo interface:
2011-08-25 bzIncrease the defaults for the maximum socket buffer...
2011-08-25 mmGeneralize ffs_pages_remove() into vn_pages_remove().
2011-08-21 attiliocallout_cpu_switch() allows preemption when dropping...
2011-08-20 kibPrevent the hiwatermark for the unix domain socket...
2011-08-19 rwatsonr222015 introduced a new assertion that the size of...
2011-08-18 jonathanAuto-generated system call code based on r224987.
2011-08-18 jonathanAdd experimental support for process descriptors
2011-08-18 jhbOne of the general principles of the sysctl(3) API...
2011-08-17 kibFix build breakage. Initialize error variables explicit...
2011-08-16 kibAdd the fo_chown and fo_chmod methods to struct fileops...
2011-08-16 jonathanpoll(2) implementation for capabilities.
2011-08-13 rwatsonTrim some warnings and notes from capabilities.conf...
2011-08-13 rwatsonWhen falloc() was broken into separate falloc_noinstall...
2011-08-13 rwatsonUpdate use of the FEATURE() macro in sys_capability...
2011-08-13 rwatsonNow that capability support has been committed, update...
2011-08-13 rwatsonRegenerate system call files following r224812 changes...
2011-08-13 jonathanAllow openat(2), fstatat(2), etc. in capability mode.
2011-08-13 jonathanAllow Capsicum capabilities to delegate constrained
2011-08-12 jonathanRename CAP_*_KEVENT to CAP_*_EVENT.
2011-08-11 jonathanOnly call fdclose() on successfully-opened FDs.
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-08 mmRevert r224655 and r224614 because vn_fullpath* does...
2011-08-05 mmThe change in r224615 didn't take into account that...
2011-08-02 mmAlways disable mount and unmount for jails with enforce...
2011-08-02 mmFor mount, discover f_mntonname from supplied path...
2011-08-01 kibFix the LK_NOSHARE lockmgr flag interaction with LK_UPG...
2011-07-31 glebiusDon't leak kld_sx lock in kldunloadf().
2011-07-30 avgsmp_rendezvous: master cpu should wait until all slaves...
2011-07-30 kibFix the devmtx lock leak from make_dev(9) when the...
2011-07-25 avgremove RESTARTABLE_PANICS option
2011-07-24 mckusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-24 mckusickThis update changes the mnt_flag field in the mount...
2011-07-22 jonathanTurn on AUDIT_ARG_RIGHTS() for cap_new(2).
next