clean up resolver casts to handle both old and new libraries
[unix-history] / usr / src / sys /
1994-07-11 Keith Bosticchanges for 64-bit machines
1994-07-11 Keith Bosticfix comment
1994-07-11 Keith Bosticchanges for 64-bit machines
1994-07-11 Keith Bosticchanges for 64-bit machines; include <sys/types.h>...
1994-07-11 Keith Bosticchanges for 64-bit machines
1994-07-11 Keith Bosticchanges for 64-bit machines; reformat the comments
1994-07-11 Keith Bosticchanges for 64-bit machines
1994-07-11 Keith Bosticchanges for 64-bit machines; reformat the comments
1994-07-11 Keith Bosticchanges for 64-bit machines
1994-07-09 Kirk McKusickchanges for 64-bit machines (from bostic)
1994-07-08 Mike Hiblerdon't use GCC-isms in MI code (from cgd)
1994-07-08 Kirk McKusicksince size_t is unsigned must check for overflow increm...
1994-07-08 Kirk McKusicksize size_t is unsigned must check for overflow increme...
1994-07-06 Kirk McKusickturn off MAKEENTRY flag when doingcache is disabled...
1994-07-04 Kirk McKusickmove address of boot program. Kernels were getting...
1994-07-04 Kirk McKusickchanges for procfs (from ralph)
1994-07-04 Kirk McKusickfrom Ralph
1994-07-04 Kirk McKusickminor debug checking code (from Ralph)
1994-07-04 Kirk McKusickturn off debug error messages (from Ralph)
1994-07-04 Kirk McKusickhandle SCSI II devices (from Ralph)
1994-07-04 Kirk McKusickadd H/W flow control (from Ralph)
1994-07-04 Kirk McKusickRalph says: important bug fix
1994-07-04 Kirk McKusickupdate filesystem options (from Ralph)
1994-07-02 Keith Sklowerbugfix from karels & husemann in ifwithdstaddr()
1994-07-01 Keith Sklowerfix bugs about binding to a specific NSAP ignoring...
1994-07-01 Keith Sklowerbug fix from Doug Montgomery at NIST. Forgot to compen...
1994-06-30 Kirk McKusickmake MNT_RELOAD work after fsck -c2 (from mycroft)
1994-06-25 Jan-Simon Pendrycheckpoint (first pass at "...")
1994-06-20 Mike Hiblermsync size 0 case didn't work, incorrect check of a...
1994-06-18 Jan-Simon Pendrykeep track of parent union node, so allowing .. to...
1994-06-18 Jan-Simon Pendrykeep track of parent union node, so allowing .. to...
1994-06-17 Kirk McKusickbreak out reclaim operations (from mycroft)
1994-06-17 Kirk McKusickavoid trying to truncate BLK and CHR special devices...
1994-06-17 Kirk McKusickifdef DIAGNOSTIC should be ifdef DEBUG (from mycroft)
1994-06-17 Kirk McKusickdumb error (from mycroft)
1994-06-17 Jan-Simon Pendrykeep track of deleted upper layer objects
1994-06-16 Jan-Simon Pendryfixup fsid correctly in union_getattr
1994-06-16 Marshall Kirk McKusickKill the evil U-word! And fix the order of some casted...
1994-06-16 Marshall Kirk McKusickmissing argument to vprint (from mycroft)
1994-06-16 Marshall Kirk McKusickavoid trashing old format superblocks (from cgd)
1994-06-16 Marshall Kirk McKusickavoid crash if attempting to truncate to a negative...
1994-06-16 Marshall Kirk McKusickadd initialization of mnt_maxsymlinklen (from mycroft)
1994-06-16 Marshall Kirk McKusickadd lfs_maxsymlinklen (from mycroft)
1994-06-16 Marshall Kirk McKusickdqinit needs to be ifdef QUOTA
1994-06-16 Marshall Kirk McKusickdebugging sysctl needs to be ifdef DEBUG (from mycroft)
1994-06-16 Jan-Simon Pendryheapsort -> mergesort
1994-06-16 Jan-Simon Pendrymerge in some of the netbsd changes.
1994-06-16 Jan-Simon Pendrymerge in netbsd changes.
1994-06-16 Jan-Simon Pendryminor tweak to keep DIAGNOSTIC code from crashing
1994-06-16 Jan-Simon Pendrymerge netbsd modifications
1994-06-15 Marshall Kirk McKusickadd code for access check; bug fix for readlink; formatting
1994-06-15 Marshall Kirk McKusickhave to init vfs list; use ufs doforce flag; formatting
1994-06-15 Marshall Kirk McKusickformatting; symlink fixes (from Wolfgang Solfrank via...
1994-06-15 Marshall Kirk McKusickphase error in computing time (from Wolfgang Solfrank...
1994-06-15 Marshall Kirk McKusickformatting
1994-06-09 Mike Hibleron write, be sure to flush the vnode from the VM object...
1994-06-07 Kirk McKusickVOP_READIR now has a cookie argument
1994-06-05 Kirk McKusickcalculate cookies and eofflag if requested to do so...
1994-06-05 Kirk McKusickcalculate cookies and eoffalg if requested to do so
1994-06-05 Kirk McKusickcalculate and return cookies and eof flag
1994-06-05 Kirk McKusickadd cookie and eofflag parameters to readdir
1994-06-05 Kirk McKusickask for eofflag and cookies, and use the result
1994-06-05 Kirk McKusickadd UNION support to ogetdirentries; add cookies and...
1994-06-05 Kirk McKusickadd cookies and eofflag to VOP_READDIR
1994-06-05 Kirk McKusicksince size_t is unsigned, testing iov_len < 0 is futile
1994-06-03 Kirk McKusickhave to check for dead vnodes when checking whether...
1994-06-03 Kirk McKusickcheck for dead vnodes when doing accounting
1994-06-02 Kirk McKusickbuglet
1994-06-02 Mike Hibleravoid crashing on RTE with odd-address PC, it appears...
1994-06-02 Kirk McKusickIPTOS_PREC_ROUTINE should have a value of 0x00, not...
1994-06-01 Kirk McKusickgotta keep those flags straight (from mycroft@sun-lamp...
1994-05-30 Kirk McKusickdon't check name of directory entries with zero'ed...
1994-05-28 Mike Hiblerback out change requiring alignment of "pos"
1994-05-28 Mike Hiblerfix a divide by zero problem
1994-05-28 Mike Hiblerimproper parameter to pmap_changebit (should be PA...
1994-05-27 Mike Hiblerforgot to account for new stack alignment in initial...
1994-05-27 Mike Hiblerafter carefully constructing the correct value for...
1994-05-24 Jan-Simon Pendryin union_lock: don't lock lower layer when reference
1994-05-24 Jan-Simon Pendryput : after <xxx> strings
1994-05-22 Kirk McKusickcheck for ENOTDIR before EISDIR in null pathname case
1994-05-22 Kirk McKusickupdate from Ralph to fix serious SCSI bug
1994-05-20 Mike Hiblerif no label, reset partition info since readdisklabel...
1994-05-20 Mike Hiblercorrect management of ps_sig field
1994-05-20 Mike Hiblertwo mmap fixes: make sure pos is zero for MAP_ANON
1994-05-18 Jan-Simon Pendryalter link to do a copyup when possible.
1994-05-18 Jan-Simon Pendryabstract copyup function
1994-05-18 Jan-Simon Pendrydon't reference lower layer root vnode if it doesn...
1994-05-18 Jan-Simon Pendryabstract the copyup function
1994-05-18 Kirk McKusickneed libkern.h include file
1994-05-13 Kirk McKusickproper sizing the dev array on first device (from Glass...
1994-05-11 Jan-Simon Pendrydon't panic getdirentries when a union stack has no...
1994-05-10 Jan-Simon Pendryfix ref panic in link - same as previous panic but...
1994-05-10 Kirk McKusickcope with partial outputting of tabs when output list...
1994-05-10 Kirk McKusickuse temporary short for call to isofs_rrip_getname...
1994-05-10 Jan-Simon Pendryinclude comments about the vnode locking protocol
1994-05-09 Chris Torekcalculate hostid correctly (typo)
1994-05-08 Jan-Simon Pendryfix lock/ref panic
1994-05-08 Jan-Simon Pendrykeep track of vnode size changes.
1994-05-07 Chris Torekremove bogus clear, it really was wrong; fix esprel...
1994-05-04 Kirk McKusickreally minor nits
next