Age | Commit message (Expand) | Author |
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 |
2001-09-21 | no need for own implemenation of p{read,write}{,v} | Artur Grabowski |
2001-09-05 | sync | Artur Grabowski |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski |
2001-09-05 | mode_t in netbsd is not the same as our mode_t | Artur Grabowski |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | there is no need for .bak files | Theo de Raadt |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-05-16 | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | Todd C. Miller |
2001-05-16 | regen for COMPAT_2{3,5} | Todd C. Miller |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-15 | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | Theo de Raadt |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-05-14 | Correct panic message. | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist |
2001-02-26 | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | Artur Grabowski |
2001-02-26 | adapt to new softupdates changes. | Artur Grabowski |
2001-01-15 | Make this code build. | Artur Grabowski |
2001-01-15 | Unbreak UNION code. | Artur Grabowski |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt |
2000-05-01 | sys_semconfig goes away | Theo de Raadt |
2000-04-19 | Change struct file interface methods read and write to pass file offset in | Constantine Sapuntzakis |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |