| Commit message (Expand) | Author | Age | Files | Lines |
* | After r254779 "error" must always be present in mb_ctor_pack(), | andre | 2013-08-24 | 1 | -4/+1 |
* | Rename the kld_unload event handler to kld_unload_try, and add a new | markj | 2013-08-24 | 1 | -26/+13 |
* | Remove unused m_free_fast(). The difference to m_free() is only | andre | 2013-08-24 | 1 | -1/+1 |
* | Set things up so that linker_file_lookup_set() is always called with the | markj | 2013-08-24 | 1 | -12/+20 |
* | Remove the kld lock macros and just use the sx(9) API. Add locking in | markj | 2013-08-24 | 1 | -67/+62 |
* | Remove some code that has been commented out since it was added in 2000. | markj | 2013-08-24 | 1 | -20/+0 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 2 | -13/+10 |
* | Fix a printf format warning on 32-bit mips and powerpc. | ken | 2013-08-24 | 1 | -2/+2 |
* | Add an mbuf pointer parameter to (*ext_free) to give the external | andre | 2013-08-24 | 3 | -7/+7 |
* | MFprojects/camlock r254460: | mav | 2013-08-24 | 1 | -2/+0 |
* | dd a 24 bits wide ext_flags field to m_ext by reducing ext_type | andre | 2013-08-24 | 2 | -0/+4 |
* | Avoid code duplication for mbuf initialization and use m_init() instead | andre | 2013-08-24 | 1 | -56/+12 |
* | Add support to physio(9) for devices that don't want I/O split and | ken | 2013-08-24 | 1 | -0/+41 |
* | Allow tmpfs be mounted inside jail. | delphij | 2013-08-23 | 1 | -0/+8 |
* | Fix a whitespace. | jkim | 2013-08-23 | 1 | -1/+1 |
* | Since the 253927, which removed the soft busy call for the sf page, it | kib | 2013-08-23 | 1 | -1/+2 |
* | Use tvtohz() to convert a socket buffer timeout to a tick value rather | jhb | 2013-08-23 | 1 | -7/+2 |
* | Both cluster_rbuild() and cluster_wbuild() sometimes set the pages | kib | 2013-08-22 | 2 | -11/+27 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 5 | -6/+5 |
* | Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality. | andre | 2013-08-21 | 2 | -1/+10 |
* | Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd. | kib | 2013-08-21 | 1 | -3/+87 |
* | Make the seek a method of the struct fileops. | kib | 2013-08-21 | 2 | -65/+74 |
* | Extract the general-purpose code from tmpfs to perform uiomove from | kib | 2013-08-21 | 1 | -0/+94 |
* | Added sysctl to turn off calls to vmem_check(). | pho | 2013-08-20 | 1 | -3/+9 |
* | - Use an arbitrary but reasonably large import size for kva on architectures | jeff | 2013-08-19 | 1 | -2/+9 |
* | Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree users | andre | 2013-08-19 | 2 | -11/+1 |
* | Disallow opening a POSIX message queue for execute. | jilles | 2013-08-18 | 1 | -2/+2 |
* | Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2) | pjd | 2013-08-18 | 1 | -21/+30 |
* | Do not use potentially stale thread in kthread_add() | bryanv | 2013-08-17 | 1 | -6/+4 |
* | In r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list);' was duplicated. | pjd | 2013-08-17 | 1 | -6/+3 |
* | Fix build. | delphij | 2013-08-17 | 1 | -2/+0 |
* | Restore the previous sendfile(2) behaviour on the block devices. | kib | 2013-08-16 | 2 | -1/+1 |
* | Use strdup(9) instead of reimplementing it. | markj | 2013-08-16 | 1 | -14/+4 |
* | Change the way that unmapped I/O capability is advertised. | ken | 2013-08-15 | 2 | -3/+2 |
* | Change the queue of locks in kern_rangelock.c from holding lock requests in | cperciva | 2013-08-15 | 1 | -27/+29 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 10 | -44/+73 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 7 | -60/+28 |
* | Use kld_{load,unload} instead of mod_{load,unload} for the linker file load | markj | 2013-08-14 | 1 | -2/+2 |
* | - Disable quantum caches on the kmem_arena. This can make fragmentation | jeff | 2013-08-13 | 1 | -1/+1 |
* | - Add a statically allocated memguard arena since it is needed very early | jeff | 2013-08-13 | 1 | -0/+7 |
* | Some small cleanups to the fixes in r180340: | jhb | 2013-08-13 | 1 | -3/+3 |
* | - Minor style(9) fix. | glebius | 2013-08-13 | 1 | -2/+4 |
* | FreeBSD's DTrace implementation has a few problems with respect to handling | markj | 2013-08-13 | 2 | -298/+6 |
* | Remove some unused fields from struct linker_file. They were added in | markj | 2013-08-13 | 1 | -2/+0 |
* | Add event handlers for module load and unload events. The load handlers are | markj | 2013-08-13 | 1 | -2/+8 |
* | The r254167 moved initialization of the sleepqueues before the witness | kib | 2013-08-10 | 1 | -1/+1 |
* | Don't call sleepinit() from proc0_init(), make it a SYSINIT instead. | cognet | 2013-08-09 | 2 | -6/+8 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 1 | -0/+1 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -1/+7 |
* | Give mutex(9) the ability to recurse on a per-instance basis. | attilio | 2013-08-09 | 1 | -6/+14 |