summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-0521-294/+737
* Trim a couple of panic messages.jhb2013-09-041-8/+2
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-013-7/+6
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-1/+9
* Simplify pause_sbt() logic. Don't call DELAY() if remainder is lesshselasky2013-08-301-7/+7
* Move the definition of the struct unrhdr into a separate header file,kib2013-08-301-27/+18
* Fix some issues in change 254760 pointed out by Bruce Evans:ken2013-08-291-11/+8
* Don't return an error for socket timeouts that are too large. Justjhb2013-08-291-7/+2
* Pad m_hdr on 32bit architectures to to prevent alignment and paddingandre2013-08-271-0/+8
* When allocating a pbuf for the cluster write, do not sleep waitingkib2013-08-271-1/+3
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+2
* fix up some comments and a white space issue...jmg2013-08-261-6/+6
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-254-9/+14
* Adjust socow_iodone() after r254799.andre2013-08-251-2/+2
* After r254779 "error" must always be present in mb_ctor_pack(),andre2013-08-241-4/+1
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-26/+13
* Remove unused m_free_fast(). The difference to m_free() is onlyandre2013-08-241-1/+1
* Set things up so that linker_file_lookup_set() is always called with themarkj2013-08-241-12/+20
* Remove the kld lock macros and just use the sx(9) API. Add locking inmarkj2013-08-241-67/+62
* Remove some code that has been commented out since it was added in 2000.markj2013-08-241-20/+0
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-242-13/+10
* Fix a printf format warning on 32-bit mips and powerpc.ken2013-08-241-2/+2
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-243-7/+7
* MFprojects/camlock r254460:mav2013-08-241-2/+0
* dd a 24 bits wide ext_flags field to m_ext by reducing ext_typeandre2013-08-242-0/+4
* Avoid code duplication for mbuf initialization and use m_init() insteadandre2013-08-241-56/+12
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-0/+41
* Allow tmpfs be mounted inside jail.delphij2013-08-231-0/+8
* Fix a whitespace.jkim2013-08-231-1/+1
* Since the 253927, which removed the soft busy call for the sf page, itkib2013-08-231-1/+2
* Use tvtohz() to convert a socket buffer timeout to a tick value ratherjhb2013-08-231-7/+2
* Both cluster_rbuild() and cluster_wbuild() sometimes set the pageskib2013-08-222-11/+27
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-225-6/+5
* Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality.andre2013-08-212-1/+10
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.kib2013-08-211-3/+87
* Make the seek a method of the struct fileops.kib2013-08-212-65/+74
* Extract the general-purpose code from tmpfs to perform uiomove fromkib2013-08-211-0/+94
* Added sysctl to turn off calls to vmem_check().pho2013-08-201-3/+9
* - Use an arbitrary but reasonably large import size for kva on architecturesjeff2013-08-191-2/+9
* Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree usersandre2013-08-192-11/+1
* Disallow opening a POSIX message queue for execute.jilles2013-08-181-2/+2
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-181-21/+30
* Do not use potentially stale thread in kthread_add()bryanv2013-08-171-6/+4
* In r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list);' was duplicated.pjd2013-08-171-6/+3
* Fix build.delphij2013-08-171-2/+0
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-162-1/+1
* Use strdup(9) instead of reimplementing it.markj2013-08-161-14/+4
* Change the way that unmapped I/O capability is advertised.ken2013-08-152-3/+2
* Change the queue of locks in kern_rangelock.c from holding lock requests incperciva2013-08-151-27/+29
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-1510-44/+73
OpenPOWER on IntegriCloud