DragonFly BSD

DragonFly commits List (threaded) for 2010-08

All Lists - Thread Index
Subject Author Date
git: kernel - Fix token mismatch in tty code. Matthew Dillon 01/09/2010 06:37
git: build - Adjust kern.post.mk warning Matthew Dillon 01/09/2010 05:26
git: build - cleanup Matthew Dillon 01/09/2010 04:45
git: boot system and buildkernel - Remove the thrice damned forth interpreter Matthew Dillon 01/09/2010 04:44
git: syscons - more token-related fixes Alex Hornung 31/08/2010 10:05
git: iwi(4): Oops. These changes weren't meant to be committed (yet). Sascha Wildner 31/08/2010 08:18
git: wpi(4): sc is no longer used for locking (fixes LINT). Sascha Wildner 31/08/2010 08:11
git: syscons - sc_set_pixel_mode() returned without releasing tty_token YONETANI Tomokazu 31/08/2010 07:56
git: kernel - Fixup vkernel64 for build Matthew Dillon 31/08/2010 06:37
git: kernel - Fixup for UP build Matthew Dillon 31/08/2010 06:25
git: kernel - Fix two mismatched locks in CAM Matthew Dillon 31/08/2010 05:35
git: kernel - Add a workaround for tty_token during low-level boot Matthew Dillon 31/08/2010 05:35
git: kernel - Fix td_xpcount when pushing a preemption Matthew Dillon 31/08/2010 05:35
git: kernel - Fix missing release of tty_token Matthew Dillon 31/08/2010 05:35
git: iwi - Convert to wlan_tokens. Joe Talbott 31/08/2010 01:36
git: ral - Make sure nodes are properly uninitialized and reinitialized. Joe Talbott 30/08/2010 20:32
git: ral - Fix calls to bus_dmamap_load_mbuf_segment() to use BUS_DMA_NOWAIT. Joe Talbott 30/08/2010 20:32
git: wpi - Convert to use wlan_token. Joe Talbott 30/08/2010 20:32
git: kernel - Separate inherited mplocks from td_mplocks and fix a gettoken bug Matthew Dillon 30/08/2010 19:37
git: kernel - Correct missing unlock in SCSI pass device Matthew Dillon 30/08/2010 19:37
git: buildkernel - Order kernel before modules Matthew Dillon 30/08/2010 17:54
git: kernel - Enabled bzeront() (MOVNTI) only on SSE2-capable CPUs. Venkatesh Srinivas 30/08/2010 14:18
git: spinlocks - adjust man pages and *_quick_* routines Alex Hornung 30/08/2010 12:26
git: cam_xpt - Fix recently introduced typo Alex Hornung 30/08/2010 11:59
git: syscons MPSAFE - another attempt Alex Hornung 30/08/2010 10:37
git: spinlocks - Rename API to spin_{try,un,}lock Alex Hornung 30/08/2010 10:37
git: coretemp, sensors - Adjust spinlocks Alex Hornung 30/08/2010 10:37
git: kernel - poll(2) no longer supports non-standard FreeBSD extensions Samuel Greear 30/08/2010 08:12
git: kernel - remove spin_lock_rd() and spin_unlock_rd() Matthew Dillon 30/08/2010 07:08
git: kernel - Switch to exclusive spinlocks in kern_descrip.c Matthew Dillon 30/08/2010 07:08
git: kernel - Switch to exclusive spinlocks in the coretemp sensor Matthew Dillon 30/08/2010 07:08
git: kernel - Refactor plimit a little Matthew Dillon 30/08/2010 07:08
git: kernel - Refactor uidinfo a little Matthew Dillon 30/08/2010 07:08
git: devfs - Do not try printing the name of a null vnode Samuel Greear 30/08/2010 07:07
git: kernel - remove syscall_mpsafe and trap_mpsafe sysctls Matthew Dillon 30/08/2010 05:15
git: kernel - Fix spinlock use in syscons Matthew Dillon 30/08/2010 05:14
git: kernel - kobj code cleanup Matthew Dillon 30/08/2010 03:06
git: kernel - Compact KOBJOPLOOKUP() kobj method core macro Matthew Dillon 30/08/2010 03:01
git: kernel - Possibly fix a bug in aic7xxx Matthew Dillon 30/08/2010 03:00
git: kernel - Minor documentation Matthew Dillon 30/08/2010 03:00
git: aicasm: Mark stop() __dead2. Sascha Wildner 30/08/2010 00:39
git: kernel - Fix usb keyboard problems with ehci & ddb Matthew Dillon 29/08/2010 22:13
git: MPSAFE TTY - Cleanup ukbd and atkbd, fix unregistration bug Matthew Dillon 29/08/2010 22:13
git: MPSAFE TTY - Refactor the keyboard switch code to make all drivers MPSAFE Matthew Dillon 29/08/2010 20:50
git: kernel - Fix UP build Matthew Dillon 29/08/2010 20:50
git: DragonFly_RELEASE_2_6 iscsi_initiator(4): Fix a potential NULL pointer dereference. Sascha Wildner 29/08/2010 19:34
git: DragonFly_RELEASE_2_6 iscsi_initiator(4): Fix another potential NULL pointer dereference. Sascha Wildner 29/08/2010 19:34
git: iscsi_initiator(4): Fix another potential NULL pointer dereference. Sascha Wildner 29/08/2010 19:25
git: iscsi_initiator(4): Fix a potential NULL pointer dereference. Sascha Wildner 29/08/2010 19:15
git: MPSAFE TTY - Fix deadlock in reporting of probe errors. Matthew Dillon 29/08/2010 17:54
git: MPSAFE TTY - Refactor kprintf()'s spinlock, shutdown, move cons_spin Matthew Dillon 29/08/2010 16:40
git: MPSAFE TTY - get rid of tokens in console path Alex Hornung 29/08/2010 16:26
git: kern_sensors - MPSAFE Alex Hornung 29/08/2010 16:26
git: kernel - Remove unneeded get_mplock() wrappers near tokens Matthew Dillon 29/08/2010 15:16
git: kernel - Uninline crit_exit() Matthew Dillon 29/08/2010 07:50
git: kernel - Uninline crit_exit() Matthew Dillon 29/08/2010 07:42
git: kernel - Uninline crit_exit() Matthew Dillon 29/08/2010 07:18
git: kernel - gcc -Os/-O2 warnings pass Matthew Dillon 29/08/2010 05:38
git: kernel - Introduce hard code sections, simplify critical sections & mplocks Matthew Dillon 29/08/2010 04:55
git: Fix various mdoc issues in various manual pages. Sascha Wildner 29/08/2010 00:42
git: kernel - make nrandom helper thread mpsafe Matthew Dillon 29/08/2010 00:35
git: kernel - All lwkt thread now start out mpsafe part 2/2 Matthew Dillon 29/08/2010 00:32
git: kernel - All lwkt thread now start out mpsafe part 1/2 Matthew Dillon 29/08/2010 00:32
git: kernel - Change lwp_fork() to not hold the mplock in the new thread Matthew Dillon 28/08/2010 23:20
git: kernel - Fix telnet ttyp* allocation Matthew Dillon 28/08/2010 23:20
git: kernel - make kern/vfs_sync.c MPSAFE Matthew Dillon 28/08/2010 21:44
git: kernel - unwind kthread_create() mplock Matthew Dillon 28/08/2010 21:37
git: bsd-family-tree: Sync with FreeBSD (for FreeBSD 8.1). Sascha Wildner 28/08/2010 21:24
git: manpages: Fix some more .Dv abuse. Sascha Wildner 28/08/2010 21:22
git: syscall.9: Some minor mdoc adjustments. Sascha Wildner 28/08/2010 21:15
git: driver.9: Fix .Dv abuse. Sascha Wildner 28/08/2010 21:15
git: kernel - CAM mpsafe issues Matthew Dillon 28/08/2010 19:51
git: kernel - make kern/imgact_resident.c MPSAFe Matthew Dillon 28/08/2010 19:51
git: kernel - Mark vm/vm_zeroidle.c and vm/vnode_pager.c MPSAFE Matthew Dillon 28/08/2010 19:51
git: kernel - Add vmobj_token, misc vm-related tokenization Matthew Dillon 28/08/2010 18:10
git: kernel - procfs_token work Matthew Dillon 28/08/2010 18:10
git: kernel - Fix badfo_kqfilter for badfileops Matthew Dillon 28/08/2010 18:10
git: kernel - Call knote_fdclose() without the mplock. Matthew Dillon 28/08/2010 18:10
git: MPSAFE: MPSAFE kern_sig.c Venkatesh Srinivas 28/08/2010 14:12
git: sio: Fix a typo. lwkt_gettoken -> lwkt_reltoken Sascha Wildner 28/08/2010 08:12
git: kernel - Add description to static token initializers Matthew Dillon 28/08/2010 05:20
git: kernel - Adjust contention handler Matthew Dillon 28/08/2010 05:20
git: vkernel - Make copyin/copyout mpsafe Matthew Dillon 28/08/2010 05:20
git: sio - Minor token fix for sio Matthew Dillon 28/08/2010 05:20
git: kernel - Major MPSAFE Infrastructure Matthew Dillon 28/08/2010 00:24
git: kernel - Major MPSAFE Infrastructure 2 Matthew Dillon 28/08/2010 00:24
git: vkernel - Fix deadlocks with cothread locks Matthew Dillon 28/08/2010 00:24
git: MPSAFE - TTY & related drivers Alex Hornung 28/08/2010 00:03
git: MPSAFE: MPSAFE kern/kern_plimit.c Venkatesh Srinivas 27/08/2010 04:08
git: MPSAFE: MPSAFE kern/kern_prot.c Venkatesh Srinivas 27/08/2010 03:52
git: Fix buildkernel Thomas Nikolajsen 26/08/2010 20:08
git: kernel - Fix tty session panic Matthew Dillon 26/08/2010 17:52
git: pf: rename pf_task_lck to pf_mod_lck Jan Lentfer 26/08/2010 14:00
git: MPSAFE: MPSAFE kern/sys_pipe.c Venkatesh Srinivas 26/08/2010 02:04
git: MPSAFE: MPSAFE kern/sys_process.c (kern_ptrace). Venkatesh Srinivas 26/08/2010 01:41
git: kernel - document and clarify FINDBLK_TEST Matthew Dillon 25/08/2010 22:20
git: Bring in arcmsr(4), a driver for Areca RAID controllers. Sascha Wildner 25/08/2010 21:26
git: awk: Delete old version Stathis Kamperis 25/08/2010 20:32
git: kernel - Remove D_KQFILTER flag Matthew Dillon 25/08/2010 18:59
git: kernel - Adjust device D_MPSAFE_* flags Matthew Dillon 25/08/2010 18:46
git: kernel - Make all bioops callbacks MPSAFE Matthew Dillon 25/08/2010 18:46
git: kernel - Run AHCI and SILI disk drivers MPSAFE Matthew Dillon 25/08/2010 18:46
git: kernel - unlock pbuf prior to acquiring a spinlock Matthew Dillon 25/08/2010 18:46
git: MPSAFE: MPSAFE kern/kern_umtx.c Venkatesh Srinivas 25/08/2010 17:45
git: kernel - Fix LWKT_TOKEN_HELD() assertion Matthew Dillon 25/08/2010 16:37
git: MPSAFE: MPSAFE kern/kern_slaballoc.c Venkatesh Srinivas 25/08/2010 15:37
git: MPSAFE: MPSAFE kern/kern_uuid,c Venkatesh Srinivas 25/08/2010 14:56
git: crit_exit - Correct panic conditions Alex Hornung 25/08/2010 09:49
git: kernel - Make sys_ioctl() MPSAFE Matthew Dillon 25/08/2010 07:06
git: kernel - Change PROP_RWLOCK from spinlock to mtx Matthew Dillon 25/08/2010 07:06
git: kernel - lock sim in cam_periph_alloc() Matthew Dillon 25/08/2010 04:04
git: vm: Idlezero changes Venkatesh Srinivas 25/08/2010 03:39
git: tmpfs: Convert tmpfs node allocation zone into a per-mount pool. Venkatesh Srinivas 25/08/2010 03:05
git: tmpfs: Allow kmalloc from M_TMPFSNAME zone to return NULL; handle null cases. Venkatesh Srinivas 25/08/2010 03:05
git: tmpfs: Convert dirent malloc zone to a per-mount zone. Venkatesh Srinivas 25/08/2010 03:05
git: ioprio(1): Higher priorities receive more I/O time; note in manpage. Venkatesh Srinivas 25/08/2010 00:52
git: HAMMER VFS - Make all entry points MPSAFE, remove giant & critical sections Matthew Dillon 24/08/2010 23:11
git: HAMMER VFS - Add another lwkt_user_yield() Matthew Dillon 24/08/2010 23:11
git: kernel - Add define for MNTK_ALL_MPSAFE Matthew Dillon 24/08/2010 23:11
git: opencrypto - Only yield for cryptosoft Alex Hornung 24/08/2010 07:00
git: kernel - Adjustments to fix UP kernel build Matthew Dillon 24/08/2010 05:56
git: buildworld - Adjust ps for recent commits Matthew Dillon 24/08/2010 05:20
git: kernel - Add additional fields to kinfo_cputime Matthew Dillon 24/08/2010 04:57
git: systat - Enhance systat -pv Matthew Dillon 24/08/2010 04:57
git: kernel - rewrite the LWKT scheduler's priority mechanism Matthew Dillon 24/08/2010 01:51
git: kernel - clarify code documentation in vfs_cluster Matthew Dillon 23/08/2010 01:53
git: kernel - Fix read event on file for select/poll API Matthew Dillon 22/08/2010 22:34
git: dm_target_crypt - Clean up debug Alex Hornung 22/08/2010 20:01
git: dm_target_crypt - Bump version to 1.6.0 Alex Hornung 22/08/2010 19:12
git: opencrypto - Adjust xforms for explicit extra IV Alex Hornung 22/08/2010 19:12
git: libkvm - Adjust new sysctl-based kvm_getswapinfo() code Matthew Dillon 22/08/2010 16:15
git: kernel - Assert on remaining known races Matthew Dillon 22/08/2010 16:15
git: monitor - Fix wrong memory access attempt. Antonio Huete Jimenez 22/08/2010 14:25
git: tmpfs: Set tmpfs node malloc zone limit to be the same as tm_node_max. Venkatesh Srinivas 22/08/2010 12:21
git: cryptsetup - Fix uuid bug, cleanup Alex Hornung 22/08/2010 11:25
git: dm_target_crypt - Fix a number of bugs Alex Hornung 22/08/2010 11:25
git: cryptsetup - Port compat-test Alex Hornung 22/08/2010 11:25
git: kernel - close more kqueue MP races Matthew Dillon 22/08/2010 07:45
git: HAMMER VFS - More cluster_read() fixes Matthew Dillon 22/08/2010 04:32
git: kernel - Fix reentrant serialization in if_tun Matthew Dillon 22/08/2010 01:48
git: cryptosoft - Fix x86_64 buildkernel Matthew Dillon 22/08/2010 01:47
git: kernel - close numerous kqueue MP and blocking races Matthew Dillon 22/08/2010 01:46
git: cryptosoft - (partially) fix AES_XTS for contiguous buffers Alex Hornung 22/08/2010 00:23
git: kernel - NFS server cleanup and xid atomic ops Matthew Dillon 21/08/2010 21:28
git: HAMMER VFS - Minor iterator change for pid hash Matthew Dillon 21/08/2010 21:28
git: HAMMER VFS - Add debugging for overlapping buffer issue Matthew Dillon 21/08/2010 21:20
git: kernel - minor flags coding change Matthew Dillon 21/08/2010 21:20
git: kernel - clarify comment in nestio code Matthew Dillon 21/08/2010 21:20
git: kernel - Fix system lockup w/ kqueue based select/poll due to dup2() Matthew Dillon 21/08/2010 21:03
git: Move the arp(4) manual page to share/man, too. Sascha Wildner 21/08/2010 19:09
git: Move the random(4) manual page to share/man. Sascha Wildner 21/08/2010 19:07
git: hotplugd(8): Remove unnecessary SRCS. Sascha Wildner 21/08/2010 19:07
git: dm_target_crypt - fix logic for xts support Alex Hornung 21/08/2010 16:41
git: crypto.[49] - update for CRYPTO_AES_{XTS,CTR} Alex Hornung 21/08/2010 14:59
git: crypto - fix crypto_getfeat Alex Hornung 21/08/2010 14:40
git: LINT: Why not just keep it sorted? Sascha Wildner 21/08/2010 14:04
git: aesni - printf -> kprintf for DEBUG Alex Hornung 21/08/2010 13:39
git: test - Add crypto(dev) tests from OpenBSD Alex Hornung 21/08/2010 13:29
git: padlock - Properly align data Alex Hornung 21/08/2010 13:29
git: aesni - Import verbatim from FreeBSD Alex Hornung 21/08/2010 13:29
git: aesni - Port to DragonFly Alex Hornung 21/08/2010 13:29
git: crypto - Update crypto for AES XTS and CTR Alex Hornung 21/08/2010 13:29
git: padlock - Rework locking Alex Hornung 21/08/2010 13:29
git: cryptodev - Allow software crypto Alex Hornung 21/08/2010 13:29
git: aesni - Rename amd64 -> x86_64 Alex Hornung 21/08/2010 13:29
git: aesni - Bind into build system & LINT Alex Hornung 21/08/2010 13:29
git: dm_target_crypt - Enable support for AES-XTS Alex Hornung 21/08/2010 13:29
git: man9/Makefile: Sort alphabetically. Sascha Wildner 21/08/2010 11:46
git: cryptosoft - Fix useless compression detection Alex Hornung 21/08/2010 06:55
git: dm_target_crypt - Fix compatibility with Linux Alex Hornung 21/08/2010 06:25
git: kernel - Correct hex2key() in dm_crypt Matthew Dillon 20/08/2010 23:13
git: kernel - Fix iv sector mush in dm_target_crypt for offsets >= 1TB Matthew Dillon 20/08/2010 21:55
git: padlock - get rid of __GNUCLIKE_ASM #ifdefs Alex Hornung 20/08/2010 20:17
git: kernel - opencrypto - optimize chained synchronous callbacks for soft crypto Matthew Dillon 20/08/2010 20:11
git: Fix minor mdoc(7) issues Thomas Nikolajsen 20/08/2010 20:02
git: crypto(9) - Fix argument type for crypto_freesession Alex Hornung 20/08/2010 19:20
git: dm_target_crypt - rework ivgen magic, fix bug Alex Hornung 20/08/2010 19:20
git: Fix LINT build Thomas Nikolajsen 20/08/2010 19:05
git: udevd - Add an option to not daemonize udevd. Antonio Huete Jimenez 20/08/2010 13:37
git: udev - Add unit serial number to the udev dictionary when available. Antonio Huete Jimenez 20/08/2010 13:37
git: udevd - Change socket permissions so non-privileged users can access it. Antonio Huete Jimenez 20/08/2010 13:37
git: HAMMER VFS - Throw away cached vnodes on stage2 mount failure Matthew Dillon 20/08/2010 05:56
git: kernel - limit running io writes during fsync Matthew Dillon 20/08/2010 05:40
git: HAMMER VFS - Limit pending writes when flushing undos Matthew Dillon 20/08/2010 05:40
git: kernel - Fix intermediate value overflows in badjiosched() and bwillwrite() Matthew Dillon 20/08/2010 05:40
git: Fix !INVARIANTS build. Venkatesh Srinivas 20/08/2010 05:10
Re: git: kernel - dm_target_crypt - use CRYPTO_F_BATCH David Rhodus 20/08/2010 02:55
git: kernel - Add SMP support for software crypto driver Matthew Dillon 20/08/2010 02:33
git: kernel - dm_target_crypt - use CRYPTO_F_BATCH Matthew Dillon 20/08/2010 02:33
git: kernel - add kthread_create_cpu() Matthew Dillon 20/08/2010 02:33
git: Add a draft systimer(9) manpage. Venkatesh Srinivas 20/08/2010 00:54
git: HAMMER UTILITY - Fix buildworld issue w/ last commit Matthew Dillon 19/08/2010 15:03
Re: git: HAMMER UTILITY - Fix seg-fault on corrupt blockmap during recovery Sascha Wildner 19/08/2010 07:49
git: HAMMER UTILITY - Fix seg-fault on corrupt blockmap during recovery Matthew Dillon 18/08/2010 20:58
git: kernel - Fix possible race in syncache Matthew Dillon 18/08/2010 19:26
git: kernel - Fix excessive mbuf use in nfs_realign() Matthew Dillon 18/08/2010 18:56
git: HAMMER Utility - Ignore additional failure cases during recover Matthew Dillon 18/08/2010 15:12
git: libkvm - kvm_get_swapinfo - fix memory leak in last commit Matthew Dillon 18/08/2010 00:53
git: kernel - Implement vm.swap_info_array sysctl Matthew Dillon 18/08/2010 00:46
git: libkvm - Adjust kvm_getswapinfo() to use the new vm.swap_info_array sysctl Matthew Dillon 18/08/2010 00:46
git: kernel - add vm.swap_size sysctl Matthew Dillon 17/08/2010 16:57
git: vendor/AWK Import of awk version 20100523 Stathis Kamperis 17/08/2010 16:33
git: Import of awk version 20100523 Stathis Kamperis 17/08/2010 16:33
git: awk: Add our README files Stathis Kamperis 17/08/2010 16:33
git: awk: Remove local patch, it's fixed upstream Stathis Kamperis 17/08/2010 16:33
git: awk: Tweak local patch to apply cleanly to new awk Stathis Kamperis 17/08/2010 16:33
git: awk: Switch to awk 20100523 Stathis Kamperis 17/08/2010 16:33
git: Fix some minor mdoc issues. Sascha Wildner 17/08/2010 13:57
git: Make amdsmb(4) compilable into the kernel and add it to LINT. Sascha Wildner 17/08/2010 12:54
git: Remove a debugging leftover (thus fixing LINT). Sascha Wildner 17/08/2010 10:54
git: Remove some leftovers from the iic upgrade via 'make upgrade'. Sascha Wildner 17/08/2010 10:26
git: HAMMER Utility - Add catastrophic recovery feature Matthew Dillon 17/08/2010 06:57
git: HAMMER VFS - Expand vfs.hammer.debug_io capabilities Matthew Dillon 17/08/2010 06:57
git: HAMMER VFS - Add HAMMER_OFF_BAD Matthew Dillon 17/08/2010 06:57
git: Sync amdpm(4) with FreeBSD (and bring in amdsmb(4)). Sascha Wildner 17/08/2010 05:03
git: Sync alpm(4) with FreeBSD. Sascha Wildner 17/08/2010 05:03
git: powermng: Fix some printf -> kprintf. Sascha Wildner 17/08/2010 05:03
git: DragonFly_RELEASE_2_6 Sync zoneinfo database with tzdata2010l from elsie.nci.nih.gov Sascha Wildner 17/08/2010 02:40
git: Sync zoneinfo database with tzdata2010l from elsie.nci.nih.gov Sascha Wildner 17/08/2010 02:40
git: iicbus: Bring us closer to FreeBSD. Sascha Wildner 16/08/2010 17:43
git: man9/Makefile: Sort alphabetically. Sascha Wildner 16/08/2010 09:54
git: Add a dsched(4) manual page. Sascha Wildner 16/08/2010 09:48
git: Add a draft mpipe(9) manpage explaining malloc pipelines. Venkatesh Srinivas 16/08/2010 06:30
git: DragonFly_RELEASE_2_6 HAMMER VFS - Fix over-enthusiastic cluster read Matthew Dillon 16/08/2010 06:06
git: kernel - revamp cluster_read API and improve performance Matthew Dillon 16/08/2010 00:28
git: kernel - fix 64-bit build Matthew Dillon 16/08/2010 00:18
git: HAMMER VFS - Limit queued I/O during flush Matthew Dillon 15/08/2010 20:22
git: systat - Add more spacing for the Load Matthew Dillon 15/08/2010 19:20
git: kernel - split the pbuf subsystem into two (kva and non-kva) Matthew Dillon 15/08/2010 19:02
git: HAMMER VFS - Fix over-enthusiastic cluster read Matthew Dillon 15/08/2010 15:26
git: kernel - dm_crypt - Pre-zero control structures, disable B_HASBOGUS handling Matthew Dillon 15/08/2010 15:26
git: kernel - Add overlapping buffer test to the buffer cache Matthew Dillon 15/08/2010 15:26
git: lvm - adjust visibility for devname Alex Hornung 15/08/2010 11:27
git: lvm - don't forget to include dlfcn.h Alex Hornung 15/08/2010 11:27
git: linuxulator - Acquire MPLOCK for ksignal Alex Hornung 15/08/2010 09:13
git: kernel - dm - Reorganize the crypt code and implement B_HASBOGUS Matthew Dillon 15/08/2010 00:55
git: kernel - dm - Fix panic in dm_target_crypt Matthew Dillon 14/08/2010 23:20
git: cryptsetup - fix buffer overflow Alex Hornung 14/08/2010 21:07
git: cryptsetup - fix issue with uuid Alex Hornung 14/08/2010 19:21
git: kernel - netif - temporary hack for IFT_ETHER Matthew Dillon 14/08/2010 19:15
git: kernel - dm - Add support for BUF_CMD_FLUSH Matthew Dillon 14/08/2010 19:11
git: kernel - flag when bogus_page's are present Matthew Dillon 14/08/2010 17:56
git: kernel - dm - rewrite dm_target_stripe.c to add functionality and fix bugs Matthew Dillon 14/08/2010 17:09
git: kernel - devfs - Fix dangling lock created by recent commit Matthew Dillon 14/08/2010 15:52
git: libdm/lvm - Fix bugs Alex Hornung 14/08/2010 08:41
git: kernel - kqueue - fix EVFILT_WRITE notification on pipes Matthew Dillon 14/08/2010 01:02
git: Fix a printf issue in bthcid(8) (fixes x86_64 buildworld). Sascha Wildner 13/08/2010 23:22
git: kernel - make POLLHUP conform better to OpenGroup Matthew Dillon 13/08/2010 22:14
git: kernel - Some minor swap allocator / blist work Matthew Dillon 13/08/2010 21:23
git: kernel - More kqueue work Matthew Dillon 13/08/2010 21:23
git: stress2 - Use statvfs to fix calculations for large filesystems Matthew Dillon 13/08/2010 15:52
git: libdevattr - Minimal error checking in devattr_test Antonio Huete Jimenez 13/08/2010 14:08
git: libevent - Remove from tree Samuel Greear 13/08/2010 13:04
git: ftp-proxy - Port from libevent to kqueue(2)/kevent(2) Samuel Greear 13/08/2010 13:04
git: bthcid - Port from libevent to kqueue(2)/kevent(2) Samuel Greear 13/08/2010 13:04
git: kernel - Fix reboot races Matthew Dillon 13/08/2010 05:47
git: kernel - devfs - Fix deadlocks Matthew Dillon 13/08/2010 04:51
git: kernel - Add sysref assertions Matthew Dillon 13/08/2010 04:51
git: Adjust the docs for the renaming of devfs_clone_bitmap_rst() to _put(). Sascha Wildner 13/08/2010 04:33
git: kernel - More tty and devfs race fixes Matthew Dillon 13/08/2010 04:13
git: kernel - Add sysref assertions Matthew Dillon 13/08/2010 04:13
git: HAMMER VFS - Adjust signedness of a media field for future de-dup Matthew Dillon 13/08/2010 02:04
git: kernel - Fix pty registration, memory leak Matthew Dillon 13/08/2010 02:02
git: kernel - Fix pty clone vnode leak Matthew Dillon 13/08/2010 01:23
git: Add DSCHED_FQ to GENERIC. Venkatesh Srinivas 13/08/2010 01:10
git: kernel - Adjust krate infrastructure Matthew Dillon 11/08/2010 21:06
git: buildworld - Fix breakage Matthew Dillon 11/08/2010 20:57
git: buildworld - Fix breakage Matthew Dillon 11/08/2010 20:01
git: objcache.9: Oops, .Vt actually. Sascha Wildner 11/08/2010 19:56
git: objcache.9: Use .Ft for a type. Sascha Wildner 11/08/2010 19:51
Re: git: kernel - Add per-user file descriptor limit Matthew Dillon 11/08/2010 17:55
Re: git: kernel - Add per-user file descriptor limit Sascha Wildner 11/08/2010 06:44
git: kernel - Add per-user file descriptor limit Matthew Dillon 10/08/2010 23:35
git: libthread_xu: Convert 0 to NULL for pointer assignment. Venkatesh Srinivas 10/08/2010 22:02
git: kernel - Fix lockf panic Matthew Dillon 10/08/2010 20:11
git: Some cleanup in the pf manual pages. Sascha Wildner 10/08/2010 19:22
git: kqueue - Fix junk kfree() in doselect() Matthew Dillon 10/08/2010 17:02
git: Remove old ftp-proxy per 'make upgrade'. Sascha Wildner 10/08/2010 10:15
git: pf(4): Remove a ', 1' that had no effect (OpenBSD dev too tired, I guess). Sascha Wildner 10/08/2010 03:21
git: DragonFly_RELEASE_2_6 aicasm: Correct logic bug in the undefined register bit access detection code. Sascha Wildner 10/08/2010 01:51
git: aicasm: Correct logic bug in the undefined register bit access detection code. Sascha Wildner 10/08/2010 01:51
git: DragonFly_RELEASE_2_6 Fix some mis-usage of && and || in the kernel. Sascha Wildner 10/08/2010 01:51
git: Eliminate XIG server workaround in fp_mmap; just an artifact of copying from kern_mmap. Venkatesh Srinivas 10/08/2010 00:49
git: Document sysctls vm.fast_fault, vm.dreadful_invltlb, lwkt.preempt_hit/_miss, vm.swap_idle_threshold1/2. Venkatesh Srinivas 10/08/2010 00:22
git: VM - Enable idlezero by default. Venkatesh Srinivas 10/08/2010 00:22
git: pf.conf.5: Minor adjustments Thomas Nikolajsen 09/08/2010 23:10
git: Undo part of the last change until I understand why it broke buildkernel. Sascha Wildner 09/08/2010 20:40
git: Fix some mis-usage of && and || in the kernel. Sascha Wildner 09/08/2010 20:30
git: sound(4): Fix typos: illeagal -> illegal Sascha Wildner 09/08/2010 20:30
git: wlan(4): Replace GNU old-style field designators with proper C. Sascha Wildner 09/08/2010 19:00
git: kernel - Move KNOTE() out of interrupt path Samuel Greear 09/08/2010 18:07
git: pf: Fix if_pfsync to compile Jan Lentfer 09/08/2010 14:37
git: pf(4): Add missing file to sys/conf/files for building pf into the kernel. Sascha Wildner 09/08/2010 08:06
git: pfctl(8): Fix some little printf() issues on x86_64 (fixes buildworld). Sascha Wildner 08/08/2010 21:26
git: .gitignore: Add *.bak, *.core, *.old and .depend. Sascha Wildner 08/08/2010 20:40
git: .gitignore: Sort alphabetically. Sascha Wildner 08/08/2010 20:40
git: ftp-proxy(8): Remove leftover .depend. Sascha Wildner 08/08/2010 20:31
git: DragonFly_RELEASE_2_6 re(4): fix re_setmulti(): PCIe mcast hash registers were swapped Thomas Nikolajsen 08/08/2010 20:12
git: DragonFly_RELEASE_2_6 daemon(8): add missing break Thomas Nikolajsen 08/08/2010 20:12
git: ftp-proxy: Update to OpenBSD 4.1 Jan Lentfer 08/08/2010 19:59
git: pflogd: Update to OpenBSD 4.1 Jan Lentfer 08/08/2010 19:59
git: kernel - Fix kqueue panic on signal event knote Matthew Dillon 08/08/2010 19:45
git: pf: Update packet filter to the version that comes with OpenBSD 4.1 Jan Lentfer 08/08/2010 19:32
git: DragonFly_RELEASE_2_6 Fix a panic in the varsym_get(2) syscall. Sascha Wildner 08/08/2010 18:15
git: Fix a panic in the varsym_get(2) syscall. Sascha Wildner 08/08/2010 18:15
git: loader - Use PTOV() to convert physical addresses to virtual addresses. Antonio Huete Jimenez 08/08/2010 13:58
git: DragonFly_RELEASE_2_6 Fix a panic in the __getcwd(2) syscall. Sascha Wildner 08/08/2010 09:21
git: Fix a panic in the __getcwd(2) syscall. Sascha Wildner 08/08/2010 09:21
git: DragonFly_RELEASE_2_6 Fix panics in two syscalls, caps_sys_get(2) and caps_sys_wait(2). Sascha Wildner 08/08/2010 08:46
git: Fix panics in two syscalls, caps_sys_get(2) and caps_sys_wait(2). Sascha Wildner 08/08/2010 08:45
git: re(4): fix re_setmulti(): PCIe mcast hash registers were swapped Thomas Nikolajsen 08/08/2010 08:00
git: daemon(8): add missing break Thomas Nikolajsen 08/08/2010 08:00
git: iwn.4: Miscellaneous adjustments. Sascha Wildner 07/08/2010 03:15
git: iwn(4): Add Makefile for building iwn6050fw.ko. Sascha Wildner 07/08/2010 03:15
git: Add iwn(4) and iwnfw(4) to LINT. Sascha Wildner 07/08/2010 03:15
git: config - Fix typo in iwn6050 clean target. Joe Talbott 07/08/2010 02:26
git: Unbreak buildworld. Sascha Wildner 06/08/2010 23:29
git: wlan - Convert lockmgr locking to a global token. Joe Talbott 06/08/2010 19:39
git: iwnfw - Update 6000 firmware and add 6050 firmware Joe Talbott 06/08/2010 19:39
git: iwn - Convert to use the new wlan layer's global token. Joe Talbott 06/08/2010 19:39
git: iwn - Clean up memory freeing. Joe Talbott 06/08/2010 19:38
git: iwn - Bring in recent changes from FreeBSD. Joe Talbott 06/08/2010 19:38
git: iwn - Update firmware for 6000 chipset. Joe Talbott 06/08/2010 19:38
git: iwn - Fix warning related to token work. Joe Talbott 06/08/2010 19:38
git: iwn - Lock callout iwn_timer_timeout(). Joe Talbott 06/08/2010 19:38
git: iwn - Cleanup sysctl tree on detach. Joe Talbott 06/08/2010 19:38
Get Swiss-quality branded watches at direct reseller prices, no minumum quantity required dillon 06/08/2010 17:19
git: Add some more *at() system calls. Sascha Wildner 06/08/2010 14:47
git: Remove <sys/selinfo.h> per 'make upgrade'. Sascha Wildner 06/08/2010 14:47
git: kernel - Clean up pipe filters (fixes last) Samuel Greear 06/08/2010 12:32
git: kern - Clean up pipe filters Samuel Greear 06/08/2010 12:23
git: kernel - make poll return only explicitly asked for events Samuel Greear 06/08/2010 09:29
git: kernel - Silently swallow EOPNOTSUPP filter errors for select(2) in all cases Samuel Greear 06/08/2010 09:29
git: Fix some typos in various places. Sascha Wildner 05/08/2010 16:51
git: Fix LINT build. Sascha Wildner 05/08/2010 08:11
git: Bring in FreeBSD's stress2 stress testing suite. Sascha Wildner 04/08/2010 23:41
git: buildworld - Fix header file Matthew Dillon 04/08/2010 05:38
git: kernel - Add ALTQ to GENERIC and X86_64_GENERIC Matthew Dillon 04/08/2010 02:36
git: kernel - Remove kevent subsystem from under mplock Samuel Greear 03/08/2010 17:52
git: kernel - Make filters able to be marked MPSAFE Samuel Greear 03/08/2010 17:52
git: iwn{,fw}.4: Remove trailing whitespace and an unneeded .Pp Sascha Wildner 03/08/2010 14:08
git: twa(4): Sync with FreeBSD's current code. Sascha Wildner 03/08/2010 12:26
git: kernel - Silently swallow EOPNOTSUPP filter errors for poll(2) in all cases Samuel Greear 03/08/2010 06:10
git: Fix buildkernel with 'options CPU_GEODE' but without 'device gpio'. Sascha Wildner 03/08/2010 00:51
git: Fix x86_64 build by casting some {u,}intmax_t's for printing. Sascha Wildner 02/08/2010 21:05
git: {fetch,store}.9: Move casuword() from fetch(9) to store(9). Sascha Wildner 02/08/2010 19:40
git: kernel - Filter out unknown errors for select(2) and poll(2) Samuel Greear 02/08/2010 13:15
git: kernel - Unset TS_ZOMBIE when pty is re-opened Samuel Greear 02/08/2010 13:15
git: DragonFly_RELEASE_2_6 Fix the VKERNEL build with KLD_DEBUG set. Sascha Wildner 02/08/2010 13:04
git: Fix the VKERNEL build with KLD_DEBUG set. Sascha Wildner 02/08/2010 13:03
git: bce(4): Remove some carriage returns. Sascha Wildner 02/08/2010 12:25
git: iwn(4): Hook the manual pages into the build as well. Sascha Wildner 01/08/2010 17:51
git: dsched - minor fixes, cleanup Alex Hornung 01/08/2010 12:11
git: Mark the *at(2) system calls' prototypes as being new in IEEE 1003.1-2008. Sascha Wildner 01/08/2010 09:04
git: kernel - Make pt's throw EOF on disconnect. Samuel Greear 01/08/2010 08:58
git: Remove dschedctl(8). Sascha Wildner 01/08/2010 08:40
git: chroot.2: Add some words about chroot_kernel(). Sascha Wildner 01/08/2010 08:07
git: nlookup.9: Document nlookup_init_at() and nlookup_done_at(). Sascha Wildner 01/08/2010 07:27

Mail converted by MHonArc 2.6.8