ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r7984
File (rev) Last Change
 ../
xen/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
x86/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
vm/ 7948 (7 years ago) by laffer1: style
ufs/ 7933 (7 years ago) by laffer1: enable vn_io_fault lock avoidance on UFS
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
teken/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
sys/ 7951 (7 years ago) by laffer1: Put struct ostat and struct nstat under #ifdef _KERNEL. The compatibility definitions are only needed for implementation of the syscalls, they cause namespace pollution and are not useful for applications.
security/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
rpc/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
pci/ 7303 (8 years ago) by laffer1: add support for the Realtek 8168/8111 G and the 8106E
opencrypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
nlm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsserver/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsclient/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfs/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipsec/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netinet6/ 7973 (7 years ago) by laffer1: guard inp_flags modifcations with INP_WLOCK
netinet/ 7972 (7 years ago) by laffer1: In tcp timers, check INP_DROPPED flag a little later, after callout_deactivate(), so if INP_DROPPED is set we return with the timer active flag cleared. For me this fixes negative keep timer values reported by `netstat -x' for connections in CLOSE state. Obtained from: FreeBSD
netgraph/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net80211/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net/ 7971 (7 years ago) by laffer1: In epair_clone_destroy(), when destroying the second half, we have to switch to its vnet before calling ether_ifdetach(). Otherwise if the second half resides in a different vnet, if_detach() silently fails leaving a stale pointer in V_ifnet list, and the system crashes trying to access this pointer later. Another solution could be not to allow to destroy epair unless both ends are in the home vnet. Obtained from: FreeBSD
modules/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kgssapi/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kern/ 7970 (7 years ago) by laffer1: fix msg
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
i386/ 7978 (7 years ago) by laffer1: introdocue magic var on i386 for curpcb
gnu/ 7979 (7 years ago) by laffer1: g_vfs_open calls should have a corresponding g_vfs_close
geom/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
fs/ 7934 (7 years ago) by laffer1: enable deadlock avoidance code for NFS client
dev/ 7984 (7 years ago) by laffer1: implement sysctl for fibre channel
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
contrib/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
conf/ 7924 (7 years ago) by laffer1: Add a rangelock implementation, intended to be used to range-locking the i/o regions of the vnode data space. The implementation is quite simple-minded, it uses the list of the lock requests, ordered by arrival time. Each request may be for read or for write. The implementation is fair FIFO. Obtained from: FreeBSD
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
cddl/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
cam/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
boot/ 7920 (7 years ago) by laffer1: Don't return an error if a kld does not contain any modules (e.g. a kld that only contained a sysctl). The kernel linker allows such modules, so the boot loader should not reject them.
amd64/ 7967 (7 years ago) by laffer1: fix spacing
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown