ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r1676
File (rev) Last Change
 ../
vm/ 645 (17 years ago) by laffer1: Sync with FreeBSD 6.1 Release.
ufs/ 635 (17 years ago) by laffer1: VFS fixes, etc. Sync with FreeBSD 6.1 Release.
tools/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
sys/ 1657 (15 years ago) by laffer1: Bump the MidnightBSD version now that RELENG_0_2 has been created.
sparc64/ 1577 (15 years ago) by laffer1: let's prepare for the (possible) future here too. This saves us remembering to port later. Prepare for pcc if it's ported to sparc64.
security/ 642 (17 years ago) by laffer1: Add stub audit calls for future compatibility.
rpc/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
posix4/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
pci/ 760 (17 years ago) by laffer1: Add support for Intel 945G chipset.
pccard/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
opencrypto/ 564 (17 years ago) by laffer1: crypto.ko depends on zlib.
nfsserver/ 633 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates fixes.
nfsclient/ 764 (17 years ago) by laffer1: If an NFS server returns more than a few EJUKEBOX errors for a given RPC request, the NFS client will back off for a very long wait (days, weeks) before retrying. Change behavior to match solaris. There is a new sysctl nfs3_jukebox_delay which is in seconds to adjust the retry default.
nfs4client/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
nfs/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
netsmb/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netncp/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netnatm/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
netkey/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netipx/ 696 (17 years ago) by laffer1: Fix up IPXIP so that the network stack is run with Giant. There is unsafety in the code that requires this change for SMP systems to function properly.
netipsec/ 677 (17 years ago) by laffer1: Sync ipsec.
netinet6/ 1419 (16 years ago) by laffer1: Fix spurious warnings from neighbor discovery when working with IPv6 over point to point tunnels (gif). This crops up when using one of the many IPV6 tunnel brokers, etc. with MidnightBSD. Obtained from FreeBSD.
netinet/ 1650 (15 years ago) by laffer1: Move unlock instructions
netgraph/ 654 (17 years ago) by laffer1: Free private data when deleting hook.
netatm/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
netatalk/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
net80211/ 676 (17 years ago) by laffer1: Sync with freebsd
net/ 1065 (16 years ago) by laffer1: MidnightBSD has had a behavior where incoming packets were dropped if the MRU > MTU. If you had a device misconfigured on your network, for instance with jumbo frames, the network stack would drop packets. This is not a desired behavior in most cases. However, some people like to experiment with the existing behavior or have other reasons such as detecting misconfigured devices. We now have a new sysctl net.link.ether.MTUisMRU which allows you to tune this behavior. 0 is the default and implies the stack will take all incoming packets that it can handle whereas 1 reverts to the old behavior. This patch was inspired by work from Julian Elischer @ freebsd-net
modules/ 1378 (16 years ago) by laffer1: Remove hpfs module.
libkern/ 1105 (16 years ago) by laffer1: Remove alpha bits.
kern/ 1376 (16 years ago) by laffer1: Correct lack of permissions checking on sendfile system call.
isofs/ 650 (17 years ago) by laffer1: Unbreaks symlinks that have double slashes...
isa/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
ia64/ 635 (17 years ago) by laffer1: VFS fixes, etc. Sync with FreeBSD 6.1 Release.
i4b/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
i386/ 1676 (15 years ago) by laffer1: enable atheros wireless NICs.
gnu/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
geom/ 889 (17 years ago) by laffer1: Remove GIANT lock which should not be ndded with make_dev(9)
gdb/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
fs/ 1379 (16 years ago) by laffer1: Remove the hpfs file system.
doc/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
dev/ 1673 (15 years ago) by laffer1: Add an extra ICH8 controller commonly used on Intel iMacs. (core 2 duo black and silver)
ddb/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
crypto/ 1346 (16 years ago) by laffer1: gcc 3.4.6 gets confused on this file. Fix T1 and T2 errors building the kernel.
contrib/ 693 (17 years ago) by laffer1: Fix IP checksum when modifying IP header fields.
conf/ 1412 (16 years ago) by laffer1: NO HPFS. Remove unneeded files.
compat/ 628 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates
coda/ 627 (17 years ago) by laffer1: VFS SMP fixes, stack api, softupdates fixes.
cam/ 291 (17 years ago) by laffer1: Add speed sense correction for U320 SCSI. Correct problem with mpt driver import.
bsm/ 3 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
boot/ 1372 (16 years ago) by laffer1: Add virtual machine detection in the loader. For QEMU, VBOX, VMware, or Parallels, set the hz setting to 100. This will fix "time" issues automatically in these environments.
arm/ 626 (17 years ago) by laffer1: VFS SMP fixes, stack API, softupdates fixes.
amd64/ 1675 (15 years ago) by laffer1: Move AHC and AHD options so they are near the drivers. Enable firmware(9). Enable WEP and WPA in kernel. Fix whitespace problem. For options entries use space and tab not double tab.
Makefile 1144 (16 years ago) by laffer1: $MidnightBSD$
53 directories and 1 file shown