ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4590
File Last Change
 ../
nfs/ 1907 (15 years ago) by laffer1: *** empty log message ***
crypto/ 2196 (15 years ago) by laffer1: merge
nfs4client/ 2320 (15 years ago) by laffer1: $MidnightBSD$
netsmb/ 2325 (15 years ago) by laffer1: $MidnightBSD$
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
ddb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
netatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netipx/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatalk/ 2334 (15 years ago) by laffer1: *** empty log message ***
netncp/ 2334 (15 years ago) by laffer1: *** empty log message ***
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
net80211/ 2334 (15 years ago) by laffer1: *** empty log message ***
nfsclient/ 3406 (14 years ago) by laffer1: The nfsclient didn't validate the length of the path passed to it. This could cause code execution particularly when users are allowed to mount file systems.
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.
nfsserver/ 3747 (13 years ago) by laffer1: Properly close a socket for a tcp nfs client if the nfs server notices that the client has disconnected while attempting to fetch a request. Obtained from: FreeBSD revision 218456
cam/ 3914 (13 years ago) by laffer1: knlist_* is defined in event.h. Fix lint build
netipsec/ 3923 (13 years ago) by laffer1: Release SP's refcount in key_get_spdbyid().
netgraph/ 4018 (12 years ago) by laffer1: migrate netgraph to kdb_enter_why
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
contrib/ 4300 (12 years ago) by laffer1: make more c99 friendly
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
cddl/ 4381 (12 years ago) by laffer1: Merge several changes from FreeBSD 7-stable. Introduce virtualization detection. The kernel knows if it's running with VMWar e, VirtualBox, Parallels, etc and changes the hz level as well as disables MSI a s appropriate. We will need to drop the loader support for part of this once it 's tested further. This is more general and allows us to make more changes for s pecail hardware emulation. Update alc(4), bge(4), mii(4) and cardbus as well as pci. This fixes several pr oblems with various devices, particularly alc(4) which often had difficulty dete cting cables were plugged in and DHCP. bge(4) gains support for several newer ch ips and disables UDP offloading for stability reasons. We also had to hack zfs so that the kernel memmove can be used now rather than t he macro bcopy hack.
libkern/ 4385 (12 years ago) by laffer1: add memmove and initcpu hacks related to vm_guest/virutalization detection. turn on the new mii stuff in the base kernel
pci/ 4417 (12 years ago) by laffer1: Merge rl(4) and re(4) from 7-stable freebsd.
netinet/ 4483 (12 years ago) by laffer1: ipv6 and ipv4 are compiled in when kern.features.inet or inet6 are visible :)
netinet6/ 4483 (12 years ago) by laffer1: ipv6 and ipv4 are compiled in when kern.features.inet or inet6 are visible :)
vm/ 4493 (12 years ago) by laffer1: make sysctl's MPSAFE
fs/ 4494 (12 years ago) by laffer1: MPSAFE sysctl's
net/ 4496 (12 years ago) by laffer1: MPSAFE sysctl
security/ 4497 (12 years ago) by laffer1: mpsafe sysctl
conf/ 4516 (12 years ago) by laffer1: introduce lindev(4)
modules/ 4517 (12 years ago) by laffer1: connect lindev(4) to the build drop hfa as it's not mpsafe
sys/ 4525 (12 years ago) by laffer1: *** empty log message ***
compat/ 4526 (12 years ago) by laffer1: Revert some of the recent changes with misc functions in freebsd compatibility. I have no idea what i was thinking before. Regen syscall table so we don't try to use them.
i386/ 4543 (12 years ago) by laffer1: From now on, CURRENT will have witness and invariants enabled by default. This slows down performance, but it makes it much easier to catch kernel problems. Upon creating a release branch, these options should be removed.
sparc64/ 4543 (12 years ago) by laffer1: From now on, CURRENT will have witness and invariants enabled by default. This slows down performance, but it makes it much easier to catch kernel problems. Upon creating a release branch, these options should be removed.
amd64/ 4543 (12 years ago) by laffer1: From now on, CURRENT will have witness and invariants enabled by default. This slows down performance, but it makes it much easier to catch kernel problems. Upon creating a release branch, these options should be removed.
kern/ 4547 (12 years ago) by laffer1: drop hfa here too
tools/ 4548 (12 years ago) by laffer1: update stub generator
dev/ 4557 (12 years ago) by laffer1: rework the pcm lock/unlock logic
boot/ 4583 (12 years ago) by laffer1: fix some of the english
geom/ 4590 (12 years ago) by laffer1: partedit makes the assumption that arg0 defines G_PART_PARM_GEOM and G_PART_PARM_PROVIDER). make that so
Makefile 4298 (12 years ago) by laffer1: catch up to recent directory structure.
47 directories and 1 file shown