summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-056-2/+34
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-046-89/+112
* Add restrict type-qualifier to sem_getvalue().mike2002-10-044-4/+4
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tmike2002-10-042-28/+12
* add support for /dev/cryptosam2002-10-041-0/+7
* install sys/opencrypto include files in /usr/include/cryptosam2002-10-042-1/+8
* manual pages for the new kernel crypto support (need work)sam2002-10-046-1/+918
* hookup new crypto support to the config/build processsam2002-10-048-0/+62
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-0411-0/+1189
* add crypto interface to the MFILES listsam2002-10-041-1/+2
* major 70 is for /dev/crypto (to be consistent with openbsd)sam2002-10-041-0/+1
* module for ubsec crypto driversam2002-10-041-0/+9
* module for hifn driversam2002-10-041-0/+9
* module for /dev/crypto supportsam2002-10-041-0/+7
* add DTYPE_CRYPTO for use by /dev/crypto supportsam2002-10-041-0/+1
* add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG'ssam2002-10-041-0/+1
* Crypto device driver for Broadcom-based cards. Known to work with 582x-basedsam2002-10-043-0/+2984
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedsam2002-10-043-0/+3458
* In-kernel crypto framework derived from openbsd. This facility providessam2002-10-0421-0/+7317
* Give make(1) the ability to use KQUEUE to wait for worker processesphk2002-10-043-1/+57
* Fix a bogon in previous commit. bcopy() from the malloc'd memory that wejhb2002-10-042-2/+2
* Resolve conflicts arising from the ACPI CA 20021002 import.iwasaki2002-10-046-36/+50
* This commit was generated by cvs2svn to compensate for changes in r104470,iwasaki2002-10-0448-1408/+1995
|\
| * Vendor import of the Intel ACPI CA 20021002 drop.iwasaki2002-10-0454-1444/+2045
* | White-space change only. Move closer to style(9).phk2002-10-041-323/+322
* | Remove matcd(4) device.bmah2002-10-042-8/+0
* | New release notes: matcd(4) removal, libbsdxml.bmah2002-10-042-2/+28
* | Fix off-by-one error processing the line after an empty line when thetjr2002-10-041-0/+1
* | Sort in ``phone directory'' order (except for LIBC_*).ru2002-10-041-3/+3
* | Add a couple of missing ':' in panic msgs.keramida2002-10-041-2/+2
* | Fix typo in panic msg.keramida2002-10-041-1/+1
* | Minor tweaks to make this manpage readable.ru2002-10-041-4/+5
* | Style.ru2002-10-041-9/+5
* | Add another temporary hack to allow running older i386 binaries.deischen2002-10-044-40/+36
* | Include <sys/diskpc98.h>nyan2002-10-041-0/+1
* | Connect libbsdxml (nee libexpat) to the build.phk2002-10-041-1/+1
* | Reflect the fact that we install our libexpat as libbsdxml.phk2002-10-041-1/+1
* | Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM.phk2002-10-041-117/+23
* | Use the -mno-align-long-strings on i386's to debloat the kernel a little.bde2002-10-042-2/+2
* | Correct the regressive part of my last commit to these files:robert2002-10-042-7/+4
* | Ok, concensus was to install libexpat under a "private brandname", and afterphk2002-10-042-9/+78
* | Properly isolate the locking domains of sysctl from the topology lockphk2002-10-044-34/+44
* | Implement the "kern.disks" sysctl in GEOM.phk2002-10-041-1/+38
* | Properly conditionalize a debugging printf.phk2002-10-041-1/+4
* | Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-043-0/+16
* | Remove duplicate make_dev() calls.mdodd2002-10-042-8/+0
* | Turn on the mcd(4) module.mdodd2002-10-041-0/+1
* | newbus & bus_space the mcd(4) driver.mdodd2002-10-0412-2516/+722
* | Alas, poor matcd, I knew ye well.scottl2002-10-0412-4288/+1
OpenPOWER on IntegriCloud