dragonfly.git
2006-05-24 Simon Schubertunbreak world: spell MPSAFE correctly
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-05-23 Matthew DillonThe pageout daemon does not usually page out pages...
2006-05-23 Matthew DillonSync to head. Add a verbose option to vmpageinfo which...
2006-05-22 Matthew DillonFix a minor bug in fdcopy() in the last commit, Consoli...
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-22 Sascha WildnerMop up remains of the ibcs2/streams/svr4 removal:
2006-05-22 Matthew DillonGive struct filedesc and struct file a spinlock, and...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-21 Sascha WildnerMisc mdoc(7) cleanup:
2006-05-21 Matthew DillonOnly _KERNEL code can optimize based on SMP vs UP....
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-21 Matthew DillonA little script that runs through all the header files...
2006-05-20 Matthew DillonRemove the (unmaintained for 10+ years) svr4 and ibcs2...
2006-05-20 Matthew DillonRemove so_gencnt and so_gen_t. The generation counter...
2006-05-20 Matthew DillonFix a build issue with libnetgraph. net/bpf.h does...
2006-05-20 Sepherosa Ziehau- Add ral(4) for Ralink RT2500/RT2501/RT2600 chip based...
2006-05-20 Sepherosa Ziehau- Add ciphy for PHY modules produced by Cicada Semicond...
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-05-20 Sepherosa Ziehauregen
2006-05-20 Sepherosa ZiehauAdd model id for Cicada Semiconductor PHY modules
2006-05-20 Sepherosa Ziehauregen
2006-05-20 Sepherosa ZiehauAdd VIA 612X GigE product id
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-19 Matthew DillonRecent lwkt_token work broke UP builds. Fix the token...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-18 Matthew DillonRemove the last vestiges of UF_MAPPED. All the removed...
2006-05-18 Matthew DillonMake spinlocks panic-friendly.
2006-05-18 Matthew DillonReplace the LWKT token code's passive management of...
2006-05-18 Sepherosa ZiehauRemove old 802.11 sources code, they have been repo...
2006-05-18 Sepherosa ZiehauAdd man page for 802.11
2006-05-18 Sepherosa Ziehau- Describe new 802.11 options
2006-05-18 Sepherosa ZiehauSync 802.11 support with FreeBSD6:
2006-05-18 Sepherosa ZiehauFix static array overrun.
2006-05-18 Matthew Dillonp_tracep -> p_tracenode, tracking changes made in recen...
2006-05-18 Matthew Dillonp_tracep -> p_tracenode, tracking changes made in recen...
2006-05-18 Matthew DillonAdd another mutex tester for Jeff's spinlock code w...
2006-05-17 Matthew DillonOops, last commit was slightly premature. Fix a bug...
2006-05-17 Matthew DillonThe ktracing code was not properly matching up VOP_OPEN...
2006-05-17 Joerg SonnenbergerUse localhost instead of 127.0.0.1, since IPv6 should...
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-17 Sascha WildnerDocument MAKEOBJDIRPREFIX.
2006-05-17 Sascha WildnerPer default, restrict recursive queries to 127.0.0.1.
2006-05-17 Sascha WildnerRemove isinff and isnanf prototypes. Our isinf and...
2006-05-17 Sascha WildnerAdd isinff(3) manpage.
2006-05-16 Matthew DillonAttempt to interlock races between the buffer cache...
2006-05-16 Matthew DillonRemove vnode lock assertions that are no longer used...
2006-05-16 Simon SchubertEnable TCP wrappers in sshd.
2006-05-16 Sepherosa ZiehauAdd a commant, which warns atomic_cmpset_int() is a...
2006-05-16 Sepherosa ZiehauPut atomic_cmpset_int() into central place. This funct...
2006-05-14 Sascha WildnerRemove all traces of umapfs and associated stuff.
2006-05-14 Sascha Wildner/tmp/umap.msg
2006-05-14 Matthew Dilloncbb_probe() assumes that the subclass field is unique...
2006-05-14 Sepherosa ZiehauNuke duplicated header files, which restores `buildworld'
2006-05-13 Matthew DillonRemove mount_umap.
2006-05-12 Matthew DillonMost of the fields in vnodeop_desc have been unused...
2006-05-12 Matthew DillonUMAPFS has been disabled (and non-working) for a long...
2006-05-12 Sascha WildnerFix spelling and remove hard sentence break.
2006-05-12 Sascha WildnerRemove Alpha specific header file.
2006-05-12 YONETANI TomokazuMerge revisions 1.38,1.41 of eval.c from FreeBSD:
2006-05-11 Matthew DillonFix three bugs in the last commit and document special...
2006-05-11 Matthew DillonRecognize the cpu ident for additional VIA processors.
2006-05-11 Sascha Wildner* Remove the following obsolete options from the system:
2006-05-11 Jeffrey HsuCorrect test for fragmented packet.
2006-05-10 Sascha WildnerSync with FreeBSD.
2006-05-09 Sascha WildnerComment out references to cnw(4). It's unlikely that...
2006-05-08 Matthew DillonSplit kern/vfs_journal.c. Leave the low level journal...
2006-05-08 Matthew DillonRewrite the POSIX locking code. It was becomming impos...
2006-05-08 Matthew DillonAdd a little program that allows one to test posix...
2006-05-07 Matthew DillonRemove the internal F_FLOCK flag. Either F_POSIX or...
2006-05-07 Matthew Dillonlockmgr_kernproc() wasn't checking whether the lockhold...
2006-05-07 Matthew DillonRecode the streamid selector. The streamid was faked...
2006-05-07 Matthew DillonWe have to use pmap_extract() here. If we lose a race...
2006-05-07 Matthew DillonWe have to use pmap_extract() here. pmap_kextract...
2006-05-07 Matthew DillonWe have to use pmap_extract here, pmap_kextract will...
2006-05-06 Matthew DillonFix a null pointer indirection, the VM fault rate limit...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Sascha WildnerFix .Os and a .Xr. Expand HISTORY a bit.
2006-05-06 Matthew DillonRemove the thread argument from ext2_quotaoff(), ext2_f...
2006-05-06 Matthew DillonRemove the thread argument from ffs_flushfiles(), ffs_m...
2006-05-06 Matthew DillonRemove the thread_t argument from nfs_rslock() and...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonAdd some ifioctl() td -> ucred changes that were missed.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread_t argument from vfs_busy() and vfs_un...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
2006-05-05 Matthew DillonCleanup procedure prototypes, get rid of extra spaces...
2006-05-05 Sepherosa Ziehaucorrect "polling" support
2006-05-05 Sascha WildnerRemove unused label.
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-04 YONETANI TomokazuDon't forget to replicate b_cmd, which has been split...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-05-03 Matthew DillonDocument the handling of a file holes in ufs_strategy...
2006-05-03 Matthew DillonInvert a mistaken test. Set b_resid to 0 if B_ERROR...
2006-05-03 Matthew DillonRemove the accounting argument from lf_create_range...
next