]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-05 scottlRemove matcd from MAKEDEV.
2002-10-05 rwatsonMerge implementation of mpo_check_vnode_link() for...
2002-10-05 rwatsonMerge support for mac_check_vnode_link(), a MAC framewo...
2002-10-05 rwatsonWhile the MAC API has supported the ability to handle...
2002-10-05 rwatsonRearrange object and label init/destroy functions to...
2002-10-05 bmahAdd hifn(4) and ubsec(4) devices for i386/pc98.
2002-10-05 bmahNew release notes: crypto(4) and related info
2002-10-05 rwatsonSync to MAC tree: use 'flag' instead of 'how' for mac_i...
2002-10-05 greenDon't allow dev_stdclone(9) to accept minors larger...
2002-10-05 rwatsonAnother big diff, little functional change: move label...
2002-10-05 rwatsonMove all object label init/destroy routines to the...
2002-10-05 rwatsonSynch from TrustedBSD MAC tree:
2002-10-05 phkNB: This commit does *NOT* make GEOM the default in...
2002-10-05 rwatsonCosmetic line wrap synchronization.
2002-10-05 rwatsonPush the debugging obect label counters into security...
2002-10-05 phkDon't use dkunit() to find our softc when we can hang...
2002-10-05 phkMerge the last couple of my changes to fd.c into the...
2002-10-05 rwatsonBegin another merge from the TrustedBSD MAC branch:
2002-10-05 deischenFix building of minimal kernels without npx by rearrang...
2002-10-05 phkUse in-tree libbsdxml instead of ports based libexpat.
2002-10-05 phkMatch the new g_io_deliver() API in the kernel.
2002-10-05 phkPass sbuf to the kernel routines to match new kernel...
2002-10-05 sobomaxFix problem introduced in rev.1.406, which can cause...
2002-10-05 phkPlug memoryleaks detected by FlexeLint.
2002-10-05 brianIf dsgetlabel() returns a label with a size of zero...
2002-10-05 mikeFix namespace issues by using visibility conditionals...
2002-10-05 mikeFix namespace issues by using visibility conditionals...
2002-10-05 mikeChange <sys/_sigset.h> to typedef __sigset_t instead...
2002-10-05 jmallettPut an easy-to-miss assignment into the proper place...
2002-10-05 jmallettRemove bogus duplicate assignment of local variables.
2002-10-05 rwatsonGet Vinum up and running with GEOM:
2002-10-05 rwatsonRefinement on previous fix for mutex destruction: make...
2002-10-05 rwatsonRemove a panic on vinum module unload: make sure to...
2002-10-05 jmallettDefine _MACHINE.
2002-10-05 deischenOnce again, remove the i386-specific hacks to save...
2002-10-05 iwasakiMake sure that ACPI PCI driver probe routine call pci_c...
2002-10-05 iwasakiOops, forgot to add main file for my previous commit :-)
2002-10-05 iwasakiAdd code for ACPI PCI link object manipulation.
2002-10-04 mikestyle(9) <machine/setjmp.h> headers so they look mostly...
2002-10-04 mikeAdd restrict type-qualifier to sem_getvalue().
2002-10-04 mikeo Adjust the SEM_VALUE_MAX macro so that <machine/limit...
2002-10-04 samadd support for /dev/crypto
2002-10-04 saminstall sys/opencrypto include files in /usr/include...
2002-10-04 sammanual pages for the new kernel crypto support (need...
2002-10-04 samhookup new crypto support to the config/build process
2002-10-04 samNew bus_dma interfaces for use by crypto device drivers:
2002-10-04 samadd crypto interface to the MFILES list
2002-10-04 sammajor 70 is for /dev/crypto (to be consistent with...
2002-10-04 sammodule for ubsec crypto driver
2002-10-04 sammodule for hifn driver
2002-10-04 sammodule for /dev/crypto support
2002-10-04 samadd DTYPE_CRYPTO for use by /dev/crypto support
2002-10-04 samadd RANDOM_PURE for use by crypto drivers that harvest...
2002-10-04 samCrypto device driver for Broadcom-based cards. Known...
2002-10-04 samCrypto device driver for hifn-based cards. Tested...
2002-10-04 samIn-kernel crypto framework derived from openbsd. This...
2002-10-04 phkGive make(1) the ability to use KQUEUE to wait for...
2002-10-04 jhbFix a bogon in previous commit. bcopy() from the mallo...
2002-10-04 iwasakiResolve conflicts arising from the ACPI CA 20021002...
2002-10-04 iwasakiThis commit was generated by cvs2svn to compensate...
2002-10-04 iwasakiVendor import of the Intel ACPI CA 20021002 drop.
2002-10-04 phkWhite-space change only. Move closer to style(9).
2002-10-04 bmahRemove matcd(4) device.
2002-10-04 bmahNew release notes: matcd(4) removal, libbsdxml.
2002-10-04 tjrFix off-by-one error processing the line after an empty...
2002-10-04 ruSort in ``phone directory'' order (except for LIBC_*).
2002-10-04 keramidaAdd a couple of missing ':' in panic msgs.
2002-10-04 keramidaFix typo in panic msg.
2002-10-04 ruMinor tweaks to make this manpage readable.
2002-10-04 ruStyle.
2002-10-04 deischenAdd another temporary hack to allow running older i386...
2002-10-04 nyanInclude <sys/diskpc98.h>
2002-10-04 phkConnect libbsdxml (nee libexpat) to the build.
2002-10-04 phkReflect the fact that we install our libexpat as libbsdxml.
2002-10-04 phkUnhook the SCSI CD driver from the disk "mini-layer...
2002-10-04 bdeUse the -mno-align-long-strings on i386's to debloat...
2002-10-04 robertCorrect the regressive part of my last commit to these...
2002-10-04 phkOk, concensus was to install libexpat under a "private...
2002-10-04 phkProperly isolate the locking domains of sysctl from...
2002-10-04 phkImplement the "kern.disks" sysctl in GEOM.
2002-10-04 phkProperly conditionalize a debugging printf.
2002-10-04 phkAdd the new function "sbuf_done()" which returns non...
2002-10-04 mdoddRemove duplicate make_dev() calls.
2002-10-04 mdoddTurn on the mcd(4) module.
2002-10-04 mdoddnewbus & bus_space the mcd(4) driver.
2002-10-04 scottlAlas, poor matcd, I knew ye well.
2002-10-04 tjrAdd a placeholder implementation of wcscoll() and wcsxf...
2002-10-04 wollmanYesterday, FreeBSD-current ate my disklabel.
2002-10-04 mdoddMinor style(9) changes.
2002-10-04 mdoddRemove duplicate calls to make_dev().
2002-10-04 peterGah, spell extern correctly. Do not trust cut/paste...
2002-10-04 peterList the IO SAPIC delivery mode definitions.
2002-10-04 peterAdd some unspeakable hackery to the tree under #ifdef...
2002-10-04 peterDeclare itc_frequency and itm_reload.
2002-10-04 grehanClean up ddb warnings/errors and enable in GENERIC
2002-10-04 grehan- fix zero-sized stack alloc from previous commit....
2002-10-04 peterDo a bit of rude hackery to get clock interrupts on...
2002-10-04 peterOops, missed this one. Fix a printf format error on...
2002-10-04 peterFix printf format errors on 64 bit systems where sizes...
2002-10-04 peterDisplay the name of the acpi node that we do not find...
next