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