Age | Commit message (Expand) | Author |
1999-07-30 | do not permit regular users to chflags/fchflags on chr or blk devices -- | Theo de Raadt |
1999-07-23 | Remove obsolete detach logic in preparation of a newer one | Niklas Hallqvist |
1999-07-20 | correct os_mask handling for OLF; pefo | Theo de Raadt |
1999-07-18 | on exec, clear P_NOCLDWAIT; ambrisko@whistle.com | Theo de Raadt |
1999-07-18 | ugly C | Theo de Raadt |
1999-07-17 | correct fork statistics for UVM | Artur Grabowski |
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-07-09 | rename SIMPLELOCK_DEBUG to LOCKDEBUG | Artur Grabowski |
1999-07-08 | Non UVM vaddr_t/paddr_t fixup | Tobias Weingartner |
1999-07-02 | Added a simple but potentially very useful new mbuf function, m_apply(). | cmetz |
1999-06-29 | add sysctl kern.arandom to get a random integer. useful when chrooted with | Niels Provos |
1999-06-23 | Improved sysv shared memory. Works with UVM. | Artur Grabowski |
1999-06-23 | apparently we need to have kmemstats in the kernel even if we don't use it. | Artur Grabowski |
1999-06-15 | do not mangle retval, makes return value sane; problem found by millert | Theo de Raadt |
1999-06-11 | oops | Niels Provos |
1999-06-08 | copy int sized objects, not register_t sized objects in pipe() | Theo de Raadt |
1999-06-08 | better fd leak prevention | Theo de Raadt |
1999-06-07 | need seperate sys_pipe() versions, for pipeclose() or soclose() calls | Theo de Raadt |
1999-06-07 | sync | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-06-07 | oops, premature commit | Theo de Raadt |
1999-06-07 | do not leak file descriptors if copyout() fails | Theo de Raadt |
1999-06-07 | store NULL in fd_ofiles | Theo de Raadt |
1999-06-06 | -Wall sucks | Theo de Raadt |
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa... | Theo de Raadt |
1999-06-03 | use __sparc__ just in case | Theo de Raadt |
1999-06-03 | Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should re... | Todd C. Miller |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom |
1999-06-01 | remove the "ifdef pmap_resident_count" hack and replace it with a macro. | Artur Grabowski |
1999-05-31 | regen | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-24 | correct return value of poll(); noted by d@ | Theo de Raadt |
1999-05-22 | Sync syscalls.master | Tobias Weingartner |
1999-05-22 | Add swapctl(2) system call. | Tobias Weingartner |
1999-05-14 | OpenBSD has no ext_func, so that test is bogus. | cmetz |
1999-05-14 | m_zero will no longer zero the contents of a cluster if there's an alias to it. | cmetz |
1999-05-12 | Fix problem with data corruption for retransmitted TCP packets | Hakan Olsson |
1999-05-06 | put a sanity check behind DIAGNOSTIC and give it a better panic message | Artur Grabowski |
1999-05-06 | factor out sync+wait code into vfa_syncwait() routine for | Michael Shalayeff |
1999-04-30 | in vput, simple_unlock the v_interlock before VOP_INACTIVE, not after | Artur Grabowski |
1999-04-28 | add autoconfig_verbose toggling command to boot_config | Theo de Raadt |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-04-22 | we don't need to include buf.h | Artur Grabowski |
1999-04-22 | uvmspace_exec can change p_vmspace! | Artur Grabowski |
1999-04-22 | better panic message | Artur Grabowski |
1999-04-21 | Improved ps formatting. | Alex Feldman |
1999-04-18 | incorrect range checking, output buf oflow; futatuki@fureai.or.jp | Theo de Raadt |
1999-04-16 | ln bug fix | Theo de Raadt |