| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-03-24 | Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different way | jdolecek | |
| (revisions 1.47 & 1.48 effectively backed off): * for all but vnodes, just fallback to sys_fcntl(); assumming state of support for F_SETOWN/F_GETOWN and even hardcoding it here is not right (e.g. rev. 1.47 had this incorrect for DTYPE_PIPE) * fallback to sys_fcntl() also for vnodes which don't represent tty * don't need to use FILE_{,UN}USE() here, the code won't block while using the pointer * add/fix some comments | |||
| 2002-03-23 | correct placement for FILE_UNUSE [from Izumi Tsutsui] | christos | |
| 2002-03-23 | make this compile again (PS_STRINGS is gone). | chs | |
| 2002-03-22 | sync with current reality and fix debugging. | christos | |
| 2002-03-22 | gc debugging printfs. | christos | |
| 2002-03-22 | nuke mmap2, cleanup mmap, add mprotect | christos | |
| 2002-03-22 | regen | christos | |
| 2002-03-22 | nuke mmap2, add mprotect | christos | |
| 2002-03-22 | regen | christos | |
| 2002-03-22 | add mprotect, nuke mmap2 | christos | |
| 2002-03-22 | regen | christos | |
| 2002-03-22 | add mprotect, nuke mmap2 | christos | |
| 2002-03-22 | regen | christos | |
| 2002-03-22 | nuke mmap2 add mprotect | christos | |
| 2002-03-22 | regen. | christos | |
| 2002-03-22 | nuke mmap2, add mprotect | christos | |
| 2002-03-22 | regen | christos | |
| 2002-03-22 | 1. make sure lines don't wrap | christos | |
| 2. fix mmap and call it mmap like other ports do, not mmap2 3. implement fcntl64 4. implement mprotect because linux treats args slightly differently. | |||
| 2002-03-22 | implement the locking calls for linux_file64. | christos | |
| 2002-03-22 | - obey FILE_USE and FILE_UNUSE | christos | |
| - don't assume that non sockets point to vnodes. | |||
| 2002-03-21 | Don't bitch if we don't have support for a particular arch. This makes it | christos | |
| easier to include this header from userland binaries [sysctl] on archs that don't support compat-linux without incurring ifdef hell. | |||
| 2002-03-20 | emulation specific sysctls. Also change the kernel date to nov 11 as requested | christos | |
| by bad. | |||
| 2002-03-19 | - Now that RT-signals fit, fix the array to deliver them. [i386 only]. | christos | |
| - jdk-1.4 works perfectly now. :-) | |||
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos | |
| in, instead of using curproc). While there add an optional size argument to stackgap_init. | |||
| 2002-03-16 | Replace unused padding in struct linux_stat64 by lst_ino64 as found in | pooka | |
| linux's m68k struct stat64. makes linux compat compile again | |||
| 2002-03-10 | __RCSID -> __KERNEL_RCSID | bjh21 | |
| 2002-03-10 | Id -> NetBSD in RCSID (oops). | bjh21 | |
| 2002-02-20 | proper statfs emulation... | christos | |
| 2002-02-20 | allow writing of kernel.version, kernel.osrelease, kernel.ostype... I might | christos | |
| revert that l8r if I come up with something better. | |||
| 2002-02-19 | fix some swapped parameters | is | |
| 2002-02-19 | Regen. | nathanw | |
| 2002-02-19 | Add linux_sys_{get,set}rlimit. | nathanw | |
| 2002-02-19 | Add LINUX_SA_NOCLDWAIT. | nathanw | |
| 2002-02-19 | Add LINUX_SA_NOCLDWAIT, LINUX_SA_RESTORER, update LINUX_SA_ALLBITS. Linux | rafal | |
| compat on mips builds again now. | |||
| 2002-02-18 | Resolve alpha compile issues: | christos | |
| - bug with order in args in mask conversion md code. - flags can be both int and long on the alpha. kludge around that, by not passing pointers to the conversion function. - something is wrong with the toolchain look at the void * cast in copyout(). - sa_restorer is in a different place on the aplha. Deal with that, by not initializing it as before. XXX: this should be changed in the MD signal definition. | |||
| 2002-02-18 | regen | christos | |
| 2002-02-18 | provide linux_sys_getrlimit and linux_sys_setrlimit | christos | |
| 2002-02-18 | Back off previous partially - make linux_release[] back 2.0.38 | jdolecek | |
| and linux_version[] "#0 Sun Apr 1 11:11:11 MET 2000";". Add a BIG WARNING MESSAGE so that people won't break things changing this. | |||
| 2002-02-18 | regen | christos | |
| 2002-02-18 | fix comment. | christos | |
| 2002-02-18 | Regen: Use linux_sys_{g,s}setrlimit, remove linux_sys_ugetrlimit since | rafal | |
| linux/mips doesn't seem to have one. | |||
| 2002-02-17 | the MIPS stat64 struct doesn't have a separate ino64 field, but the ino field | rafal | |
| is a u_longlong. | |||
| 2002-02-17 | There is no linux_sys_ugetrlimit on mips, so don't try building it (XXX: adds | rafal | |
| icky ifdefs) | |||
| 2002-02-17 | Use linux_sys_{g,s}etrlimit() since there's a common implementation now; but | rafal | |
| MIPS has no sys_ugetrlimit, so don't declare it (209 is UNIMPL in the OSS Linux-mips tree) | |||
| 2002-02-17 | Adapt for changes to linux_to_native_sigset() and native_to_linux_sigset(). | rafal | |
| 2002-02-17 | Add an lst_ino64 member to struct linux_stat64. | bjh21 | |
| 2002-02-17 | Adapt for changes to limux_old_extra_to_native_sigset() and | bjh21 | |
| native_to_linux_old_extra_sigset(). | |||
| 2002-02-17 | Add LINUX_SA_NOCLDWAIT. | bjh21 | |
| 2002-02-17 | Regen. | bjh21 | |
| 2002-02-17 | getrlimit and setrlimit now have Linux-specific implementations. Use them. | bjh21 | |
