ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys
r7962
File Last Change
 ../
amd64/ 7962 (7 years ago) by laffer1: On amd64, provide siginfo.si_code for floating point errors when the error occurs using SSE
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.
bsm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
cam/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
cddl/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
compat/ 7950 (7 years ago) by laffer1: Cosmetics: define FREEBSD32_MINUSER and AUOT32_MINUSER for struct sysentvec
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
contrib/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
crypto/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ddb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
dev/ 7956 (7 years ago) by laffer1: dont stop IPMI watchdog timer if it is not running.
fs/ 7934 (7 years ago) by laffer1: enable deadlock avoidance code for NFS client
gdb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
geom/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
gnu/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
i386/ 7953 (7 years ago) by laffer1: Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> on x86 and use that to implement stop_emulating() in the fpu/npx code. Reimplement start_emulating() in the non-XEN case by using load_cr0() and rcr0() instead of the 'lmsw' and 'smsw' instructions. Intel explicitly discourages the use of 'lmsw' and 'smsw' on 80386 and later processors in the description of these instructions in Volume 2 of the ADM. Obtained from: FreeBSD svn rev 239914
isa/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
kern/ 7954 (7 years ago) by laffer1: Make the interval timings for EVFILT_TIMER more accurate. tvtohz() always adds an extra tick to account for the current partial clock tick. However, that is not appropriate for a repeating timer when the exact tvtohz() value should be used for subsequent intervals. Fix repeating callouts for EVFILT_TIMER by subtracting 1 tick from the tvtohz() result similar to the fix used in realitexpire() for interval timers. While here, update a few comments to note that if the EVFILT_TIMER code were to move out of kern_event.c, it should move to kern_time.c (where the interval timer code it mimics lives) rather than kern_timeout.c. Obtained from: FreeBSD svn rev 239915
kgssapi/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
libkern/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
modules/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
net/ 7864 (7 years ago) by laffer1: Implement SIOCGIFMEDIA for if_tap(4) Appease certain if_tap(4) consumers by providing simulated Ethernet media status. DragonFly commit 70d9a675bf5441cc854a843ead702d08928c37f3 Obtained from: DragonFly
net80211/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netatalk/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netgraph/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netinet/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netinet6/ 7959 (7 years ago) by laffer1: convert IPv6 read-only stats sysctls to read-write. Teach netstat ( 1 ) -z to reset these.
netipsec/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netipx/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netnatm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netncp/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
netsmb/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfs/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsclient/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nfsserver/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
nlm/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ofed/ 7911 (7 years ago) by laffer1: sync with freebsd rev 244242
opencrypto/ 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
rpc/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
security/ 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.
teken/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
tools/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
ufs/ 7933 (7 years ago) by laffer1: enable vn_io_fault lock avoidance on UFS
vm/ 7948 (7 years ago) by laffer1: style
x86/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xdr/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
xen/ 7912 (7 years ago) by laffer1: remove cvs2svn prop
Makefile 6468 (10 years ago) by laffer1: Drop sparc64 arch
49 directories and 1 file shown