summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-122-1/+2
* Pull in r223171 from upstream llvm trunk (by Michael Zolotukhin):dim2014-12-091-1/+1
* Add functions syncer_suspend() and syncer_resume(), which are supposedkib2014-12-081-0/+3
* Thread waiting for the vfork(2)-ed child to exec or exit, must allowkib2014-12-081-0/+1
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-071-9/+0
* Always ignore the deprecated MAP_RENAME and MAP_NORESERVE flags to mmap().jhb2014-12-051-1/+0
* Revert device_getenv_int() for now as it duplicates resource_int_value().jhb2014-12-031-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-1/+1
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-303-3/+6
* Merge from projects/sendfile:glebius2014-11-301-12/+25
* - Move sbcheck() declaration under SOCKBUF_DEBUG.glebius2014-11-301-5/+6
* Make sballoc() and sbfree() functions. Ideally, they could be markedglebius2014-11-301-32/+2
* The current limit of 100k for the linker hints file is getting a bitimp2014-11-291-0/+1
* Increase default and maximum callchain depthsemaste2014-11-261-2/+2
* Make igb and ixgbe check tunables at probe time.alfred2014-11-261-0/+1
* The process spin lock currently has the following distinct uses:kib2014-11-262-12/+30
* whitespace and cosmetic changes in callout_reset family of macrosavg2014-11-251-3/+4
* callout(9): add sbt flavors of callout_scheduleavg2014-11-251-0/+7
* Add a bus_get_domain() wrapper around BUS_GET_DOMAIN(). Use this to addjhb2014-11-241-0/+1
* Merge from projects/sendfile:glebius2014-11-232-4/+10
* ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racctmjg2014-11-232-9/+6
* Improve support for XSAVE with debuggers.jhb2014-11-212-0/+2
* prevent doing filter ops locking for staticly compiled filter ops...jmg2014-11-161-0/+1
* filedesc: oops.. commit missing change to filedesc.hmjg2014-11-131-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-132-39/+4
* Bump FreeBSD_version for r274462 - add ppoll() system call.dchagin2014-11-131-1/+1
* Regen for r274462.dchagin2014-11-133-5/+15
* Add the ppoll() system call.dchagin2014-11-132-0/+21
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-1/+29
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notglebius2014-11-114-124/+3
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-1/+1
* Remove kernel handling of ICMP_SOURCEQUENCH.melifaro2014-11-101-2/+2
* Add DEV_MODULE_ORDERED().kib2014-11-071-2/+4
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-2/+0
* Make checks for rt_mtu generic:melifaro2014-11-061-0/+1
* Add sysctl kern.proc.cwdmjg2014-11-062-0/+2
* Add include missed in r274154, breaking the buildworld.mav2014-11-061-0/+1
* Bump __FreeBSD_version after SA-14:23, SA-14:24,gjb2014-11-061-1/+1
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-0/+10
* Extend struct ucred with group table.mjg2014-11-051-2/+3
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-6/+0
* Add new libraries/utilities for data throughput visualization.dteske2014-11-041-1/+1
* Enable vt(4) by defaultdumbbell2014-11-041-1/+1
* Fix misplaced read memory barrier in seq.mjg2014-11-031-6/+16
* Restore spares used in "struct tcpcb" and bump "__FreeBSD_version" tohselasky2014-11-031-1/+1
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-021-0/+1
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-011-0/+1
* vt(4): Adjust the cursor position after changing the window sizedumbbell2014-11-011-0/+1
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-311-13/+13
* Only put one CTASSERT() inside each macro to avoid compile issues.hselasky2014-10-311-25/+25
OpenPOWER on IntegriCloud