Make pr_input use variadic arguments for anything but the first mbuf.
[dragonfly.git] / sys /
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Hiten PandyaLock manipulation of the 'exec_res_list', i.e., the...
2004-06-03 Hiten PandyaSurround a multi-line conditional block with braces...
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 Hiten PandyaQuotactl(2) should set the uid correctly, based on...
2004-06-03 Hiten PandyaRemove some long gone #defines, PFCLUSTER_BEHIND and...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-03 Joerg SonnenbergerMove extern declaration to file scope to fix warning
2004-06-03 Joerg SonnenbergerDon't cast away the const before dereferencing.
2004-06-03 Joerg SonnenbergerHide unused functions to silence GCC
2004-06-03 Joerg SonnenbergerHide unused function under #ifdef SMP
2004-06-03 Eirik NygaardAdd ref counting to the checkpoint handler and unload...
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Matthew DillonANSIfication and cleanup. No functional changes.
2004-06-02 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-06-02 Hiten PandyaPlug a memory leak when the kernel initialiazes config_...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-02 Joerg SonnenbergerInclude ns.h to get prototyp for ns_cksum
2004-06-02 Joerg SonnenbergerImprove the way error message from ALART are printed.
2004-06-02 Joerg Sonnenbergerset_lapic_isrloc depends on APIC_IO for the prototype...
2004-06-02 Joerg SonnenbergerUse volatile and __DEVOLATILE to silence gcc warnings.
2004-06-02 Joerg SonnenbergerUse __DECONST to silence GCC. Make some private routine...
2004-06-02 Hiten PandyaMerge from FreeBSD, RELENG_4 branch, revision 1.250...
2004-06-01 Matthew DillonVM86 calls on some BIOSs, apparently mainly VESA calls...
2004-06-01 Matthew DillonANSIfication. No operational changes.
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-06-01 Joerg SonnenbergerThe const call is linted, use proper cast to silence GCC
2004-06-01 Joerg SonnenbergerFix some const warnings
2004-06-01 Joerg SonnenbergerInitialize the magic cookie using real numbers instead...
2004-06-01 Joerg SonnenbergerExplicitly cast-away volatile since it should be save...
2004-06-01 Joerg SonnenbergerExplicitly cast away the volatile for conversions and...
2004-06-01 Joerg SonnenbergerUse struct thread for kernel threads, not struct proc.
2004-05-31 Jeffrey HsuPanic in udp_output() if a socket is found in an incons...
2004-05-31 Eirik NygaardRemove unused error variable.
2004-05-31 Matthew DillonIn the root fs search use the correct unit number when...
2004-05-31 Matthew DillonTwo unused arguments were recently removed from pmap_in...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
2004-05-31 Hiten PandyaRemove a stale comment: PG_DIRTY and PG_FILLED were...
2004-05-29 Matthew DillonMake sysctl_kern_proc() iterate through available cpus...
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-27 Matthew DillonInitialize the FP unit earlier in the AP boot sequence...
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-26 Matthew DillonMask bits properly for pte_prot() in case it is called...
2004-05-26 Matthew DillonANSIfication and cleanup. No functional changes.
2004-05-26 Matthew DillonCorrect a bug in the last commit, udev must be assigned...
2004-05-26 Matthew DillonCleanup warnings. No operational changes. Note that...
2004-05-26 Matthew DillonCleanup warnings. No operational changes.
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-26 Matthew Dillonpreload_delete_name() needs to use the same path mungin...
2004-05-26 Matthew Dilloncount_udev() was being called with the wrong argument.
2004-05-26 Matthew DillonANSIfication and general cleanup. No operational changes.
2004-05-26 Matthew DillonCleanup cdevsw and dev reference counting ops to fix...
2004-05-26 Matthew DillonIncrement v_opencount before potentially blocking in...
2004-05-25 Matthew DillonANSIfication and cleanup. No operational changes.
2004-05-25 Matthew DillonThe extended mbr handling code was improperly using...
2004-05-24 Hiten PandyaWrap the VM MAP locking routines with _KERNEL, user...
2004-05-21 David RhodusRemove unneeded typecast.
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-21 Hiten PandyaFix SYSCTL description style.
2004-05-21 Hiten PandyaDocument the pmap_kenter_quick(9) function. While...
2004-05-21 Hiten PandyaIt is DragonFly BSD, not FreeBSD. Correct config(8...
2004-05-21 Matthew DillonPass the proper mask/match arguments to cdevsw_add...
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonGet rid of obsolete PQ_ options.
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonMake the primary PQ_ macros available to modules by...
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 21/21: unionfs.
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-05-20 Jeffrey HsuTrade off more writes for a simpler check for when...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 20/21: umapfs.
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 19/21: ufs.
2004-05-17 Matthew DillonFix more ^T panics. calcru() and p_comm also need...
2004-05-17 Matthew DillonFix another race in ^T. ttyprintf() can block, during...
2004-05-15 Joerg SonnenbergerUpdate bktr(4) to FreeBSD current's version. This most...
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 Dillonsf_buf_ref() needs a critical section. Note that the...
2004-05-13 Matthew Dillonmalloc() flags cleanup and fixes. Get rid of M_NOWAIT...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-13 Matthew DillonRemove DIAGNOSTIC elements that are no longer correct.
2004-05-13 Joerg SonnenbergerAdd PCI IDs for i865 agpgart support.
2004-05-13 Matthew Dillonsf_buf_free() requires a critical section to safely...
2004-05-13 Hiten PandyaAdd a read-only sysctl for observing the maximum number of
2004-05-13 Matthew DillonAttempting to access a device which has been destroyed...
2004-05-12 Hiten PandyaIn sodealloc(), use do_setopt_accept_filter() to free...
2004-05-11 Joerg SonnenbergerReadd em_read_reg_io and em_write_reg_io for workaround...
2004-05-11 Matthew DillonFix a bug in sys/pipe.c. xio_init_ubuf() might not...
2004-05-11 Matthew DillonFollowup log-only addendum: It turns out that last...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-11 Joerg Sonnenberger- remove em_adapter_list, it was not used for anything...
2004-05-11 Matthew Dillonlf_alloc_range() must initialize the returned structure...
next