| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove SVR4 (System V Release 4) binary compatibility support. | Gleb Smirnoff | 2017-02-28 | 56 | -13354/+0 |
| * | Regenerate all the system call tables to drop "created from" lines. | John Baldwin | 2017-02-10 | 4 | -4/+0 |
| * | Do not allocate struct statfs on kernel stack. | Konstantin Belousov | 2017-01-05 | 1 | -16/+28 |
| * | Don't create pointless backups of generated files in "make sysent". | Brooks Davis | 2016-07-28 | 1 | -4/+0 |
| * | Partially revert r257696/r257713, which have an issue with writing to user | Gleb Smirnoff | 2016-07-24 | 1 | -14/+5 |
| * | Regen post r302096 and implement svr4_pipe(). | Brooks Davis | 2016-06-23 | 5 | -7/+37 |
| * | Declare a svr4 version of pipe() now that sys_pipe() is no more. | Brooks Davis | 2016-06-23 | 1 | -1/+1 |
| * | Allow to build svr4 module with SYSV support separatelly from the kernel build. | Dmitry Chagin | 2016-04-23 | 1 | -25/+4 |
| * | Fix streams and svr4 module dependency. Both modules are complaining about | Dmitry Chagin | 2016-04-23 | 2 | -1/+15 |
| * | As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no | Svatopluk Kraus | 2016-02-22 | 2 | -2/+0 |
| * | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | Dmitry Chagin | 2016-01-09 | 1 | -0/+1 |
| * | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | Konstantin Belousov | 2015-11-28 | 1 | -3/+0 |
| * | The si_status field of the siginfo_t, provided by the waitid(2) and | Konstantin Belousov | 2015-07-18 | 1 | -2/+2 |
| * | Move chdir/chroot-related fdp manipulation to kern_descrip.c | Mateusz Guzik | 2015-07-11 | 1 | -1/+1 |
| * | svr4 emulator has custom sendsig() implementation, it does not use | Konstantin Belousov | 2015-06-29 | 1 | -2/+2 |
| * | Replace struct filedesc argument in getvnode with struct thread | Mateusz Guzik | 2015-06-16 | 1 | -6/+3 |
| * | fd: make rights a mandatory argument to fget_unlocked | Mateusz Guzik | 2015-06-16 | 1 | -1/+2 |
| * | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 3 | -28/+10 |
| * | In preparation for switching linuxulator to the use the native 1:1 | Dmitry Chagin | 2015-05-24 | 1 | -0/+1 |
| * | On exec, single-threading must be enforced before arguments space is | Konstantin Belousov | 2015-05-10 | 1 | -0/+14 |
| * | fd: remove filedesc argument from fdclose | Mateusz Guzik | 2015-04-11 | 1 | -2/+2 |
| * | Adjust printf format specifiers for dev_t and ino_t in kernel. | Gleb Kurtsou | 2014-12-17 | 1 | -7/+10 |
| * | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 1 | -8/+8 |
| * | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | Konstantin Belousov | 2014-11-13 | 4 | -20/+32 |
| * | These don't belong in the modules directory. | Warner Losh | 2014-11-06 | 2 | -0/+53 |
| * | Rename global cnt to vm_cnt to avoid shadowing. | Bryan Drewery | 2014-03-22 | 1 | -2/+2 |
| * | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste | 2014-03-18 | 4 | -28/+0 |
| * | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 5 | -5/+5 |
| * | Fix build. | Gleb Smirnoff | 2013-11-05 | 1 | -7/+8 |
| * | Drop support for historic ioctls and also undefine them, so that code | Gleb Smirnoff | 2013-11-05 | 1 | -3/+13 |
| * | - Provide necessary includes. | Gleb Smirnoff | 2013-10-29 | 1 | -0/+1 |
| * | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 1 | -3/+3 |
| * | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 5 | -13/+32 |
| * | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 4 | -14/+13 |
| * | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -14/+4 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | Fix misuse of the kernel map in miscellaneous image activators. | Konstantin Belousov | 2012-02-17 | 1 | -16/+10 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
| * | Regenerate system call tables. | Ed Schouten | 2011-11-19 | 4 | -5/+5 |
| * | Improve *access*() parameter name consistency. | Ed Schouten | 2011-11-19 | 2 | -2/+2 |
| * | Auto-generated code from sys_ prefixing makesyscalls.sh change | Kip Macy | 2011-09-16 | 1 | -59/+59 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 8 | -34/+34 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 5 | -10/+28 |
| * | Remove stray semicolon. | Edward Tomasz Napierala | 2011-04-10 | 1 | -1/+1 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -1/+3 |
| * | Extend struct sysvec with new method sv_schedtail, which is used for an | Dmitry Chagin | 2011-03-08 | 1 | -0/+1 |
| * | Add macro DECLARE_MODULE_TIED to denote a module as requiring the | Konstantin Belousov | 2010-10-12 | 1 | -1/+1 |
| * | Remove proc locking, it's not needed after r210132. | Edward Tomasz Napierala | 2010-07-17 | 1 | -5/+1 |
| * | Make svr4(4) version of poll(2) use the same limit of file descriptors as the | Edward Tomasz Napierala | 2010-07-15 | 1 | -4/+1 |