summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC r257228:kib2013-12-171-0/+13
* MFC r259286,259424,259425:bjk2013-12-161-1/+1
* MFC r257904:kib2013-12-131-0/+2
* MFC r257898:kib2013-12-131-4/+17
* Bump __FreeBSD_version to 1000700, to set it higher than what is ingjb2013-12-071-1/+1
* MFC r258661:kib2013-12-032-0/+7
* MFC r258283 - move iconv* symbols out of libc.so.7 namespace withpeter2013-11-201-1/+1
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-49/+112
* Merge r257996,r258001,r258069 from head: fixes for HyperV guest.pluknet2013-11-141-1/+3
* MFC r256504:kib2013-10-251-0/+2
* MFC r256502:kib2013-10-251-0/+2
* MFC r256775,r256776:cperciva2013-10-221-1/+1
* MFC r256425:gibbs2013-10-181-1/+1
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-3/+11
* - Remove debugging from GENERIC* kernel configurationsgjb2013-10-101-1/+1
* - 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
|\ \ | |/
OpenPOWER on IntegriCloud