]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().
[FreeBSD/FreeBSD.git] / sys /
2002-06-21 Alan Cox o Remove GIANT_REQUIRED from vm_pager_allocate() and...
2002-06-21 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-06-21 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-06-20 Luigi RizzoAdd some #define's for mbuf annotations.
2002-06-20 Jake Burkholder{f,s}usword -> {f,s}uword16. Implement {f,s}uword32.
2002-06-20 Maxime HenrionChange the way we internally store the mount options to
2002-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-06-20 Alfred PerlsteinImplement SO_NOSIGPIPE option for sockets. This allows...
2002-06-20 Alan Cox o Remove an incorrect cast from obreak(). This cast...
2002-06-20 Alfred PerlsteinDon't leak resources if fdcheckstd() fails during exec.
2002-06-20 Ian DowseDisplay the mutex name in the ^T status line if the...
2002-06-20 Bruce EvansQuick fix for the type of the bitmap in sigset_t. ...
2002-06-20 Peter WemmUpdate an 'XXX what is this?' type comment about suswin...
2002-06-20 Peter WemmUse suword16/fuword16 instead of susword/fusword -...
2002-06-20 Peter WemmDeorbit suibyte(). It was only used for split address...
2002-06-20 Peter WemmRemove UIO_USERISPACE - we do not support any split...
2002-06-20 Peter Wemmia32 %edx return comes from td_retval[1], not td_retval[0]
2002-06-20 Peter WemmUse suword32/64 and fuword32/64 like elsewhere instead...
2002-06-20 Peter WemmAdd boot_serial and boot_multicons variables to set...
2002-06-20 Peter Wemmpanic rather than fault and explode if we fail to conti...
2002-06-20 Peter WemmUse the canonical pmap_{new,dispose,swapin,swapout...
2002-06-20 Peter WemmMove the "- 1" into the RQB_FFS(mask) macro itself...
2002-06-20 Alan Cox o Acquire and release the vm_map lock instead of Giant...
2002-06-20 Peter WemmSolve the 'unregistered netisr 18' information notice...
2002-06-19 Jeff Roberson- Move the computation of pflags out of the page alloca...
2002-06-19 Andrew R. Reiter- Remove the lock(9) protecting the kernel linker system.
2002-06-19 Jeff Roberson- Remove bogus use of kmem_alloc that was inherited...
2002-06-19 Jeff RobersonTeach kmem_malloc about M_ZERO.
2002-06-19 Robert DrehmelCorrect spelling of 'supplied'.
2002-06-19 Mike BarcroftChange spelling of `u_char' to `unsigned char' to avoid...
2002-06-19 Warner LoshAdd better mediaopt support for ibss and friends.
2002-06-19 Yoshihiro TakahashiMFi386: revisions from 1.342 to 1.344
2002-06-19 Yoshihiro TakahashiBackout previous change and merge from sys/dev/sio...
2002-06-19 Yoshihiro TakahashiMerged from sys/isa/fd.c revision 1.233.
2002-06-19 Søren SchmidtUse si_iosize_max to tell the upper layers not to use...
2002-06-19 Søren SchmidtAdd yet another (older) Promise chip
2002-06-19 Matthew DillonIn rev 1.72 a situation related to write/mmap was fixed...
2002-06-19 Poul-Henning KampRemove the compat bits for the mis-aligned struct diskl...
2002-06-19 Alfred PerlsteinSquish the "could sleep with process lock" messages...
2002-06-19 Alan Cox o Replace GIANT_REQUIRED in vm_object_coalesce() by...
2002-06-19 Bill Fumerolafix whitespace botch in previous commit.
2002-06-18 Prafulla DeuskarRemoved unneeded files.
2002-06-18 Alfred Perlsteinsetsugid() touches p->p_flag so assert that the proc...
2002-06-18 Julian ElischerA node that creates a device entry in /dev (yay devfs)
2002-06-18 Nick HibmaMake the speed used by gdb over serial settable in...
2002-06-18 Alan Cox o Remove LK_CANRECURSE from the vm_map lock.
2002-06-18 Seigo TanimuraRemove so*_locked(), which were backed out by mistake.
2002-06-18 David E. O'BrienAdd support for Comtrol RocketPort 550 PCi models:...
2002-06-18 David E. O'BrienSupport the Comtrol RocketPort 550 PCi 16 (used with...
2002-06-18 David E. O'Brienebus sio(4) attachment.
2002-06-18 David E. O'BrienAllow one to configure `sio'.
2002-06-18 David E. O'BrienSync with i386.
2002-06-17 Jeff RobersonHonor the BUCKETCACHE flag on free as well.
2002-06-17 Jeff Roberson- Introduce the new M_NOVM option which tells uma to...
2002-06-17 Nick HibmaAvoid reprobing on loading a driver. This does not...
2002-06-17 Nick HibmaSet the ivars _after_ checking that the bdev was correc...
2002-06-17 Nick Hibmaclean up some KASSERTS.
2002-06-17 Nick HibmaUse OBJDIR instead of CURDIR. This unbreaks loading...
2002-06-17 Jake BurkholderAdd constants for the min and max prom addresses. ...
2002-06-17 Alan Cox o Acquire and release Giant in vm_map_wakeup() to...
2002-06-17 Alfred Perlsteinremove bogus comment, select/poll do NOT need to fhold...
2002-06-17 Andrew R. Reiter- Turn a DIAGNOSTIC check into a KASSERT(9).
2002-06-17 Andrew R. Reiter- Turn a DIAGNOSTIC check into a KASSERT(9) macro.
2002-06-17 Andrew R. Reiter- Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).
2002-06-17 John Haysppp needs slcompress.c nowadays.
2002-06-16 Dag-Erling SmørgravRemove <sys/select.h> to unbreak the build. I'm not...
2002-06-16 Garrett WollmanFix two syntax errors and add declarations of statvfs...
2002-06-16 Nick HibmaRewrite the probe routine. This makes adding drives...
2002-06-16 Alan Cox o Remove GIANT_REQUIRED from vm_fault_user_wire().
2002-06-16 Garrett WollmanNow that we have a separate header file for sigset_t...
2002-06-16 Garrett WollmanUse <sys/_sigset.h> to get declaration of sigset_t...
2002-06-16 Garrett WollmanDelete everything except the sigset_t definitions ...
2002-06-16 Maxime HenrionRemoved a duplicate -ffreestanding. It's already set...
2002-06-16 Matt JacobBotcho. I included in the last commit the
2002-06-16 Matt JacobIf the HBA is already 'touched', still set maxluns...
2002-06-16 Matt JacobAdd support for ISP_FC_GETHINFO, which returns current...
2002-06-16 Matt JacobExtend private adjunct to ATIO to have both tag lun...
2002-06-16 Matt JacobForce commit (last CVS comment was wrong).
2002-06-16 Matt JacobAdd ISP_FC_GETHINFO ioctl.
2002-06-16 Matt JacobSet all 23XX cards as 'touched' (we have trouble, unpre...
2002-06-16 Matt JacobChange isp_target_async to a function returning an...
2002-06-16 Matt JacobSet default command count to 0xfe. This tells the f...
2002-06-16 Matt JacobAdd MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC...
2002-06-16 Matt JacobRoll minor version. Add ISPASYNC_FW_RESTARTED async...
2002-06-15 Garrett WollmanAdd some (but not all) of the things POSIX expects...
2002-06-15 Garrett WollmanFix visibility macros. Declare fsblkcnt_t and fsfilcnt...
2002-06-15 Garrett WollmanFix visibility issues; use <sys/timespec.h>.
2002-06-15 Maxime Henrionnmount'ify unionfs further by using separate options...
2002-06-15 Maxime HenrionConvert UDF to nmount.
2002-06-15 Poul-Henning Kampmdcreate_vnode() isn't correctly clearing things out...
2002-06-15 Alan Cox o Remove GIANT_REQUIRED from useracc() and vsunlock...
2002-06-15 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2002-06-15 Alan Cox o Remove the acquisition and release of Giant from...
2002-06-14 Matt JacobNote that sio is required.
2002-06-14 Maxime HenrionChange vfs_copyopt() so that the length argument passed...
2002-06-14 Garrett WollmanImplement the <sys/statvfs.h> header. Related changes...
2002-06-14 Andrew R. Reiter- Chainsaw the storage pool code. This was being used...
2002-06-14 Alan Cox o Use vm_map_wire() and vm_map_unwire() in place of...
2002-06-14 Andrew R. Reiter- Turn the hea and hfa HARP storage pools into UMA...
2002-06-14 Nick SayerAdd an entry for the US Robotics 2415.
next