Get rid of the obsolete SMP checks in SMBFS.
[dragonfly.git] / sys / kern /
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-16 Hiten PandyaGive the VFS initialisation functions an update:
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2004-03-15 Matthew Dillonnextsoftcheck (which is a really aweful interrupt inter...
2004-03-15 Matthew DillonThe kernel realloc() does not support M_ZERO, assert...
2004-03-15 Matthew DillonDo not free the old VFS vector when recomputing the...
2004-03-14 Joerg SonnenbergerFix warning about missing prototyp for psignal
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-12 Joerg SonnenbergerThe free(9) implementation based on the slab allocator...
2004-03-11 Hiten PandyaReplace a manual check for a VMIO candidate with vn_can...
2004-03-08 Matthew DillonANSIfy the tsleep() and sched_setup() procedure definit...
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-07 Eirik NygaardMove the ASSERT_VOP_LOCKED and ASSERT_VOP_UNLOCKED...
2004-03-06 Matthew DillonThe sys/xxx2.h files are supposed to be included after...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuUse 0 for integer value rather than NULL.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-02 Joerg SonnenbergerThe slab allocator has been in for while now. Change...
2004-03-01 Eirik NygaardUse MALLOC_DEFINE.
2004-03-01 Joerg SonnenbergerMake subr_bus.c more consistent with regard to style...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-18 Joerg SonnenbergerFix typo.
2004-02-18 Matthew DillonMerge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-16 Matthew Dillonbuftimetoken must be declared in a .c file.
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonGet rid of some old cruft and add a failsafe for M_WAIT...
2004-02-14 Eirik NygaardReplace K&R style functions with ANSI C style functions.
2004-02-14 Hiten PandyaRemove my middle initial.
2004-02-14 Matthew DillonFix forgotten lwkt_send_ipiq() API update. cpuid ...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-11 Matthew Dillonactivate any tick-delayed software interrupts in the...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) uipc_socket.c rev. 1.68.2.24
2004-02-10 Hiten PandyaMerge from FreeBSD:
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-02-10 Matthew Dillondevsw() does not exist in DFly. use dev_dflags() to...
2004-02-09 Hiten PandyaMerge from FreeBSD:
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-05 David Rhodusnectar 2004/02/05 10:00:35 PST
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Joerg SonnenbergerBuild lwkt_process_ipiq_frame only for the kernel,...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-27 Matthew DillonTry to work-around a DFly-specific crash that can occur...
2004-01-24 Matthew DillonWhen creating a new uidinfo structure, check for an...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonAdd sys/resident.h for userland syscall prototypes...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew DillonCAPS IPC library stage 2/3: Adjust syscalls.master...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-17 Matthew DillonFix an off-by-one error in fdfree() related to flock...
2004-01-17 Matthew Dillonnon operational change. vm_map_wire() now takes a...
2004-01-17 Matthew DillonHandle recursive situations a bit more robustly by...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-07 Matthew DillonAdd necessary critical sections to microtime() and...
2004-01-07 Matthew Dillonnote last commit based on evidence supplied by: Paul...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-01 Matthew DillonFix a bug: remove an extra crit_enter() in the default...
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-12-20 Matthew DillonMinor syntax cleanup.
2003-12-20 Matthew DillonFix a syscall separation bug in recvfrom() which someti...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Jeffrey HsuThis patch improves the performance of sendfile(2)...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-12-04 Matthew DillonAs part of the libcaps threading work a number of routi...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-27 Matthew DillonFix a DOS in rfork(). Disallow kernel-only flags.
2003-11-27 Matthew DillonCleanup POSIX real-time so the kernel compiles without...
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-23 Matthew DillonFix the OID_AUTO collision with static sysctl numbers...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiUse unsigned integers for the counters, since they...
2003-11-21 Matthew DillonWhen looking for files that have already been linked...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-21 Matthew DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-18 Matthew DillonSync TAILQ_FOREACH work from 5.x. The closer we can...
2003-11-18 Matthew DillonUse M_ZERO instead of manually bzero()ing memory alloca...
2003-11-18 Matthew DillonCorrect several bugs. If we fail to add a device be...
2003-11-18 Matthew DillonBackout part of 1.16. It is not necessary to align...
next