aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointKonstantin Belousov2009-07-024-0/+8
* Create audit records for AUE_POSIX_OPENPT, currently w/o arguments.Robert Watson2009-07-021-0/+1
* Call prison_check from vfs_suser rather than re-implementing it.Jamie Gritton2009-07-021-2/+1
* Slightly increase amount of bandwidth of resampling filter forAriff Abdullah2009-07-021-1/+1
* Fix comment misthink.Robert Watson2009-07-021-1/+1
* Audit file descriptor and command arguments to ioctl(2).Robert Watson2009-07-021-0/+2
* Clean up a number of aspects of token generation from audit arguments toRobert Watson2009-07-022-70/+55
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* For access(2) and eaccess(2), audit the requested access mode.Robert Watson2009-07-012-2/+10
* Don't panic on attempt to set ACL on a block device file.Edward Tomasz Napierala2009-07-011-6/+6
* - Use fd_lastfile + 1 as the upper bound on nd. This is more correct thanJeff Roberson2009-07-011-6/+8
* Fix a panic which (reportedly) can happen when unmounting a filesystemEdward Tomasz Napierala2009-07-012-1/+3
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-013-3/+11
* Audit file descriptor numbers for various socket-related system calls.Robert Watson2009-07-011-0/+17
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andRobert Watson2009-07-012-0/+9
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-0114-90/+225
* When auditing unmount(2), capture FSID arguments as regular text stringsRobert Watson2009-07-012-1/+11
* When unmounting an NFS mount using sec=krb5[ip], the umount systemRick Macklem2009-07-011-0/+14
* Make sure that cr_error is set to ESHUTDOWN when closing the connection.Rick Macklem2009-07-011-2/+4
* Multiqueue RX is not correctly enabled on the new 82599Jack F Vogel2009-07-011-36/+31
* Audit the file descriptor number passed to lseek(2).Robert Watson2009-07-012-1/+2
* Fix link(2) auditing: use the second audit record path for the new objectRobert Watson2009-07-011-1/+1
* udit the 'options' argument to wait4(2).Robert Watson2009-07-012-0/+5
* Fix infinite loop in ng_iface, that happens when packet passes out viaAlexander Motin2009-07-011-1/+2
* Don't include rpcv2.h - it has been removed.Doug Rabson2009-07-011-1/+0
* Remove a stale comment. The very same revision (r85511) that introducedAlan Cox2009-06-301-3/+0
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-305-26/+21
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-3031-4969/+23
* Make gjournal work with kernel compiled with "options DIAGNOSTIC".Edward Tomasz Napierala2009-06-303-8/+17
* Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs mayEd Maste2009-06-302-0/+9
* - Add support to atomically set/clear individual bits of a MSR registerStanislav Sedov2009-06-302-2/+20
* remove unused/unneeded extern declarationsAndriy Gapon2009-06-301-3/+0
* For SU mounts, softdep_fsync() might drop vnode lock, allowing otherKonstantin Belousov2009-06-301-4/+25
* Softdep_fsync() may need to lock parent directory of the synced vnode.Konstantin Belousov2009-06-301-0/+18
* acpi_wmi_if:Rui Paulo2009-06-303-5/+21
* In case we cannot queue a packet reaching the queue limit, retain theBjoern A. Zeeb2009-06-301-0/+1
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingJohn Baldwin2009-06-302-3/+4
* Dynamically allocate the gidset field in audit record.Stacey Son2009-06-293-2/+13
* Remove support for the /dev/net/* per-interface devices. They serveBrooks Davis2009-06-294-181/+8
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):Sam Leffler2009-06-296-2251/+2390
* Type problem when FreeBSD is in a virtualized environment, theJack F Vogel2009-06-291-1/+1
* Free struct ucreds allocated in vfs_hang_addrlist() when deletingKonstantin Belousov2009-06-291-4/+14
* Fix copyrights to reflect the origin of these files.Warner Losh2009-06-294-4/+4
* Don't assume a default (currently 15) value for preloaded klds whenAttilio Rao2009-06-291-39/+19
* Fix "options VIMAGE_GLOBALS" build following introduction ofRobert Watson2009-06-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksPyun YongHyeon2009-06-291-0/+8
* - Work around the broken loader behavior of not demapping no longerMarius Strobl2009-06-283-28/+37
* - Turn the third (islocked) argument of the knote call into flags parameter.Stanislav Sedov2009-06-285-13/+32
* Don't pick up Giant inside ucom(4).Ed Schouten2009-06-281-4/+6