index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
style(9) <machine/setjmp.h> headers so they look mostly the same.
mike
2002-10-04
6
-89
/
+112
*
Add restrict type-qualifier to sem_getvalue().
mike
2002-10-04
4
-4
/
+4
*
o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn't
mike
2002-10-04
2
-28
/
+12
*
add support for /dev/crypto
sam
2002-10-04
1
-0
/
+7
*
install sys/opencrypto include files in /usr/include/crypto
sam
2002-10-04
2
-1
/
+8
*
manual pages for the new kernel crypto support (need work)
sam
2002-10-04
6
-1
/
+918
*
hookup new crypto support to the config/build process
sam
2002-10-04
8
-0
/
+62
*
New bus_dma interfaces for use by crypto device drivers:
sam
2002-10-04
11
-0
/
+1189
*
add crypto interface to the MFILES list
sam
2002-10-04
1
-1
/
+2
*
major 70 is for /dev/crypto (to be consistent with openbsd)
sam
2002-10-04
1
-0
/
+1
*
module for ubsec crypto driver
sam
2002-10-04
1
-0
/
+9
*
module for hifn driver
sam
2002-10-04
1
-0
/
+9
*
module for /dev/crypto support
sam
2002-10-04
1
-0
/
+7
*
add DTYPE_CRYPTO for use by /dev/crypto support
sam
2002-10-04
1
-0
/
+1
*
add RANDOM_PURE for use by crypto drivers that harvest data from h/w RNG's
sam
2002-10-04
1
-0
/
+1
*
Crypto device driver for Broadcom-based cards. Known to work with 582x-based
sam
2002-10-04
3
-0
/
+2984
*
Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-based
sam
2002-10-04
3
-0
/
+3458
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
21
-0
/
+7317
*
Give make(1) the ability to use KQUEUE to wait for worker processes
phk
2002-10-04
3
-1
/
+57
*
Fix a bogon in previous commit. bcopy() from the malloc'd memory that we
jhb
2002-10-04
2
-2
/
+2
*
Resolve conflicts arising from the ACPI CA 20021002 import.
iwasaki
2002-10-04
6
-36
/
+50
*
This commit was generated by cvs2svn to compensate for changes in r104470,
iwasaki
2002-10-04
48
-1408
/
+1995
|
\
|
*
Vendor import of the Intel ACPI CA 20021002 drop.
iwasaki
2002-10-04
54
-1444
/
+2045
*
|
White-space change only. Move closer to style(9).
phk
2002-10-04
1
-323
/
+322
*
|
Remove matcd(4) device.
bmah
2002-10-04
2
-8
/
+0
*
|
New release notes: matcd(4) removal, libbsdxml.
bmah
2002-10-04
2
-2
/
+28
*
|
Fix off-by-one error processing the line after an empty line when the
tjr
2002-10-04
1
-0
/
+1
*
|
Sort in ``phone directory'' order (except for LIBC_*).
ru
2002-10-04
1
-3
/
+3
*
|
Add a couple of missing ':' in panic msgs.
keramida
2002-10-04
1
-2
/
+2
*
|
Fix typo in panic msg.
keramida
2002-10-04
1
-1
/
+1
*
|
Minor tweaks to make this manpage readable.
ru
2002-10-04
1
-4
/
+5
*
|
Style.
ru
2002-10-04
1
-9
/
+5
*
|
Add another temporary hack to allow running older i386 binaries.
deischen
2002-10-04
4
-40
/
+36
*
|
Include <sys/diskpc98.h>
nyan
2002-10-04
1
-0
/
+1
*
|
Connect libbsdxml (nee libexpat) to the build.
phk
2002-10-04
1
-1
/
+1
*
|
Reflect the fact that we install our libexpat as libbsdxml.
phk
2002-10-04
1
-1
/
+1
*
|
Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM.
phk
2002-10-04
1
-117
/
+23
*
|
Use the -mno-align-long-strings on i386's to debloat the kernel a little.
bde
2002-10-04
2
-2
/
+2
*
|
Correct the regressive part of my last commit to these files:
robert
2002-10-04
2
-7
/
+4
*
|
Ok, concensus was to install libexpat under a "private brandname", and after
phk
2002-10-04
2
-9
/
+78
*
|
Properly isolate the locking domains of sysctl from the topology lock
phk
2002-10-04
4
-34
/
+44
*
|
Implement the "kern.disks" sysctl in GEOM.
phk
2002-10-04
1
-1
/
+38
*
|
Properly conditionalize a debugging printf.
phk
2002-10-04
1
-1
/
+4
*
|
Add the new function "sbuf_done()" which returns non-zero if the sbuf is
phk
2002-10-04
3
-0
/
+16
*
|
Remove duplicate make_dev() calls.
mdodd
2002-10-04
2
-8
/
+0
*
|
Turn on the mcd(4) module.
mdodd
2002-10-04
1
-0
/
+1
*
|
newbus & bus_space the mcd(4) driver.
mdodd
2002-10-04
12
-2516
/
+722
*
|
Alas, poor matcd, I knew ye well.
scottl
2002-10-04
12
-4288
/
+1
*
|
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
tjr
2002-10-04
6
-4
/
+456
*
|
Yesterday, FreeBSD-current ate my disklabel.
wollman
2002-10-04
4
-0
/
+119
[next]