]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/miscfs
Don't expect the new code to be used without the right option file being
[FreeBSD/FreeBSD.git] / sys / miscfs /
1998-07-05 Julian ElischerDEVFS completely bypasses the cdevsw and bdevsw tables...
1998-07-04 Julian ElischerThere is no such thing any more as "struct bdevsw".
1998-07-04 Julian ElischerVOP_STRATEGY grows an (struct vnode *) argument
1998-06-25 Dmitrij TejblumRemove "not hungly" panics. Cookies now used by the...
1998-06-21 Bruce EvansRemoved unused includes.
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-14 Bruce EvansAvoid a 64-bit division in procfs_readdir(). Fixed...
1998-06-14 Bruce EvansAvoid a 64-bit division in kernfs_readdir(). Fixed...
1998-06-14 Bruce EvansAvoid a 64-bit division in fdesc_readdir(). Fixed...
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-10 Doug RabsonMake these files compile.
1998-06-10 Alexander LangerENOPNOTSUPP --> EOPNOTSUPP
1998-06-10 Peter WemmDon't silently accept attempts to change flags where...
1998-06-07 Doug RabsonThis commit fixes various 64bit portability problems...
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-21 John DysonMake flushing dirty pages work correctly on filesystems...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Tor EggeDisallow reading the current kernel stack. Only the...
1998-05-17 Søren SchmidtCleanup after Garret, include unpch.h to get at various...
1998-05-07 Mike SmithIn the words of the submitter:
1998-05-06 Mike SmithAs described by the submitter:
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-29 John DysonTighten up management of memory and swap space during...
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-20 Julian ElischerMake the devfs SLICE option a standard type option.
1998-04-19 Julian ElischerAdd changes and code to implement a functional DEVFS.
1998-04-17 Dag-Erling SmørgravSeventy-odd "its" / "it's" typos in comments fixed...
1998-03-28 Bruce EvansMoved some #includes from <sys/param.h> nearer to where...
1998-03-26 Poul-Henning KampAdd two new functions, get{micro|nano}time.
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-17 KATO TakenoriIf lowervp is NULLVP, vap was clobbered.
1998-03-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-10 Julian ElischerFree the vnode in the failure case of vop_symlink()
1998-03-09 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-08 Julian ElischerReviewed by: dyson@freebsd.org (john Dyson), dg@root...
1998-03-08 John DysonInitialize b_resid, and also print out better diagnosti...
1998-03-07 John DysonThis mega-commit is meant to fix numerous interrelated...
1998-03-07 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-04 John DysonFix certain kinds of block device operations. For...
1998-03-01 John PolstraThis commit was generated by cvs2svn to compensate...
1998-03-01 Mike SmithThe intent is to get rid of WILLRELE in vnode_if.src...
1998-02-28 Steve PriceThis commit was generated by cvs2svn to compensate...
1998-02-26 KATO TakenoriDeleted KLOCK-hack.
1998-02-10 KATO TakenoriDeleted unused variable.
1998-02-10 KATO TakenoriUndo UN_KLOCK hack except union_allocvp(). Now, vput...
1998-02-09 Eivind EklundStaticize.
1998-02-07 KATO TakenoriFixed pagefault when cred == NOCRED.
1998-02-07 KATO TakenoriFixed number of entries in gid-mapfile.
1998-02-06 Eivind EklundBack out DIAGNOSTIC changes.
1998-02-06 KATO TakenoriWorkarround for DIAGNOSTIC kernel's panic in union_look...
1998-02-05 John Dyson1) Start using a cleaner and more consistant page alloc...
1998-02-04 Eivind EklundTurn DIAGNOSTIC into a new-style option.
1998-02-03 KATO TakenoriDeclare the variable `i' when UMAP_DIAGNOSTIC is defined.
1998-02-02 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1998-01-31 Eivind EklundMake the debug options new-style.
1998-01-30 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-01-26 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-01-25 KATO TakenoriFixed typo in comment.
1998-01-22 John DysonVM level code cleanups.
1998-01-22 KATO TakenoriDelete unused code in union_fsync().
1998-01-20 KATO Takenori- Move SETKLOC and CLEARKLOCK macros into uion.h.
1998-01-18 KATO TakenoriWorkarround for locking violation while recycling vnode...
1998-01-18 KATO TakenoriImprove and revise fixes for locking violation.
1998-01-06 John DysonMake our v_usecount vnode reference count work identica...
1998-01-06 Sean Eric FaganUse CHECKIO in procfs_ioctl() to ensure that any change...
1998-01-04 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-01-02 Julian Elischeradd copyrights
1998-01-01 Bruce EvansFixed missing initialization of mp->mnt_stat. At least...
1997-12-30 Bruce EvansFixed a missing/misplaced/misstyled prototype.
1997-12-29 John DysonLots of improvements, including restructring the cachin...
1997-12-27 Bruce EvansUnspammed nested include of <vm/vm_zone.h>.
1997-12-20 Sean Eric FaganClear the p_stops field on change of user/group id...
1997-12-19 Bruce EvansSet the sender's low watermark to match the maximum...
1997-12-15 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1997-12-15 Garrett WollmanAdd support for poll(2) on files. vop_nopoll() now...
1997-12-13 Bruce EvansFixed EOF handing.
1997-12-13 Bruce EvansRestored fifo_pathconf() from rev.1.32. vop_stdpathcon...
1997-12-13 Sean Eric FaganChange the ioctls for procfs around a bit; in particula...
1997-12-12 Sean Eric FaganFix a problem with procfs_exit() that resulted in missi...
1997-12-09 Sean Eric FaganCode to prevent a panic caused by procfs_exit(). Note...
1997-12-08 Sean Eric FaganA couple of fixes from bruce: first of all, psignal...
1997-12-08 Sean Eric FaganUse at_exit() to invoke procfs_exit() instead of callin...
1997-12-07 Sean Eric FaganClear the stop events and wakeup the process on teh...
1997-12-06 Sean Eric FaganChanges to allow event-based process monitoring and...
1997-12-05 Bruce EvansDon't include <sys/lock.h> in headers when only `struct...
1997-11-27 Paul TrainaThis commit was generated by cvs2svn to compensate...
1997-11-18 Poul-Henning KampStaticize.
1997-11-16 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-16 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-14 Tor EggeDon't try to obtain an excluive lock on the vm map...
1997-11-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-08 Julian Elischerfix slight breakages from PHK's VFS work.
1997-11-07 Poul-Henning KampRemove a bunch of variables which were unused both...
1997-11-06 Poul-Henning KampMove the "retval" (3rd) parameter from all syscall...
1997-11-06 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
next