ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4797
File (rev) Last Change
 ../
xdr/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
vm/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
ufs/ 3565 (13 years ago) by laffer1: Several portions of the kernel and userland code related to UFS file systems (and UFS2) cannot properly handle inode counts above 2^31 due to use of int types. Based on a patch from FreeBSD, I've modified our UFS2 implementation to handle unsigned values for inode counts which should allow for file systems greater than 16TB. newfs and growfs was also modified.
tools/ 4766 (12 years ago) by laffer1: tag
sys/ 4797 (12 years ago) by laffer1: Implement a minimum version check for kernel modules. When built, the midnightbsd version is used as a baseline version (__MidnightBSD_version) This is based on a patch / idea from John Baldwin.
sparc64/ 4639 (12 years ago) by laffer1: Implement bswap16 without inline assembly on i386/amd64. Compilers do a better job these days.
security/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
rpc/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
pci/ 4718 (12 years ago) by laffer1: support several additional devices
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
nlm/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfsserver/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfsclient/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfs4client/ 4747 (12 years ago) by laffer1: start the kernel lock manager work
nfs/ 4745 (12 years ago) by laffer1: tag
netsmb/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
netncp/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netipx/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netipsec/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netinet6/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
netinet/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
netgraph/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
netatalk/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
net80211/ 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
net/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
modules/ 4794 (12 years ago) by laffer1: turn zfs module back on
libkern/ 4768 (12 years ago) by laffer1: introduce common crc32 functions in libkern for use in the kernel. use a faster version that should improve iscsi performance.
kern/ 4797 (12 years ago) by laffer1: Implement a minimum version check for kernel modules. When built, the midnightbsd version is used as a baseline version (__MidnightBSD_version) This is based on a patch / idea from John Baldwin.
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
i386/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
geom/ 4784 (12 years ago) by laffer1: add stripe sizes & offsets
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
fs/ 4775 (12 years ago) by laffer1: Sync file systems with upcoming changes to vm and vfs
dev/ 4768 (12 years ago) by laffer1: introduce common crc32 functions in libkern for use in the kernel. use a faster version that should improve iscsi performance.
ddb/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
crypto/ 4721 (12 years ago) by laffer1: avoid 256 integer divisions per rc4_init call. Replace it with using an index variable. Speeds up almost by 2x and helps with VPN software performance. Obtained from: FreeBSD
contrib/ 4737 (12 years ago) by laffer1: Major feature merge from FreeBSD 7.1 Introduce FIB (Forward Routing Base) aka multiple routing tables to MidnightBSD. This is the kernel piece with userland to follow later. As part of this work, changes had to be made to the vm subsystem, rwlocks introduced, changes to sleep queues, and modifications to the pf firewall. Effectively this gives us most of the functionality of the FreeBSD 7.1 network stack including tcp offload.
conf/ 4789 (12 years ago) by laffer1: add opensolaris code hack. remove cxgbe from include path. This was a botched merge. add some dtrace stuff in prep for that feature.
compat/ 4672 (12 years ago) by laffer1: st_atimespec, st_mtimespec, st_birthtimespec etc have been renamed to follow POSIX 2008 specification.
cddl/ 4788 (12 years ago) by laffer1: s/lbolt/LBOLT
cam/ 4722 (12 years ago) by laffer1: correctly handle several scsi states.
bsm/ 4769 (12 years ago) by laffer1: Apple Computer -> Apple
boot/ 4649 (12 years ago) by laffer1: tag
amd64/ 4776 (12 years ago) by laffer1: Bring in several improvements from OpenSolaris for dtrace, zfs, etc. Add kernel code for kernel lock manager for nfs, vfs and vm improvements and general compatibility with the recent network stack changes. Bring in several improvements and bugfixes from FreeBSD 7.1 Tag $MidnightBSD$
Makefile 4743 (12 years ago) by laffer1: Sync several devices with FreeBSD 7.1 code.
48 directories and 1 file shown