December 2009 Archives by author
Starting: Tue Dec 1 03:32:42 PST 2009
Ending: Thu Dec 31 19:34:13 PST 2009
Messages: 210
- Dec 03 2009 - 21:00:29 git: cpdup - Fix the sense of a uid check when files are otherwise identical
Matthew Dillon
- Dec 03 2009 - 21:00:36 git: cpdup - Multiple additions, fixes, and one removal
Matthew Dillon
- Dec 03 2009 - 23:14:41 git: hammer utility - minor adjustment to snaprm
Matthew Dillon
- Dec 03 2009 - 23:15:30 git: sysperf /call-loop test - Ensure the nop() call is not optimized out
Matthew Dillon
- Dec 03 2009 - 23:15:33 git: vkernel test - Add a NFS root / boot feature to the vkernel test environment
Matthew Dillon
- Dec 03 2009 - 23:15:33 git: HAMMER VFS - Fix bug in statvfs()
Matthew Dillon
- Dec 04 2009 - 22:35:58 git: kernel - Fix recursive lockmgr lock panic when creating a hardlink
Matthew Dillon
- Dec 05 2009 - 17:28:34 git: HAMMER VFS - Change default from version 3 to version 4
Matthew Dillon
- Dec 05 2009 - 19:52:04 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Matthew Dillon
- Dec 06 2009 - 05:55:18 git: network - Fix UP build
Matthew Dillon
- Dec 06 2009 - 05:56:10 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Matthew Dillon
- Dec 07 2009 - 04:31:18 git: HAMMER Utility - Add -p <ssh-port> option
Matthew Dillon
- Dec 07 2009 - 06:59:03 git: HAMMER Utility - Refuse to expand the root filesystem
Matthew Dillon
- Dec 07 2009 - 19:35:06 git: HAMMER Utility - Allow expanding root filesystems again
Matthew Dillon
- Dec 07 2009 - 20:02:16 git: HAMMER VFS - Fix WIP
Matthew Dillon
- Dec 08 2009 - 20:12:03 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Matthew Dillon
- Dec 08 2009 - 20:19:58 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Matthew Dillon
- Dec 10 2009 - 00:54:08 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Matthew Dillon
- Dec 12 2009 - 18:55:28 git: HAMMER VFS - Fix incorrect hammer_cursor_removed_node() call in btree_remove()
Matthew Dillon
- Dec 13 2009 - 20:24:42 git: kernel - Move MP lock inward, plus misc other stuff
Matthew Dillon
- Dec 14 2009 - 16:05:06 git: HAMMER Utility - Fix seg-fault in hammer cleanup if blank lines in config
Matthew Dillon
- Dec 14 2009 - 16:33:47 git: HAMMER Utility - fix unfreeable pointer in 'hammer info'
Matthew Dillon
- Dec 15 2009 - 03:35:35 git: kernel - move proc->p_lock, add lwp ucred caching
Matthew Dillon
- Dec 15 2009 - 04:51:31 git: kernel - Make adjustments to the per-lwp ucred
Matthew Dillon
- Dec 15 2009 - 18:52:27 git: kernel - Third time's the charm - move lwp_ucred to td_ucred
Matthew Dillon
- Dec 15 2009 - 18:52:27 git: kernel - use new td_ucred in numerous places
Matthew Dillon
- Dec 15 2009 - 20:36:44 git: kernel - adjust falloc and arguments to dupfdopen, fsetfd, fdcheckstd
Matthew Dillon
- Dec 19 2009 - 20:05:50 git: busdma - Fix bouncebuffer operation for 64 bit builds / mountroot & boot issues
Matthew Dillon
- Dec 20 2009 - 02:41:28 git: ktrdump - Parse format string manually, implement %s
Matthew Dillon
- Dec 20 2009 - 03:23:25 git: kernel - Move mplock to machine-independent C
Matthew Dillon
- Dec 20 2009 - 08:24:26 git: kernel - misc MPSAFe work
Matthew Dillon
- Dec 20 2009 - 08:24:26 git: kernel - add hashinit_ext() and phashinit_ext()
Matthew Dillon
- Dec 20 2009 - 18:27:30 git: kernel - remove FSMID support
Matthew Dillon
- Dec 20 2009 - 22:45:37 git: fsmid followup - fix compiler warning in ls
Matthew Dillon
- Dec 20 2009 - 23:00:42 git: kernel - misc MPSAFe work
Matthew Dillon
- Dec 21 2009 - 03:40:43 git: kernel - jails - undo minor prisoncount atomic ops
Matthew Dillon
- Dec 21 2009 - 03:40:43 git: kernel - Refactor the lwkt_token code, making it faster
Matthew Dillon
- Dec 21 2009 - 05:36:27 git: kernel - lwkt_token code, minor fix to last commit
Matthew Dillon
- Dec 21 2009 - 16:34:29 git: kernel - Split an assertion in the sysref code to make it MPSAFE
Matthew Dillon
- Dec 21 2009 - 16:34:29 git: kernel - namecache MPSAFE work
Matthew Dillon
- Dec 21 2009 - 17:31:47 git: HAMMER Utility - Add ssh compression option
Matthew Dillon
- Dec 21 2009 - 18:21:20 git: kernel - Fix atomic ops for x86_64 kernel build
Matthew Dillon
- Dec 27 2009 - 04:59:32 git: kernel - Add per-mount token to replace mplock.
Matthew Dillon
- Dec 27 2009 - 09:11:21 git: kernel - fix improper VOP_*() calls on dead vnode
Matthew Dillon
- Dec 27 2009 - 16:42:38 git: kernel - Correct bug in cache_fullpath()
Matthew Dillon
- Dec 28 2009 - 02:23:23 git: kgdb - Fix kernel trapframe backtraces for i386
Matthew Dillon
- Dec 28 2009 - 07:10:46 git: kernel - fine-grained namecache and partial vnode MPSAFE work
Matthew Dillon
- Dec 28 2009 - 17:18:35 git: kernel - MPSAFE stabilization
Matthew Dillon
- Dec 29 2009 - 19:55:45 git: kernel - fix fifofs kqueue broken on the 25th
Matthew Dillon
- Dec 29 2009 - 23:56:58 git: kernel - Fix improper vgone() in procfs and races in truss
Matthew Dillon
- Dec 30 2009 - 19:39:27 git: kernel - pmap (mainly i386) - fix TLB race and other issues
Matthew Dillon
- Dec 30 2009 - 19:48:22 git: kernel - pmap (i386) - Refactor the foreign pmap mapping
Matthew Dillon
- Dec 31 2009 - 16:30:41 git: kernel - pmap - add additional logic for cpu_invltlb()
Matthew Dillon
- Jan 01 2010 - 03:03:58 git: kernel - pmap - more invltlb stuff
Matthew Dillon
- Jan 01 2010 - 03:34:11 git: kernel - adjust vnode reclamation
Matthew Dillon
- Jan 01 2010 - 03:34:13 git: kernel - namecache - fix deadlock
Matthew Dillon
- Dec 01 2009 - 13:03:34 git: Unbreak ptrace on x86_64
Aggelos Economopoulos
- Dec 03 2009 - 16:45:08 git: vendor/BIND bind - Upgraded vendor branch to 9.5.2-P1
Aggelos Economopoulos
- Dec 03 2009 - 16:45:08 git: vendor/BIND Import bind 9.5.2 vendor sources.
Aggelos Economopoulos
- Dec 03 2009 - 16:45:10 git: vendor/BIND bind - Removed version tag from contrib directory and updated README.DRAGONFLY.
Aggelos Economopoulos
- Dec 03 2009 - 16:45:29 git: Deleted wrongly imported bind sources from base.
Aggelos Economopoulos
- Dec 03 2009 - 16:46:27 git: Merge branch 'vendor/BIND' into bind_vendor2
Aggelos Economopoulos
- Dec 03 2009 - 16:46:35 git: bind - Applied DragonFly specific patches for 9.5.2
Aggelos Economopoulos
- Dec 03 2009 - 16:46:35 git: bind - Changed bind dependend Makefiles to fit to new contrib/bind without version tag.
Aggelos Economopoulos
- Dec 03 2009 - 17:18:32 git: vendor/BIND bind - Upgraded vendor branch to 9.5.2-P1
Aggelos Economopoulos
- Dec 04 2009 - 22:28:47 git: vendor/TOP created top - Import 3.8beta1 sources into new vendor/TOP branch.
Aggelos Economopoulos
- Dec 04 2009 - 22:28:47 git: top - Import DragonFly specific patches for 3.8beta1. * fix commands.c renice function to prevent segfault on wrong number of parameters.
Aggelos Economopoulos
- Dec 04 2009 - 22:28:50 git: vendor/TOP top - Remove contrib/top from base in perparation of update.
Aggelos Economopoulos
- Dec 04 2009 - 22:28:50 git: vendor/TOP top - Import 3.8beta1 sources into new vendor/TOP branch.
Aggelos Economopoulos
- Dec 05 2009 - 17:58:07 git: top - style cleanup and removal of unnecessary code
Aggelos Economopoulos
- Dec 05 2009 - 17:58:10 git: top - correctly prototype compare_* functions. Remove debug option from Makefile.
Aggelos Economopoulos
- Dec 08 2009 - 14:59:57 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 08 2009 - 18:06:27 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 08 2009 - 21:35:18 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 08 2009 - 21:37:01 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 09 2009 - 18:53:49 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 10 2009 - 01:13:26 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Aggelos Economopoulos
- Dec 11 2009 - 02:47:14 git: Kill T/TCP
Aggelos Economopoulos
- Dec 06 2009 - 20:08:01 git: savecore - Update savecore to work with new dumps/minidumps
Alex Hornung
- Dec 06 2009 - 20:08:04 git: pmap - Change pmap_map syntaxis
Alex Hornung
- Dec 06 2009 - 20:08:04 git: libkvm - Update for new dumps & minidumps
Alex Hornung
- Dec 06 2009 - 20:08:05 git: dump - Bring in FreeBSD's dumping (new dumps & minidumps)
Alex Hornung
- Dec 06 2009 - 20:08:05 git: dump - Make use of the new dumping
Alex Hornung
- Dec 07 2009 - 10:50:42 git: dump - Unbreak VKERNELs
Alex Hornung
- Dec 15 2009 - 08:06:42 git: savecore(8) - Update manpage
Alex Hornung
- Dec 15 2009 - 12:45:48 git: LINT - clear a bunch of warnings
Alex Hornung
- Dec 17 2009 - 15:36:47 git: devfs - Populate getattr va_size for disks properly
Alex Hornung
- Dec 18 2009 - 09:18:00 git: dump - rename md dumpsys to md_dumpsys
Alex Hornung
- Dec 18 2009 - 09:45:00 git: CONFIG - add NULLFS
Alex Hornung
- Dec 18 2009 - 10:25:38 git: CONFIG - untangle whitespace mess
Alex Hornung
- Dec 19 2009 - 13:26:52 git: signal - Introduce si_code codes
Alex Hornung
- Dec 21 2009 - 08:33:13 git: crypto - Mark cryptodev ioctl as MPSAFE
Alex Hornung
- Dec 21 2009 - 08:33:16 git: devfs - Introduce MPSAFE read/write/ioctl support
Alex Hornung
- Dec 21 2009 - 08:33:16 git: kern_memio - mark dev_ops READ and WRITE MPSAFE
Alex Hornung
- Dec 06 2009 - 17:24:19 git: lentferj - commit test.
Antonio Huete Jimenez
- Dec 22 2009 - 23:26:15 git: signal.h - Rename 'union sigval' members to fit requirements in SuSv2 and POSIX.
Antonio Huete Jimenez
- Dec 29 2009 - 17:52:58 git: md(4) - Several fixes to make the module loading/unloading work properly.
Antonio Huete Jimenez
- Dec 31 2009 - 00:56:23 git: vinum(8) - Fix error when compiling with -DVINUMDEBUG
Antonio Huete Jimenez
- Dec 21 2009 - 21:40:52 git: aio: Make sysconf() report correct value.
Stathis Kamperis
- Dec 31 2009 - 18:57:16 git: realpath(1): Return EINVAL if filename is NULL pointer.
Stathis Kamperis
- Dec 06 2009 - 09:36:19 git: lentferj - commit test.
Jan Lentfer
- Dec 08 2009 - 15:32:03 git: top - enable full command line display.
Jan Lentfer
- Dec 10 2009 - 11:52:12 git: make.conf and make.conf.5: Remove obsolete TOP_TABLE_SIZE option.
Jan Lentfer
- Dec 10 2009 - 14:04:27 git: top - bring in "pid" sort order from freebsd module (N-KEY and option -o "pid"). - rework pointer casts in compare_* functions after netbsd module's pattern.
Jan Lentfer
- Dec 17 2009 - 08:29:36 git: kern/kern_kinfo.c: Fix incorrect population of kinfo_proc.kp_cru
Jan Lentfer
- Dec 17 2009 - 15:05:07 git: ncurses: Update to work without version tag.
Jan Lentfer
- Dec 17 2009 - 15:05:35 git: ncurses: Update master to work with v5.7 in contrib.
Jan Lentfer
- Dec 19 2009 - 12:12:49 git: top: Remove WCPU, implement CTIME. * WCPU is a quite useless value for a long time, thus it has been replaced with * CTIME, which presents the same value as 'ps -S' does for the CPU value. This is the process's own cpu time plus the cpu time of it's exited child processes
Jan Lentfer
- Dec 20 2009 - 15:07:13 git: top: Describe new output "CTIME" in man page.
Jan Lentfer
- Dec 27 2009 - 23:05:16 git: acpi_thermal.4: Revert a bit (temperatures are still in 10ths of Kelvin).
Constantine Aleksandrovich Murenin
- Dec 07 2009 - 17:21:55 git: HAMMER - Implement multi-volume root mounts
Michael Neumann
- Dec 07 2009 - 17:58:56 git: HAMMER Utility - Allow expanding root filesystems again
Michael Neumann
- Dec 09 2009 - 22:39:34 git: Rename "hammer expand" to "hammer volume-add"
Michael Neumann
- Dec 11 2009 - 22:05:27 git: HAMMER - Implement experimental volume removal
Michael Neumann
- Dec 12 2009 - 00:05:03 git: Fix typo
Michael Neumann
- Dec 12 2009 - 00:05:56 git: HAMMER - Fix umount flushing issue for volume-add/del
Michael Neumann
- Dec 12 2009 - 01:31:59 git: HAMMER - Stabilize volume removal
Michael Neumann
- Dec 12 2009 - 13:07:14 git: HAMMER - Fix panic when removing volume
Michael Neumann
- Dec 12 2009 - 21:05:33 git: HAMMER - Fix reblocking operation of volume removal
Michael Neumann
- Dec 13 2009 - 19:06:49 git: HAMMER - Stabilize and refactor volume removal
Michael Neumann
- Dec 13 2009 - 20:18:20 git: Remove misleading comments
Michael Neumann
- Dec 16 2009 - 00:15:34 git: Unbreak HAMMER root mounts
Michael Neumann
- Dec 20 2009 - 12:52:30 git: kernel - misc MPSAFe work
Michael Neumann
- Dec 23 2009 - 11:44:00 git: Decrement prisoncount on error
Michael Neumann
- Dec 27 2009 - 18:34:09 git: hammer volume - Serialize volume operations
Michael Neumann
- Dec 07 2009 - 22:45:15 git: hammer: update Version 4 description
Thomas Nikolajsen
- Dec 04 2009 - 23:25:05 git: Import hotplug(4) pseudo-device.
Alexander Polakov
- Dec 04 2009 - 23:25:08 git: Import hotplugd(8) from OpenBSD.
Alexander Polakov
- Dec 13 2009 - 15:35:47 git: i386: sync k6_mem.c with FreeBSD
Alexander Polakov
- Dec 13 2009 - 15:35:49 git: i386: sync identcpu with FreeBSD
Alexander Polakov
- Dec 13 2009 - 15:35:49 git: i386: sync i686_mem with FreeBSD
Alexander Polakov
- Dec 13 2009 - 15:36:44 git: identcpu.c: add PLCMULDQ, AES and VMM feature strings
Alexander Polakov
- Dec 21 2009 - 20:32:33 [PATCH] HAMMER - Include -X compression in usage output
Dylan Reinhold
- Dec 21 2009 - 20:32:33 [PATCH] HAMMER - Include -X compression in usage output
Dylan Reinhold
- Dec 22 2009 - 06:39:14 git: HAMMER Utility - Add ssh compression option
Dylan Reinhold
- Dec 06 2009 - 15:22:24 git: lentferj - commit test.
Matthias Schmidt
- Dec 29 2009 - 18:16:06 git: atc - Fix bug related to delayed command and altitude change
Matthias Schmidt
- Dec 16 2009 - 10:55:00 git: Fix some warnings that creep up when compiling without INVARIANTS.
Simon 'corecode' Schubert
- Dec 14 2009 - 17:42:10 git: periodic - Don't include timestamps in e-mail output by default.
Joe Talbott
- Dec 14 2009 - 18:03:05 git: DragonFly_RELEASE_2_4 periodic - Don't include timestamps in e-mail output by default.
Joe Talbott
- Dec 18 2009 - 16:17:43 git: examples/kld - Fix for devfs.
Joe Talbott
- Dec 01 2009 - 11:32:42 git: Regenerate the pciconf(8) database
Sascha Wildner
- Dec 03 2009 - 20:56:39 git: cxm_extract_fw.8: Small mdoc correction.
Sascha Wildner
- Dec 03 2009 - 21:12:41 git: cxm_extract_fw(8): Fix indent.
Sascha Wildner
- Dec 03 2009 - 22:57:58 git: adventure(6): Fix saving games on x86_64.
Sascha Wildner
- Dec 05 2009 - 18:15:13 git: Clean up some Makefiles (let the user decide which options they want).
Sascha Wildner
- Dec 05 2009 - 18:54:33 git: Add a profile for indent(1) which matches our style quite well.
Sascha Wildner
- Dec 05 2009 - 19:38:08 git: development.7: Add style(9) xref and a pointer to dragonfly.el.
Sascha Wildner
- Dec 05 2009 - 19:38:11 git: Move tools/tools/editing/dragonfly.el to share/misc.
Sascha Wildner
- Dec 06 2009 - 05:15:41 git: network - Move socket from netmsg ext to netmsg header, add port to socket
Sascha Wildner
- Dec 06 2009 - 07:57:04 git: network - Fix SMP build
Sascha Wildner
- Dec 07 2009 - 02:12:44 git: Clean up BIND upgrade.
Sascha Wildner
- Dec 07 2009 - 02:27:44 git: loader.8: Bump .Dd and fix a manlint warning.
Sascha Wildner
- Dec 07 2009 - 10:18:49 git: top(1): Remove top.x from CLEANFILES, since it's not generated.
Sascha Wildner
- Dec 08 2009 - 07:58:08 git: Fix LINT kernel build.
Sascha Wildner
- Dec 09 2009 - 10:00:34 git: Actually hook hotplug.4 into the build.
Sascha Wildner
- Dec 09 2009 - 11:41:48 git: Fix argument order for netmsg_init().
Sascha Wildner
- Dec 10 2009 - 09:00:24 git: hotplug.4 & hotplugd.8: Some mdoc cleanup.
Sascha Wildner
- Dec 11 2009 - 23:42:49 git: Add hotplugd options to the default rc.conf and rc.conf.5.
Sascha Wildner
- Dec 12 2009 - 12:09:34 git: Remove inclusion of <sys/cdefs.h> from kernel .c files.
Sascha Wildner
- Dec 13 2009 - 16:22:53 git: Sync libc's un-namespace.h with namespace.h.
Sascha Wildner
- Dec 13 2009 - 18:29:51 git: libc: Some warning fixes.
Sascha Wildner
- Dec 14 2009 - 03:01:08 git: sleep.9: Adjust for serialize_sleep() -> zsleep() rename.
Sascha Wildner
- Dec 14 2009 - 03:07:44 git: pthread_rwlock_timedwrlock.3: Correct function name.
Sascha Wildner
- Dec 14 2009 - 03:29:41 git: vcount.9: count_udev() no longer exists.
Sascha Wildner
- Dec 14 2009 - 03:40:54 git: rman.9: Comment out documentation for rman_await_resource().
Sascha Wildner
- Dec 14 2009 - 04:27:03 git: pnp.4: Comment out some docs (code either gone or #if 0'd).
Sascha Wildner
- Dec 14 2009 - 04:41:56 git: setlocale.3: Correct function name.
Sascha Wildner
- Dec 14 2009 - 20:20:48 git: vga(4): Simplify conditions for mode rejection somewhat.
Sascha Wildner
- Dec 15 2009 - 11:18:11 git: Fix warning in the UP build.
Sascha Wildner
- Dec 15 2009 - 14:14:48 git: mp_machdep.c: Fix some warnings of the SMP without APIC_IO build.
Sascha Wildner
- Dec 15 2009 - 14:55:23 git: Add -Werror to the kernel build.
Sascha Wildner
- Dec 16 2009 - 08:40:22 git: Fix the LINT build.
Sascha Wildner
- Dec 16 2009 - 08:40:22 git: Fix the SOEKRIS build (kernel without I686_CPU).
Sascha Wildner
- Dec 16 2009 - 08:41:17 git: Fix some warnings that creep up when compiling without INVARIANTS.
Sascha Wildner
- Dec 18 2009 - 21:14:07 git: Fix buildworld with -DNDEBUG in CFLAGS.
Sascha Wildner
- Dec 20 2009 - 11:31:36 git: Fix UP kernel build.
Sascha Wildner
- Dec 20 2009 - 13:06:25 git: hash.9: Update the manual page for the *_ext() functions.
Sascha Wildner
- Dec 20 2009 - 13:12:23 git: hash.9: Improve wording.
Sascha Wildner
- Dec 20 2009 - 13:25:27 git: mbuf.9: We have neither the MFREE() nor M_COPY_PKTHDR() macros.
Sascha Wildner
- Dec 20 2009 - 14:05:07 git: Add a BUS_ADD_CHILD.9 manual page (adapted from FreeBSD).
Sascha Wildner
- Dec 20 2009 - 14:23:27 git: Fix acpi (loading it failed).
Sascha Wildner
- Dec 20 2009 - 14:25:21 git: Add some missing ACPI source files (for LINT).
Sascha Wildner
- Dec 20 2009 - 15:47:33 git: top(1): Merge top.x and top.local.1 into one manual page.
Sascha Wildner
- Dec 20 2009 - 21:58:34 git: make.conf.5: Note that NO_WERROR applies to the kernel build as well.
Sascha Wildner
- Dec 20 2009 - 23:03:28 git: Silence -Wold-style-definition in a number of places in the kernel.
Sascha Wildner
- Dec 21 2009 - 10:35:28 git: Misc. manpage cleanup for the recent T/TCP removal.
Sascha Wildner
- Dec 21 2009 - 11:47:32 git: Remove the JG64 kernel config (a subset of X86_64_GENERIC).
Sascha Wildner
- Dec 21 2009 - 18:41:50 git: Sync zoneinfo database with tz{code,data}2009t from elsie.
Sascha Wildner
- Dec 21 2009 - 18:42:42 git: DragonFly_RELEASE_2_4 Sync zoneinfo database with tz{code,data}2009t from elsie.
Sascha Wildner
- Dec 22 2009 - 13:44:14 git: acpi_hp.4 & mandoc.1: mdoc fluff
Sascha Wildner
- Dec 22 2009 - 13:57:12 git: hammer(8): Add -X to usage().
Sascha Wildner
- Dec 22 2009 - 16:08:45 git: Fix some x86_64 warnings in the kernel (and remove nowerror).
Sascha Wildner
- Dec 22 2009 - 17:22:00 git: HAMMER Utility - Add ssh compression option
Sascha Wildner
- Dec 22 2009 - 22:44:51 git: acpi_thermal.4: Revert a bit (temperatures are still in 10ths of Kelvin).
Sascha Wildner
- Dec 24 2009 - 20:55:56 git: x86_64: Fix a warning.
Sascha Wildner
- Dec 24 2009 - 20:55:56 git: nrelease: Adjust a little for x86_64.
Sascha Wildner
- Dec 24 2009 - 20:55:59 git: mptable(1): Only suggest to try -grope when -grope wasn't used.
Sascha Wildner
- Dec 24 2009 - 22:55:27 git: vesa(4): Remove some old prototypes.
Sascha Wildner
- Dec 27 2009 - 19:48:20 git: development.7: Adjust targets.
Sascha Wildner
- Dec 27 2009 - 20:23:36 git: Install mandoc_char.7 because mandoc.1 references it.
Sascha Wildner
- Dec 28 2009 - 20:54:41 git: installer: Fix the manual configuration of lnc(4) in VMware.
Sascha Wildner
- Dec 28 2009 - 20:54:45 git: DragonFly_RELEASE_2_4 installer: Fix the manual configuration of lnc(4) in VMware.
Sascha Wildner
- Dec 31 2009 - 17:59:53 git: Sync zoneinfo database with tzdata2009u from elsie.
Sascha Wildner
- Dec 31 2009 - 17:59:56 git: DragonFly_RELEASE_2_4 Sync zoneinfo database with tzdata2009u from elsie.
Sascha Wildner
- Dec 31 2009 - 18:15:40 git: In ACPI land, 0K is -273.2 degrees Celsius (instead of -273.15).
Sascha Wildner
- Dec 31 2009 - 18:17:00 git: acpi_thermal.4: Revert a bit (temperatures are still in 10ths of Kelvin).
Sascha Wildner
- Jan 01 2010 - 02:14:50 git: Bump copyright years. Happy new year!
Sascha Wildner
- Jan 01 2010 - 03:06:42 git: md.4: Adjust SYNOPSIS a bit.
Sascha Wildner
- Jan 01 2010 - 03:06:45 git: development.7: Remove blank line.
Sascha Wildner
Last message date:
Thu Dec 31 19:34:13 PST 2009
Archived on: Fri Mar 3 13:38:53 PST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).