summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix an old-standing bug that crept in along the several revisions:attilio2009-03-171-15/+15
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-172-2/+31
* Use the properly sized types for ELF object header and program headers.kib2009-03-171-4/+4
* Initial suspend/resume support for amd64.jkim2009-03-171-0/+48
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-45/+117
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks.jeff2009-03-154-14/+34
* - Implement a new mechanism for resetting lock profiling. We nowjeff2009-03-152-9/+104
* - When a mutex is destroyed while locked we need to inform lock profilingjeff2009-03-141-0/+1
* - Call lock_profile_release when we're transitioning a lock to be owned byjeff2009-03-141-1/+3
* - Fix an error that occurs when mp_ncpu is an odd number. steal_threshjeff2009-03-141-4/+9
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-51/+101
* 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoidsdavidxu2009-03-131-24/+26
* Change the sysctls for maxbcache and maxswzone from int to long. I missedjhb2009-03-121-2/+2
* Export the current values of nbuf, ncallout, and nswbuf via read-onlyjhb2009-03-121-0/+6
* Ensure that the semaphore value is re-checked after sem_lockbms2009-03-121-1/+1
* Make semaphore debugging output more useful.bms2009-03-121-2/+8
* When writing out updated pollfd records when returning fromrwatson2009-03-111-1/+22
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-112-2/+49
* Gah, fix the code to match the comment. For non-open lookups use ajhb2009-03-111-1/+1
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-113-8/+50
* Minor nits notice by jhb@imp2009-03-111-3/+2
* - Make maxpipekva a signed long rather than an unsigned long as overflowjhb2009-03-102-7/+7
* In the ABI shim for vfs.bufspace, rather than truncating values larger thanjhb2009-03-101-1/+4
* - Remove a recently added comment from kernel_sysctlbyname() that isn'tjhb2009-03-101-9/+1
* Add an ABI compat shim for the vfs.bufspace sysctl for sysctl requests thatjhb2009-03-101-0/+27
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-093-40/+47
* Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured thejhb2009-03-091-0/+2
* Fix a long-standing bug in newbus. It was introduced when subclassingimp2009-03-091-9/+53
* By default, don't compile in counters of calls to various timerwatson2009-03-081-13/+18
* Decompose the global UNIX domain sockets rwlock into two differentrwatson2009-03-082-102/+98
* Add a default implementation for VOP_VPTOCNP(9) which scans the parentmarcus2009-03-081-1/+235
* Remove 'uio' argument from MAC Framework and MAC policy entry points forrwatson2009-03-081-2/+2
* Improve the consistency of MAC Framework and MAC policy entry pointrwatson2009-03-081-9/+9
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-063-22/+18
* Systematically use vm_size_t to specify the size of the segment for VM KPI.kib2009-03-051-6/+6
* as suggested by jhb@, panic in case the ncpus == 0.dchagin2009-03-031-1/+1
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-031-6/+2
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-48/+121
* Change vfs_busy to wait until an outcome of pending unmountkan2009-03-021-5/+13
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-7/+11
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-021-5/+4
* Fix range-check error introduced in r182292. Also do not do anythingdchagin2009-03-011-1/+3
* Improve my previous changes to the TTY code: also remove memcpy().ed2009-03-012-6/+6
* Move the NORELEASE check to after the recurse count decrement and bailout, thisthompsa2009-02-281-6/+6
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().ed2009-02-283-9/+9
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-272-0/+5
* Remove redundant code in printf() and vprintf().ed2009-02-271-28/+1
* Revert previous commit to subr_prf.c and make it more tidy.ed2009-02-271-3/+5
* Remove unneeded pointer `ndp'.ed2009-02-261-11/+10
OpenPOWER on IntegriCloud