summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2000-07-20version[] string was const'ifed. Pointed out by Izumi Tsutsui.nisimura
2000-07-18implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls:onoe
2000-07-17Define an auto variable ``cp'', which is used to scan the global variableenami
2000-07-14Sprinkle some const.thorpej
2000-07-14- Fix the likely cause of the "ps(1) hangs machine" problem. Alwaysthorpej
2000-07-14Sprinkle in some const.thorpej
2000-07-13Sync w/ kern_time.c and sys_generic.cthorpej
2000-07-13Add a comment about the hzto() return value.thorpej
2000-07-09regenmrg
2000-07-09- massive warning fix fest.mrg
2000-07-09look in /emul/netbsd32 for __stat13() and __lstat13().mrg
2000-07-04Implement OSS_GETVERSION.augustss
2000-06-29remove include of <vm/vm.h>mrg
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-28If we loaded an nmagic on a subpage boundary, adjust epp->ep_d{addr,size} somatt
2000-06-27Regen (no difference in generated files, but they were not up-to-date).augustss
2000-06-26remove redundant vm includesmrg
2000-06-26remove redundant vm includes.mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-25remove some redundant <vm/vm_xxx.h> includesmrg
2000-06-23simply the abutting text/data case.matt
2000-06-21For omagic & nmagic, add bss size into data magic (needed for brk to workmatt
2000-06-21Move COFF_LDPGSZ to ibcs2_machdep.h. Fix nmagic loader to deal withmatt
2000-06-16Allow dynamic twiddling of debug messages.matt
2000-06-15Fix copyright notice. This file is derived fromoki
2000-06-11Fix a comment.veego
2000-06-11Remove the pcvt support.veego
2000-06-09PE/COFF (Win32) compatible binary support (experimental).oki
2000-06-06defopt SYSCALL_DEBUG.soren
2000-06-06Wrap line.soren
2000-06-04Nothing yet.mycroft
2000-06-04Move a bunch of the COFF definitions into exec_coff.h, so they can be used bymycroft
2000-06-02Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",simonb
2000-05-30Include "opt_DDB.h" to enable the DDB sysctls.eeh
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-05-27sleep() -> tsleep()thorpej
2000-05-27Reduce use of curproc in several places:sommerfeld
2000-05-23Add names for many syscalls not yet implemented, including those intv
2000-05-15Remove conditionization upon XSERVER -- all the codejhawk
2000-05-04Regenkristerw
2000-05-04Added lchflags and issetugidkristerw
2000-05-03Remove junk after #undef.thorpej
2000-04-28The size of the members of struct ultrix_utsname were nothing likesimonb
2000-04-21Regen.minoura
2000-04-21We have now native issetugid.minoura
2000-04-12make this compile with -DDEBUG_SVR4 [lossage because sizeof is u_long now]christos
2000-04-12Markus Kilbinger <kilbi@rad.rwth-aachen.de>, reported that https: does not work.christos
2000-04-11add a cast for clarity.chs
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
2000-04-10sparc -> __sparc__chs