dragonfly.git
2004-05-29 Hiten PandyaAdjust include path so that the machine.h in ${.OBJDIR...
2004-05-29 Hiten PandyaFirst pass at updating top(1):
2004-05-29 Matthew DillonMake sysctl_kern_proc() iterate through available cpus...
2004-05-28 David Rhodusoops.
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 DillonAttach bind-9.2.4rc4 to the base system. Rip out bind...
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-25 Jeroen Ruigrok... Add missing . before An macro at the end.
2004-05-24 Justin C. SherrillAdded mention of using MAKEDEV for when the target...
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 Chris PresseyThe default shell for the user `man' is nologin(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 PresseyClarify how our `test -w' is a superset of POSIX' requi...
2004-05-20 Hiten PandyaUpdate the mlock(2) manual page:
2004-05-20 Chris PresseyStyle(9) cleanup to src/usr.sbin: remove remaining...
2004-05-20 Chris PresseyCorrect sort order of SUBDIRs.
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-05-20 David RhodusPoint the remote site to use gobsd.com so the remote...
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-20 Matthew DillonUsing the new contrib rev mechanism, bring cvs up to...
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 Hiten PandyaQuickly fix an MLINK while no one is looking...
2004-05-17 Hiten PandyaDocument the ``resource management'' (rman) abstraction...
2004-05-17 Chris PresseyFix catman(1) so that it recognizes valid manpage names...
2004-05-17 Matthew DillonBring in a better seeding and random number generation...
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-17 Matthew DillonINCSLINKS cannot be used to make softlinks within machi...
2004-05-16 Eirik NygaardRemove two mis-added .orig files.
2004-05-15 Hiten PandyaAdd an MLINK for KKASSERT(9).
2004-05-15 Joerg SonnenbergerAdd dev/video/bktr and dev/video/meteor to the header...
2004-05-15 Joerg SonnenbergerUpdate bktr(4) to FreeBSD current's version. This most...
2004-05-15 Joerg SonnenbergerTemporary switch cc3 to the old stabs debugging format...
2004-05-15 Eirik NygaardUpdate tcpdump to version 3.8.3
2004-05-15 Eirik NygaardUpdate libpcap to version 0.8.3
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardImport of tcpdump 3.8.3
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-15 Eirik NygaardImport of libpcap 0.8.3
2004-05-14 Hiten PandyaAdd a manual page which documents the generic hash...
2004-05-14 Hiten PandyaRemove an extra comma at the end of .Nm list.
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-12 Chris PresseyThree minor fixes:
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 Chris PresseyMerge ... FreeBSD (RELENG_4) src/usr.sbin/timed/timedc...
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 Joerg SonnenbergerAdd the lockf regression test from NetBSD, slightly...
2004-05-11 Matthew Dillonlf_alloc_range() must initialize the returned structure...
2004-05-11 Matthew Dillonlf_setlock() was not returning the correct error code...
2004-05-10 Hiten PandyaDo not specify a macro as first argument to the literal...
2004-05-10 Hiten PandyaCorrect usage of the `.Em' macro.
2004-05-10 Hiten PandyaCorrect the usage of the .Dx macro.
2004-05-10 Hiten PandyaRemove extraneous `.El' macro.
2004-05-10 Hiten PandyaCorrect the usage of the .Dx macro to avoid mdoc errors.
2004-05-10 Hiten PandyaAdd entry for the CAPS IPC library. It is now possible...
2004-05-10 Hiten PandyaCorrect the use of the .Dx/.Fx macro.
2004-05-10 Hiten PandyaRemove erroneous use of the `Fl' mdoc macro and replace...
2004-05-10 Hiten PandyaMdoc(7) police:
next