VROOT flag is set in union_allocvp
[unix-history] / usr / src / sys / kern /
1994-04-20 Kirk McKusickdo not call close operator of the f_ops vector has...
1994-04-19 Kirk McKusickin sendsig, pass ps_code when signum agrees with ps_sig...
1994-04-19 Kirk McKusickavoid race between vget and getnewvnode (from Hibler)
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-09 Kirk McKusickcleanup code and comment on maximum number of processes...
1994-03-31 Jan-Simon Pendryeradicate lofs
1994-03-29 Keith Bosticchange chown(2) to follow symbolic links
1994-03-28 Keith Bosticlint
1994-03-22 Mike Hiblerdetect a suspected vget race with getnewvnode (and...
1994-03-22 Keith Bosticadd procfs, union
1994-03-18 Keith Bostictypo
1994-02-22 Keith Bosticchange struct recvfrom_args and struct sendto_args...
1994-02-21 Jan-Simon Pendryadd support for user mounts (MNT_USER flag)
1994-02-17 Jan-Simon Pendryvref -> VREF
1994-02-16 Jan-Simon Pendryadd support for union stacks into getdirentries.
1994-02-14 Mike Hibleradd sysctl debug variable to enable/disable reallocblks
1994-02-13 Mike Karelsfix race in exit of session leader: if tty is revoked...
1994-02-05 Kirk McKusickfirst cut at improving cluster allocation
1994-02-05 Jan-Simon Pendrytypo in printf
1994-02-03 Kirk McKusickadd definition for VOP_REALLOCBLKS
1994-01-29 Jan-Simon Pendryadded union fs
1994-01-29 Jan-Simon Pendryremoved usecount check in mount()
1994-01-26 Mike Hiblermore ISOFS -> CD9660
1994-01-26 Mike Hiblerwhen checking for MNT_ASYNC, make sure vp->v_mount...
1994-01-26 Mike HiblerISOFS -> CD9660
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync and unmount
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync
1994-01-24 Kirk McKusickimplement MNT_ASYNC
1994-01-22 Keith Bosticcopyright typo
1994-01-22 Kirk McKusickupdate for 4.4BSD-Lite
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-21 Kirk McKusicknot the right fix, but avoid the deadlock
1994-01-15 Mike Hiblermissing "ifdef KTRACE" around ktrace code
1994-01-15 Mike Hiblercorrectly init v_ralen and v_maxra
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-13 Mike Hiblermove export code from ufs layer to here (for other...
1994-01-13 Mike Hiblermassive overhaul to the clustering strategy,
1994-01-13 Mike Hiblerplace holders for procfs and afs.
1994-01-13 Mike Hiblerentries_pageable set TRUE for shm_map (see vm_map.c...
1994-01-12 Kirk McKusickdebugging the new list code
1994-01-12 Kirk McKusickadd ability to run ffs totally asynchronously (dangerously)
1994-01-07 Kirk McKusickNOLIST moves to buf.h so it can be used for initialization
1994-01-07 Kirk McKusickhave to init b_vnbufs list
1994-01-07 Kirk McKusickupdate to approximate process resident set size (from...
1994-01-07 Kirk McKusickupdate to approximate process resident set size (from...
1994-01-07 Kirk McKusickoff by one error (from karels@bsdi.com)
1994-01-07 Keith Bosticminor simplification of cfree, from Jan-Simon Pendry...
1994-01-06 Kirk McKusicklint
1994-01-06 Kirk McKusicklint (unused variables)
1994-01-06 Jan-Simon Pendryuse filesystem type as basis for major number in fsid
1994-01-06 Kirk McKusickcannot bump reference count until after calling vgone...
1994-01-06 Kirk McKusickadd mips cruft to sys_process.c
1994-01-05 Keith Bosticlint
1994-01-04 Keith BosticFor a setsockopt at the socket level, if the protocol...
1994-01-03 Keith Bosticclear PENDIN if ICANON is cleared
1993-12-31 Kirk McKusicknew queue structure; vget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickadd hook to initialize vnode table data structures
1993-12-31 Kirk McKusicknew queue structure
1993-12-15 Jan-Simon Pendryadded procfs
1993-12-15 Chris Torekin timeout(), be careful not to subtract negative c_tim...
1993-12-14 Jan-Simon Pendryadd p_textvp to track vnode of executable (for procfs)
1993-12-14 Kirk McKusickeliminate duplicate code
1993-12-11 Kirk McKusickproper error return from setpriority()
1993-12-11 Kirk McKusickadd cpu_set_init_frame to initialize init's syscall...
1993-12-01 Kirk McKusicklint
1993-11-16 Kirk McKusickmove initialization of `cc' above loop: as it used...
1993-11-15 Mike Hiblermissing permission check on sethostname
1993-11-12 Chris Torekfix missing return value in shmdt() (gcc -W, come on...
1993-11-12 Mike Hiblerinitialized initproc in start_init
1993-10-19 Kirk McKusickfixes an splnet() that attempts to lower ipl from splimp();
1993-10-15 Kirk McKusickVOP_BMAP must check blkno == -1 (i.e. that we have...
1993-09-24 Keith Bosticput back in the shift, don't use the bottom bits for...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Kirk McKusickchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Kirk McKusickexecve_args definition moves to exec.h so it can be...
1993-09-06 Keith Bosticbio contributed by BSDI, include correct copyright...
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-05 Kirk McKusickuse symbolic names for access permissions
1993-08-11 Kirk McKusickavoid mbuf leak
1993-07-21 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-21 Kirk McKusickfix length adjustment of m_pkthdr.len (from karels...
1993-07-19 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-19 Kirk McKusickguard against negative fd counts in select
1993-07-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-01 Kirk McKusickmissing ptcwakeup needed for line-mode telnet
1993-06-17 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-06-17 Kirk McKusickindir => syscall; __indir => __syscall
1993-06-17 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-17 Kirk McKusicksupress warnings
1993-06-15 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-15 Keith Bosticmake GCC shut up (it's not right, but it's close, I...
next