Age | Commit message (Expand) | Author |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-09-22 | regen | Pedro Martelletto |
2006-09-22 | Remove LFS system calls from here too | Pedro Martelletto |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-09 | whever -> whenever in comments | Martin Reindl |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
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-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-07-13 | regen after stat/mode_t/nlink_t changes | Todd C. Miller |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-09 | regen | Todd C. Miller |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller |
2004-05-28 | regen | Ted Unangst |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst |
2004-04-15 | rework access to emulations slightly in an effort to both merge and | Ted Unangst |
2004-01-14 | sync | Ted Unangst |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-11 | sync | Theo de Raadt |
2003-05-11 | finish compat swapon cleanup | Theo de Raadt |
2003-04-30 | Regen | Miod Vallat |
2003-04-30 | Oops, repair omsync deprecation lossage. | Miod Vallat |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-07-06 | sync | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-21 | Unnecessary wrapper. | Artur Grabowski |
2001-09-21 | Save some space on the stack for AuxInfo. Dynamic binaries now have the corre... | Artur Grabowski |
2001-09-21 | regen | Artur Grabowski |