summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_stat.c
AgeCommit message (Collapse)Author
2000-09-07common/compat_util.cEric Jackson
2000-06-24Implement getdents64, lstat64 and stat64, basically the same functions ofFederico 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.
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD
1999-07-15oops, wrong type for cpu_classTheo de Raadt
1999-07-14put sub-class of architecture in SVR4_SI_PLATFORMTheo de Raadt
1999-07-02more systeminfo() fixes; hal@sdsi.comTheo de Raadt
1999-06-30put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.comTheo de Raadt
1999-06-06use __sparc__Theo de Raadt
1998-02-09Missed oneThorsten Lockert
1997-11-13Fix test for NULL arg in svr4_utime() (PR#4418); pkTheo de Raadt
1997-10-08use shorter uname version stringkstailey
1996-05-02Add SI_SYSTEMINFO from Solaris-2.5Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-26From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-12-21from netbsd; do not declare private copy of syscallargTheo de Raadt
1995-12-21pull in svr4_time.hTheo de Raadt
1995-12-19from christos; add utime() and utimes()Theo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt