summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump FreeBSD_version after glebius' changes.adrian2013-04-261-1/+1
* Added Dataset Management defines to be used by TRIM in cam ata and scsi tosmh2013-04-261-0/+6
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-251-0/+17
* Update chio(1) and ch(4) to support reporting element designators.ken2013-04-191-16/+67
* Attempt to mitigate poor initialization of arc4 by one-shotache2013-04-191-0/+5
* Add a new set of notes to a process core dump to store procstat data.trociny2013-04-161-0/+9
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()trociny2013-04-141-0/+1
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),trociny2013-04-141-0/+19
* Add fdallocn function and use it when passing fds over unix socket.mjg2013-04-141-0/+1
* Add sbuf_start_section() and sbuf_end_section() functions, which cantrociny2013-04-111-0/+4
* Fix build.glebius2013-04-101-1/+1
* Add static/const keywords to the arrays.ed2013-04-092-7/+14
* Merge from projects/counters: counter(9).glebius2013-04-082-0/+56
* Merge from projects/counters:glebius2013-04-081-0/+16
* Move CRITICAL_ASSERT() macro to systm.h, where the critical(9)glebius2013-04-062-3/+6
* Adds security options to camcontrol this includes the ability to secure erasesmh2013-04-041-4/+31
* Remove a comment about devices being able to specify multiple interruptrpaulo2013-04-041-5/+2
* Regen.mdf2013-04-023-3/+3
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-0/+1
* Improve namespacing in <sys/socket.h>:jilles2013-03-301-6/+11
* Add bus_dmamap_load_bio for non-CAM disk drivers that wish to enablejimharris2013-03-291-0/+7
* Update hwpmc to support Haswell class processors.sbruno2013-03-281-0/+1
* Add dev_strategy_csw() function, which is similar to dev_strategy()kib2013-03-271-0/+1
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-0/+1
* Be more explicit about what each bio_cmd & bio_flags value means.will2013-03-231-8/+12
* Extend taskqueue(9) to enable per-taskqueue callbacks.will2013-03-231-0/+13
* Regenerate after r248599.pjd2013-03-213-5/+15
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-212-0/+2
* Regenerate after r248597.pjd2013-03-211-5/+5
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+1
* When renaming a directory from one parent directory to another,mckusick2013-03-201-0/+2
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-192-1/+10
* Do not remap usermode pages into KVA for physio.kib2013-03-191-1/+1
* A flag for the filesystem to indicate to the upper levels that it acceptskib2013-03-191-0/+1
* Add a helper function vfs_bio_bzero_buf() to zero the portion of thekib2013-03-191-0/+1
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-193-3/+18
* Add a convenience macro bread_gb() to wrap a call tokib2013-03-191-1/+4
* Add preliminary support for IBM/Lenovo TrackPoint.jkim2013-03-181-0/+1
* Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-183-8/+1
* Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but forglebius2013-03-171-1/+13
* Implement the helper function vn_io_fault_pgmove(), intended to use bykib2013-03-151-0/+2
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-3/+3
* Bump __FreeBSD_version after r248084, breaking VM KPI to introduceattilio2013-03-121-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-121-3/+4
* Move the callout subsystem initialization to its own SYSINIT()andre2013-03-081-2/+0
* Move the auto-sizing of the callout array from init_param2() toandre2013-03-081-2/+0
* Support the FAT16 partition type in gpart(8)gavin2013-03-071-0/+1
* Add a generic way to call per event allocate / release function.fabient2013-03-051-2/+7
OpenPOWER on IntegriCloud