Clean up the code in bin/ to reduce warnings from GCC3.
[dragonfly.git] / sys /
2004-03-19 Matthew DillonGet rid of the obsolete SMP checks in SMBFS.
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-19 Matthew DillonIf XL cannot properly attach it tries to detach to...
2004-03-19 Matthew DillonIncorporate NetBSD rev 1.111: Set the device address...
2004-03-19 Matthew DillonFix generation of USB_EVENT_DEVICE_DETACH, which was...
2004-03-18 Matthew DillonBring in MODULE_VERSION from FreeBSD-5. Even though...
2004-03-18 Matthew DillonAdjust the Makefile's to move the iconv files to libico...
2004-03-18 Matthew DillonRepository copy libkern/{Makefile,iconv*} -> libiconv...
2004-03-17 Matthew DillonAdd some missing SRCS dependancies to the EHCI module.
2004-03-17 Matthew DillonSeparate the pieces a bit. The usb.ko module does...
2004-03-17 Matthew DillonUpdate the 825xx GigE support. Add a large number...
2004-03-17 Matthew DillonFix a bug in the recent connectionless commit. When...
2004-03-16 Joerg SonnenbergerAdd default case of error = EINVAL to ether_ioctl
2004-03-16 Joerg SonnenbergerCleanup sis(4):
2004-03-16 Joerg SonnenbergerAdd support for building dependent modules automatically by
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-16 Joerg SonnenbergerMerge FreeBSD's rev. 1.81:
2004-03-16 Hiten PandyaFix loading of the SMBFS kernel module. The KMODDEPS...
2004-03-15 Hiten PandyaIntegrate remaining part of the network interface aliasing
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 Joerg SonnenbergerAdd a new function ether_ifattach_bpf which can be...
2004-03-15 Matthew DillonAdd a Makefile stub to build ep as a module.
2004-03-15 Matthew DillonAdd a Makefile stub to build pccard as a module.
2004-03-15 Matthew DillonPartial merge from FBsd-5, code to make some PCCARDs...
2004-03-15 Matthew DillonMove a drain output call to before a dirty block check...
2004-03-15 Joerg SonnenbergerSome drivers depend on the link layer address in ac_enaddr.
2004-03-15 Matthew DillonDo not free the old VFS vector when recomputing the...
2004-03-15 Matthew DillonWhen detaching UMASS, abort all the pipes before detach...
2004-03-15 Matthew DillonWhen deregistering a bus, pending device bus scan timeo...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-14 Hiten PandyaTurn TDF_SYSTHREAD into TDF_RESERVED0100 since the...
2004-03-14 Joerg SonnenbergerRemove BPF_MTAP definition
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-14 Joerg SonnenbergerRemove unused BSDI I4B interface
2004-03-14 Joerg SonnenbergerRemove macro definitions for BPF_MTAP
2004-03-14 Joerg SonnenbergerFix warning about missing prototyp for psignal
2004-03-14 Hiten PandyaCorrect typo in comment.
2004-03-14 Jeffrey HsuIfdef out unused variable.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-13 Joerg SonnenbergerAdd BPF_TAP and BPF_MTAB macros from FreeBSD
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-13 Joerg SonnenbergerMerge from FreeBSD 5:
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-12 Joerg SonnenbergerThe free(9) implementation based on the slab allocator...
2004-03-12 Joerg SonnenbergerThink before commit and remove some more cruft
2004-03-12 Joerg SonnenbergerAdd a short cut for DVD_INVALIDATE_AGID to simplify...
2004-03-12 Joerg SonnenbergerInitialize all fields in MALLOC_DEFINE and VFS_SET...
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-12 Matthew DillonUse M_INTWAIT and M_WAITOK instead of M_NOWAIT within...
2004-03-12 Matthew DillonChange M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does...
2004-03-11 Hiten PandyaUse info->td instead of curthread in ffs_reload_scan1...
2004-03-11 Hiten PandyaReplace a manual check for a VMIO candidate with vn_can...
2004-03-11 Joerg SonnenbergerUse local cpu tcbinfo
2004-03-11 Hiten PandyaMega mdoc(7) update:
2004-03-11 Hiten PandyaLinux emulation system call update.
2004-03-10 Hiten PandyaFix spelling mistake, s/itnerrupts/interrupts/.
2004-03-10 Matthew DillonAllow the nominal NFS io block size to be set with...
2004-03-09 Joerg SonnenbergerRemove a debug printf added with the last commit.
2004-03-09 Joerg SonnenbergerWhile converting ATA to use MPIPE allocations, ata_dmaa...
2004-03-09 Jeffrey HsuClarify strange ipfw byte ordering convention.
2004-03-09 Matthew Dillonncpus2 must be initialized to 1 in the UP case. ncpus2...
2004-03-09 Hiten PandyaAdjust IPFW to use M_WAITOK instead of M_NOWAIT. The...
2004-03-09 Hiten PandyaFix violating usage of M_DONTWAIT in calls to malloc...
2004-03-09 Matthew DillonAddendum comment to last commit. Jeffrey Hsu reminded...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Joerg SonnenbergerHandle failure in atapi_queue_cmd correctly
2004-03-08 Joerg SonnenbergerFix panic in acd_report_key when ai->format==DVD_INVALI...
2004-03-08 Jeffrey HsuTo comply with the spec, do not copy the TOS from the...
2004-03-08 Jeffrey HsuInclude <sys/types.h> for autoconf/automake detection.
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-08 Jeffrey HsuImplement Early Retransmit.
2004-03-08 Jeffrey HsuCosmetic changes.
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-03-07 Jeffrey HsuSend UDP packets out without a temporary connect.
2004-03-07 Eirik NygaardRemove perl from the i386 kernel build.
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 HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuEliminate the use of curproc in route_output() by passi...
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuUse 0 for integer value rather than NULL.
2004-03-06 Jeffrey HsuCorrect double increment of the inp generation count.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Joerg SonnenbergerPropolice for GCC 3.3 based on:
2004-03-05 Jeffrey HsuVerify code assumption on number of processors with...
2004-03-05 Jeffrey HsuUse power of 2 masking to make packet hash function...
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-05 Jeffrey HsuPropagate curproc removal changes to files compiled...
next