summaryrefslogtreecommitdiff
path: root/sys/compat/svr4
AgeCommit message (Expand)Author
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.hArtur Grabowski
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-13introduce fdremove() to mark a file descriptor as unused. fdremove makesNiels Provos
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-07syncTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-06use __sparc__Theo de Raadt
1999-02-26cnt is called uvmexp in uvm and the names of the members have changed.Artur Grabowski
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
1998-12-22range check signal [] conversionsTheo de Raadt
1998-03-06Just set the OS tag if it is not already setNiklas Hallqvist
1998-03-06NCR is handled per process nowNiklas Hallqvist
1998-03-06regenNiklas Hallqvist
1998-03-06Make NCR rdebug behaviour dependent on p_os fieldNiklas Hallqvist
1998-02-22Remember OS tag when running Linux or SVR4 ELF files. KNF.Niklas Hallqvist
1998-02-22KNFNiklas Hallqvist
1998-02-10Fix many bugs related to serial line control, like baudrate, bits etcNiklas Hallqvist
1998-02-10regenNiklas Hallqvist
1998-02-10fake rdebug protoNiklas Hallqvist
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgThorsten Lockert
1998-02-09Missed oneThorsten Lockert
1997-12-20clone my F_FREESP stuff to ibcs2Theo de Raadt
1997-12-17improve F_FREESP; now it might workTheo de Raadt
1997-12-17first cut at F_FREESP; does ibcs2 need this too? This really needs testing!Theo de Raadt
1997-12-12fix non-i386 caseTheo de Raadt
1997-12-09syncTheo de Raadt
1997-12-09eolTheo de Raadt
1997-12-02syncTheo de Raadt
1997-12-02If i386, and COMPAT_LINUX is enabled, if setegid() is called with an outTheo de Raadt
1997-11-14void * change to mmap()Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13fake auditsys()Theo de Raadt
1997-11-13make svr4_sys_ulimit() return EINVAL for bad commandsTheo de Raadt
1997-11-13Fix test for NULL arg in svr4_utime() (PR#4418); pkTheo de Raadt
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-04remove double includeNiklas Hallqvist
1997-11-04KNFNiklas Hallqvist
1997-11-04Add SVR4 jioctl stuffNiklas Hallqvist
1997-10-08use shorter uname version stringkstailey
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-15SA_NOCLDWAITTodd C. Miller
1997-09-15Fix bsd_to_*_sigaction(). Also add SA_SIGINFO supportTheo de Raadt
1997-09-11sync with netbsd; missing SCARG() macrosTheo de Raadt