summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2001-09-21execsigs() could modify the wrong sigacts; based on David.Arana@eng.sun.com s...Theo de Raadt
2001-09-20cosmetic.Artur Grabowski
2001-09-20occured->occurredMike Pechkin
2001-09-20Get rid of B_VFLUSH. Tested by costa and me.Grigoriy Orlov
2001-09-19Get rid of B_VFLUSH. Not relevant after the end of the AGE queue.Constantine Sapuntzakis
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19No need for this complicated (and bug-prone) method for waking up the flusher.Artur Grabowski
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
2001-09-17Don't treated return length of recvfrom() as a size_t... it's a socklen_t.Jason Wright
2001-09-17 The first implementation of the buffer flushing daemon. It solves ourGrigoriy Orlov
2001-09-17Allocate the profiling buffer from kernel_map, not with malloc.Artur Grabowski
2001-09-16Feature-sync with NetBSD (add the "config" keyword).Miod Vallat
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-13Remove a comment that just doesn't make any sense.Artur Grabowski
2001-09-13Change nsops to u_int to match prototype as discussed with millert@.Federico G. Schwindt
2001-09-13In sys_semop(), change local nsops to size_t to avoid ending with aFederico G. Schwindt
2001-09-12Rename timeout_init to timeout_startup to deconfuse a bit.Artur Grabowski
2001-09-12mbutl no moreArtur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-11Get the multi-inclusion code right this time. This broke mac68k builds,Miod Vallat
2001-09-10remove useless debug function.Grigoriy Orlov
2001-09-07Fix PR 2051, tested by miod@Angelos D. Keromytis
2001-09-07make starting of init slightly cleaner. Also sets initproc earlier.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05use %ll instead of %qTheo de Raadt
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-30Add a simple protection against multiple inclusion of same headers.Miod Vallat
2001-08-30typo in the comment.Mike Pechkin
2001-08-30Change getnewbuf interface so that getnewbuf always returnGrigoriy Orlov
2001-08-26syncTheo de Raadt
2001-08-26be and le varients of syscallarg; from netbsdTheo de Raadt
2001-08-25It makes more sense to have argc stored as a long on the stack,Artur Grabowski
2001-08-25cleanupArtur Grabowski
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23Remove the old timeout legacy code.Miod Vallat
2001-08-19generic soft interrupts for softclock.Artur Grabowski
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-08-17When this code was imported to NetBSD by Jason Thorpe he did a bunch ofArtur Grabowski
2001-08-12Don't allocate globals in include files, use extern declarations.Todd C. Miller
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-08-11Why is it so popular to include <vm/*.h> everywhere?Artur Grabowski
2001-08-09Unshare signal actions on exec, from NetBSD. While I am here a little KNF ni...Niklas Hallqvist
2001-08-08__dead not __noreturn__Todd C. Miller
2001-08-07Change tsleep into ltsleep.Artur Grabowski
2001-08-07We now have predict_{true,false}Artur Grabowski
2001-08-06Use pool to allocate extent region descriptors.Artur Grabowski
2001-08-02Sysctl for finding out how many pages there are in kmem_map.Artur Grabowski
2001-08-02(vput): make panic strings actually say vput instead of vreleassar