summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't duplicate define the stdint types.obrien2011-05-053-90/+89
* Guard ptrdiff_t.obrien2011-05-051-0/+3
* Revert by accident r221441.attilio2011-05-041-54/+0
* Remove the previously added comment.attilio2011-05-041-0/+54
* Add make_dev_alias_p() function. It is similar to make_dev_alias(),ae2011-05-031-0/+2
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-032-3/+14
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-291-0/+5
* Extend the rman(9) API to support altering an existing resource.jhb2011-04-291-0/+3
* - Add the possibility to reuse the already last used timeout when pattingattilio2011-04-271-0/+9
* Implement the delayed task execution extension to the taskqueuekib2011-04-263-19/+82
* Fix typo.kib2011-04-241-1/+1
* Regen.mdf2011-04-183-5/+14
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-182-1/+5
* After removing libobjc and other Objective-C components in r220755,dim2011-04-181-1/+1
* Allow using CMSG_NXTHDR with -Wcast-align.jilles2011-04-171-1/+1
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersjkim2011-04-141-0/+5
* Remove stale M_ZOMBIE malloc type.pluknet2011-04-141-1/+0
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+1
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-123-18/+18
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)trasz2011-04-102-9/+9
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-1/+12
* Add ucred pointer to the SysV-related memory structures. This is requiredtrasz2011-04-063-0/+3
* errno.h: fix couple of whitespace nitsavg2011-04-041-2/+2
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-2/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-0/+3
* Regenerate.trasz2011-03-303-5/+55
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-302-1/+179
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+2
* Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revisionmm2011-03-291-1/+1
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-296-2/+168
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).kib2011-03-252-1/+5
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-231-1/+0
* Update a comment. The kernel stopped using the S* process state constantsjhb2011-03-231-1/+1
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-2/+0
* - Merge changes to the base system to support OFED. These includejeff2011-03-216-7/+18
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.dchagin2011-03-081-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-2/+1
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+3
* Regenerate.trasz2011-03-053-5/+20
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-053-1/+53
* POSIX.1-2008 moved some constants from the XSI option to the Base.jilles2011-03-041-1/+1
* Add Capsicum capability mode support; svn add of capability.h was missedrwatson2011-03-011-0/+71
* Regenerate system call files following addition of cap_enter(2),rwatson2011-03-013-3/+17
* Continue to introduce Capsicum Capability Mode support:rwatson2011-03-011-0/+5
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-012-2/+9
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnorwatson2011-03-011-1/+2
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-251-0/+17
OpenPOWER on IntegriCloud