summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2005-01-012005Michael Shalayeff
2004-12-31sprinkle some more list macros in herePedro Martelletto
2004-12-31when releasing a vnode, make it inactive before sticking it to one ofPedro Martelletto
2004-12-30Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc...Niklas Hallqvist
2004-12-28when panicing from timeout_add being < 0, print the value; ok miodTheo de Raadt
2004-12-28clean dirty accident by miodTheo de Raadt
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andMiod Vallat
2004-12-19Set atime and mtime when giving out a new pty. With help from tholo@Todd C. Miller
2004-12-12simplify slightly, kill lvalue weirdness that's not ANSI C.Marc Espie