Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-23 | regen. | Federico G. Schwindt | |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt | |
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD. | |||
2000-08-23 | NetBSD RCS id | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith | |
2000-06-28 | sync | Federico G. Schwindt | |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt | |
2000-06-24 | sync | Federico G. Schwindt | |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt | |
the existing ones using 64bit vars. This makes netscape-solaris works on sparc. Particular note to those who want to try netscape: - netscape 4.73 was used for testing on a ss5 with -current. - apparently solaris uses pipes for communicating with the X server. I've checked the libraries I've installed from a solaris 2.6 box, and although there are references to X11-unix, it fails when it tries to open X11-pipe/X0, so in order to test it you need to specify -display <box ip>:0 or it won't start. - i got some errors when starting, but besides that, it works fine. - it's not slow, but you better have all the requiered files in the correct paths, or it'll take some time to start. | |||
2000-06-15 | i386 -> __i386__ | Brad Smith | |
2000-06-15 | regen | Brad Smith | |
2000-06-15 | add more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
2000-04-21 | O_FYNC -> O_SYNC | Todd C. Miller | |
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-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.h | Artur Grabowski | |
to get the define for _KERN_DO_ELF | |||
1999-07-15 | oops, wrong type for cpu_class | Theo de Raadt | |
1999-07-14 | put sub-class of architecture in SVR4_SI_PLATFORM | Theo de Raadt | |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos | |
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ | |||
1999-07-02 | more systeminfo() fixes; hal@sdsi.com | Theo de Raadt | |
1999-06-30 | put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.com | Theo de Raadt | |
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1999-06-06 | use __sparc__ | Theo de Raadt | |
1999-02-26 | cnt is called uvmexp in uvm and the names of the members have changed. | Artur Grabowski | |
Different allocation and deallocation for uvm. | |||
1999-02-10 | Correct directory entry reads, big directories lost entries as it were. | Niklas Hallqvist | |
Also, fix the NCR SVR4 rdebug syscall emulation. | |||
1998-12-22 | range check signal [] conversions | Theo de Raadt | |
1998-03-06 | Just set the OS tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | NCR is handled per process now | Niklas Hallqvist | |
1998-03-06 | regen | Niklas Hallqvist | |
1998-03-06 | Make NCR rdebug behaviour dependent on p_os field | Niklas Hallqvist | |
1998-02-22 | Remember OS tag when running Linux or SVR4 ELF files. KNF. | Niklas Hallqvist | |
1998-02-22 | KNF | Niklas Hallqvist | |
1998-02-10 | Fix many bugs related to serial line control, like baudrate, bits etc | Niklas Hallqvist | |
1998-02-10 | regen | Niklas Hallqvist | |
1998-02-10 | fake rdebug proto | Niklas Hallqvist | |
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | Thorsten Lockert | |
1998-02-09 | Missed one | Thorsten Lockert | |
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt | |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt | |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt | |
1997-12-12 | fix non-i386 case | Theo de Raadt | |
1997-12-09 | sync | Theo de Raadt | |
1997-12-09 | eol | Theo de Raadt | |
1997-12-02 | sync | Theo de Raadt | |
1997-12-02 | If i386, and COMPAT_LINUX is enabled, if setegid() is called with an out | Theo de Raadt | |
of range value recognize it as the Linux personality() system call, and switch into Linux emulation mode.... At least they could have picked an unused system call number! |