ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r4355
File Last Change
 ../
amd64/ 4251 (12 years ago) by laffer1: add amdtemp and atheros ar5416 to notes
boot/ 4323 (12 years ago) by laffer1: *** empty log message ***
bsm/ 2333 (15 years ago) by laffer1: $MidnightBSD$
cam/ 3914 (13 years ago) by laffer1: knlist_* is defined in event.h. Fix lint build
cddl/ 4330 (12 years ago) by laffer1: Revert zfs related file changes from several days ago. This was a bad idea.
compat/ 4262 (12 years ago) by laffer1: disable syscalls we don't support yet
conf/ 4301 (12 years ago) by laffer1: Catch up conf/files and conf/files.[i386|amd64] tweak our build environment for gnu99/c99. Add the stack protector from FreeBSD. This relies on a random number generator which is seeded at startup of the kernel (kern/init_main.c, kern/stack_protector.c and sys/kernel.h) Also introduce qpi which supports workstation chipsets using qpi. It connects to the nexus and then has pci buses under it.
contrib/ 4300 (12 years ago) by laffer1: make more c99 friendly
crypto/ 2196 (15 years ago) by laffer1: merge
ddb/ 2333 (15 years ago) by laffer1: $MidnightBSD$
dev/ 4355 (12 years ago) by laffer1: Add support for Intel Patsburg PCH chipset.
fs/ 4216 (12 years ago) by laffer1: Minor bugfixes to cd9660
gdb/ 4263 (12 years ago) by laffer1: *** empty log message ***
geom/ 4227 (12 years ago) by laffer1: add logic to handle the linux gs register and some additional changes related to cpu affinity. Be sure to set gpart boot partition (mbr compat) active for some bioses to work.
gnu/ 4223 (12 years ago) by laffer1: Update the boot code to support GPT partition schemes.
i386/ 4250 (12 years ago) by laffer1: add atheros ar5416 wireless and amdtemp sensor to NOTES
isa/ 2333 (15 years ago) by laffer1: $MidnightBSD$
kern/ 4333 (12 years ago) by laffer1: Avoid signed underflow when interpreter path is shorter than argv[0].
libkern/ 2607 (15 years ago) by laffer1: remove arm/ia64 cruft
modules/ 4330 (12 years ago) by laffer1: Revert zfs related file changes from several days ago. This was a bad idea.
net/ 3921 (13 years ago) by laffer1: Fix a 16 year old bug in the sorting routine for non-contiguous netmasks. For masks of identical length rn_lexobetter() did not stop on the first non-equal byte. This leads rn_addroute() to not detecting duplicate entries and thus we might create a very long list of masks to check for each node. This can have a huge impact on IPsec performance, where non-contiguous masks are used for the flow lookup. In a setup with 1300 flows we saw 400 duplicate masks and only a third of the expected throughput. Obtained from: OpenBSD (revision 1.28 src/sys/net/radix.c)
net80211/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatalk/ 2334 (15 years ago) by laffer1: *** empty log message ***
netatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netgraph/ 4018 (12 years ago) by laffer1: migrate netgraph to kdb_enter_why
netinet/ 4297 (12 years ago) by laffer1: sync libalias with FreeBSD 7-stable
netinet6/ 4042 (12 years ago) by laffer1: our own KAME_VERSION
netipsec/ 3923 (12 years ago) by laffer1: Release SP's refcount in key_get_spdbyid().
netipx/ 2334 (15 years ago) by laffer1: *** empty log message ***
netnatm/ 2334 (15 years ago) by laffer1: *** empty log message ***
netncp/ 2334 (15 years ago) by laffer1: *** empty log message ***
netsmb/ 2325 (15 years ago) by laffer1: $MidnightBSD$
nfs/ 1907 (15 years ago) by laffer1: *** empty log message ***
nfs4client/ 2320 (15 years ago) by laffer1: $MidnightBSD$
nfsclient/ 3406 (13 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.
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
opencrypto/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pccard/ 2332 (15 years ago) by laffer1: $MidnightBSD$
pci/ 3595 (13 years ago) by laffer1: Add support for the 8103E a hardware revision of the 8169. Follow the lead of vendor's interrupt moderation mechanism. It seems RTL8169/RTL8168/RTL810xE has a kind of interrupt moderation mechanism but it is not documented at all. The magic value dramatically reduced number of interrupts without noticeable performance drops so apply it to all RTL8169/RTL8169 controllers. Obtained from FreeBSD & Realtek FreeBSD driver.
rpc/ 2332 (15 years ago) by laffer1: $MidnightBSD$
security/ 4019 (12 years ago) by laffer1: kdb_enter_why for MAC
sparc64/ 4247 (12 years ago) by laffer1: forgot to commit these
sys/ 4316 (12 years ago) by laffer1: Bump version for the following: BIND 9.6 ESV R5 mDNSResponder SSP (stack protector) enabled for userland and kernel. GPT boot
tools/ 1822 (15 years ago) by laffer1: Bring in new tools
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.
vm/ 4002 (12 years ago) by laffer1: hande race between device_pager and devsw in a graceful manner.
x86/ 4302 (12 years ago) by laffer1: add readme until we migrate files here
Makefile 4298 (12 years ago) by laffer1: catch up to recent directory structure.
47 directories and 1 file shown