summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2005-07-04oops, kernel free needs two args. thanks pedroTed Unangst
2005-07-03malloc(M_WAITOK) implies sleeping, so we have to double check thatTed Unangst
2005-07-03syncDale Rahn
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-07-03regenJared Yanovich
2005-07-03change VOP_PATHCONF to take a locked vnode, as itsJared Yanovich
2005-06-27When releasing a buffer and disassociating it from its vnode, there'sPedro Martelletto
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-17A second approach at fixing the telnet localhost & problemNiklas Hallqvist
2005-06-17Missed in previous regen commitTodd C. Miller
2005-06-17regenTodd C. Miller
2005-06-17remove undelete syscallTodd C. Miller
2005-06-17Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@Pedro Martelletto
2005-06-08Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposesTodd C. Miller
2005-06-08bye bye netnsHenning Brauer
2005-06-07remove CCITT handlingHenning Brauer
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