]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Don't take a failure to stat a file to mean that it doesn't exist, as it may
[FreeBSD/FreeBSD.git] / sys /
2000-07-18 Matt JacobAdd in some new IN_XXX and CT_XXXX flags in preparation
2000-07-18 Matt JacobIf debugging set, zero out an incoming response entry
2000-07-18 Matt JacobThe SERVICING_INTERRUPT isn't quite safe yet.
2000-07-18 Matt JacobAdd a isp_target_putback_atio- we aren't using CCINCR...
2000-07-18 Matt JacobRaise debug level for some messages. Fix botched inversion
2000-07-18 Matt JacobKeep interrupts blocked for all of isp_pci_attach....
2000-07-18 Matthew N. DoddProperly detect ISA cards in EISA mode and skip them...
2000-07-18 Peter WemmPatch up some bogons in the resource_find() vs resource...
2000-07-18 David E. O'BrienDeclare our DEC Alpha cdboot to be a fully released...
2000-07-17 Brian SomersInitialise ifnet::if_type
2000-07-17 Luigi Rizzoclose PR 19544 - ipfw pipe delete causes panic when...
2000-07-17 John BaldwinOops. Remove some debugging code used to display a...
2000-07-17 Nick HibmaThe modem driver for Communication Device Class, ACM...
2000-07-17 Bill PaulAdd the PCI IDs for the Macronix 98727 and 98732 parts...
2000-07-17 Jonathan LemonUnbreak the build -- no manual page for this yet.
2000-07-17 Nick HibmaRemove __P prototypes to reduce diffs between the NetBS...
2000-07-17 Jonathan LemonHook up liloldr
2000-07-17 Jonathan LemonThis is `liloboot', which creates a file which can...
2000-07-17 Sheldon HearnRename MDNSECT to MD_NSECT and declare it as something...
2000-07-17 Mark MurrayAdd randomness write functionality. This does absolutel...
2000-07-17 Nick HibmaRegen.
2000-07-17 Nick HibmaLots of new device Ids. From NetBSD.
2000-07-17 Matt JacobPreserve CAM_DIS_DISCONNECT as passed up from SIM ...
2000-07-17 Matt JacobWhoops- forgot to commit this other pearl from Justin...
2000-07-17 Matt JacobRoll back target mode f/w to 7.55- 7.65 hangs when...
2000-07-17 Marcel MoolenaarImplement pread and pwrite.
2000-07-17 Marcel MoolenaarAdd prototypes for linux_pread and linux_pwrite.
2000-07-16 Marcel MoolenaarImplement setfsuid and setfsgid. Implementation derived...
2000-07-16 Nick HibmaAdd some detection code for the InSystem USB cable...
2000-07-16 Andrey A. ChernovBump __FreeBSD_version to indicate mtree defaults chang...
2000-07-16 Mark MurrayDon't break the ability to debug the kernel when gather...
2000-07-16 Jun-ichiro itojun... s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavio...
2000-07-16 Kenneth D. MerryGet rid of non-existent CAM 'scan' device.
2000-07-16 Jun-ichiro itojun... improve route/nd cache cleanup on interface removal.
2000-07-15 Marcel MoolenaarSimplify the F_GETOWN and F_SETOWN fcntl commands....
2000-07-15 Bill PaulApply patch to the dc driver to handle Macronix MX98715...
2000-07-15 Andrey A. ChernovShorten 49m attr resetting expression
2000-07-15 Andrey A. ChernovReset corresponding color attributes on 39m and 49m
2000-07-15 Hellmuth Michaelishave pcvt's non-console probe and attach routines calle...
2000-07-15 Andrzej BialeckiThese patches implement dynamic sysctls. It's possible...
2000-07-15 David E. O'BrienAdd SOFTUPDATES to GENERIC (BOOTMFS has this filtered...
2000-07-15 Alfred PerlsteinMake mbstat.m_mtypes seperate and viewable via sysctl...
2000-07-14 Archie CobbsSet NG_INVALID flag when destroying node.
2000-07-14 Matt JacobDon't, when doing cam_fill_ctio, add a SIMPLE Q tag...
2000-07-14 Matt JacobPick up some changes from Justin (add tagged queing...
2000-07-14 Matt JacobAdd a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH...
2000-07-14 Matt JacobProperly initialize softc. Do some minor SCSI_CDB6_LEN...
2000-07-14 Matt JacobAdd SCSI_CDB6_LEN macro (where 0 ==> 256).
2000-07-14 Bill PaulClose PR# 19904: remember to call sf_setmulti() when...
2000-07-14 Archie CobbsBump __FreeBSD_version to mark the ether_ifattach(...
2000-07-14 Sheldon HearnAdd options<sp><tab>MDNSECT=2000 .
2000-07-14 Sheldon HearnActually allow ``options MDNSECT=<numsects>'' in kernel...
2000-07-14 David MaloneCertain error contitions cause msdosfs_rename() to...
2000-07-14 Paul SaabChange the way NMI's are handled. Before, if DDB was...
2000-07-14 Jeroen Ruigrok van... Fix typo, teh -> the.
2000-07-14 Paul SaabThis commit was generated by cvs2svn to compensate...
2000-07-14 Bill Paulsis_miibus_writereg() was checking for SIS_TYPE_900...
2000-07-14 Yoshihiro TakahashiMerged from sys/boot/i386/libi386/biosdisk.c revision...
2000-07-14 Robert Watsono Marius pointed out an unusually inconvenient upper...
2000-07-13 Archie CobbsMake all Ethernet drivers attach using ether_ifattach...
2000-07-13 Robert Watsono Commit two of two, introducing __cap_{get,set}_{fd...
2000-07-13 Robert Watsono Introduce syscall prototypes, stubs for __cap_{get...
2000-07-13 Andrew Gallatinmagnetic tape support
2000-07-13 David MaloneExtra sanity check when arp proxyall is enabled. Don...
2000-07-13 David GreenmanQuirk entry for TeraSolutions TRC-22 RAID controller...
2000-07-13 Matt JacobHandle (for now) trivial one level bridge case so we...
2000-07-13 Boris PopovPrevent possible dereference of NULL pointer.
2000-07-13 John BaldwinFor infinite timeouts, set both the tv_sec and tv_usec...
2000-07-12 Archie CobbsFix race condition caused by using NG_SEND_DATAQ()...
2000-07-12 John BaldwinFix a very obscure bug in select() and poll() where...
2000-07-12 Jayanth Vijayaraghavanre-enable the tcp newreno code.
2000-07-12 John BaldwinThe new and improved boot0, v1.1. This version adds...
2000-07-12 Jun-ichiro itojun... remove m_pulldown statistics, which is highly experimen...
2000-07-12 Yoshihiro TakahashiBacked out a part of previous commit. The function...
2000-07-12 Doug RabsonAdd support for Intel's i810 chipset with integrated...
2000-07-12 Poul-Henning KampThis in essence completes the receive path.
2000-07-12 Jun-ichiro itojun... correct rtentry reference count in in6_ifloop_request().
2000-07-12 John BaldwinDon't assume that any ISA device that fails to probe...
2000-07-12 Kirk McKusickBrain fault, forgot to update ffs_snapshot.c with the...
2000-07-11 Kirk McKusickAdd snapshots to the fast filesystem. Most of the chang...
2000-07-11 Duncan BarclayAdd attribute memory setup warnings
2000-07-11 Mark MurrayStoring to a pointer is (effectively) atomic; no need...
2000-07-11 Kirk McKusickClean up warning about undeclared function by declaring...
2000-07-11 Mark MurrayI think I need to move the newly static variables to...
2000-07-11 Nick SayerReserve 149 for the TAP device. Look for it in a source...
2000-07-11 Yoshihiro TakahashiMerge from the following changes.
2000-07-11 Seigo TanimuraFinally merge newmidi.
2000-07-11 Alfred Perlstein#elsif -> #elif
2000-07-11 Brian FeldmanOne should never allocate 4-kilobyte structs and such...
2000-07-10 Poul-Henning KampNewbusify this driver at an expense of 40 extra lines...
2000-07-10 John BaldwinAlways install loader.4th, defaults/loader.conf, and...
2000-07-10 Warner LoshRemove the XE_DEBUG define. It shouldn't be defined...
2000-07-10 Matt JacobBeef up a bit descriptions of SCSI devices and what...
2000-07-10 Matt JacobRemoving commented out devices I added.
2000-07-10 Poul-Henning KampFinish repo-copy:
2000-07-10 Kris KennawayDon't call printf without a format string.
2000-07-10 Mark MurrayProvide more splsofttq() protection for the reseed...
2000-07-10 Kris KennawayDon't call printf with no format string.
2000-07-10 Kris KennawayDon't call printf with no format string. This is techni...
2000-07-10 Kris KennawayDon't call printf with no format string.
next