trailing comment after #else or #endif
[unix-history] / usr / src / sys / kern /
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-21 Kirk McKusickadd CPU_MACHDEP
1993-05-21 Kirk McKusickadd KERN_BOOTTIME
1993-05-18 Kirk McKusicktruncate, ftruncate, getrlimit, setrlimit become COMPAT_43
1993-05-17 Kirk McKusicklseek (long form) is used too much to make it COMPAT_43
1993-05-13 Kirk McKusickupdate syscalls.master
1993-05-13 Kirk McKusickmore accurate check on KERN_PROC specifications
1993-05-13 Keith SklowerIf an internal-use protocol entry doesn't have a usrreq...
1993-05-12 Akito Fujitaadd luna68k define
1993-05-12 Akito Fujitasupport 68040 based luna68k
1993-05-11 Kirk McKusickbreak clustering code out of vfs_bio.c
1993-05-11 Kirk McKusickadd sysctl debugging flag to print out buffer stats
1993-05-11 Kirk McKusickcluster debugging; goes with 7.112.1.2 in ufs/ufs_vnops.c
1993-05-11 Margo SeltzerAdd diagnostic check on cluster_rbuild to make sure...
1993-05-11 Kirk McKusickturn down clock rate when kernel is not being profiled
1993-05-06 Kirk McKusickKERN_NO_TRUNC is true, we don't truncate file names
1993-05-05 Keith Bosticfold rest of POSIX 1003.1, 1003.2 configurable system...
1993-05-04 Keith Bosticchange sysctl to __sysctl
1993-05-04 Keith Bosticadd POSIX 1003.2 version
1993-05-02 Kirk McKusickdelete hardware speed, add machine byte order
1993-05-02 Kirk McKusickadd limits on maxproc
1993-05-01 Kirk McKusicka better approach than 7.39 to avoid duplicate closef...
1993-04-30 Kirk McKusickset hashfraction; enable getting gmonparam
1993-04-29 Kirk McKusickrefinement in comment in previous delta from Mike Karel...
1993-04-29 Kirk McKusickset RLIMIT_RSS and RLIMIT_MEMLOCK maximums to all avail...
1993-04-29 Kirk McKusickvfinddev returns 1 for success
1993-04-29 Kirk McKusickrelax restrictions on opening /dev/tty (from Karels...
1993-04-29 Kirk McKusickpanic when vref is used on zero ref count vnodes
1993-04-28 Kirk McKusickhave to lock after the other namei too
1993-04-28 Kirk McKusickbug fixes for LEASES from Rick Macklem
1993-04-28 Kirk McKusickbug fixes for LEASES from Rick Macklem
1993-04-28 Kirk McKusicklstat of symbolic link returns attributes of its contai...
1993-04-28 Kirk McKusickdelete incorrect comment; allow NULL lookup to return...
1993-04-28 Kirk McKusicksysctl.h needs vm/vm.h
1993-04-28 Kirk McKusickmove sizes into the gmonparam structure; add sysctl_doprof
1993-04-28 Kirk McKusickkinfo_proc is merged into sysctl.h
1993-04-28 Kirk McKusickkinfo_proc.h is gone
1993-04-28 Kirk McKusickkinfo_proc.h is gone
1993-04-27 Kirk McKusickadd KERN_MAXVNODES
1993-04-27 Kirk McKusickadd support for kernel profiling; add sysctl_struct...
1993-04-21 Kirk McKusickkcount is now part of the gmon structure
1993-04-21 Kirk McKusickaccumulate involuntary context switches (from yval...
1993-04-19 Kirk McKusickadd support for debugging variables
1993-04-18 Kirk McKusicktoo agressive on the mib counting
1993-04-18 Chris Torekptyattach (#ifdef notyet); don't need #if NPTY > 0
1993-04-18 Chris Torekuse pseudo-device initialization table instead of ...
1993-04-06 Chris Torek{set,get}hostname and gethostid are needed for COMPAT_S...
1993-04-06 Chris TorekSunOS compat needs get/set host name/id too
1993-04-05 Kirk McKusickgetkerninfo becomes COMPAT
1993-04-05 Kirk McKusick{get,set}host{name,id} become COMPAT
1993-04-05 Kirk McKusick{get,set}host{name,id}, pagesize, and getkerninfo becom...
1993-03-29 Chris TorekARCH+=sparc
1993-03-29 Chris Toreklint
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-13 Kirk McKusickavoid requests for more descriptors than the kernel...
1993-03-10 Mike Hibleradditional parameter to vm_mmap
1993-03-09 Keith Bosticrename va_cflags -> va_vaflags
1993-03-07 Chris Torekstop if we reach out of band mark while peeking; otherwise
1993-03-06 Keith Bosticmake utime(NULL) work for POSIX 1003.1 compatibility
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-05 Kirk McKusickdon't try to copy in/out size if not requested in getke...
1993-03-04 Kirk McKusickdo not inherit SHPUX
1993-03-04 Kirk McKusickadd security level to kern_sysctl
1993-03-03 Kirk McKusickadd proc parameter to net_sysctl
1993-03-03 Kirk McKusickset priorities correctly after signals (net2/sys/19)
1993-02-28 Kirk McKusickfix bugs in sending messages through sockets (4.4BSD...
1993-02-27 Kirk McKusickexplicitly avoid sleeping forever in select
1993-02-27 Kirk McKusickavoid duplicate closef's
1993-02-26 Kirk McKusickdo not return from sigsuspend prematurely
1993-02-23 Kirk McKusickcleanups from Jeff Forys
1993-02-22 Ralph Campbelldon't write through *oldlenp if oldp is NULL. (see...
1993-02-14 Ralph Campbelladd a.out support for MIPS.
1993-02-11 Kirk McKusickeliminate need for kinfo.h
1993-02-05 Ralph Campbellchanged the name of exit() to exit1() because gcc2...
1993-02-04 Kirk McKusickkern_kinfo becomes kern_sysctl; major overhaul and...
1993-02-04 Kirk McKusickadd framework for net_sysctl
1993-02-04 Kirk McKusickkinfo_vnode becomes sysctl_vnode
1993-02-04 Kirk McKusickkinfo_clock becomes sysctl_clock
1993-02-04 Kirk McKusickget/set hostname and hostid are subsumed by sysctl...
1993-02-04 Kirk McKusickclear B_WRITEINPROG
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickvinvalbuf takes two more parameters
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-02 Chris Torekseparate out event counters
1993-02-01 Mike Karelsadd sysctl
1993-01-26 Kirk McKusickrationalize behavior of ureadc in the face of unreasona...
1993-01-23 Kirk McKusicknames may be up to NAME_MAX
1993-01-22 Kirk McKusickNULL is not always a valid kernel address
1993-01-15 Kirk McKusickadd and use killproc when cannot exec a new process
1993-01-04 Kirk McKusickgetpgrp takes no parameters
1992-12-28 Mike Hibleraccount for differences in hp300 stack alignment (wait)
1992-12-28 Mike Hiblercleanup hp300 code
1992-12-28 Mike Hiblerget rid of a couple of now unnecessary hp300 related...
1992-12-28 Mike Hiblermove HPUXCOMPAT code to MD files and account for new...
1992-12-27 Keith Bosticuse ALIGN macro, minor cleanup
1992-12-16 Chris TorekTIOCSTI fails for 8-bit chars (from comp.unix.bsd)
1992-12-12 Kirk McKusickcheck bad (modified) addresses on freelist before using...
1992-12-10 Marc Teitelbaummore checking of process group consistency; enterpgrp...
next