don't typedef run_t if _ANSI_SOURCE defined
[unix-history] / usr / src / sys /
1993-05-28 Kirk McKusickreorganize to allow pid_t to become u_long
1993-05-28 Kirk McKusickpid_t becomes a u_long
1993-05-28 Kirk McKusickreorganize to better alignment
1993-05-28 Kirk McKusickhave to check for NULL proc
1993-05-28 Chris Torekfully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.7: fully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.34: fully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.32: make GENERIC code compile
1993-05-28 Chris Torekfully bracket those initializers, for gcc2 -W
1993-05-28 Chris Torekfully bracket those initializers (for gcc2 -W); make...
1993-05-28 Chris Torekdeclare all parameters (for gcc -W)
1993-05-28 Chris Torekfully bracket those initializers, for gcc2 -W
1993-05-28 Chris Torekemit fully-bracketed initializers, to keep gcc2 -W...
1993-05-28 Kirk McKusickuse proper macro to pick out message data (from Andrew...
1993-05-28 Kirk McKusickhack from Karels to cope with last close on controlling...
1993-05-28 Kirk McKusickhpux lseek => 4.4BSD olseek
1993-05-27 Chris Torek1.41: add cpu_sysctl stub
1993-05-27 Kirk McKusickallow fifo wait to be interruptable
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-26 Kirk McKusickget rid of last vestiges of __
1993-05-26 Keith Bostic__{get,set}rlimit => {get,set}rlimit
1993-05-26 Kirk McKusickadd pathconf; __lseek => lseek; --[f]truncate => [f...
1993-05-26 Kirk McKusickadd fpathconf
1993-05-26 Kirk McKusickgone are things that belong in pathconf
1993-05-26 Kirk McKusick__{g,s}etrlimit => {g,s}etrlimit
1993-05-26 Kirk McKusickgone are things that belonged in pathconf
1993-05-26 Kirk McKusicklease buglet from Macklem
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd spec_pathconf
1993-05-26 Kirk McKusickadd fifo_pathconf
1993-05-26 Kirk McKusickadd pathconf vnode op
1993-05-26 Kirk McKusick__lseek => lseek
1993-05-26 Kirk McKusickadd pathconf and fpathconf; __lseek, __truncate __...
1993-05-26 Akito Fujitasync up to hp300/hp300/pmap.c 7.16
1993-05-26 Akito Fujitaadded cpu_sysctl support for console
1993-05-26 Akito Fujitaadded CTL_MACHDEP support
1993-05-26 Keith Bostictrailing comment after #else or #endif
1993-05-25 Chris Torekadd cpu sysctl definitions; protect kernel stuff agains...
1993-05-25 Chris Torekpedantically ANSI
1993-05-25 Chris Torekraise maximum memory size to 64M
1993-05-25 Chris Toreklint
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Kirk McKusickchange location of stand => stand.att
1993-05-25 Kirk McKusickfix include directives
1993-05-25 Kirk McKusicknew include location
1993-05-25 Kirk McKusickdefine return as off_t; new include location
1993-05-25 Kirk McKusickadd --main for gcc2
1993-05-25 Keith Bosticdate and time created 93/05/24 19:12:18 by bostic
1993-05-25 Keith Bosticdate and time created 93/05/24 19:11:51 by bostic
1993-05-25 Ralph Campbelldate and time created 93/05/24 18:28:05 by ralph
1993-05-25 Ralph Campbellremove debug stuff
1993-05-25 Ralph Campbelladded cpu_sysctl support for console
1993-05-25 Ralph Campbelladded CTL_MACHDEP support
1993-05-25 Ralph Campbellupdate miniroot scripts
1993-05-25 Ralph Campbellfixes from Rick Macklem
1993-05-25 Keith Bosticper-process limits are resources, not sysctl(3) variables
1993-05-25 Kirk McKusickneed header files for sysctl
1993-05-24 Kazumasa Utashiroadded cpu_sysctl().
1993-05-24 Kazumasa Utashiroupdated
1993-05-24 Keith Bosticadd KERN_MAXUPROC, KERN_MAXUFILES, USER_STREAM_MAX and
1993-05-24 Keith Bosticadd _SC_STREAM_MAX and _SC_TZNAME_MAX for POSIX 1003.1
1993-05-23 Keith Bosticit's not alpha anymore
1993-05-22 Kirk McKusickadd support for CTL_MACHDEP
1993-05-22 Kirk McKusickprotect against malicious clients
1993-05-22 Keith Bosticparenthesize the negative numbers so "256-CHAR_MIN...
1993-05-21 Kirk McKusickadd CPU_MACHDEP
1993-05-21 Kirk McKusickadd CTL_MACHDEP definitions
1993-05-21 Kirk McKusickadd cpu_sysctl
1993-05-21 Kirk McKusickperformance fixes from Rick Macklem
1993-05-21 Kirk McKusickadd KERN_BOOTTIME
1993-05-21 Kirk McKusickadd boottime
1993-05-20 Mike Hiblermake sure PT page is marked clean at allocation to...
1993-05-20 Keith SklowerIn Cherenson's mbuf leak fix, we forgot to (void) the...
1993-05-20 Keith Sklowercast m_free() output as void
1993-05-18 Kazumasa Utashirotruncate, ftruncate, getrlimit, setrlimit are now compat
1993-05-18 Kirk McKusickget/setrlimit and f/truncate are COMAPT
1993-05-18 Kirk McKusickold get/setrlimt are COMPAT_43
1993-05-18 Kirk McKusickupdate from Torek/Macklem for machines requiring quad...
1993-05-18 Kirk McKusicktruncate, ftruncate, getrlimit, setrlimit become COMPAT_43
1993-05-17 Kazumasa Utashirouse e partition for root.
1993-05-17 Chris Torekadd sig_atomic_t
1993-05-17 Kirk McKusicklseek (long form) is used too much to make it COMPAT_43
1993-05-16 Ralph Campbellupdate from Rick Macklem
1993-05-16 Ralph Campbelladded scc1 console.
1993-05-16 Ralph Campbelladded scc1 console device
1993-05-15 Andrew Cherensonuse correct name in comments for cmsghdr
1993-05-14 Kazumasa Utashirovmunix_0f is illegal name
1993-05-14 Kazumasa Utashirochange for new pmap interface.
1993-05-14 Kazumasa Utashirofixed small compiler problem.
1993-05-14 Kazumasa Utashirochange for new pmap interface.
1993-05-14 Kazumasa Utashiroadded pseudo-device initialization function.
1993-05-14 Kazumasa Utashiroclean up
1993-05-14 Kazumasa Utashiroadded pseudo bmattach function.
1993-05-13 Kirk McKusickrequires COMPAT_43 to build
1993-05-13 Kirk McKusickupdate syscalls.master
next