summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't freeglebius2013-10-091-0/+2
* Add the definition of DF_1_INTERPOSE flag.kib2013-10-071-0/+1
* Add LK_TRYUPGRADE operation for lockmgr(9), which attempts tokib2013-09-291-0/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-4/+0
* Give argtype struct names a different prefix than probe struct names.markj2013-09-211-2/+2
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-201-7/+8
* Add support for suspend/resume/migration operations when running as agibbs2013-09-202-0/+5
* Regen.jhb2013-09-193-5/+15
* Extend the support for exempting processes from being killed when swap isjhb2013-09-194-5/+63
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-183-27/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-183-0/+27
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-162-2/+0
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantkib2013-09-132-2/+2
* Fix a typo.jhb2013-09-121-1/+1
* Regen.jhb2013-09-123-4/+5
* Make a bump for r255426.glebius2013-09-101-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-0/+3
* MFCmarkm2013-09-073-4/+2
|\
| * Add a vtprintf. It is to tprintf what vprintf is to printf.np2013-09-071-0/+1
| * On platforms where clang is the default compiler, don't build gcc or libstdc++.theraven2013-09-061-1/+1
| * Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-3/+0
* | MFCmarkm2013-09-0619-252/+347
|\ \ | |/
| * Bump __FreeBSD_version to 1000053 after cap_rights_t change.pjd2013-09-061-1/+1
| * Fix build.glebius2013-09-051-0/+1
| * Regenerate after r255219.pjd2013-09-053-18/+12
| * Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-0510-153/+239
| * Connect libexecinfo to the buildemaste2013-09-031-1/+1
| * sys/mouse.h: Move members introduced in r255153 to end of struct synapticshwdumbbell2013-09-021-4/+4
| * psm: Add support for middle and extended buttons on Synaptics touchpadsdumbbell2013-09-021-1/+4
| * Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-011-1/+1
| * Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-0/+10
| * Use single underscore for all parameters name and local variables indavide2013-09-011-79/+80
* | MFCmarkm2013-08-311-140/+147
|\ \ | |/
| * Style cleanups.pjd2013-08-301-140/+147
* | MFCmarkm2013-08-309-190/+112
|\ \ | |/
| * Add BIT_AND_ATOMIC() and CPU_AND_ATOMIC().kib2013-08-302-1/+9
| * Move the definition of the struct unrhdr into a separate header file,kib2013-08-302-0/+52
| * Add a routine for attaching an mbuf to a buffer with an externalnp2013-08-291-0/+22
| * Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-0/+5
| * Merge r254736 from user/np/cxl_tuning.np2013-08-291-12/+14
| * Pad m_hdr on 32bit architectures to to prevent alignment and paddingandre2013-08-271-1/+8
| * Add the ability to display the default FIB number for a process to thewill2013-08-261-1/+2
| * Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-262-175/+0
* | Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-2/+6
|/
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-251-2/+2
* Bump __FreeBSD_version to 1000051 after Radeon KMS driver importdumbbell2013-08-251-1/+1
* Fix CSUM compatibility mapping. SCTP is a layer 4 protocol.andre2013-08-251-1/+1
* Bump FreeBSD_version after the struct mbuf changes in r254780,andre2013-08-251-1/+1
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-253-4/+9
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-242-3/+5
OpenPOWER on IntegriCloud