Age | Commit message (Expand) | Author |
2004-02-21 | fiddle with filedesc lock to prevent recursion. crash and fix confirmed | Ted Unangst |
2004-01-28 | Don't rely on vp->v_usecount to tell when we can dispose of our resources | Todd C. Miller |
2003-12-09 | missing ar; form Alf Schlichting <leopold-bloom@foni.net> | Michael Shalayeff |
2003-11-29 | typos from Michael Coulter; | Jason McIntyre |
2003-11-15 | set boottime's time to boottime, handy for find. requested by markus. | Ted Unangst |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-24 | style(9)ed panics, from tom cosgrove. | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-08-11 | constify constant targets | Michael Shalayeff |
2003-08-11 | constify constant names | Michael Shalayeff |
2003-08-05 | make procfs support statfs args. lossage noticed and patch tested by jolan | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | mapdata -> umapdata like it was before | Ted Unangst |
2003-05-12 | fix up locking and some issues with union. derived from netbsd | Ted Unangst |
2003-05-12 | replaced by layer_subr.c | Ted Unangst |
2003-05-12 | umapfs uses the new layer stuff now too. | Ted Unangst |
2003-05-12 | most of the fixes for nullfs. use the new common layer stuff in genfs. | Ted Unangst |
2003-05-12 | new files to support layered file systems. to be used in a bit. | Ted Unangst |
2003-05-11 | use LK_EXCLUSIVE like all other file systems. | Ted Unangst |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-04-28 | call lockmgr a bit earlier to avoid a race. | Ted Unangst |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst |
2003-04-07 | sprintf elimination from rohee. | Ted Unangst |
2003-04-07 | some snprintf usage from rohee. | Ted Unangst |
2003-03-30 | Ensure that all files in /kern end with a newline (machine, model, | Bruno Rohee |
2003-03-09 | Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID | Todd C. Miller |
2003-02-24 | use M_MISCFSMNT instead of M_UFSMNT for mount data | Ted Unangst |
2003-02-24 | correct typo | Ted Unangst |
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-01-31 | Sigh. I comitted the wrong diff in the last vfs changes. | Artur Grabowski |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-10-27 | comment fixes. | Brad Smith |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-08 | Use tsleep instead of sleep. | Artur Grabowski |
2002-06-04 | Remove unused #define. ok deraadt@ | Thomas Nordin |
2002-05-24 | splbio around biodone. | Artur Grabowski |
2002-04-06 | Do not hide Pfpregs from a switch() if PT_[GS]ETFPREGS are not defined, | Miod Vallat |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |