November 2011 Archives by author
Starting: Tue Nov 1 03:05:12 PDT 2011
Ending: Wed Nov 30 20:39:23 PST 2011
Messages: 220
- Nov 02 2011 - 06:23:47 git: kernel - Add bsflong() asm functions
Matthew Dillon
- Nov 02 2011 - 06:33:48 git: buildkernel - remove COMPAT_43 and COMPAT_DF12
Matthew Dillon
- Nov 02 2011 - 06:35:42 git: kernel - add MAP_SIZEALIGN
Matthew Dillon
- Nov 02 2011 - 06:42:45 git: kernel - Major MP work on kq and signal processing
Matthew Dillon
- Nov 02 2011 - 06:46:43 git: kernel - Fix x86-64 pmap race
Matthew Dillon
- Nov 02 2011 - 06:46:44 git: kernel - Fix spin-based msgports
Matthew Dillon
- Nov 02 2011 - 06:46:45 git: kernel - reformulate the maxusers auto-sizing calculation
Matthew Dillon
- Nov 03 2011 - 17:53:24 git: kernel - Fix /dev/mem access for memory >=4GB
Matthew Dillon
- Nov 03 2011 - 17:53:30 git: kernel - Hold required token when accessing p_flags, adjust kmem access
Matthew Dillon
- Nov 03 2011 - 20:43:50 git: kernel - Fix bug in last commit
Matthew Dillon
- Nov 04 2011 - 05:47:55 git: kernel - Fix localhost packet misordering
Matthew Dillon
- Nov 04 2011 - 17:55:56 git: kernel - Attempt to workaround low memory deadlock
Matthew Dillon
- Nov 08 2011 - 00:29:47 git: kernel - Fix itimer hard critical section panic
Matthew Dillon
- Nov 08 2011 - 08:31:38 git: kernel - Add callout_stop_sync()
Matthew Dillon
- Nov 08 2011 - 08:31:44 git: kernel - make adjustments to the AHCI driver to try to locate some races
Matthew Dillon
- Nov 08 2011 - 19:52:49 git: kernel - reformulate some of the pmap code to adhere to the new rules
Matthew Dillon
- Nov 08 2011 - 23:43:44 git: kernel - Beef up vm_contig allocation checks
Matthew Dillon
- Nov 08 2011 - 23:43:45 git: kernel - Rearrange page adds in vm_add_new_page()
Matthew Dillon
- Nov 09 2011 - 00:16:17 git: kernel - Fix lwp_create() kernel corruption and panic in error path
Matthew Dillon
- Nov 09 2011 - 10:25:20 git: kernel - Fix overflows in vm_zone.c
Matthew Dillon
- Nov 09 2011 - 10:25:21 git: kernel - Increase default shared pages per process for x86-64
Matthew Dillon
- Nov 10 2011 - 18:06:35 git: kernel - Deoptimize refcount case
Matthew Dillon
- Nov 10 2011 - 18:06:40 git: kernel - Allow vm_page_alloc() to return NULL in bio_page_alloc()
Matthew Dillon
- Nov 10 2011 - 18:06:41 git: kernel - Increase maximum supported physical memory to 32TB
Matthew Dillon
- Nov 10 2011 - 18:06:42 git: kernel - Remove ad-hoc increment/decrement of vm->vm_sysref
Matthew Dillon
- Nov 10 2011 - 20:23:44 git: vkernel - Add leaf customization target
Matthew Dillon
- Nov 10 2011 - 20:27:54 git: kernel - Fix p->p_lock race and remove unused procedures
Matthew Dillon
- Nov 11 2011 - 00:36:38 git: kernel - Performance improvements during heavy memory/IO use
Matthew Dillon
- Nov 11 2011 - 03:36:27 git: kernel - Fix numerous performance problems with the pageout daemon
Matthew Dillon
- Nov 11 2011 - 03:45:00 git: kernel - Wait for I/O to finish in vm_object_terminate()
Matthew Dillon
- Nov 11 2011 - 18:42:25 git: kernel - Fix deadlock in pmap_page_protect()
Matthew Dillon
- Nov 11 2011 - 18:53:26 git: kernel - Add required critical section around tsleep_remove()
Matthew Dillon
- Nov 12 2011 - 06:38:03 git: kernel - Upgrade buffer space tracking variables from int to long
Matthew Dillon
- Nov 12 2011 - 06:38:04 git: kernel - Fix IPI signaling issue, add a few assertions
Matthew Dillon
- Nov 12 2011 - 06:38:05 git: kernel = Fix tsleep(), remove MAILBOX signals, change signalset locks for LWPs
Matthew Dillon
- Nov 12 2011 - 06:55:16 git: kernel - Add missing dsched_exit_thread() and friends
Matthew Dillon
- Nov 12 2011 - 16:54:53 git: kernel - Remove MP lock from sysv semaphore code
Matthew Dillon
- Nov 12 2011 - 16:54:54 git: kernel - Fix overflows and races in zalloc()
Matthew Dillon
- Nov 12 2011 - 19:30:49 git: kernel - Expose nanosleep1() to other kernel source files
Matthew Dillon
- Nov 12 2011 - 19:30:50 git: kernel - Implement degenerate timeout case for select() and poll()
Matthew Dillon
- Nov 12 2011 - 19:30:50 git: kernel - Use MPSAFE callouts for TCP
Matthew Dillon
- Nov 12 2011 - 23:08:17 git: kernel - Add syscall quick return path for x86-64
Matthew Dillon
- Nov 13 2011 - 00:02:31 git: ipcs - Cleanup output format
Matthew Dillon
- Nov 13 2011 - 17:37:22 git: libc - Bring dmalloc in for x86-64
Matthew Dillon
- Nov 13 2011 - 17:41:29 git: kernel - Certain sysv_shm administrative functions still need the mp_lock
Matthew Dillon
- Nov 13 2011 - 17:41:30 git: kernel - Improve per-cpu caching of pv_entry's
Matthew Dillon
- Nov 15 2011 - 03:33:24 git: systat - Handle larger numbers, cleanup
Matthew Dillon
- Nov 15 2011 - 04:06:26 git: ps - Fix broken column alignment for programs w/ large RSS/VSZ
Matthew Dillon
- Nov 15 2011 - 09:34:13 git: kernel - Greatly improve shared memory fault rate concurrency / shared tokens
Matthew Dillon
- Nov 15 2011 - 23:26:28 git: kernel - Normalize use of sys/buf2.h for last commit
Matthew Dillon
- Nov 15 2011 - 23:26:30 git: kernel - Try to fix vrevoke() race/crash
Matthew Dillon
- Nov 15 2011 - 23:26:31 git: kernel - Fix DEBUG_LOCKS races
Matthew Dillon
- Nov 15 2011 - 23:26:32 git: kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
Matthew Dillon
- Nov 16 2011 - 00:41:48 git: kernel - Major signal path adjustments (2)
Matthew Dillon
- Nov 16 2011 - 03:30:36 git: kernel - Attempt to make procfs MPSAFE
Matthew Dillon
- Nov 16 2011 - 03:38:08 git: kernel - Attempt to make procfs MPSAFE (2)
Matthew Dillon
- Nov 16 2011 - 04:35:34 git: kernel - Fix VM page race when exec maps a page
Matthew Dillon
- Nov 16 2011 - 05:51:01 git: kernel - Attempt to make procfs MPSAFE (3)
Matthew Dillon
- Nov 16 2011 - 17:02:50 git: kernel - Fix races in procfs
Matthew Dillon
- Nov 16 2011 - 17:02:52 git: kernel - Fix token ordering in sysctl_kern_proc_args(), sysctl_kern_proc_cwd()
Matthew Dillon
- Nov 16 2011 - 17:02:53 git: kernel - Handle degenerate cases for fill_*regs*()
Matthew Dillon
- Nov 16 2011 - 17:40:22 git: kernel - Do not call pmap_enter() in vm_fault_page*()
Matthew Dillon
- Nov 16 2011 - 18:59:17 git: kernel - Fix bug in procfs_ioctl()
Matthew Dillon
- Nov 16 2011 - 19:56:34 git: kernel - Do not use shared tokens for kernel_map
Matthew Dillon
- Nov 16 2011 - 20:32:56 git: kernel - Try to fix procfs readdir race
Matthew Dillon
- Nov 16 2011 - 23:01:51 git: kernel - Move VM objects from pool tokens to per-vm-object tokens
Matthew Dillon
- Nov 17 2011 - 01:58:52 git: systat - unsigned expansion to proper display >= 2G values on 32 bit boxes
Matthew Dillon
- Nov 17 2011 - 17:22:06 git: kernel - more procfs work
Matthew Dillon
- Nov 17 2011 - 17:22:10 git: kernel - Fix ps/thread-exit and other related ps races
Matthew Dillon
- Nov 17 2011 - 18:47:01 git: kernel - Fix additional races in lwp_signotify()
Matthew Dillon
- Nov 18 2011 - 16:16:53 git: kernel - Cleanup and document
Matthew Dillon
- Nov 18 2011 - 16:16:59 git: kernel - Fix marker in sysctl_kern_proc()
Matthew Dillon
- Nov 18 2011 - 16:17:06 git: kernel - Document vm_map_lookup_entry() better in vm/vm_map.c
Matthew Dillon
- Nov 18 2011 - 16:17:06 git: kernel - Adjust tlb invalidation in the x86-64 pmap code
Matthew Dillon
- Nov 18 2011 - 18:49:33 git: kernel - Fix swapcached problems when max-swap use reached
Matthew Dillon
- Nov 18 2011 - 19:52:39 git: kernel - Fix swapcached problems when max-swap use reached (2)
Matthew Dillon
- Nov 18 2011 - 20:05:11 git: kernel - Fix incorrect assertion in lwkt_token_swap()
Matthew Dillon
- Nov 19 2011 - 05:08:38 git: kernel - Revamp subr_alist and get it ready for use
Matthew Dillon
- Nov 19 2011 - 05:08:39 git: kernel - Implement a contiguous memory reserve for contigmalloc()
Matthew Dillon
- Nov 19 2011 - 07:15:49 git: kernel - Correct unaligned results in alist_free_info()
Matthew Dillon
- Nov 19 2011 - 08:09:35 git: kernel - Fix crash in pmap_enter()
Matthew Dillon
- Nov 29 2011 - 05:17:16 git: kernel - Attempt to fix early release panic w/USB's sim.
Matthew Dillon
- Nov 29 2011 - 06:10:53 git: kernel - Check PG_MARKER in pmap_object_init_pt_callback()
Matthew Dillon
- Nov 29 2011 - 06:10:54 git: kernel - RB_SCAN() requires a short-term spinlock
Matthew Dillon
- Nov 29 2011 - 06:20:01 git: kernel - Add required vm_token back in to swaponvp()
Matthew Dillon
- Nov 29 2011 - 06:20:02 git: kernel - Fix race in multi-LWP exit
Matthew Dillon
- Nov 29 2011 - 21:34:53 git: build - install should not complain if the mkdir() races
Matthew Dillon
- Nov 29 2011 - 21:34:54 git: buildworld - Fix parallel build race in ncurses
Matthew Dillon
- Nov 29 2011 - 21:37:54 git: build - Support concurrent SUBDIR traversal, fix make depend bug
Matthew Dillon
- Nov 29 2011 - 21:40:55 git: build - Significantly improve parallel buildworld times
Matthew Dillon
- Nov 29 2011 - 21:43:55 git: dmesg - Don't fail when the kernel is adding to the dmesg quickly
Matthew Dillon
- Nov 30 2011 - 02:21:51 git: libkvm - Enhance swapinfo dump
Matthew Dillon
- Nov 30 2011 - 04:50:48 git: kernel - Fix a few edge cases in subr_blist.c
Matthew Dillon
- Nov 30 2011 - 04:50:50 git: kernel - Fix fragmentation and object list scan bug in swapcache
Matthew Dillon
- Nov 30 2011 - 20:06:18 git: kernel - swtch.s cleanup
Matthew Dillon
- Dec 01 2011 - 01:35:17 git: kernel - Fix pmap->pm_active race in switch code
Matthew Dillon
- Dec 01 2011 - 01:35:19 git: kernel - Add requires p->p_token locking and holds around fork()'s child proc
Matthew Dillon
- Dec 01 2011 - 01:36:22 git: kernel - Minor cleanups
Matthew Dillon
- Dec 01 2011 - 04:39:23 git: kernel - Fix race between procfs / proc sysctls and exec, refactor PHOLD/etc
Matthew Dillon
- Nov 05 2011 - 21:06:17 git: kernel - sysv - Bump semaphore limits
Samuel Greear
- Nov 07 2011 - 07:47:51 git: sys/types.h - include sys/stdint.h for __off_t and __pid_t
Samuel Greear
- Nov 14 2011 - 18:36:54 git: dfregress - An automated test driver and framework
Alex Hornung
- Nov 17 2011 - 23:05:51 git: dfregress - misc minor fixes/ make more verbose
Alex Hornung
- Nov 17 2011 - 23:05:57 git: dfregress,tbridge - Move into usr.bin and sys/dev
Alex Hornung
- Nov 18 2011 - 01:14:10 git: dfregress,dfr2text - add man pages
Alex Hornung
- Nov 18 2011 - 09:01:04 git: dfregress.8 - Add info on writing testcases
Alex Hornung
- Nov 18 2011 - 09:02:02 git: tbridge(9) - add man page
Alex Hornung
- Nov 21 2011 - 20:57:05 git: dfr2text, tbridge.9 - fix typos/etc
Alex Hornung
- Nov 05 2011 - 18:46:34 git: libhammer - Fix a misplaced #endif for the header guardian.
Antonio Huete Jimenez
- Nov 05 2011 - 18:46:35 git: libhammer - inodes field was also overlooked.
Antonio Huete Jimenez
- Nov 05 2011 - 18:46:36 git: libhammer - Hook it up into the build.
Antonio Huete Jimenez
- Nov 05 2011 - 18:46:37 git: hammer - Migration to libhammer (step 1/many)
Antonio Huete Jimenez
- Nov 06 2011 - 11:05:27 git: vmstat - Adapt memory limit field for bigger sizes.
Antonio Huete Jimenez
- Nov 22 2011 - 00:45:04 git: nwfs - Use global ncpus
Antonio Huete Jimenez
- Nov 01 2011 - 10:05:12 git: pf: convert to use kmalloc instead of zalloc
Jan Lentfer
- Nov 01 2011 - 21:04:32 git: pf/pf_ioctl.c: Fix whitespace error
Jan Lentfer
- Nov 28 2011 - 16:00:22 git: ldns: Update local files for update to 1.6.11
Jan Lentfer
- Nov 03 2011 - 23:16:52 git: Binutils 2.20: Effectively remove from world
John Marino
- Nov 05 2011 - 21:33:43 git: libgmp: Upgrade to version 5.0.2
John Marino
- Nov 05 2011 - 21:43:32 git: libgmp: Fix README.DELETED
John Marino
- Nov 05 2011 - 21:56:34 git: gprof: silence buildworld errors
John Marino
- Nov 06 2011 - 19:03:20 git: libmpfr: Upgrade to version 3.1.0 from version 2.4.2
John Marino
- Nov 06 2011 - 21:53:05 git: CPUTYPE: Add support for Via C7 and AMD Geode (gcc44)
John Marino
- Nov 07 2011 - 11:09:31 git: CPUTYPE: Fix Geode, remove C7
John Marino
- Nov 21 2011 - 23:26:39 git: Bump __DragonFly_version after new functions added to libc
John Marino
- Nov 21 2011 - 23:26:43 git: libc: Add wcscasecmp function
John Marino
- Nov 21 2011 - 23:26:45 git: libc: Add wcsncasecmp function
John Marino
- Nov 26 2011 - 09:29:43 git: binutils 2.22: Add READMEs and local modifications
John Marino
- Nov 26 2011 - 09:29:43 git: binutils 2.22: Add makefiles, new incremental-dump binary
John Marino
- Nov 26 2011 - 09:29:43 git: vendor/BINUTILS-ALL created Initial import of binutils 2.22 on the new vendor branch
John Marino
- Nov 26 2011 - 09:29:43 git: binutils 2.22: Activate building in world
John Marino
- Nov 26 2011 - 09:29:43 git: binutils 2.22: Promote to primary binutils
John Marino
- Nov 26 2011 - 11:26:22 git: Revert "binutils 2.22: Activate building in world"
John Marino
- Nov 26 2011 - 11:26:25 git: Revert "binutils 2.22: Promote to primary binutils"
John Marino
- Nov 26 2011 - 11:26:25 git: Revert "binutils 2.22: Add makefiles, new incremental-dump binary"
John Marino
- Nov 26 2011 - 11:26:25 git: Revert "binutils 2.22: Add READMEs and local modifications"
John Marino
- Nov 26 2011 - 11:26:25 git: Revert "Merge branch 'vendor/BINUTILS-ALL'"
John Marino
- Nov 26 2011 - 14:00:15 git: binutils 2.22: Add READMEs and local modifications
John Marino
- Nov 26 2011 - 14:00:15 git: binutils 2.22: Activate building in world
John Marino
- Nov 26 2011 - 14:00:15 git: binutils 2.22: Add makefiles, new incremental-dump binary
John Marino
- Nov 26 2011 - 14:00:15 git: binutils 2.22: Promote to primary binutils
John Marino
- Nov 26 2011 - 14:00:16 git: vendor/BINUTILS_ALL created Initial import of binutils 2.22 on the new vendor branch
John Marino
- Nov 26 2011 - 14:00:17 git: binutils 2.20: remove source files
John Marino
- Nov 27 2011 - 08:23:21 git: Unbreak buildworld
Thomas Nikolajsen
- Nov 17 2011 - 02:14:17 git: kernel -- token: Two shared token DEBUG_LOCKS tests.
Venkatesh Srinivas
- Nov 17 2011 - 02:31:18 git: kernel -- vkernel64's trap_pfault should use VM_FAULT_BURST for usermode faults.
Venkatesh Srinivas
- Nov 21 2011 - 23:13:20 git: kernel -- nata: Raise ATA timeout for FLUSHCACHE requests.
Venkatesh Srinivas
- Nov 27 2011 - 17:20:56 git: kernel -- ktrace: Fix possible one-word stack leak to userspace.
Venkatesh Srinivas
- Nov 27 2011 - 18:02:30 git: libc -- Remove assembler i386 strlen() routine.
Venkatesh Srinivas
- Nov 01 2011 - 10:34:45 git: Unbreak LINT.
Sascha Wildner
- Nov 01 2011 - 21:29:44 git: Bump __DragonFly_version for the removal of <crypt.h> (to be safe).
Sascha Wildner
- Nov 02 2011 - 23:55:54 git: loader.8: Fix typo.
Sascha Wildner
- Nov 03 2011 - 10:20:18 git: gcc41: Add a missing file to CLEANFILES.
Sascha Wildner
- Nov 03 2011 - 19:12:28 git: Added AMD Features2 bits 17 (TCE), 23 (PCX_CORE) and 24 (PCX_NB) to identcpu.c for pc32 and pc64
Sascha Wildner
- Nov 04 2011 - 12:33:33 git: Remove some bogus CVS IDs.
Sascha Wildner
- Nov 04 2011 - 16:22:46 git: kernel: Replace some bzero()s with M_ZERO in the preceding kmalloc().
Sascha Wildner
- Nov 04 2011 - 17:01:16 git: twa(4): Remove some bogus NULL checks after kmalloc() with M_WAITOK.
Sascha Wildner
- Nov 05 2011 - 10:15:06 git: Sync zoneinfo database with tzdata2011n from munnari.oz.au
Sascha Wildner
- Nov 05 2011 - 10:15:07 git: DragonFly_RELEASE_2_12 Sync zoneinfo database with tzdata2011n from munnari.oz.au
Sascha Wildner
- Nov 05 2011 - 10:15:07 git: DragonFly_RELEASE_2_10 Sync zoneinfo database with tzdata2011n from munnari.oz.au
Sascha Wildner
- Nov 05 2011 - 18:09:32 git: ieee80211*(9) manual pages: Add some missing #include's.
Sascha Wildner
- Nov 05 2011 - 22:41:58 git: Sort some SEE ALSOs in manual pages.
Sascha Wildner
- Nov 07 2011 - 11:54:21 git: Also remove formatted binutils220 manpages via 'make upgrade'.
Sascha Wildner
- Nov 07 2011 - 18:25:35 git: acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CST
Sascha Wildner
- Nov 08 2011 - 02:53:14 git: tcplay.3: Remove empty line.
Sascha Wildner
- Nov 08 2011 - 02:53:15 git: btpin.1: Use an item list to silence a mandoc(1) warning.
Sascha Wildner
- Nov 08 2011 - 03:25:13 git: syscons: Add description for machdep.enable_panic_key.
Sascha Wildner
- Nov 09 2011 - 01:54:49 git: bsd-family-tree: Sync with FreeBSD.
Sascha Wildner
- Nov 11 2011 - 04:22:07 git: Nuke AppleTalk support.
Sascha Wildner
- Nov 11 2011 - 19:06:05 git: installer: Adjust maximum swap recommendation to our current limits.
Sascha Wildner
- Nov 11 2011 - 19:22:24 git: installer: Adjust maximum swap recommendation to our current limits.
Sascha Wildner
- Nov 11 2011 - 19:37:04 git: installer: Check the user-entered swap size against our actual limits, too.
Sascha Wildner
- Nov 13 2011 - 19:48:48 git: kernel: Fix linux emulation build.
Sascha Wildner
- Nov 14 2011 - 02:13:11 git: stress2: Fix a bug introduced in 3647609110201ad09b8c7b945941765be8924123.
Sascha Wildner
- Nov 14 2011 - 02:35:46 git: statfs.2: Fix indentation and add a missing .Pp.
Sascha Wildner
- Nov 14 2011 - 19:51:17 git: <sys/socket.h>: Re-add AF_APPLETALK to unbreak building net/netatalk (pkgsrc).
Sascha Wildner
- Nov 15 2011 - 02:06:56 git: drm.4: Add some words about using both an on-board and another card with DRI.
Sascha Wildner
- Nov 15 2011 - 02:44:43 git: kernel: Kill an obsolete comment.
Sascha Wildner
- Nov 15 2011 - 07:00:05 git: vkernel: Remove unused variable.
Sascha Wildner
- Nov 15 2011 - 15:32:42 git: kernel: Fix building with 'options UDF'.
Sascha Wildner
- Nov 16 2011 - 18:17:39 git: <sys/socket.h>: Bring back PF_APPLETALK too, to unbreak building lang/ruby18.
Sascha Wildner
- Nov 17 2011 - 21:32:07 git: netstat(1): Remove some unused prototypes.
Sascha Wildner
- Nov 18 2011 - 04:49:41 git: netgraph: Add module dependencies.
Sascha Wildner
- Nov 18 2011 - 04:49:42 git: netstat(1): Remove another unused prototype.
Sascha Wildner
- Nov 18 2011 - 04:49:43 git: netstat(1): Renumber the nlist[] array indices.
Sascha Wildner
- Nov 21 2011 - 09:51:36 git: test commit
Sascha Wildner
- Nov 21 2011 - 11:10:38 git: Disable aps(4) in the GENERIC kernels.
Sascha Wildner
- Nov 22 2011 - 03:37:58 git: i386/cpufunc.h: Adjust opcodes which are specified as ".byte 0xNN, 0xMM".
Sascha Wildner
- Nov 23 2011 - 18:13:19 git: Remove /usr/X11R6/... paths from various config and default files.
Sascha Wildner
- Nov 23 2011 - 18:13:20 git: Sync 'make distribution' with an upgraded system, file-wise.
Sascha Wildner
- Nov 23 2011 - 20:44:25 git: <ucontext.h>: For now, mark *context() as i386 only.
Sascha Wildner
- Nov 28 2011 - 19:09:09 git: x86_64/pmap: Remove an unused function.
Sascha Wildner
- Nov 28 2011 - 19:09:10 git: <sys/rman.h>: rman_get_rid() macro takes one parameter only.
Sascha Wildner
- Nov 29 2011 - 17:52:27 git: buildworld: Be more relaxed with which binutils are on the host.
Sascha Wildner
- Nov 03 2011 - 14:15:27 git: tcp: Allow pure asynchronized pru_send
Sepherosa Ziehau
- Nov 03 2011 - 16:43:56 git: ioapic/x86_64: Add missing imen_lock/unlock
Sepherosa Ziehau
- Nov 03 2011 - 16:43:56 git: ioapic/x86_64: Per-cpu irqmap array
Sepherosa Ziehau
- Nov 03 2011 - 16:43:57 git: MachIntrABI/x86_64: Remove unnecessary setidt in intr_setup/teardown
Sepherosa Ziehau
- Nov 04 2011 - 11:45:51 git: tcp: Enable asynchronized pru_send by default
Sepherosa Ziehau
- Nov 04 2011 - 11:45:58 git: tcp: Partly revert f2a3782
Sepherosa Ziehau
- Nov 04 2011 - 14:14:53 git: send(2): Add MSG_SYNC to allow user to disable asynchronized pru_send per-socket
Sepherosa Ziehau
- Nov 04 2011 - 14:14:54 git: tcp: Bring back MSG_EOF flag support in sosendtcp()
Sepherosa Ziehau
- Nov 14 2011 - 14:21:19 git: rt_metrics: Add rmx_msl to record user-set MSL
Sepherosa Ziehau
- Nov 14 2011 - 14:41:51 git: tcp: Use the MSL set to the rt_metrics whenever possible
Sepherosa Ziehau
- Nov 15 2011 - 01:27:27 git: emx: Use MPSAFE callout
Sepherosa Ziehau
- Nov 16 2011 - 01:51:53 git: tcp: Fix the dangling socket reference in the async sending message
Sepherosa Ziehau
- Nov 16 2011 - 02:27:21 git: socket: Properly inherit AUTOLOWAT and AUTOSIZE from listen socket
Sepherosa Ziehau
- Nov 17 2011 - 14:06:58 git: protosw: Add PR_ASYNC_SEND, mainly to make sure async pru_send is supported
Sepherosa Ziehau
- Nov 17 2011 - 14:07:03 git: sendfile: Use asynchronized pru_send when ever possible
Sepherosa Ziehau
- Nov 18 2011 - 08:57:07 git: netisr: Expose netmsg_sync_handler to avoid code duplication
Sepherosa Ziehau
- Nov 18 2011 - 09:42:04 git: rc.d/routing: Add change_routes support
Sepherosa Ziehau
- Nov 25 2011 - 01:44:53 git: bce: Use MPSAFE callout
Sepherosa Ziehau
- Nov 25 2011 - 01:44:54 git: accept: Implement fast soaccept predication
Sepherosa Ziehau
- Nov 25 2011 - 06:21:31 git: x86_64/ioapic_abi: Disable interrupt load balance by default
Sepherosa Ziehau
- Nov 27 2011 - 11:12:21 git: test: from enigma
Sepherosa Ziehau
- Nov 27 2011 - 11:14:11 git: test: from xanadu64
Sepherosa Ziehau
- Nov 27 2011 - 11:18:13 git: test: from lancer
Sepherosa Ziehau
- Nov 27 2011 - 13:52:13 git: x86_64/ioapic_abi: Implement MachIntrABI.rman_setup
Sepherosa Ziehau
- Nov 29 2011 - 14:16:34 git: accept: Save foreign address earlier, if protocol supports it
Sepherosa Ziehau
- Nov 30 2011 - 13:55:32 git: tcp6: Implement pru_savefaddr
Sepherosa Ziehau
Last message date:
Wed Nov 30 20:39:23 PST 2011
Archived on: Fri Mar 3 13:38:59 PST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).