Age | Commit message (Expand) | Author |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-08-25 | It makes more sense to have argc stored as a long on the stack, | Artur Grabowski |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | Try again. (this time it's tested). | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-06-19 | no way, you are on drugs. last commit revoked because it broke setuid majorly | Theo de Raadt |
2001-06-18 | Check is sugid is allowed where we set the P_SUGID* flags. | Artur Grabowski |
2001-06-15 | Avoid a dangerous race. | Artur Grabowski |
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski |
2001-02-22 | ELF uses more than 5 vmcmds by default, so grow the default vmcmd set size | Artur Grabowski |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-09-28 | When allocating the unallocated file descriptors 0, 1 and 2 for suid execs, | Artur Grabowski |
2000-09-26 | Don't use MALLOC/FREE on variable sized allocations. | Artur Grabowski |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski |
2000-03-22 | some more machine_stack_grows_up | Michael Shalayeff |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar |
2000-01-24 | fix setregs call for bawkward stacks; does not affect straight case | Michael Shalayeff |
2000-01-20 | set[ug]id, not just setuid | Theo de Raadt |
2000-01-20 | when procfs is compiled in, if a setuid process has any of descriptors 0-2 | Theo de Raadt |
2000-01-19 | do not NULL dereference if fd_nfiles < 3 | Theo de Raadt |
1999-11-05 | more stack direction fixes; art@ ok | Michael Shalayeff |
1999-08-09 | Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.org | Todd C. Miller |
1999-07-15 | Don't destroy sysvshm if the vmspace is shared (only affects uvm) | Artur Grabowski |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos |
1999-06-23 | Improved sysv shared memory. Works with UVM. | Artur Grabowski |
1999-06-03 | use __sparc__ just in case | Theo de Raadt |
1999-04-22 | uvmspace_exec can change p_vmspace! | Artur Grabowski |
1999-02-26 | vm allocation changes for uvm. | Artur Grabowski |
1998-09-24 | pretty up previous fix | Artur Grabowski |
1998-09-23 | use the same flags for f_flag as there were used for vn_open, otherwise vn_cl... | Artur Grabowski |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-08 | open fd1 and fd2 as FREAD|FWRITE | Theo de Raadt |
1998-07-02 | I suppose debugging code can be removed | Theo de Raadt |
1998-07-02 | for sugid procs ensure that fd 0-2 are allocated slots (by pointing at | Theo de Raadt |
1998-06-27 | securelevels do NOT protect running binaries; only filesystem activity | Theo de Raadt |
1998-06-09 | if we are being ptraced, do not permit execve of an immutable binary | Theo de Raadt |
1998-02-20 | KNF | Niklas Hallqvist |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-08-01 | only allow setuid if fd_refcnt == 1, due to rfork | Theo de Raadt |