DragonFly BSD

DragonFly commits List (threaded) for 2010-05

All Lists - Thread Index
Subject Author Date
git: acpica - Use tsleep() instead of DELAY() to avoid long delays at boot time. Antonio Huete Jimenez 31/05/2010 10:17
git: Add a token(9) manual page explaining LWKT soft tokens. Sascha Wildner 30/05/2010 23:47
Re: git: evtranalyze(1): Staticise some functions for now to unbreak buildworld. Aggelos Economopoulos 29/05/2010 10:52
git: DragonFly_RELEASE_2_6 gcc(1): Fix compilation with "c++ -pg" (for CCVER=gcc41). Sascha Wildner 29/05/2010 10:13
git: DragonFly_RELEASE_2_6 Adjust some comments/manpages regarding where profiling libs are. Sascha Wildner 29/05/2010 10:13
git: DragonFly_RELEASE_2_6 gcc(1): Fix typos in gcc41's spec so that profiling libraries are found. Sascha Wildner 29/05/2010 10:13
git: DragonFly_RELEASE_2_6 lib/csu: Fix 'make clean'. Sascha Wildner 29/05/2010 10:13
git: lib/csu: Fix 'make clean'. Sascha Wildner 29/05/2010 00:04
git: Adjust some comments/manpages regarding where profiling libs are. Sascha Wildner 28/05/2010 23:27
git: gcc(1): Fix compilation with "c++ -pg" (for CCVER=gcc41). Sascha Wildner 28/05/2010 22:41
git: gcc(1): Fix typos in gcc41's spec so that profiling libraries are found. Sascha Wildner 28/05/2010 22:41
git: evtranalyze(1): Staticise some functions for now to unbreak buildworld. Sascha Wildner 28/05/2010 20:42
git: evtranalyze: support for completion event statistics Aggelos Economopoulos 28/05/2010 11:55
git: libevtr: correct copy length Aggelos Economopoulos 28/05/2010 11:54
git: DragonFly_RELEASE_2_6 sound: implement OSS_GETVERSION. Alexander Polakov 28/05/2010 10:40
git: libevtr: add support for data objects Aggelos Economopoulos 27/05/2010 22:21
git: ftpd - Fix security issue in libopie. FreeBSD-SA-10:05.opie Matthew Dillon 27/05/2010 19:53
git: kernel - Fix up hysteresis for the zeroidle code Matthew Dillon 26/05/2010 21:22
git: mmap: Remove an additional reference to the disablexworkaround variable Matthew Dillon 26/05/2010 21:22
git: mmap: get rid of old hack to support the XIG X server Aggelos Economopoulos 26/05/2010 13:34
git: libevtr: alternative hash syntax and more fixes Aggelos Economopoulos 26/05/2010 13:24
git: evtranalyze: don't try to open stdin by default Aggelos Economopoulos 26/05/2010 13:24
git: libevtr: add support for string literals Aggelos Economopoulos 26/05/2010 13:24
git: ktrdump: dump some device info Aggelos Economopoulos 26/05/2010 13:24
git: Start using our hash tables for thread switch/lifetime events Aggelos Economopoulos 26/05/2010 13:24
git: evtranalyze: correctly print out name of variable Aggelos Economopoulos 26/05/2010 13:24
git: libevtr: oops, stay withing the bounds of the hash table Aggelos Economopoulos 26/05/2010 13:24
git: ktrdump: constify pointer Aggelos Economopoulos 26/05/2010 13:24
git: ath - use ifnet serialization calls instead of directly calling lwkt Matthew Dillon 26/05/2010 00:19
git: tmpfs - Fix chown for tmpfs Matthew Dillon 25/05/2010 22:15
git: kernel - Fix panic in setrlimit() when changing the stack limit Matthew Dillon 25/05/2010 22:15
git: Sync with FreeBSD (somehow, DragonFly 2.6 had slipped). Sascha Wildner 24/05/2010 07:45
git: usbd(8): Raise WARNS to 6 and fix warnings. Sascha Wildner 23/05/2010 11:04
git: lm(4): support W83627EHF-A (an early revision of the chip in ASUS MBs) Constantine A. Murenin 23/05/2010 01:41
git: sa(8): Raise WARNS to 6 and fix warnings. Sascha Wildner 23/05/2010 01:05
git: ncplist(1): Raise WARNS to 3 and fix warnings. Sascha Wildner 22/05/2010 23:57
git: sys/netproto/ncp/ncp_lib.h: Constify bn_name in struct ncp_bitname. Sascha Wildner 22/05/2010 23:57
git: AHCI - Fix use of error ccb in error path Matthew Dillon 22/05/2010 16:42
git: malloc.3: Sort of sync with NetBSD (for the examples, mainly). Sascha Wildner 21/05/2010 20:18
git: acpi(4): Remove an unused variable. Sascha Wildner 21/05/2010 20:18
git: bsd-family-tree: Sync with FreeBSD (for OpenBSD 4.7). Sascha Wildner 20/05/2010 12:04
git: DragonFly_RELEASE_2_6 uuid_{name,addr}_lookup(3): Fix free() order. Sascha Wildner 19/05/2010 18:50
git: uuid_{name,addr}_lookup(3): Fix free() order. Sascha Wildner 19/05/2010 18:49
git: DragonFly_RELEASE_2_6 scsi(4): Add a missing 'break'. Sascha Wildner 18/05/2010 20:29
git: scsi(4): Add a missing 'break'. Sascha Wildner 18/05/2010 19:58
git: DragonFly_RELEASE_2_6 sys/netinet/in_pcb.c: Fix a broken range check. Sascha Wildner 18/05/2010 10:32
git: sys/netinet/in_pcb.c: Fix a broken range check. Sascha Wildner 18/05/2010 10:17
git: Go over sys/platform and remove dead initialization and unneeded variables. Sascha Wildner 16/05/2010 19:51
git: vkernel64: Do some more replacing amd64 -> x86_64. Sascha Wildner 16/05/2010 18:43
git: DragonFly_RELEASE_2_6 Add a missing break in the 64 bit vkernel, too. Sascha Wildner 16/05/2010 18:04
git: Add a missing break in the 64 bit vkernel, too. Sascha Wildner 16/05/2010 18:04
git: DragonFly_RELEASE_2_6 vkernel: Fix a wrong check of netif_set_tapflags()'s return value. Sascha Wildner 16/05/2010 17:57
git: DragonFly_RELEASE_2_6 vkernel: To restart the scan, npv needs to be reset, not pv. Sascha Wildner 16/05/2010 17:57
git: DragonFly_RELEASE_2_6 kx86_64_set_watch(): Add a missing 'break'. Sascha Wildner 16/05/2010 17:57
git: vkernel: To restart the scan, npv needs to be reset, not pv. Sascha Wildner 16/05/2010 17:53
git: kernel - zero pages during idle Matthew Dillon 16/05/2010 17:49
git: vkernel: Fix a wrong check of netif_set_tapflags()'s return value. Sascha Wildner 16/05/2010 17:29
git: kx86_64_set_watch(): Add a missing 'break'. Sascha Wildner 16/05/2010 17:29
git: DragonFly_RELEASE_2_6 Fix compiling iic(4) on x86_64 by adding <machine/iic.h>. Sascha Wildner 16/05/2010 16:10
git: DragonFly_RELEASE_2_6 cxm(4) doesn't depend on smbus(4). Sascha Wildner 16/05/2010 16:10
git: Fix compiling iic(4) on x86_64 by adding <machine/iic.h>. Sascha Wildner 16/05/2010 01:48
git: cxm(4) doesn't depend on smbus(4). Sascha Wildner 16/05/2010 01:48
git: kernel - Update random number generator Matthew Dillon 15/05/2010 17:01
git: DragonFly_RELEASE_2_6 Fix the x86_64 kernel build with 'options BUS_DEBUG'. Sascha Wildner 14/05/2010 23:11
git: Fix the x86_64 kernel build with 'options BUS_DEBUG'. Sascha Wildner 14/05/2010 23:08
git: Remove unused vm.stats.misc.cnt_prezero sysctl. Sascha Wildner 14/05/2010 07:07
git: cxm(4): Right now, cxm(4) isn't built as a module. Sascha Wildner 14/05/2010 00:59
git: patch: Free temporary buffer after stripping. Sascha Wildner 14/05/2010 00:32
git: umass(4): Add IDs for the Sony Cybershot, model DSC-W80. Sascha Wildner 13/05/2010 20:17
git: Silence some warnings in the kernel. Sascha Wildner 13/05/2010 19:55
git: release.7: The USB image is now built by default. Sascha Wildner 12/05/2010 19:42
git: Add a manual page for the ioprio_get() and ioprio_set() system calls. Sascha Wildner 12/05/2010 19:35
git: hammer utility - Update manual page Matthew Dillon 12/05/2010 17:51
git: release build - 'img' is now the default. Matthew Dillon 12/05/2010 17:51
git: DragonFly_RELEASE_2_6 Sync zoneinfo database with tzdata2010j from elsie.nci.nih.gov Sascha Wildner 11/05/2010 03:58
git: Sync zoneinfo database with tzdata2010j from elsie.nci.nih.gov Sascha Wildner 11/05/2010 03:58
git: Increase the LiveCD's /var a bit since it was at 104% capacity. Sascha Wildner 09/05/2010 23:17
git: Add a mutex(9) manual page. Sascha Wildner 09/05/2010 18:23
git: Add manual pages for pfind(), pgfind() and zpfind() (taken from FreeBSD). Sascha Wildner 09/05/2010 10:19
git: make upgrade: Don't remove rc scripts which could be from pkgsrc. Sascha Wildner 08/05/2010 22:38
git: Makefile_upgrade.inc: Fix some merging artifacts. Sascha Wildner 08/05/2010 22:25
git: make upgrade: Remove BIND's rc script, too. Sascha Wildner 08/05/2010 22:23
git: Remove some more (BIND related) files via 'make upgrade'. Sascha Wildner 08/05/2010 22:18
git: pthread* manual pages: <pthread_np.h> needs <pthread.h>. Sascha Wildner 08/05/2010 20:46
git: Bring in a extattr(2) manual page (from FreeBSD, with changes). Sascha Wildner 08/05/2010 20:46
git: extattr.9: Some cosmetic changes. Sascha Wildner 08/05/2010 20:45
git: ieee80211.9: Comment out reference to ieee80211_amrr(9). Sascha Wildner 08/05/2010 06:57
git: DragonFly_RELEASE_2_6 ACPI: Don't unlock in lock's error path Sascha Wildner 08/05/2010 06:34
git: Remove some unnecessary lines in Makefile_upgrade.inc. Sascha Wildner 08/05/2010 05:55
git: make.conf(5): Remove some no longer used (BIND related) options. Sascha Wildner 07/05/2010 18:54
git: mtree: Remove /usr/include/isc Sascha Wildner 07/05/2010 10:04
git: Makefile_upgrade.inc: Remove conflict marker. Sascha Wildner 06/05/2010 21:02
git: BIND: add pkgsrc/bind96 to nrelease Jan Lentfer 06/05/2010 20:58
git: BIND: remove bind/ from contrib. Jan Lentfer 06/05/2010 20:28
git: BIND: entirely purge BIND and related stuff from base Jan Lentfer 06/05/2010 20:28
git: BIND-Removal: Add removals to make upgrade. Jan Lentfer 06/05/2010 20:28
git: BIND removal: more cleanup Jan Lentfer 06/05/2010 20:28
git: iostat - add read/write details to output Jan Lentfer 05/05/2010 19:48
git: annotated tag v2.7.3 created Matthew Dillon 02/05/2010 16:41
git: annotated tag v2.6.3 created Matthew Dillon 02/05/2010 16:41

Mail converted by MHonArc 2.6.8