summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2001-07-30Add a check for too big e_phnum that could cause us to malloc toArtur Grabowski
2001-07-30Make the e_phnum check slightly cleaner.Artur Grabowski
2001-07-28Allow negative lock length in case of lockf(3). This makes lockf(3)Grigoriy Orlov
2001-07-28Check for negative lock length.Grigoriy Orlov
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
2001-07-26Typo.Miod Vallat
2001-07-26Back out changes to symlink and mknod that were not well tested.Todd C. Miller
2001-07-26In extent_destroy, remove the extent from the list ofArtur Grabowski
2001-07-26Print "data modified on freelist" sizes in hex.Artur Grabowski
2001-07-26Be more careful with ranges.Artur Grabowski
2001-07-26change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-07-25Random cleanups that generate noise in my cvs updates.Artur Grabowski
2001-07-19make number of ptys configurable; deraadt@ okMichael Shalayeff
2001-07-18Typo.Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-17It takes a greek to put buffer overflow and unterminated stringTheo de Raadt
2001-07-17Since normal malloc reports "data modified on free list" withArtur Grabowski
2001-07-17use pool allocator for knotes, adapted from lukem@netbsd, okay art@Niels Provos
2001-07-16Ignore O_TRUNC on open() if we are not opening a regular file.Todd C. Miller
2001-07-15(define simple_lock_only_held): add dummy nop macroassar
2001-07-13make kern_msgbuf work for sparc, i thought it worked for me before; from miodMichael Shalayeff
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-07-05It feels a bit pointless to have:Artur Grabowski