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-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat |
2002-10-30 | regen | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
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-16 | Make this compile. | Miod Vallat |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | More fallout from the fd_getfile changes. | Artur Grabowski |
2001-11-05 | blink-matching-paren should be default in mg | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-10-10 | regen | Artur Grabowski |
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt |
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 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-09-07 | common/compat_util.c | Eric Jackson |
2000-08-24 | Be careful about hzto returning <= 0. | Artur Grabowski |
2000-06-26 | use new timeouts | Artur Grabowski |
1999-11-26 | Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff |
1999-06-07 | sync | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller |
1997-07-27 | sa__handler to avoid sa_handler stuff coming before 2000.... | Theo de Raadt |
1997-07-06 | sync with NetBSD, 970705. | Jason Downs |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs |
1997-03-26 | Regen. | Jason Downs |
1997-03-26 | Merge in NetBSD changes as if 3/19/97, undo some of ours. | Jason Downs |
1997-02-23 | sigcode -> hpux_sigcode | Jason Downs |
1997-01-27 | Use lchown(2) instead. | Jason Downs |
1997-01-27 | __mc68k__ -> m68k | Jason Downs |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-08-31 | Cleanup exec | Per Fogelstrom |