Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | regen | 2001-09-21 | 4 | -52/+20 | ||
| | ||||||
* | no need for own implemenation of p{read,write}{,v} | 2001-09-21 | 3 | -440/+6 | ||
| | ||||||
* | sync | 2001-09-05 | 4 | -19/+70 | ||
| | ||||||
* | Add some necessary MSG_COMPAT. | 2001-09-05 | 1 | -5/+21 | ||
| | | | | | Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid | |||||
* | mode_t in netbsd is not the same as our mode_t | 2001-09-05 | 1 | -2/+2 | ||
| | ||||||
* | Will need netbsd_types.h very soon. | 2001-09-05 | 2 | -2/+4 | ||
| | ||||||
* | sync | 2001-08-26 | 4 | -9/+23 | ||
| | ||||||
* | there is no need for .bak files | 2001-08-26 | 1 | -5/+1 | ||
| | ||||||
* | Unnecessary and redundant includes. | 2001-08-11 | 1 | -3/+1 | ||
| | ||||||
* | Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23 | 2001-05-16 | 5 | -20/+20 | ||
| | ||||||
* | regen for COMPAT_2{3,5} | 2001-05-16 | 4 | -26/+26 | ||
| | ||||||
* | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | 2001-05-16 | 1 | -5/+7 | ||
| | | | | Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -3/+1 | ||
| | ||||||
* | just call me Theo "Fix bugs Art puts in the kernel" de Raadt | 2001-05-15 | 1 | -2/+2 | ||
| | ||||||
* | use fo_stat in fileops instead of huge switch statements. | 2001-05-14 | 1 | -20/+2 | ||
| | ||||||
* | Implement a wrapper round vn_stat that takes the same arguments | 2001-05-14 | 1 | -2/+2 | ||
| | | | | as soo_stat and pipe_stat. | |||||
* | Correct panic message. | 2001-05-14 | 1 | -2/+2 | ||
| | ||||||
* | More generic arguments to soo_stat. | 2001-05-14 | 1 | -2/+2 | ||
| | ||||||
* | More generic arguments to pipe_stat. | 2001-05-14 | 1 | -2/+2 | ||
| | ||||||
* | We now can emulate vfork14 correctly | 2001-04-03 | 1 | -4/+2 | ||
| | ||||||
* | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | 2001-02-26 | 1 | -16/+2 | ||
| | | | | can simply call sys_fsync instead of copying code. | |||||
* | adapt to new softupdates changes. | 2001-02-26 | 1 | -4/+6 | ||
| | ||||||
* | Make this code build. | 2001-01-15 | 1 | -6/+6 | ||
| | | | | | This could have never worked. XXX - do we need this at all now that we have native p{read,write}{,v}? | |||||
* | Unbreak UNION code. | 2001-01-15 | 1 | -2/+3 | ||
| | ||||||
* | Change the ktrace interface functions from taking the trace vnode to taking the | 2000-11-10 | 1 | -5/+5 | ||
| | | | | traced proc. The vnode is in the proc and all functions need the proc. | |||||
* | sys_semconfig goes foom | 2000-05-01 | 4 | -15/+12 | ||
| | ||||||
* | sys_semconfig goes away | 2000-05-01 | 1 | -2/+2 | ||
| | ||||||
* | Change struct file interface methods read and write to pass file offset in | 2000-04-19 | 1 | -30/+29 | ||
| | | | | | | | and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway. | |||||
* | re-add fixed vfork code from art | 2000-01-31 | 1 | -2/+3 | ||
| | ||||||
* | undo vfork changes, since non-UVM was not considered | 2000-01-31 | 1 | -3/+2 | ||
| | ||||||
* | Change fork1() from taking forktype and rforkflags, into a single flags | 2000-01-28 | 1 | -2/+3 | ||
| | | | | | argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself. | |||||
* | include syscallnames only if compiling w/ SYSCALL_DEBUG. | 1999-11-10 | 2 | -4/+9 | ||
| | | | | | was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||||
* | netbsd_sendsig() + supporting code | 1999-09-26 | 1 | -3/+3 | ||
| | ||||||
* | s/memcpy/bcopy/ | 1999-09-26 | 1 | -2/+2 | ||
| | ||||||
* | netbsd_sendsig() + supporting code | 1999-09-26 | 1 | -12/+18 | ||
| | ||||||
* | pipe_stat() | 1999-09-22 | 1 | -1/+8 | ||
| | ||||||
* | regen | 1999-09-21 | 4 | -14/+14 | ||
| | ||||||
* | some COMPATs not seen on alpha | 1999-09-21 | 1 | -5/+5 | ||
| | ||||||
* | improved OS brand PT_NOTE detection | 1999-09-19 | 1 | -5/+4 | ||
| | ||||||
* | use PT_NOTE to identify NetBSD ELF64 binaries | 1999-09-19 | 1 | -2/+7 | ||
| | ||||||
* | regen | 1999-09-17 | 4 | -117/+253 | ||
| | ||||||
* | alternate path | 1999-09-17 | 5 | -40/+838 | ||
| | ||||||
* | leave the filepointer where you found it - XPG4 | 1999-09-17 | 1 | -22/+44 | ||
| | ||||||
* | regen | 1999-09-17 | 4 | -14/+32 | ||
| | ||||||
* | lcrap() | 1999-09-17 | 3 | -9/+98 | ||
| | ||||||
* | regen | 1999-09-17 | 4 | -11/+19 | ||
| | ||||||
* | rest of pread() etc., fdatasync() hack | 1999-09-17 | 3 | -16/+239 | ||
| | ||||||
* | typo in comment | 1999-09-17 | 1 | -2/+2 | ||
| | ||||||
* | regen | 1999-09-17 | 4 | -20/+68 | ||
| | ||||||
* | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | 1999-09-17 | 6 | -24/+241 | ||
| |