summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-16copy some format specifiers from kprintf to sprintf. b & r still missingcgd
1995-06-11Add Linux ELF module to the list of things to try.fvdl
1995-06-08Fix various signal handling bugs:mycroft
1995-06-05If necessary, wake up the child during attach so we always get a SIGCHLD.mycroft
1995-06-05We need some compat_10 routines if COMPAT_SUNOS is on (PR #1008).pk
1995-06-04Only do software flow control if IXOFF is set. Also fix hardware flow controlmycroft
1995-06-04Use ISSET() and CLR() in two cases.mycroft
1995-06-03#include <sys/vnode.h>, for prototypes.mycroft
1995-06-02Use vaccess().mycroft
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1995-05-31add a facility by which to register 'hooks' to be run at shutdown time.cgd
1995-05-30Preserve the ISWHITEOUT flag between cache_enter() and cache_lookup().mycroft
1995-05-23Remove gratuitous extra indirections.mycroft
1995-05-23properly determine if send/rcv timeout values are out of range.cgd
1995-05-16Generate the new ps_strings format.mycroft
1995-05-10tty_tb.c: need to include ioctl_compat.h in order to compile.christos
1995-05-04Add two vprint()s, to give more informative panic messages.mycroft
1995-05-01make this work sanely on a 64-bit machine. Sacrifices a small bit ofcgd
1995-05-01remember first error code (if any) that's different than ENOEXEC.cgd
1995-04-25Make this compile again; from Ted Lemonchristos
1995-04-22makesyscalls.sh was changedchristos
1995-04-22- new copyargs routine.christos
1995-04-22be a little smarter when printing syscall names & argscgd
1995-04-21Rearrange vfs_shutdown() slightly.mycroft
1995-04-21Add a return type for vaccess().mycroft
1995-04-21Print a message for each file system that does not unmount cleanly. Add amycroft
1995-04-19Rename pttty() to ptytty() to mimic ptyioctl().mycroft
1995-04-19Fix typo.mycroft
1995-04-19Implement pttty(), and rename pt_ioctl to pt_softc.mycroft
1995-04-19Change ttselect() to use a callback to get the tty structure.mycroft
1995-04-13EMUL_IBCS2_ELF -> EMUL_SVR4; EMUL_IBCS2_{COFF,XOUT} -> EMUL_IBCS2mycroft
1995-04-10Define vfs_unmountall(), to unmount file systems at shutdown time.mycroft
1995-04-10Change `fdclose' to `fdrelease', to avoid confusion with device interfaces.mycroft
1995-04-10Use the new d_type field.mycroft
1995-04-07Use sigcode fields in package structure. This seems to be the cleanestfvdl
1995-04-05Add missing argument to closef().mycroft
1995-03-31Added TIOCGSID for COMPAT_SVR4 [get session id]christos
1995-03-29Make definition of b_cylinder global.mycroft
1995-03-26don't default return types to ints; specify them.cgd
1995-03-26add an 'INSECURE' option which makes securelevel default to -1cgd
1995-03-25make it reasonable for processes to not double-map it's user area and kstackcgd
1995-03-21Update to use timer{add,sub}().mycroft
1995-03-19Use %p.mycroft
1995-03-19Nuke startinit_verbose.mycroft
1995-03-19Actually, do the previous differently.mycroft
1995-03-19Add a `%p' format.mycroft
1995-03-18Clean up comments related to last change, and remove an unneededmycroft
1995-03-10add prototypes before each inlinechopps
1995-03-09Update to match syscalls.master.mycroft