Announce MAC address in ether_ifattach, not in each NIC indepently.
[dragonfly.git] / sys / sys /
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-06-27 David RhodusUse correct copy-write notation for The DragonFly proje...
2004-06-25 Matthew DillonImplement duel-console mode and make it the default...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Hiten PandyaZero the interval timers on fork(2) rather than copying...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-06-08 Hiten PandyaRemove an accessory function called msf_buf_xio();...
2004-06-08 Hiten PandyaConditionally include the essential header files, sys...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-06 Matthew DillonAdd the prototype for the recently added XIO API call...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-06-05 Matthew DillonRearrange the kern_getcwd() procedure to return the...
2004-06-05 Eirik NygaardSplit the __getcwd syscall into a kernel and an userlan...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-06-04 Matthew DillonRemove dtom(). dtom() is no longer supported (precurso...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-04 Matthew DillonAdd MPF_INT (for mpipe_init()), which allows one to...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
2004-06-03 Hiten PandyaVM Resident Executables update:
2004-06-03 Joerg SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
2004-06-03 Hiten PandyaCleanup the textvp_fullpath() function; summary of...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-05 Hiten PandyaAdd bus_alloc_resource_any(9).
2004-05-05 Jeffrey HsuAdd restrict keyword to string functions.
2004-05-04 Matthew DillonA memory ordering barrier is needed in crit_exit()...
2004-05-04 Hiten PandyaAdd a forward declaration of 'struct uidinfo'.
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-25 Chris PresseyAdd missing function prototype.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Chris PresseyRemove two unused GEOM function prototypes. They were...
2004-04-21 Chris PresseyClean up typos and punctuation in comment.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-14 Joerg SonnenbergerKObj extension stage IIIa/III
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-09 Joerg SonnenbergerThis is _SYS_XIO_H, not _SYS_UIO_H.
2004-04-08 Matthew Dillonnamecache work stage 4a: Do some minor performance...
2004-04-08 Matthew Dillonnamecache work stage 4:
2004-04-07 Matthew DillonUse hex bit values instead of decimal bit values (non...
2004-04-05 Matthew DillonExport the lwkt_default_*() message port default functi...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-04-01 Joerg SonnenbergerRemove struct driver and make driver_t directly defined...
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-31 Matthew DillonChange CAPS over to use XIO instead of the vmspace_copy...
2004-03-31 Matthew DillonInitial XIO implementation. XIOs represent data throug...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-30 Joerg SonnenbergerAdd SI_SUB_LOCK as sysinit priority for the initialisat...
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-29 Matthew DillonGenerally bring in additional sf_buf improvements from...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-03-27 Jeffrey HsuChange sendfile() to send the header out coaleseced...
2004-03-27 Jeffrey HsuPull out m_uiomove() functionality from sosend().
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-20 Matthew DillonAdd a missing resetpriority() which was causing all...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-18 Matthew DillonBring in MODULE_VERSION from FreeBSD-5. Even though...
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2004-03-15 Hiten PandyaIntegrate remaining part of the network interface aliasing
2004-03-14 Hiten PandyaTurn TDF_SYSTHREAD into TDF_RESERVED0100 since the...
2004-03-14 Hiten PandyaCorrect typo in comment.
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-13 Joerg SonnenbergerMerge from FreeBSD 5:
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-12 Joerg SonnenbergerInitialize all fields in MALLOC_DEFINE and VFS_SET...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-07 Eirik NygaardMove the ASSERT_VOP_LOCKED and ASSERT_VOP_UNLOCKED...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
next