summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1999-09-05Use stathz to calculate CPU time when available; fixes CPU calculationThorsten Lockert
1999-08-26change a & to &&. From dima@best.netArtur Grabowski
1999-08-20more paranoid check of the refcount in vfs_registerArtur Grabowski
1999-08-17There was a line missing in the commit from rev 1.6 that resulted inTodd C. Miller
1999-08-17initialize an incorrectly uninitialized variableArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-08-15Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSDPaul Janzen
1999-08-12Probe svr4 before linuxNiklas Hallqvist
1999-08-09unique panic messagesTheo de Raadt
1999-08-09make panic messages uniqueTheo de Raadt
1999-08-09Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.orgTodd C. Miller
1999-08-08From NetBSD; new device detaching infrastructure.Niklas Hallqvist
1999-08-08From NetBSD; vdevgone, used for revoking access to device nodes when theyNiklas Hallqvist
1999-08-08regenNiklas Hallqvist
1999-08-08compat_22 was never usedNiklas Hallqvist
1999-08-05From NetBSD; config_defer to defer configuration of a device until after allNiklas Hallqvist
1999-08-04optimize poll() for small nfds, by avoiding mallocTheo de Raadt
1999-07-30do not permit regular users to chflags/fchflags on chr or blk devices --Theo de Raadt
1999-07-23Remove obsolete detach logic in preparation of a newer oneNiklas Hallqvist
1999-07-20correct os_mask handling for OLF; pefoTheo de Raadt
1999-07-18on exec, clear P_NOCLDWAIT; ambrisko@whistle.comTheo de Raadt
1999-07-18ugly CTheo de Raadt
1999-07-17correct fork statistics for UVMArtur Grabowski
1999-07-15Don't destroy sysvshm if the vmspace is shared (only affects uvm)Artur Grabowski
1999-07-15vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-13introduce fdremove() to mark a file descriptor as unused. fdremove makesNiels Provos
1999-07-09rename SIMPLELOCK_DEBUG to LOCKDEBUGArtur Grabowski
1999-07-08Non UVM vaddr_t/paddr_t fixupTobias Weingartner
1999-07-02Added a simple but potentially very useful new mbuf function, m_apply().cmetz
1999-06-29add sysctl kern.arandom to get a random integer. useful when chrooted withNiels Provos
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
1999-06-23apparently we need to have kmemstats in the kernel even if we don't use it.Artur Grabowski
1999-06-15do not mangle retval, makes return value sane; problem found by millertTheo de Raadt
1999-06-11oopsNiels Provos
1999-06-08copy int sized objects, not register_t sized objects in pipe()Theo de Raadt
1999-06-08better fd leak preventionTheo de Raadt
1999-06-07need seperate sys_pipe() versions, for pipeclose() or soclose() callsTheo de Raadt
1999-06-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-07oops, premature commitTheo de Raadt
1999-06-07do not leak file descriptors if copyout() failsTheo de Raadt
1999-06-07store NULL in fd_ofilesTheo de Raadt
1999-06-06-Wall sucksTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...Theo de Raadt
1999-06-03use __sparc__ just in caseTheo de Raadt
1999-06-03Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should re...Todd C. Miller
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-06-01remove the "ifdef pmap_resident_count" hack and replace it with a macro.Artur Grabowski
1999-05-31regenTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller