October 2011 Archives by author
Starting: Sat Oct 1 12:29:54 PDT 2011
Ending: Mon Oct 31 14:21:43 PDT 2011
Messages: 177
- Oct 04 2011 - 15:02:01 git: kernel - Fix spin lock held across contigfree/kfree in bounce code
Matthew Dillon
- Oct 04 2011 - 15:03:58 git: DragonFly_RELEASE_2_12 kernel - Fix spin lock held across contigfree/kfree in bounce code
Matthew Dillon
- Oct 07 2011 - 07:26:26 git: kernel - Fix bug in lwkt_token_swap()
Matthew Dillon
- Oct 18 2011 - 18:20:15 git: kernel - Major SMP performance patch / VM system, bus-fault/seg-fault fixes
Matthew Dillon
- Oct 19 2011 - 04:12:32 git: kernel - pmap_spin needed for UP build
Matthew Dillon
- Oct 19 2011 - 04:12:33 git: kernel - Fix latency issue with many cores contending on a token
Matthew Dillon
- Oct 19 2011 - 15:21:06 git: kernel - Increase exec args cache on 64-bit boxes
Matthew Dillon
- Oct 19 2011 - 15:21:07 git: kernel - Fix long-standing vfork/exec bug
Matthew Dillon
- Oct 19 2011 - 15:24:46 git: kernel - Move a vm_object_pip_wakeup() call
Matthew Dillon
- Oct 22 2011 - 21:09:30 git: kernel - Fix null-pointer crash in i386/pmap.c
Matthew Dillon
- Oct 25 2011 - 05:03:00 git: kernel - Increase VM page free minimums for allocations
Matthew Dillon
- Oct 26 2011 - 18:17:38 git: kernel - limit allproc_scan() to snapshot
Matthew Dillon
- Oct 26 2011 - 18:17:43 git: kernel - Fix cumulative nprocs bug
Matthew Dillon
- Oct 26 2011 - 18:17:44 git: kernel - callout_init() -> callout_init_mp() in selected cases
Matthew Dillon
- Oct 26 2011 - 18:39:06 git: kernel - Make the itimers MPSAFE
Matthew Dillon
- Oct 26 2011 - 18:39:12 git: kernel - Optimize spinlocks for 48-core contention
Matthew Dillon
- Oct 26 2011 - 18:39:12 git: kernel - Major vm_page, lwkt thread, and other changes
Matthew Dillon
- Oct 26 2011 - 18:46:58 git: kernel - remove MP lock from uipc socket functions, route table, and mld6
Matthew Dillon
- Oct 26 2011 - 18:46:59 git: kernel - Rewrite the x86-64 pmap code
Matthew Dillon
- Oct 26 2011 - 21:56:20 git: kernel - Handle pmap_protect() race in pmap code
Matthew Dillon
- Oct 26 2011 - 21:56:21 git: kernel - Adjust pagezero/pagecopy assembly and re-enable VM_ALLOC_ZERO
Matthew Dillon
- Oct 26 2011 - 22:46:14 git: kernel - pmap (64bit) add missing wiring to fix panic
Matthew Dillon
- Oct 26 2011 - 22:46:15 git: kernel - Fix recently introduced bus error w/postgres scoreboard
Matthew Dillon
- Oct 26 2011 - 22:49:00 git: test - Add code to test recent bus error issue
Matthew Dillon
- Oct 27 2011 - 01:59:57 git: kernel - Fix deep recursion in vm_object_collapse()
Matthew Dillon
- Oct 27 2011 - 02:05:03 git: kernel - Fix memory leak when execv()ing certain paths.
Matthew Dillon
- Oct 27 2011 - 03:15:25 git: kernel - Fix deep recursion in vm_object_collapse() (2)
Matthew Dillon
- Oct 28 2011 - 07:07:03 git: kernel - More many-cores SMP work
Matthew Dillon
- Oct 28 2011 - 16:48:57 git: kernel - add lwkt_set_interrupt_support_thread() API
Matthew Dillon
- Oct 28 2011 - 16:49:03 git: kernel - Clean up spinlock code, add more lwkt_yield()s
Matthew Dillon
- Oct 28 2011 - 16:49:04 git: kernel - Another huge HUGE VM performance improvement for many-cores
Matthew Dillon
- Oct 28 2011 - 17:22:40 git: kernel - Fix vm_object->rb_memq race in pageout daemon
Matthew Dillon
- Oct 28 2011 - 23:53:50 git: killall - Add support for pts specifications
Matthew Dillon
- Oct 29 2011 - 00:20:43 git: kernel - regenerate system calls
Matthew Dillon
- Oct 29 2011 - 00:20:48 git: kernel - shmid_ds structure needs to change on 64-bit :-(
Matthew Dillon
- Oct 29 2011 - 00:38:48 git: kernel - shmget() adjustments
Matthew Dillon
- Oct 29 2011 - 01:56:02 git: kernel - Fix bug in shmget()
Matthew Dillon
- Oct 29 2011 - 01:56:08 git: kernel - Remove libc shm shims
Matthew Dillon
- Oct 29 2011 - 02:10:38 git: kernel - Autosize maximum shm pages
Matthew Dillon
- Oct 29 2011 - 18:24:10 git: ipcs - Make it compile w/WARNS=6
Matthew Dillon
- Oct 29 2011 - 18:38:08 git: kernel - Fix LINT compilation on 32-bit
Matthew Dillon
- Oct 31 2011 - 18:19:02 git: kernel - Fix missing token release in msync() error path
Matthew Dillon
- Oct 31 2011 - 19:56:40 git: kernel - Expand panic message for invalid pte case
Matthew Dillon
- Oct 31 2011 - 21:21:43 git: kernel - Fix mbuf cluster statistics, fix type change bug
Matthew Dillon
- Oct 07 2011 - 21:14:41 git: TRIM support
Samuel Greear
- Oct 21 2011 - 02:21:01 git: DRM from FreeBSD current, tested for r600
Samuel Greear
- Oct 21 2011 - 04:32:24 git: DRM - Fix LINT build
Samuel Greear
- Oct 18 2011 - 05:24:59 git: pmap - Missing critical section when calling lwkt_ipiq_process().
Alex Hornung
- Oct 06 2011 - 15:53:33 git: x86_64 - Remove unneeded globaldata.c file.
Antonio Huete Jimenez
- Oct 14 2011 - 19:21:44 git: syscons - Fix comment.
Antonio Huete Jimenez
- Oct 14 2011 - 20:01:21 git: syscons - Fix comments related to do_switch_scr()
Antonio Huete Jimenez
- Oct 17 2011 - 22:10:49 git: pmap - Missing critical section when calling lwkt_ipiq_process().
Antonio Huete Jimenez
- Oct 18 2011 - 10:26:06 git: syscons - Avoid potential blocking issue.
Antonio Huete Jimenez
- Oct 18 2011 - 14:43:51 git: DragonFly_RELEASE_2_12 syscons - Fix comment.
Antonio Huete Jimenez
- Oct 18 2011 - 14:43:57 git: DragonFly_RELEASE_2_12 x86_64 - Remove unneeded globaldata.c file.
Antonio Huete Jimenez
- Oct 18 2011 - 14:43:58 git: DragonFly_RELEASE_2_12 syscons - Fix comments related to do_switch_scr()
Antonio Huete Jimenez
- Oct 18 2011 - 14:43:59 git: DragonFly_RELEASE_2_12 pmap - Missing critical section when calling lwkt_ipiq_process().
Antonio Huete Jimenez
- Oct 18 2011 - 14:44:00 git: DragonFly_RELEASE_2_12 syscons - Avoid potential blocking issue.
Antonio Huete Jimenez
- Oct 22 2011 - 21:19:44 git: kern - Do not allow calls to vmspace_president_count() from userland.
Antonio Huete Jimenez
- Oct 22 2011 - 21:23:43 git: test - Little program to list processes from coredumps or kmem.
Antonio Huete Jimenez
- Oct 25 2011 - 22:42:08 git: libhammer - HAMMER filesystem library.
Antonio Huete Jimenez
- Oct 29 2011 - 17:31:38 git: libhammer - Include overlooked field freebigblocks.
Antonio Huete Jimenez
- Oct 29 2011 - 17:43:50 git: ipcs: Adjust ipcs display to take into account new shared memory sizes
Jan Lentfer
- Oct 13 2011 - 00:07:41 git: sdiff: fix wcwidth recursion
John Marino
- Oct 13 2011 - 00:16:38 git: DragonFly_RELEASE_2_12 sdiff: fix wcwidth recursion
John Marino
- Oct 15 2011 - 09:29:42 git: crt1.o: provide symbol definition of environ
John Marino
- Oct 15 2011 - 09:29:43 git: crt1.o: provide symbol definition of __progname
John Marino
- Oct 15 2011 - 09:42:23 git: DragonFly_RELEASE_2_12 crt1.o: provide symbol definition of environ
John Marino
- Oct 15 2011 - 09:42:24 git: DragonFly_RELEASE_2_12 crt1.o: provide symbol definition of __progname
John Marino
- Oct 15 2011 - 18:35:04 git: i386/sys/sbrk.S: extra "end" symbol removed
John Marino
- Oct 15 2011 - 18:39:28 git: DragonFly_RELEASE_2_12 i386/sys/sbrk.S: extra "end" symbol removed
John Marino
- Oct 28 2011 - 20:12:04 git: Merge branch 'vendor/GCC44'
John Marino
- Oct 28 2011 - 20:12:08 git: gcc44: Update version from 4.4.6-RELEASE to 4.4.7-20111025
John Marino
- Oct 29 2011 - 19:04:51 git: Merge branch 'vendor/DIFFUTILS'
John Marino
- Oct 29 2011 - 19:04:52 git: diffutils: Upgrade to version 3.2
John Marino
- Oct 29 2011 - 20:12:21 git: diff: Remove location modification from 2004
John Marino
- Oct 30 2011 - 00:01:27 git: Merge branch 'vendor/GREP'
John Marino
- Oct 30 2011 - 00:01:28 git: grep: Upgrade to version 2.9
John Marino
- Oct 16 2011 - 21:48:37 git: loader(8): Update: add more text on kenv vs local variables etc. - Add missing kenv variables to assignment white list; all kenv variables which are used in loader(8) source are added. - Inhibiting loading of acpi(4) needs to use `lunset acpi_load', not `unset', as `loadall' uses local variables; ditto for ehci. - Add info to loader.8 & help files on variables ($VAR / ${VAR}) in command arguments and assignment; these are kenv variables. - Add description of vfs.root.realroot - Fix some whitespace style(7). DragonFly-bug: <http://bugs.dragonflybsd.org/issue2141>
Thomas Nikolajsen
- Oct 16 2011 - 21:48:51 git: DragonFly_RELEASE_2_10 loader(8): Update: add more text on kenv vs local variables etc. - Add missing kenv variables to assignment white list; all kenv variables which are used in loader(8) source are added. - Inhibiting loading of acpi(4) needs to use `lunset acpi_load', not `unset', as `loadall' uses local variables; ditto for ehci. - Add info to loader.8 & help files on variables ($VAR / ${VAR}) in command arguments and assignment; these are kenv variables. - Add descriptio
Thomas Nikolajsen
- Oct 16 2011 - 21:50:52 git: DragonFly_RELEASE_2_12 loader(8): Update: add more text on kenv vs local variables etc. - Add missing kenv variables to assignment white list; all kenv variables which are used in loader(8) source are added. - Inhibiting loading of acpi(4) needs to use `lunset acpi_load', not `unset', as `loadall' uses local variables; ditto for ehci. - Add info to loader.8 & help files on variables ($VAR / ${VAR}) in command arguments and assignment; these are kenv variables. - Add descriptio
Thomas Nikolajsen
- Oct 30 2011 - 15:01:12 POS software cooperation with Bulgarian Open Source project
Victor Pavlov
- Oct 04 2011 - 02:49:43 git: 2.13 update.
Justin C. Sherrill
- Oct 04 2011 - 02:49:45 git: DragonFly_RELEASE_2_12 2.12 branch.
Justin C. Sherrill
- Oct 04 2011 - 04:38:39 git: annotated tag v2.13.0 created
Justin C. Sherrill
- Oct 04 2011 - 04:38:50 git: annotated tag v2.12.0 created
Justin C. Sherrill
- Oct 05 2011 - 00:35:42 git: DragonFly_RELEASE_2_12 Make pkgsrc-2011q3 default instead of 2011q1.
Justin C. Sherrill
- Oct 05 2011 - 14:19:55 git: Make pkgsrc-2011q3 default instead of 2011q1.
Justin C. Sherrill
- Oct 06 2011 - 01:42:05 git: kernel -- Add pool spinlocks interface.
Venkatesh Srinivas
- Oct 07 2011 - 19:47:17 git: kernel -- Resolve NULL ptr dereference in fill_kinfo_proc.
Venkatesh Srinivas
- Oct 10 2011 - 02:31:54 git: Document spin_pool_lock(9) and spin_pool_unlock(9).
Venkatesh Srinivas
- Oct 13 2011 - 00:29:35 git: DragonFly_RELEASE_2_12 kernel -- Resolve NULL ptr dereference in fill_kinfo_proc.
Venkatesh Srinivas
- Oct 13 2011 - 00:45:41 git: DragonFly_RELEASE_2_12 vm_object locking fixes
Venkatesh Srinivas
- Oct 25 2011 - 17:51:06 git: kernel -- lwbuf: Convert cmpxchg loop to LOCK OR; we are just setting a bit.
Venkatesh Srinivas
- Oct 26 2011 - 12:41:30 git: librt -- aio: lio_listio: Do not dereference NULL sigevp.
Venkatesh Srinivas
- Oct 26 2011 - 14:40:30 git: libc -- string: strspn should return 0 for empty match strings, not string len.
Venkatesh Srinivas
- Oct 04 2011 - 08:01:28 git: Import proplib from NetBSD
Francois Tigeot
- Oct 08 2011 - 14:08:38 git: Add missing END() macros to libc i386 .S files
Francois Tigeot
- Oct 01 2011 - 19:29:54 git: fsdb(8): Raise WARNS to 1.
Sascha Wildner
- Oct 04 2011 - 05:36:07 git: Raise default .Os value for the manual pages to 2.13 on master.
Sascha Wildner
- Oct 04 2011 - 05:36:08 git: DragonFly_RELEASE_2_12 Raise default .Os value for the manual pages to 2.12 on RELEASE.
Sascha Wildner
- Oct 08 2011 - 11:56:08 git: Fix the i386 buildworld.
Sascha Wildner
- Oct 08 2011 - 14:43:59 git: libc: Remove the CVS ID in the recently changed files, too.
Sascha Wildner
- Oct 09 2011 - 22:50:34 git: libm: Match ENTRY()s with END()s.
Sascha Wildner
- Oct 10 2011 - 20:14:23 git: libc_r/libstand/libthread_xu: Match ENTRY()s with END()s.
Sascha Wildner
- Oct 10 2011 - 20:22:46 git: padlock(4): Match ENTRY()s with END()s.
Sascha Wildner
- Oct 10 2011 - 20:43:49 git: kernel/ufs: Fix mount_point access in ffs_blkfree() when using softdep.
Sascha Wildner
- Oct 11 2011 - 03:11:52 git: kernel/drm: Clean up the Makefiles a bit.
Sascha Wildner
- Oct 12 2011 - 21:55:52 git: Sync zoneinfo database with tzdata2011l from munnari.oz.au
Sascha Wildner
- Oct 12 2011 - 21:55:53 git: DragonFly_RELEASE_2_10 Sync zoneinfo database with tzdata2011l from munnari.oz.au
Sascha Wildner
- Oct 12 2011 - 21:55:54 git: DragonFly_RELEASE_2_12 Sync zoneinfo database with tzdata2011l from munnari.oz.au
Sascha Wildner
- Oct 13 2011 - 19:26:09 git: kernel/tmpfs: Remove a useless (and wrong, anyway) header.
Sascha Wildner
- Oct 14 2011 - 02:50:08 git: ipiq: Remove an extra semicolon that was messing up an if.
Sascha Wildner
- Oct 14 2011 - 02:50:48 git: DragonFly_RELEASE_2_10 ipiq: Remove an extra semicolon that was messing up an if.
Sascha Wildner
- Oct 14 2011 - 02:50:50 git: DragonFly_RELEASE_2_12 ipiq: Remove an extra semicolon that was messing up an if.
Sascha Wildner
- Oct 14 2011 - 21:27:46 git: Add PCI MMC/SD drivers to our standard kernel configurations.
Sascha Wildner
- Oct 14 2011 - 21:27:47 git: DragonFly_RELEASE_2_12 Add PCI MMC/SD drivers to our standard kernel configurations.
Sascha Wildner
- Oct 14 2011 - 23:22:27 git: ath(4): Remove a debug message (not in FreeBSD's either).
Sascha Wildner
- Oct 14 2011 - 23:22:27 git: DragonFly_RELEASE_2_12 ath(4): Remove a debug message (not in FreeBSD's either).
Sascha Wildner
- Oct 16 2011 - 16:51:42 git: lgue(4): Fix an issue and do some cleanup.
Sascha Wildner
- Oct 16 2011 - 16:51:43 git: DragonFly_RELEASE_2_12 lgue(4): Fix an issue and do some cleanup.
Sascha Wildner
- Oct 19 2011 - 18:41:47 git: LINT/LINT64: Sort filesystems.
Sascha Wildner
- Oct 19 2011 - 18:48:48 git: Revert "LINT/LINT64: Add ext2fs."
Sascha Wildner
- Oct 20 2011 - 04:36:12 git: spinlock.9: A little cleanup.
Sascha Wildner
- Oct 20 2011 - 04:36:13 git: Some cleanup after addition of TRIM support.
Sascha Wildner
- Oct 21 2011 - 02:12:43 git: kernel: Move GPL'd kernel files to sys/gnu to have them all in one place.
Sascha Wildner
- Oct 22 2011 - 09:29:23 git: Remove some duplicate includes in sys/kern.
Sascha Wildner
- Oct 22 2011 - 18:14:24 git: accept_filter.9: Add missing include.
Sascha Wildner
- Oct 23 2011 - 06:15:49 git: Remove some EISA remains in a couple of manual pages.
Sascha Wildner
- Oct 25 2011 - 12:09:26 git: periodic/daily: Fix the check for denied zone transfers (AXFR and IXFR).
Sascha Wildner
- Oct 25 2011 - 13:29:24 git: Sync zoneinfo database with tzdata2011m from munnari.oz.au
Sascha Wildner
- Oct 25 2011 - 13:29:29 git: DragonFly_RELEASE_2_12 Sync zoneinfo database with tzdata2011m from munnari.oz.au
Sascha Wildner
- Oct 25 2011 - 13:29:32 git: DragonFly_RELEASE_2_10 Sync zoneinfo database with tzdata2011m from munnari.oz.au
Sascha Wildner
- Oct 26 2011 - 13:12:52 git: pf.conf.5/swapcache.8: Fix some typos (verses -> versus).
Sascha Wildner
- Oct 28 2011 - 03:26:20 git: zone.tab: Fix tzsetup(8) breakage.
Sascha Wildner
- Oct 28 2011 - 03:26:20 git: DragonFly_RELEASE_2_10 zone.tab: Fix tzsetup(8) breakage.
Sascha Wildner
- Oct 28 2011 - 03:26:21 git: DragonFly_RELEASE_2_12 zone.tab: Fix tzsetup(8) breakage.
Sascha Wildner
- Oct 28 2011 - 12:32:21 git: Fix i386 buildkernel.
Sascha Wildner
- Oct 29 2011 - 06:14:06 git: Further shared memory adjustments to be in line with POSIX.
Sascha Wildner
- Oct 29 2011 - 09:59:08 git: kernel: Add missing MODULE_VERSION()s for file systems.
Sascha Wildner
- Oct 30 2011 - 20:22:43 git: Remove /usr/include/crypt.h via 'make upgrade'.
Sascha Wildner
- Oct 30 2011 - 20:22:48 git: Revert "libcrypt - install crypt.h header"
Sascha Wildner
- Oct 31 2011 - 00:03:53 git: Fix buildkernel without 'options INVARIANTS'.
Sascha Wildner
- Oct 31 2011 - 12:02:14 git: Fix x86_64 buildkernel with 'options DIAGNOSTIC'.
Sascha Wildner
- Oct 31 2011 - 15:48:50 git: adduser(8): Sync with FreeBSD.
Sascha Wildner
- Oct 31 2011 - 15:52:34 git: Fix a macro argument expansion bug
Sascha Wildner
- Oct 31 2011 - 20:45:13 git: Remove various unneeded definitions of abs() in userland.
Sascha Wildner
- Oct 11 2011 - 13:48:46 git: psm: Set the interrupt's target CPU properly
Sepherosa Ziehau
- Oct 11 2011 - 13:48:46 git: psm: Utilize bus_alloc_legacy_irq_resource
Sepherosa Ziehau
- Oct 11 2011 - 13:48:47 git: atkbd: Interrupt resource is not shareable
Sepherosa Ziehau
- Oct 11 2011 - 13:48:48 git: atkbd: Utilize bus_alloc_legacy_irq_resource()
Sepherosa Ziehau
- Oct 11 2011 - 13:48:49 git: atkbd: Set the interrupt's target CPU properly
Sepherosa Ziehau
- Oct 11 2011 - 13:48:50 git: nexus: Log invalid target CPUID for interrupt resource
Sepherosa Ziehau
- Oct 11 2011 - 13:48:51 git: bus: Add bus_alloc_legacy_irq_resource()
Sepherosa Ziehau
- Oct 11 2011 - 13:48:52 git: rman: Record owner CPUID during initialization
Sepherosa Ziehau
- Oct 11 2011 - 13:48:53 git: legacy devices: Utilize bus_alloc_legacy_irq_resource()
Sepherosa Ziehau
- Oct 11 2011 - 13:48:54 git: resource: Per-CPU hardware resources support, step 5 of many
Sepherosa Ziehau
- Oct 11 2011 - 13:48:55 git: resource: Per-CPU hardware resources support, step 2 of many
Sepherosa Ziehau
- Oct 11 2011 - 13:48:55 git: MachIntrABI: Add method to return IRQ's target CPU
Sepherosa Ziehau
- Oct 11 2011 - 13:48:56 git: resource: Per-CPU hardware resources support, step 1 of many
Sepherosa Ziehau
- Oct 11 2011 - 13:48:57 git: resource: Per-CPU hardware resources support, step 4 of many
Sepherosa Ziehau
- Oct 11 2011 - 13:48:58 git: resource: Per-CPU hardware resources support, step 3 of many
Sepherosa Ziehau
- Oct 22 2011 - 12:01:00 git: tcp: We have dropped T/TCP for a long time; remove the implied connection
Sepherosa Ziehau
- Oct 24 2011 - 12:21:22 git: tcp: Add sosendtcp for further optimization
Sepherosa Ziehau
- Oct 24 2011 - 12:21:22 git: Merge branch 'devel'
Sepherosa Ziehau
- Oct 24 2011 - 12:21:23 git: tcp: We have dropped T/TCP for a long time; remove the implied connection
Sepherosa Ziehau
- Oct 24 2011 - 12:21:23 git: tcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous
Sepherosa Ziehau
- Oct 24 2011 - 12:21:23 git: tcp: Aggregate the mbuf in sosendtcp() a little bit
Sepherosa Ziehau
- Oct 25 2011 - 12:09:07 git: tmpfs: Implement vptofh, so programs open files in tmpfs could coredump
Sepherosa Ziehau
- Oct 28 2011 - 16:04:32 git: swi: Pass cpuid to swi register and unregister
Sepherosa Ziehau
- Oct 29 2011 - 14:53:21 git: x86_64/nexus: Per-cpu IRQ rman
Sepherosa Ziehau
- Oct 29 2011 - 14:53:22 git: x86_64/ioapic: Allow GSI's target CPU to be configured
Sepherosa Ziehau
- Oct 30 2011 - 11:29:56 git: x86_64/ioapic_abi: Rework debug messages
Sepherosa Ziehau
- Oct 30 2011 - 14:02:35 git: ioapic_abi/x86_64: Record the max line based IRQ
Sepherosa Ziehau
- Oct 30 2011 - 14:02:37 git: ioapic_abi/x86_64: Optimize the GSI search a little bit
Sepherosa Ziehau
- Oct 12 2011 - 23:07:32 reservastrancoso at gmail.com Pousadas em Trancoso, reservas, agencia virtual, turismo Bahia - 80745
pousadas trancoso reservas bahia
- Oct 09 2011 - 21:19:35 pcnetsecurity at gmail.com manutenção de computador jardim da penha vitoria 27 9997- 0099 68088
manutencao computadores vitoria
Last message date:
Mon Oct 31 14:21:43 PDT 2011
Archived on: Fri Mar 3 13:38:58 PST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).