]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
While removing a memory leak, rev 1.32 introduced a
[FreeBSD/FreeBSD.git] / sys /
2002-10-06 Maxime HenrionOops. Actually connect back msdosfs to the build for...
2002-10-06 David E. O'BrienIt appears CPU_MAXID should be 1 more than the number...
2002-10-06 David E. O'BrienCPU_MAXID should
2002-10-06 Bruce EvansINclude <sys/mutex.h>'s prerequisite <sys/lock.h> inste...
2002-10-06 Robert WatsonSync from MAC tree: break out the single mmap entry...
2002-10-06 Matthew N. DoddMake this work under GEOM.
2002-10-05 Poul-Henning KampThis patch got lost in my trees: Pass setattr down...
2002-10-05 Robert WatsonModify label allocation semantics for sockets: pass...
2002-10-05 Maxime HenrionThe msdosfs module now builds on sparc64. No idea...
2002-10-05 Maxime HenrionAdd two extern's for adjkerntz and wall_cmos_clock...
2002-10-05 Robert WatsonMake sure that the accounting credential is saved along...
2002-10-05 Robert WatsonImplement mac_create_devfs_symlink() for policies that...
2002-10-05 Poul-Henning KampFix argument order mistake when decoding disklabels...
2002-10-05 Robert WatsonIntegrate a devfs/MAC fix from the MAC tree: avoid...
2002-10-05 Robert WatsonMerge implementation of mpo_check_vnode_link() for...
2002-10-05 Robert WatsonMerge support for mac_check_vnode_link(), a MAC framewo...
2002-10-05 Robert WatsonWhile the MAC API has supported the ability to handle...
2002-10-05 Robert WatsonRearrange object and label init/destroy functions to...
2002-10-05 Robert WatsonSync to MAC tree: use 'flag' instead of 'how' for mac_i...
2002-10-05 Brian FeldmanDon't allow dev_stdclone(9) to accept minors larger...
2002-10-05 Robert WatsonAnother big diff, little functional change: move label...
2002-10-05 Robert WatsonMove all object label init/destroy routines to the...
2002-10-05 Robert WatsonSynch from TrustedBSD MAC tree:
2002-10-05 Poul-Henning KampNB: This commit does *NOT* make GEOM the default in...
2002-10-05 Robert WatsonCosmetic line wrap synchronization.
2002-10-05 Robert WatsonPush the debugging obect label counters into security...
2002-10-05 Poul-Henning KampDon't use dkunit() to find our softc when we can hang...
2002-10-05 Poul-Henning KampMerge the last couple of my changes to fd.c into the...
2002-10-05 Robert WatsonBegin another merge from the TrustedBSD MAC branch:
2002-10-05 Daniel EischenFix building of minimal kernels without npx by rearrang...
2002-10-05 Maxim SobolevFix problem introduced in rev.1.406, which can cause...
2002-10-05 Poul-Henning KampPlug memoryleaks detected by FlexeLint.
2002-10-05 Brian SomersIf dsgetlabel() returns a label with a size of zero...
2002-10-05 Mike BarcroftFix namespace issues by using visibility conditionals...
2002-10-05 Mike BarcroftChange <sys/_sigset.h> to typedef __sigset_t instead...
2002-10-05 Juli MallettPut an easy-to-miss assignment into the proper place...
2002-10-05 Juli MallettRemove bogus duplicate assignment of local variables.
2002-10-05 Robert WatsonGet Vinum up and running with GEOM:
2002-10-05 Robert WatsonRefinement on previous fix for mutex destruction: make...
2002-10-05 Robert WatsonRemove a panic on vinum module unload: make sure to...
2002-10-05 Juli MallettDefine _MACHINE.
2002-10-05 Mitsuru IWASAKIMake sure that ACPI PCI driver probe routine call pci_c...
2002-10-05 Mitsuru IWASAKIOops, forgot to add main file for my previous commit :-)
2002-10-05 Mitsuru IWASAKIAdd code for ACPI PCI link object manipulation.
2002-10-04 Mike Barcroftstyle(9) <machine/setjmp.h> headers so they look mostly...
2002-10-04 Mike Barcrofto Adjust the SEM_VALUE_MAX macro so that <machine/limit...
2002-10-04 Sam Lefflerhookup new crypto support to the config/build process
2002-10-04 Sam LefflerNew bus_dma interfaces for use by crypto device drivers:
2002-10-04 Sam Leffleradd crypto interface to the MFILES list
2002-10-04 Sam Lefflermajor 70 is for /dev/crypto (to be consistent with...
2002-10-04 Sam Lefflermodule for ubsec crypto driver
2002-10-04 Sam Lefflermodule for hifn driver
2002-10-04 Sam Lefflermodule for /dev/crypto support
2002-10-04 Sam Leffleradd DTYPE_CRYPTO for use by /dev/crypto support
2002-10-04 Sam Leffleradd RANDOM_PURE for use by crypto drivers that harvest...
2002-10-04 Sam LefflerCrypto device driver for Broadcom-based cards. Known...
2002-10-04 Sam LefflerCrypto device driver for hifn-based cards. Tested...
2002-10-04 Sam LefflerIn-kernel crypto framework derived from openbsd. This...
2002-10-04 John BaldwinFix a bogon in previous commit. bcopy() from the mallo...
2002-10-04 Mitsuru IWASAKIResolve conflicts arising from the ACPI CA 20021002...
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-04 Mitsuru IWASAKIVendor import of the Intel ACPI CA 20021002 drop.
2002-10-04 Giorgos KeramidasAdd a couple of missing ':' in panic msgs.
2002-10-04 Giorgos KeramidasFix typo in panic msg.
2002-10-04 Daniel EischenAdd another temporary hack to allow running older i386...
2002-10-04 Poul-Henning KampUnhook the SCSI CD driver from the disk "mini-layer...
2002-10-04 Bruce EvansUse the -mno-align-long-strings on i386's to debloat...
2002-10-04 Poul-Henning KampProperly isolate the locking domains of sysctl from...
2002-10-04 Poul-Henning KampImplement the "kern.disks" sysctl in GEOM.
2002-10-04 Poul-Henning KampProperly conditionalize a debugging printf.
2002-10-04 Poul-Henning KampAdd the new function "sbuf_done()" which returns non...
2002-10-04 Matthew N. DoddRemove duplicate make_dev() calls.
2002-10-04 Matthew N. DoddTurn on the mcd(4) module.
2002-10-04 Matthew N. Doddnewbus & bus_space the mcd(4) driver.
2002-10-04 Scott LongAlas, poor matcd, I knew ye well.
2002-10-04 Matthew N. DoddMinor style(9) changes.
2002-10-04 Matthew N. DoddRemove duplicate calls to make_dev().
2002-10-04 Peter WemmGah, spell extern correctly. Do not trust cut/paste...
2002-10-04 Peter WemmList the IO SAPIC delivery mode definitions.
2002-10-04 Peter WemmAdd some unspeakable hackery to the tree under #ifdef...
2002-10-04 Peter WemmDeclare itc_frequency and itm_reload.
2002-10-04 Peter GrehanClean up ddb warnings/errors and enable in GENERIC
2002-10-04 Peter Grehan- fix zero-sized stack alloc from previous commit....
2002-10-04 Peter WemmDo a bit of rude hackery to get clock interrupts on...
2002-10-04 Peter WemmOops, missed this one. Fix a printf format error on...
2002-10-04 Peter WemmFix printf format errors on 64 bit systems where sizes...
2002-10-04 Peter WemmDisplay the name of the acpi node that we do not find...
2002-10-04 Peter WemmUpdate stubs for post-kseIII.
2002-10-04 Peter WemmUpdate for post-kseIII
2002-10-03 Robert WatsonCorrect a problem wherein NFS servers running NFSv2...
2002-10-03 Peter WemmMove swblk_t from sys/types.h to sys/dmap.h, the only...
2002-10-03 Kenneth D. MerryFix style problems in the quirk entry section.
2002-10-03 Mike BarcroftFix various style(9) bugs:
2002-10-03 Yoshihiro TakahashiConnected boot2.
2002-10-03 Yoshihiro TakahashiAdded some header files from -stable and fixed the...
2002-10-03 Alfred PerlsteinStatic'ify a variable.
2002-10-03 Mike BarcroftRemove namespace pollution by not including <sys/types...
2002-10-03 Eric AnholtCorrect an indentation.
2002-10-03 Don Lewishashinit() calls MALLOC(), so release the filedesc...
2002-10-03 Juli MallettXXX Add a check for p->p_limit being NULL before derefe...
next