| Age | Commit message (Expand) | Author |
| 2014-02-15 | Remove argument name from prototype. | njoly |
| 2014-01-25 | Add compat_10, open NULL == open "." | christos |
| 2014-01-25 | expose do_open | christos |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-18 | expose various do_*at() functions for compat_linux. | chs |
| 2013-10-17 | Change mknodat(2) device argument type from uint32_t to dev_t. | njoly |
| 2013-07-20 | Remove, in do_sys_renameat(), wrong KASSERTs that check for non NULL | njoly |
| 2013-07-18 | Make do_sys_utimensat public | matt |
| 2013-07-18 | export do_sys_statat for netbsd32 | matt |
| 2013-06-28 | don't store random values in retval | christos |
| 2013-01-13 | Revert defective O_SEARCH implementation committed by manu@ along with | dholland |
| 2012-11-30 | Apply fix from hannken to ensure that VOP_ACCESS() is called on a | njoly |
| 2012-11-19 | Use copyout to copy data from kernel out to userland! | martin |
| 2012-11-18 | Add most system calls for POSIX extended API set, part 2, with test cases: | manu |
| 2012-10-19 | No, we can't elide the fs-wide rename lock for same-directory rename. | riastradh |
| 2012-10-12 | Disentangle do_sys_rename. | riastradh |
| 2012-06-27 | Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope. | cheusov |
| 2012-05-08 | Move VFS_EXTATTRCTL to mount_domount(). This makes the | gson |
| 2012-05-02 | do_open: move pathbuf destruction to the callers, thus simplify and fix a | rmind |
| 2012-04-30 | Fix the extattr start fix. Looking up the filesystemroot vnode again | manu |
| 2012-04-30 | Fix mount -o extattr : previous patch fixed a panic but caused operation | manu |
| 2012-04-28 | Do not use vp after mount_domount() call as it sets it to NULL on success. | manu |
| 2012-04-17 | it is not an error if the kernel needs to clear the setuid/ | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-12 | fd_open(): fix confusion between userland and kernel encoding of open flags | martin |
| 2012-02-11 | Add a posix_spawn syscall, as discussed on tech-kern. | martin |
| 2012-02-01 | Be consistent about whether idtype and objtype codes are signed or | dholland |
| 2012-02-01 | Improve the names of some members of struct quotactl_args. These are | dholland |
| 2012-02-01 | Split out a do_sys_quotactl for compat_netbsd32. | dholland |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Add vfs_quotactl() in between the syscall and VFS_QUOTACTL. Call it | dholland |
| 2011-12-02 | fix an indent an unwarp a short line. | yamt |
| 2011-11-18 | - collect the long (and sometimes incomplete) lists of basic flags into | christos |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-08-22 | Remove return statement which can't be reached. | enami |
| 2011-08-22 | When both nanoseconds fields of futimens/utimensat call are set | enami |
| 2011-08-18 | Fix utimes/futimes after utimensat/futimens addition | manu |
| 2011-08-17 | Missing bit in previous commit: do_sys_utimens prototype in the right | manu |
| 2011-08-17 | add missing prototype | martin |
| 2011-08-17 | Add futimens(2) and part of utimnsat(2) | manu |
| 2011-08-08 | First stage of support for Extended API set 2. Most of the think is | manu |
| 2011-07-24 | Make sure to not overwrite error if it already is EEXISTS - hopefully | martin |
| 2011-07-03 | Return EINVAL when trying to create a device node with "rdev == VNOVAL". | hannken |
| 2011-06-17 | Add mount -o extattr option to enable extended attributs (corrently only | manu |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-11 | Fix build; p was not used, but l was passed to kauth. Use curlwp directly. | uebayasi |
| 2011-06-10 | l isn't used. nuke it. | matt |