summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always clear p_xthread if current thread no longer needs it, in theory, ifdavidxu2012-07-101-2/+3
* If you have pressed CTRL+Z and a process is suspended, then you use gdbdavidxu2012-07-091-4/+4
* Follow-up commit to r238220:mjg2012-07-091-8/+24
* Unbreak handling of descriptors opened with O_EXEC by fexecve(2).mjg2012-07-082-4/+13
* Fix KASSERT message.trociny2012-07-031-1/+1
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-023-51/+108
* Honor db_pager_quit in 'show uma' and 'show malloc'.jhb2012-07-021-0/+4
* Remove an old hack I noticed years ago, but never committed.imp2012-06-282-7/+7
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-5/+8
* Correct sizeof usagekevlo2012-06-251-1/+1
* Move the code dealing with shared page into a dedicatedkib2012-06-232-192/+240
* Stop updating the struct vdso_timehands from even handler executed inkib2012-06-232-95/+64
* Implement mechanism to export some kernel timekeeping data tokib2012-06-224-0/+230
* Enchance the shared page chunk allocator.kib2012-06-221-14/+63
OpenPOWER on IntegriCloud