| Commit message (Expand) | Author | Age | Files | Lines |
| * | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | Konstantin Belousov | 2009-07-02 | 4 | -0/+8 |
| * | Create audit records for AUE_POSIX_OPENPT, currently w/o arguments. | Robert Watson | 2009-07-02 | 1 | -0/+1 |
| * | Call prison_check from vfs_suser rather than re-implementing it. | Jamie Gritton | 2009-07-02 | 1 | -2/+1 |
| * | Slightly increase amount of bandwidth of resampling filter for | Ariff Abdullah | 2009-07-02 | 1 | -1/+1 |
| * | Fix comment misthink. | Robert Watson | 2009-07-02 | 1 | -1/+1 |
| * | Audit file descriptor and command arguments to ioctl(2). | Robert Watson | 2009-07-02 | 1 | -0/+2 |
| * | Clean up a number of aspects of token generation from audit arguments to | Robert Watson | 2009-07-02 | 2 | -70/+55 |
| * | Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases. | Xin LI | 2009-07-02 | 1 | -1/+4 |
| * | Change explicit maximium numbers to the defined macro MPT_MAX_LUNS. | Xin LI | 2009-07-02 | 1 | -4/+4 |
| * | For access(2) and eaccess(2), audit the requested access mode. | Robert Watson | 2009-07-01 | 2 | -2/+10 |
| * | Don't panic on attempt to set ACL on a block device file. | Edward Tomasz Napierala | 2009-07-01 | 1 | -6/+6 |
| * | - Use fd_lastfile + 1 as the upper bound on nd. This is more correct than | Jeff Roberson | 2009-07-01 | 1 | -6/+8 |
| * | Fix a panic which (reportedly) can happen when unmounting a filesystem | Edward Tomasz Napierala | 2009-07-01 | 2 | -1/+3 |
| * | Map DPCPU pages into ARM kernel VA space. | Rafal Jaworowski | 2009-07-01 | 3 | -3/+11 |
| * | Audit file descriptor numbers for various socket-related system calls. | Robert Watson | 2009-07-01 | 1 | -0/+17 |
| * | Define missing audit argument macro AUDIT_ARG_SOCKET(), and | Robert Watson | 2009-07-01 | 2 | -0/+9 |
| * | Improve the handling of cpuset with interrupts. | John Baldwin | 2009-07-01 | 14 | -90/+225 |
| * | When auditing unmount(2), capture FSID arguments as regular text strings | Robert Watson | 2009-07-01 | 2 | -1/+11 |
| * | When unmounting an NFS mount using sec=krb5[ip], the umount system | Rick Macklem | 2009-07-01 | 1 | -0/+14 |
| * | Make sure that cr_error is set to ESHUTDOWN when closing the connection. | Rick Macklem | 2009-07-01 | 1 | -2/+4 |
| * | Multiqueue RX is not correctly enabled on the new 82599 | Jack F Vogel | 2009-07-01 | 1 | -36/+31 |
| * | Audit the file descriptor number passed to lseek(2). | Robert Watson | 2009-07-01 | 2 | -1/+2 |
| * | Fix link(2) auditing: use the second audit record path for the new object | Robert Watson | 2009-07-01 | 1 | -1/+1 |
| * | udit the 'options' argument to wait4(2). | Robert Watson | 2009-07-01 | 2 | -0/+5 |
| * | Fix infinite loop in ng_iface, that happens when packet passes out via | Alexander Motin | 2009-07-01 | 1 | -1/+2 |
| * | Don't include rpcv2.h - it has been removed. | Doug Rabson | 2009-07-01 | 1 | -1/+0 |
| * | Remove a stale comment. The very same revision (r85511) that introduced | Alan Cox | 2009-06-30 | 1 | -3/+0 |
| * | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | Doug Rabson | 2009-06-30 | 5 | -26/+21 |
| * | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 31 | -4969/+23 |
| * | Make gjournal work with kernel compiled with "options DIAGNOSTIC". | Edward Tomasz Napierala | 2009-06-30 | 3 | -8/+17 |
| * | Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs may | Ed Maste | 2009-06-30 | 2 | -0/+9 |
| * | - Add support to atomically set/clear individual bits of a MSR register | Stanislav Sedov | 2009-06-30 | 2 | -2/+20 |
| * | remove unused/unneeded extern declarations | Andriy Gapon | 2009-06-30 | 1 | -3/+0 |
| * | For SU mounts, softdep_fsync() might drop vnode lock, allowing other | Konstantin Belousov | 2009-06-30 | 1 | -4/+25 |
| * | Softdep_fsync() may need to lock parent directory of the synced vnode. | Konstantin Belousov | 2009-06-30 | 1 | -0/+18 |
| * | acpi_wmi_if: | Rui Paulo | 2009-06-30 | 3 | -5/+21 |
| * | In case we cannot queue a packet reaching the queue limit, retain the | Bjoern A. Zeeb | 2009-06-30 | 1 | -0/+1 |
| * | Fix build with NFS_LEGACYRPC enabled after the socket upcall locking | John Baldwin | 2009-06-30 | 2 | -3/+4 |
| * | Dynamically allocate the gidset field in audit record. | Stacey Son | 2009-06-29 | 3 | -2/+13 |
| * | Remove support for the /dev/net/* per-interface devices. They serve | Brooks Davis | 2009-06-29 | 4 | -181/+8 |
| * | Update to 3.6.2.2 firmware (latest w/o host-based power save support): | Sam Leffler | 2009-06-29 | 6 | -2251/+2390 |
| * | Type problem when FreeBSD is in a virtualized environment, the | Jack F Vogel | 2009-06-29 | 1 | -1/+1 |
| * | Free struct ucreds allocated in vfs_hang_addrlist() when deleting | Konstantin Belousov | 2009-06-29 | 1 | -4/+14 |
| * | Fix copyrights to reflect the origin of these files. | Warner Losh | 2009-06-29 | 4 | -4/+4 |
| * | Don't assume a default (currently 15) value for preloaded klds when | Attilio Rao | 2009-06-29 | 1 | -39/+19 |
| * | Fix "options VIMAGE_GLOBALS" build following introduction of | Robert Watson | 2009-06-29 | 1 | -1/+1 |
| * | Disable Rx checksum offload until I find more clue why it breaks | Pyun YongHyeon | 2009-06-29 | 1 | -0/+8 |
| * | - Work around the broken loader behavior of not demapping no longer | Marius Strobl | 2009-06-28 | 3 | -28/+37 |
| * | - Turn the third (islocked) argument of the knote call into flags parameter. | Stanislav Sedov | 2009-06-28 | 5 | -13/+32 |
| * | Don't pick up Giant inside ucom(4). | Ed Schouten | 2009-06-28 | 1 | -4/+6 |