portability
[unix-history] / usr / src / sys /
1993-03-26 Keith Skloweryet another fix from Francis.Dupont. siso_data is...
1993-03-26 Keith Sklowerfix from Francis.Dupont@inria
1993-03-24 Ralph Campbellchanges from Rick Macklem
1993-03-24 Ralph Campbellfix a bug when reading a tape with an odd number of...
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-24 Kirk McKusickavoid connecting to ourselves (from torek approved...
1993-03-23 Chris Torekrm RMP (it's been deprecated for a year now!)
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-20 Mike Hiblervattr struct is now 2 longwords larger so get rid of...
1993-03-20 Mike Hibleradd another long to vattr struct to keep it quad aligned
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitaadded ldist_init macros
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitasync up to hp300/dev/if_le.c 7.16
1993-03-18 Akito Fujitaadd sdclose() for conf.c
1993-03-18 Mike Hiblermake safe for ANSI cpp
1993-03-15 Kirk McKusickdate and time created 93/03/14 13:56:39 by mckusick
1993-03-14 Ralph Campbelldon't clear callv with bzero!
1993-03-14 Ralph Campbellfix bug with reconnect hanging if right after aborting...
1993-03-14 Mike Hiblernew installation procedure
1993-03-13 Kirk McKusickavoid requests for more descriptors than the kernel...
1993-03-13 Andrew Cherenson(by sklower) obvious bug fix in mbuf starvation case
1993-03-13 Andrew Cherensoncheckpoint what looks like an obvious bug fix (by sklower)
1993-03-13 Keith Sklowerjch requested flag to temporarily discard pkts silently
1993-03-12 Keith Sklowerfix from hibler & forys; check for non-null return...
1993-03-11 Jan-Simon Pendryignore setattr on sockets, instead of reporting an...
1993-03-11 Akito Fujitasync up to hp300/hp300/machdep.c 7.36
1993-03-10 Kazumasa Utashirodeclare machine and cpu_model
1993-03-10 Kazumasa Utashiroadded VM_MIN_ADDRESS
1993-03-10 Kazumasa Utashiroicode moved to VM_MIN_ADDRESS
1993-03-10 Kazumasa Utashiroset cpu_model here?
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashirodate and time created 93/03/10 00:00:15 by utashiro
1993-03-10 Kazumasa Utashirodate and time created 93/03/10 00:00:05 by utashiro
1993-03-10 Kazumasa Utashirodate and time created 93/03/09 23:59:39 by utashiro
1993-03-10 Kazumasa Utashirobetter NEWS-OS compatibility
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiromake it rebootable
1993-03-10 Kazumasa Utashiroadded MachKernGenExceptionEnd
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiromips stack must be aligned on 8byte boundary
1993-03-10 Kazumasa Utashirowrong number of f's!!
1993-03-10 Kazumasa Utashirosmall fixes
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiro(no message)
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiroadded newsos/*.c
1993-03-10 Kazumasa Utashiromisc changes
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiroupdate description
1993-03-10 Keith Sklowerchange printf in unused function for jch
1993-03-10 Mike Hiblerpass maxprot parameter to vm_mmap
1993-03-10 Mike Hiblerattempt to recover from failure of vm_fault in vm_fault...
1993-03-10 Mike Hiblerattempt to recover from vm_fault_wire failure in vm_map...
1993-03-10 Mike Hibleradditional parameter to vm_mmap
1993-03-10 Mike Hiblermark 'c' partition as FS_BOOT by default
1993-03-10 Mike Hibleradditional parameter to vm_mmap
1993-03-10 Mike Hiblerprototype changes: new param for vm_mmap, return type...
1993-03-10 Mike Hibleradd FS_BOOT to identify partitions with bootstrap code
1993-03-09 Ralph Campbelluse new err() function.
1993-03-09 Ralph Campbellre-enable clock interrupts as soon as possible.
1993-03-09 Ralph Campbellfix debug info dumps.
1993-03-09 Kirk McKusickremove the 8-bit restriction in namei
1993-03-09 Chris TorekPRU_ACCEPT can just use in_setpeeraddr, a la PRU_PEERADDR
1993-03-09 Keith Bostictest on VA_UTIMES_NULL was reversed
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-06 Keith Skloweralmost never needed m_pullup to insure at least 4 bytes...
1993-03-06 Keith Bosticneed type consistency for sysctl (by sklower)
1993-03-06 Keith Sklowerwhen doing a RTM_GET you can have different sockaddrs...
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 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-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-05 Keith BosticI messed up the #ifdef's for _POSIX_SOURCE
1993-03-04 Keith Bosticprototype chflags/fchflags, minor reorganization
1993-03-04 Keith Bosticit's used now, it's also a u_long
1993-03-04 Kirk McKusickdo not inherit SHPUX
1993-03-04 Kirk McKusickadd checks for immutability and append-only
1993-03-04 Kirk McKusickenforce append-only mode (for NFS requests)
1993-03-04 Kirk McKusickadd security level to kern_sysctl
1993-03-04 Kirk McKusickadd comment describing secure levels
1993-03-04 Keith Sklowerproposed multicast address MUST be in list for ->if_ioc...
1993-03-03 Kirk McKusickadd proc parameter to net_sysctl
1993-03-03 Kirk McKusickadd proc parameter to vm_sysctl
1993-03-03 Kirk McKusickneed proc parameter to be passed through
1993-03-03 Kirk McKusickavoid sleeps in page daemon calls to vm_map_entry_creat...
1993-03-03 Kirk McKusickavoid assigning used ports in implicit bind in in_pcbbi...
1993-03-03 Kirk McKusickset priorities correctly after signals (net2/sys/19)
1993-03-03 Kirk McKusickclear hash pointers when nfsd's terminate (from Macklem)
1993-03-01 Kirk McKusickadd securelevel
1993-03-01 Kirk McKusickadd IMMUTABLE AND APPENDONLY
1993-03-01 Kirk McKusickadd securelevel
1993-03-01 Kirk McKusickcheck blkno on every call to try and track down the...
1993-03-01 Kirk McKusicknew approach to avoid temporary inode
1993-02-28 Kirk McKusickfix bugs in sending messages through sockets (4.4BSD...
1993-02-27 Ralph Campbelladded limited stacktrace for panics.
next