Age | Commit message (Expand) | Author |
2005-07-04 | oops, kernel free needs two args. thanks pedro | Ted Unangst |
2005-07-03 | malloc(M_WAITOK) implies sleeping, so we have to double check that | Ted Unangst |
2005-07-03 | sync | Dale Rahn |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-07-03 | regen | Jared Yanovich |
2005-07-03 | change VOP_PATHCONF to take a locked vnode, as its | Jared Yanovich |
2005-06-27 | When releasing a buffer and disassociating it from its vnode, there's | Pedro Martelletto |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-17 | A second approach at fixing the telnet localhost & problem | Niklas Hallqvist |
2005-06-17 | Missed in previous regen commit | Todd C. Miller |
2005-06-17 | regen | Todd C. Miller |
2005-06-17 | remove undelete syscall | Todd C. Miller |
2005-06-17 | Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@ | Pedro Martelletto |
2005-06-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | Todd C. Miller |
2005-06-08 | bye bye netns | Henning Brauer |
2005-06-07 | remove CCITT handling | Henning Brauer |
2005-06-04 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | marius eriksen |
2005-05-28 | fix one missed case for removing reverse name cache entries. | marius eriksen |
2005-05-28 | regen | Pedro Martelletto |
2005-05-28 | bye bye VOP_WHITEOUT | Pedro Martelletto |
2005-05-27 | remove some dead code. | marius eriksen |
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 |