summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loadernp2012-08-231-4/+13
* Provide some compat32 shims for sysctl vfs.conflist. It is requiredkib2012-08-221-16/+49
* Assert that system calls do not leak a pinned thread (via sched_pin()) tojhb2012-08-221-0/+3
* Fix a typo.jhb2012-08-221-1/+1
* Mark the idle threads as non-sleepable and also assert that an idlejhb2012-08-223-0/+3
* Fix the 'show witness' DDB command to honor db_pager_quit.jhb2012-08-221-0/+12
* Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanupjhb2012-08-212-0/+16
* Deliver SIGSYS to the guilty thread, not to the process.kib2012-08-181-1/+1
* regen.davidxu2012-08-172-2/+2
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-13/+173
* Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy)jhb2012-08-161-1/+0
* As a safety measure, disable lowering pid_max too much.kib2012-08-162-2/+9
* Fix grammar.kib2012-08-162-2/+2
* Limit popcorn limit to something sane (either 2ns or 2 ticks if that'simp2012-08-161-2/+9
* Correct a KASSERT message.alc2012-08-151-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-155-7/+45
* Revert r239178 and implement two new functions, namelyhselasky2012-08-152-25/+33
* Don't include opt_ddb.h & <ddb/ddb.h> twice.obrien2012-08-151-2/+0
* Reserve room for the terminating NUL when setting or getting kerneljh2012-08-141-6/+6
* Some style fixes inspired by @bde.davidxu2012-08-111-12/+12
* Some more minor tunings inspired by bde@.mav2012-08-112-25/+31
* Allow idle threads to steal second threads from other cores on systems withmav2012-08-111-6/+0
* tvtohz will print out an error message if a negative value is givendavidxu2012-08-111-9/+13
* Some minor tunings/cleanups inspired by bde@ after previous commits:mav2012-08-102-44/+69
* sched_rr_interval() seems always returned period in hz ticks, but samemav2012-08-101-1/+1
* Add new device method to free the automaticallyhselasky2012-08-102-4/+25
* Rework r220198 change (by fabient). I believe it solves the problem frommav2012-08-092-9/+14
* SCHED_4BSD scheduling quantum mechanism appears to be broken for some time.mav2012-08-091-33/+36
* Always initialize pl_event.kib2012-08-081-0/+1
* Do not add handler to event handlers list until ithread is created.kan2012-08-061-25/+27
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-053-1/+3
* Particlly MFcalloutng r238425 (by davide):mav2012-08-041-11/+6
* Partialy MFcalloutng r236894 (by davide):mav2012-08-041-20/+20
* Microoptimize time math. As soon as our event periods are always below omemav2012-08-031-12/+14
* Reorder the managament of advisory locks on open files so that the advisoryjhb2012-07-312-43/+61
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-311-1/+1
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWdavidxu2012-07-311-3/+3
* Until now KTR_ENTRIES, which defines the size of circular buffer used indavide2012-07-301-2/+2
* Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this.kib2012-07-271-0/+8
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structkib2012-07-221-1/+2
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-211-1/+1
* Remove line which was accidentally kept in r238614.kib2012-07-191-1/+0
* Fix several reads beyond the mapped first page of the binary in thekib2012-07-191-9/+18
* Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.kib2012-07-191-0/+11
* Add support for walltimestamp in DTrace.gnn2012-07-161-0/+20
* - Add support for displaying process stack memory regions.pgj2012-07-161-0/+4
* Fix a bug with memguard(9) on 32-bit architectures without amdf2012-07-151-1/+1
* Make the interval timings for EVFILT_TIMER more accurate. tvtohz() alwaysjhb2012-07-131-5/+12
* Fix build for kernels with dtrace hooks.kib2012-07-111-0/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.gnn2012-07-112-0/+286
OpenPOWER on IntegriCloud