Age | Commit message (Expand) | Author |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-10 | do not trust user input for sysctl. constrain arguments passed to ktrace | Theo de Raadt |
2005-09-10 | upon shutdown(), if socket is unconnected return ENOTCONN; ok millert | Theo de Raadt |
2005-08-14 | catched->caught | Miod Vallat |
2005-08-11 | Use SHUT_* values directly in soshutdown() instead of converting | Todd C. Miller |
2005-08-02 | Reduce stack usage. | Mark Kettenis |
2005-08-01 | - We shouldn't allocate MAXPATHLEN from the stack. | Artur Grabowski |
2005-08-01 | sys_select() used to use 6 local fd_set's in case the width was <= the | Theo de Raadt |
2005-07-31 | do not allocate huge kinfo_proc2 and eproc structures on the stack. | Theo de Raadt |
2005-07-18 | Typo in comment, from Giorgos Keramidas, keramida (at) ceid (dot) | Tom Cosgrove |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-14 | Fix comments concerning VOP_LINK(). | Pedro Martelletto |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler |
2005-07-08 | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted | Kenneth R Westerback |
2005-07-07 | clear vm_dused at exec time, since we are potentially re-using the vmspace; | Theo de Raadt |
2005-07-06 | Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen is | Kenneth R Westerback |
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 |