Age | Commit message (Expand) | Author |
2005-05-27 | remove references of VOP_WHITEOUT from the kernel, okay millert@ | Pedro Martelletto |
2005-05-27 | prepare the removal of sys_undelete(), make it a stub, okay millert@ | Pedro Martelletto |
2005-05-27 | add a field to struct socket that stores the pid of the process that | Daniel Hartmeier |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-27 | still union/umap/null leftovers | Pedro Martelletto |
2005-05-26 | styling nits, ok marius@ | Pedro Martelletto |
2005-05-26 | add a reverse name mapping into the namecache. (vnode->name) | marius eriksen |
2005-05-26 | remove union et al traces; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | remove traces from union et al; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | Fix yield() to change p_stat from SONPROC to SRUN. | Artur Grabowski |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-05-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto |
2005-05-24 | better handling of disappearing devices, in spec_close(), don't try to | Pedro Martelletto |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2005-05-22 | regen | Pedro Martelletto |
2005-05-22 | change VOP_CLOSE to take a locked vnode | Pedro Martelletto |
2005-05-22 | output code for incoming VFSDEBUG option | Pedro Martelletto |
2005-05-17 | under some circunstances, unp_scan() can call unp_mark() with a null pointer, | Federico G. Schwindt |
2005-05-03 | clean up some small fallout from initial freebsd import. | Hans-Joerg Hoexer |
2005-05-01 | check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@ | Pedro Martelletto |
2005-04-21 | Correctly handle allocations of size 1 at an extent boundary; from NetBSD. | Miod Vallat |
2005-04-21 | Make the non-_KERNEL compilation usable again, in order to add a regress test. | Miod Vallat |
2005-04-21 | unused variable n; ok cloder | Theo de Raadt |
2005-04-20 | knf | Theo de Raadt |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis |
2005-04-14 | Try to start log message buffer on a new line. Helps install scripts avoid | Kenneth R Westerback |
2005-04-11 | pull in new MD STACKGAP_RANDOM | Theo de Raadt |
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis |
2005-03-29 | Bring in UDF support from FreeBSD, disabled for now. | Pedro Martelletto |
2005-03-24 | always good to check for invalid values. ok marius pedro | Ted Unangst |
2005-03-15 | revise lockf limit policy. after exceeding "soft limit", start enforcing | Ted Unangst |
2005-03-10 | split out uidinfo from kern_proc.c private, use it to store lock count, | Ted Unangst |
2005-03-09 | Fail exec for disabled compat with EPERM rather than ENOEXEC. | Miod Vallat |
2005-03-04 | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ | Pedro Martelletto |
2005-02-24 | fix pr4036, don't set p2->p_cpu to null | Ted Unangst |
2005-01-28 | When setting kern.tty.maxptys, store the old value in oldp, not | Todd C. Miller |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2005-01-10 | change vget() to only put a vnode back on the free lists if it actually | Pedro Martelletto |
2005-01-01 | 2005 | Michael Shalayeff |
2004-12-31 | sprinkle some more list macros in here | Pedro Martelletto |
2004-12-31 | when releasing a vnode, make it inactive before sticking it to one of | Pedro Martelletto |
2004-12-30 | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc... | Niklas Hallqvist |
2004-12-28 | when panicing from timeout_add being < 0, print the value; ok miod | Theo de Raadt |
2004-12-28 | clean dirty accident by miod | Theo de Raadt |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat |
2004-12-19 | Set atime and mtime when giving out a new pty. With help from tholo@ | Todd C. Miller |
2004-12-12 | simplify slightly, kill lvalue weirdness that's not ANSI C. | Marc Espie |