summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* regenart2001-09-214-52/+20
|
* no need for own implemenation of p{read,write}{,v}art2001-09-213-440/+6
|
* syncart2001-09-054-19/+70
|
* Add some necessary MSG_COMPAT.art2001-09-051-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_tart2001-09-051-2/+2
|
* Will need netbsd_types.h very soon.art2001-09-052-2/+4
|
* syncderaadt2001-08-264-9/+23
|
* there is no need for .bak filesderaadt2001-08-261-5/+1
|
* Unnecessary and redundant includes.art2001-08-111-3/+1
|
* Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23millert2001-05-165-20/+20
|
* regen for COMPAT_2{3,5}millert2001-05-164-26/+26
|
* Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.millert2001-05-161-5/+7
| | | | Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
|
* just call me Theo "Fix bugs Art puts in the kernel" de Raadtderaadt2001-05-151-2/+2
|
* use fo_stat in fileops instead of huge switch statements.art2001-05-141-20/+2
|
* Implement a wrapper round vn_stat that takes the same argumentsart2001-05-141-2/+2
| | | | as soo_stat and pipe_stat.
* Correct panic message.art2001-05-141-2/+2
|
* More generic arguments to soo_stat.art2001-05-141-2/+2
|
* More generic arguments to pipe_stat.art2001-05-141-2/+2
|
* We now can emulate vfork14 correctlyniklas2001-04-031-4/+2
|
* Since netbsd_sys_fdatasync is the same code as sys_fsync, weart2001-02-261-16/+2
| | | | can simply call sys_fsync instead of copying code.
* adapt to new softupdates changes.art2001-02-261-4/+6
|
* Make this code build.art2001-01-151-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.art2001-01-151-2/+3
|
* Change the ktrace interface functions from taking the trace vnode to taking theart2000-11-101-5/+5
| | | | traced proc. The vnode is in the proc and all functions need the proc.
* sys_semconfig goes foomderaadt2000-05-014-15/+12
|
* sys_semconfig goes awayderaadt2000-05-011-2/+2
|
* Change struct file interface methods read and write to pass file offset incsapuntz2000-04-191-30/+29
| | | | | | | and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway.
* re-add fixed vfork code from artderaadt2000-01-311-2/+3
|
* undo vfork changes, since non-UVM was not consideredderaadt2000-01-311-3/+2
|
* Change fork1() from taking forktype and rforkflags, into a single flagsart2000-01-281-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.mickey1999-11-102-4/+9
| | | | | was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok
* netbsd_sendsig() + supporting codekstailey1999-09-261-3/+3
|
* s/memcpy/bcopy/kstailey1999-09-261-2/+2
|
* netbsd_sendsig() + supporting codekstailey1999-09-261-12/+18
|
* pipe_stat()kstailey1999-09-221-1/+8
|
* regenkstailey1999-09-214-14/+14
|
* some COMPATs not seen on alphakstailey1999-09-211-5/+5
|
* improved OS brand PT_NOTE detectionkstailey1999-09-191-5/+4
|
* use PT_NOTE to identify NetBSD ELF64 binarieskstailey1999-09-191-2/+7
|
* regenkstailey1999-09-174-117/+253
|
* alternate pathkstailey1999-09-175-40/+838
|
* leave the filepointer where you found it - XPG4kstailey1999-09-171-22/+44
|
* regenkstailey1999-09-174-14/+32
|
* lcrap()kstailey1999-09-173-9/+98
|
* regenkstailey1999-09-174-11/+19
|
* rest of pread() etc., fdatasync() hackkstailey1999-09-173-16/+239
|
* typo in commentkstailey1999-09-171-2/+2
|
* regenkstailey1999-09-174-20/+68
|
* start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey1999-09-176-24/+241
|