aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are ratherEdward Tomasz Napierala2011-05-271-21/+19
* Merge r221901 from largeSMP project branch:Attilio Rao2011-05-221-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-222-4/+5
* Style fixes:John Baldwin2011-05-191-14/+14
* Merge r221278 from largeSMP project:Attilio Rao2011-05-161-1/+0
* Change the length quantities of sbufs to be ssize_t rather than int.Poul-Henning Kamp2011-05-161-6/+6
* better integrate cyclic module with clocksource/eventtimer subsystemAndriy Gapon2011-05-161-7/+2
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-1/+1
* - Bump __FreeBSD_version to note the revision when libprocstat(3) and fuser(1)Stanislav Sedov2011-05-131-1/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-1/+0
* Usa a globally visible region of zeros for both /dev/zero and the mdMatthew D Fleming2011-05-131-0/+3
* Note that the _SWAP operation is supported for all list/queue types.Matthew D Fleming2011-05-131-6/+7
* Use a name instead of a magic number for kern_yield(9) when the priorityMatthew D Fleming2011-05-131-0/+6
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-17/+82
* bitcount32: replace lengthy comment with a reference to SWARAndriy Gapon2011-05-101-38/+2
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-071-0/+2
* Don't duplicate define the stdint types.David E. O'Brien2011-05-053-90/+89
* Guard ptrdiff_t.David E. O'Brien2011-05-051-0/+3
* Revert by accident r221441.Attilio Rao2011-05-041-54/+0
* Remove the previously added comment.Attilio Rao2011-05-041-0/+54
* Add make_dev_alias_p() function. It is similar to make_dev_alias(),Andrey V. Elsukov2011-05-031-0/+2
* Change the way rctl interfaces with jails by introducing prison_racctEdward Tomasz Napierala2011-05-032-3/+14
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be aJohn Baldwin2011-04-291-0/+5
* Extend the rman(9) API to support altering an existing resource.John Baldwin2011-04-291-0/+3
* - Add the possibility to reuse the already last used timeout when pattingAttilio Rao2011-04-271-0/+9
* Implement the delayed task execution extension to the taskqueueKonstantin Belousov2011-04-263-19/+82
* Fix typo.Konstantin Belousov2011-04-241-1/+1
* Regen.Matthew D Fleming2011-04-183-5/+14
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-182-1/+5
* After removing libobjc and other Objective-C components in r220755,Dimitry Andric2011-04-181-1/+1
* Allow using CMSG_NXTHDR with -Wcast-align.Jilles Tjoelker2011-04-171-1/+1
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersJung-uk Kim2011-04-141-0/+5
* Remove stale M_ZOMBIE malloc type.Sergey Kandaurov2011-04-141-1/+0
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+1
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-123-18/+18
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)Edward Tomasz Napierala2011-04-102-9/+9
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-1/+12
* Add ucred pointer to the SysV-related memory structures. This is requiredEdward Tomasz Napierala2011-04-063-0/+3
* errno.h: fix couple of whitespace nitsAndriy Gapon2011-04-041-2/+2
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)Konstantin Belousov2011-04-011-2/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-011-0/+3
* Regenerate.Edward Tomasz Napierala2011-03-303-5/+55
* Add rctl. It's used by racct to take user-configurable actions basedEdward Tomasz Napierala2011-03-302-1/+179
* Provide compat32 shims for kldstat(2).Konstantin Belousov2011-03-301-0/+2
* Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revisionMartin Matuska2011-03-291-1/+1
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-296-2/+168
* Promote ksyms_map() and ksyms_unmap() to general facilityKonstantin Belousov2011-03-281-0/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).Konstantin Belousov2011-03-252-1/+5
* Modestly increase the maximum allowed size of the kmem map on i386.Alan Cox2011-03-231-1/+0
* Update a comment. The kernel stopped using the S* process state constantsJohn Baldwin2011-03-231-1/+1