Age | Commit message (Expand) | Author |
1999-09-05 | Use stathz to calculate CPU time when available; fixes CPU calculation | Thorsten Lockert |
1999-08-26 | change a & to &&. From dima@best.net | Artur Grabowski |
1999-08-20 | more paranoid check of the refcount in vfs_register | Artur Grabowski |
1999-08-17 | There was a line missing in the commit from rev 1.6 that resulted in | Todd C. Miller |
1999-08-17 | initialize an incorrectly uninitialized variable | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-08-15 | Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD | Paul Janzen |
1999-08-12 | Probe svr4 before linux | Niklas Hallqvist |
1999-08-09 | unique panic messages | Theo de Raadt |
1999-08-09 | make panic messages unique | Theo de Raadt |
1999-08-09 | Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.org | Todd C. Miller |
1999-08-08 | From NetBSD; new device detaching infrastructure. | Niklas Hallqvist |
1999-08-08 | From NetBSD; vdevgone, used for revoking access to device nodes when they | Niklas Hallqvist |
1999-08-08 | regen | Niklas Hallqvist |
1999-08-08 | compat_22 was never used | Niklas Hallqvist |
1999-08-05 | From NetBSD; config_defer to defer configuration of a device until after all | Niklas Hallqvist |
1999-08-04 | optimize poll() for small nfds, by avoiding malloc | Theo de Raadt |
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 |