summaryrefslogtreecommitdiff
path: root/sys/kern/sys_generic.c
AgeCommit message (Expand)Author
1995-03-21Update to use timer{add,sub}().mycroft
1994-12-11Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-20update for new syscall args description mechanismcgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-19update to 4.4-litecgd
1994-05-07setrun changes namecgd
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-04Rename a lot of process flags.cgd
1994-02-16read(): return EINVAL if `count' argument is negative.pk
1993-12-18Canonicalize all #includes.mycroft
1993-07-15make args & locals of select unsigned where appropriate.cgd
1993-07-13break args structs out, into syscallname_args structs, so gcc2 doesn'tcgd
1993-06-22more damn ansi function declarations. damn you chris....glass
1993-06-14a few changes to select. most notable: don't sleep forever unlesscgd
1993-06-13Believe it or not, selrecord() was broken...mycroft
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd