Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
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 | |
as soo_stat and pipe_stat. | |||
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 | |
can simply call sys_fsync instead of copying code. | |||
2001-02-26 | adapt to new softupdates changes. | Artur Grabowski | |
2001-01-15 | Make this code build. | Artur Grabowski | |
This could have never worked. XXX - do we need this at all now that we have native p{read,write}{,v}? | |||
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 | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
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 | |
and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway. | |||
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt | |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt | |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski | |
argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself. | |||
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-09-26 | netbsd_sendsig() + supporting code | kstailey | |
1999-09-26 | s/memcpy/bcopy/ | kstailey | |
1999-09-26 | netbsd_sendsig() + supporting code | kstailey | |
1999-09-22 | pipe_stat() | kstailey | |
1999-09-21 | regen | kstailey | |
1999-09-21 | some COMPATs not seen on alpha | kstailey | |
1999-09-19 | improved OS brand PT_NOTE detection | kstailey | |
1999-09-19 | use PT_NOTE to identify NetBSD ELF64 binaries | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | alternate path | kstailey | |
1999-09-17 | leave the filepointer where you found it - XPG4 | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | lcrap() | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | rest of pread() etc., fdatasync() hack | kstailey | |
1999-09-17 | typo in comment | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | kstailey | |
1999-09-16 | signal fixes (csh runs) | kstailey | |
1999-09-15 | tag + copyright | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | getdents(2) | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | more and better signal routines, vfork() | kstailey | |
1999-09-14 | protect alignment | kstailey | |
1999-09-14 | regen | kstailey | |
1999-09-14 | signals | kstailey | |