summaryrefslogtreecommitdiff
path: root/sys/compat/sunos
AgeCommit message (Expand)Author
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2002-02-12Fix all users of getsock to use FREF/FRELE properly.Artur Grabowski
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-31There is no need to fake handling of /dev/zero here. The vm system ultrix/ult...Artur Grabowski
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-26syncTheo de Raadt
2001-08-26there is no need for .bak filesTheo de Raadt
2001-08-11redundant includes.Artur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16regen after removing compatoptsTodd C. Miller
2001-05-16remove unneeded compatoptsTodd C. Miller
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-01-26fix compile error by including compat_dir.hMarco S Hyman
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2000-08-15keep file naming consistent, rename exec.h -> sunos_exec.hBrad Smith
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
2000-01-22minor getdents cleanup:Todd C. Miller
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-07-02sparc -> __sparc__Brad Smith
1999-06-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-03use __sparc__ just in caseTheo de Raadt
1999-05-21remove duplicate contents from MakefileBrad Smith
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-04-26NetBSD mergeNiklas Hallqvist
1998-04-26New audio adaption; netbsdNiklas Hallqvist
1998-03-23regenTodd C. Miller
1998-03-23Emulated version of SunOS ostime(2) wass totally wrong. For nowTodd C. Miller
1998-03-23Emulate otimes(2)Todd C. Miller
1997-12-18support GETLK,SETLK,UNLK etc like svr4 code does; pkTheo de Raadt
1997-12-04vfs lite2 changes things...Theo de Raadt
1997-11-30fix TIOCGPGRP in sunos emulationTheo de Raadt
1997-11-30use stackgap macrosTheo de Raadt
1997-11-14mmap() takes void *Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-06Use lite2 vfs interfaces.Todd C. Miller
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-07-28syncTheo de Raadt
1997-07-28stime; christosTheo de Raadt
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt