merge in some of the netbsd changes.
[unix-history] / usr / src / sys /
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
1994-05-04 Kirk McKusickminor cleanups
1994-05-04 Chris Torekmust wait in espicmd if someone else is using the chip --
1994-05-02 Kirk McKusickisofs => cd9660
1994-04-29 Jan-Simon Pendryallow all forms of upper-layer rename.
1994-04-29 Jan-Simon Pendryremove (now) useless diagnostic message
1994-04-28 Jan-Simon Pendrymore paranoid checking in union_unlock.
1994-04-28 Jan-Simon Pendrykeep track of whether the union node is cached or not.
1994-04-28 Jan-Simon Pendryadd caching flag
1994-04-25 Kirk McKusickupdate for current filesystem support, other niggles
1994-04-24 Jan-Simon Pendrydetect root node and set VROOT flag
1994-04-24 Jan-Simon Pendryhandle weird cases of stepping back across mount points
1994-04-24 Jan-Simon PendryVROOT flag is set in union_allocvp
1994-04-23 Kirk McKusickget rid of unused MINFREE parameter
1994-04-23 Kirk McKusickadd union, proc, and cd9660 filesystems; delete loop...
1994-04-23 Kirk McKusickadd union and proc filesystems
1994-04-23 Mike Hiblermake sure even root can't open a drive that was not...
1994-04-21 Keith BosticIn lfs_markv, we need to check if there are blocks...
1994-04-21 Keith Sklowermake conform to RFC1573 (21 additional types)
1994-04-21 Keith Bosticupdate from Keith Sklower, based on RFC1573 (21 additio...
1994-04-21 Kirk McKusickpull to 8.1 for 4.4BSD-Lite release
1994-04-21 Kirk McKusickupdate osrelease to 4.4BSD-Lite
1994-04-21 Kirk McKusicklint
1994-04-20 Kirk McKusickdo not call close operator of the f_ops vector has...
1994-04-20 Marshall Kirk McKusickget rid of unused MINFREE parameter
1994-04-19 Keith Bosticspelling
1994-04-19 Keith Bosticspell
1994-04-19 Kirk McKusickmove in definition of MINFREE from newfs so it can...
1994-04-19 Kirk McKusickps_code is now passed by postsig, so guess should no...
1994-04-19 Kirk McKusickin sendsig, pass ps_code when signum agrees with ps_sig...
1994-04-19 Kirk McKusickdelete dead code
1994-04-19 Kirk McKusickavoid race between vget and getnewvnode (from Hibler)
1994-04-17 Keith BosticIf compressed TCP packets were being received on a...
1994-04-16 Keith Bosticclnp needs sys/types.h (for u_short, etc.), so BYTE_ORD...
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-16 Kirk McKusickparanoid check to avoid vrele(NULL) (from polk@bsdi...
1994-04-16 Kirk McKusickavoid hang when given a negative write count (from...
1994-04-15 Kirk McKusickphase error on length computation (from Mark Dapoz...
1994-04-12 Kirk McKusickdon't vgone the vnode in vcount if it is ours
1994-04-11 Keith Bosticmove tcppredack, tcppreddat, tcppcbcachemiss into the...
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-04-09 Kirk McKusickcleanup code and comment on maximum number of processes...
1994-04-02 Mike Hibleroops, forgot to update the Utah id
1994-04-02 Mike Hiblertake advantage of contig block info returned from BMAP
1994-04-01 Keith Bosticiget() is gone, VFS_VGET is loading the vnode
1994-04-01 Keith Bosticiget is gone, getnewvnode() does initialization, mostly
1994-04-01 Mike Hibleranother thought about improving performance
next