summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2005-06-04let the arc4random sysctl write out up to 256 bytes at once.Ted Unangst
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
2005-05-31Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inArtur Grabowski
2005-05-31Protect p_timer with splclock. It can be fiddled with in hardclock (butArtur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-28have vn_close() lock the vnode before calling VOP_CLOSE().marius eriksen
2005-05-28fix one missed case for removing reverse name cache entries.marius eriksen
2005-05-28regenPedro Martelletto
2005-05-28bye bye VOP_WHITEOUTPedro Martelletto
2005-05-27remove some dead code.marius eriksen
2005-05-27remove references of VOP_WHITEOUT from the kernel, okay millert@Pedro Martelletto
2005-05-27prepare the removal of sys_undelete(), make it a stub, okay millert@Pedro Martelletto
2005-05-27add a field to struct socket that stores the pid of the process thatDaniel Hartmeier
2005-05-27Experimental support for opportunitic use of jumbograms where only some hostsRyan Thomas McBride
2005-05-27still union/umap/null leftoversPedro Martelletto
2005-05-26styling nits, ok marius@Pedro Martelletto
2005-05-26add a reverse name mapping into the namecache. (vnode->name)marius eriksen
2005-05-26remove union et al traces; pedro@ ok.Federico G. Schwindt
2005-05-26remove traces from union et al; pedro@ ok.Federico G. Schwindt
2005-05-26Fix yield() to change p_stat from SONPROC to SRUN.Artur Grabowski
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24when a device vnode associated with a mount point disappears, mark thePedro Martelletto
2005-05-24better handling of disappearing devices, in spec_close(), don't try toPedro Martelletto
2005-05-22put VLOCKSWORK stuff under a single option, VFSDEBUGPedro Martelletto
2005-05-22regenPedro Martelletto
2005-05-22change VOP_CLOSE to take a locked vnodePedro Martelletto
2005-05-22output code for incoming VFSDEBUG optionPedro Martelletto
2005-05-17under some circunstances, unp_scan() can call unp_mark() with a null pointer,Federico G. Schwindt
2005-05-03clean up some small fallout from initial freebsd import.Hans-Joerg Hoexer
2005-05-01check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@Pedro Martelletto
2005-04-21Correctly handle allocations of size 1 at an extent boundary; from NetBSD.Miod Vallat
2005-04-21Make the non-_KERNEL compilation usable again, in order to add a regress test.Miod Vallat
2005-04-21unused variable n; ok cloderTheo de Raadt
2005-04-20knfTheo de Raadt
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
2005-04-14Try to start log message buffer on a new line. Helps install scripts avoidKenneth R Westerback
2005-04-11pull in new MD STACKGAP_RANDOMTheo de Raadt
2005-04-03Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386.Mark Kettenis
2005-03-29Bring in UDF support from FreeBSD, disabled for now.Pedro Martelletto
2005-03-24always good to check for invalid values. ok marius pedroTed Unangst
2005-03-15revise lockf limit policy. after exceeding "soft limit", start enforcingTed Unangst
2005-03-10split out uidinfo from kern_proc.c private, use it to store lock count,Ted Unangst
2005-03-09Fail exec for disabled compat with EPERM rather than ENOEXEC.Miod Vallat
2005-03-04Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@Pedro Martelletto
2005-02-24fix pr4036, don't set p2->p_cpu to nullTed Unangst
2005-01-28When setting kern.tty.maxptys, store the old value in oldp, notTodd C. Miller
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko
2005-01-10change vget() to only put a vnode back on the free lists if it actuallyPedro Martelletto