Age | Commit message (Expand) | Author |
2007-06-01 | Sync return value section with reality. | Moritz Jodeit |
2007-06-01 | Instead of reexporting PAGE_SIZE from assym.h which causes warnings | Artur Grabowski |
2007-06-01 | Fix snprintf(9) truncation check and skip the check for -1 because | Moritz Jodeit |
2007-06-01 | micro-optimizations | Marc Espie |
2007-06-01 | Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwk | Uwe Stuehler |
2007-06-01 | Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@ | Pedro Martelletto |
2007-06-01 | set hiwat mark for some of the more popular pools to reduce bouncing | Ted Unangst |
2007-06-01 | workq_add_task() flags argument position changed | Uwe Stuehler |
2007-06-01 | s/endianess/endianness/ | Alexandre Anriot |
2007-06-01 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet | Theo de Raadt |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-06-01 | Add two constraints to V1 disklabels: | Kenneth R Westerback |
2007-06-01 | Provide carefully crafted DEADBEEF* values, this was initially forgotten in | Miod Vallat |
2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ | Pedro Martelletto |
2007-06-01 | Add additional flag to indicate that we have a metdadata io pending; this | Marco Peereboom |
2007-06-01 | No need for tape fields to be daddr_t. int will do. | Kenneth R Westerback |
2007-06-01 | factor out duplicated code to allocate state key and cross-reference it | Henning Brauer |
2007-06-01 | Intel(R) -> Intel | Jason McIntyre |
2007-06-01 | more completely safe daddr_t -> daddr64_t | Theo de Raadt |
2007-06-01 | Move a useless warning to the only case that uses it (-f) from canacar@ | Todd T. Fries |
2007-06-01 | format_op df_startblk can be a daddr64_t too | Theo de Raadt |
2007-06-01 | initialize the rings | Reyk Floeter |
2007-06-01 | fold pf_test_tcp(), pf_test_udp(), pf_test_icmp(), pf_test_other() into | Henning Brauer |
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins |
2007-06-01 | Check return code for resource allocation. | Marco Peereboom |
2007-06-01 | dont request zeroed memory when we allocate data regions for buffers. this | David Gwynne |
2007-06-01 | decouple the allocated number of vnodes from the "desiredvnodes" variable | Bob Beck |
2007-06-01 | Fix cd block major number | Miod Vallat |
2007-06-01 | Nuke ufs_time_t, okay beck@ krw@ marco@ | Pedro Martelletto |
2007-06-01 | enforce DESCRIPTION-after-SYNOPSIS order, to appease man -h; | Jason McIntyre |
2007-06-01 | Fix macppc tags. | Alexander Yurchenko |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-06-01 | Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more. | Otto Moerbeek |
2007-06-01 | no need to require ProgressMeter twice. | Marc Espie |
2007-06-01 | Let conf_trans_node() set all parts of the node, so that we don't | Moritz Jodeit |
2007-06-01 | Establish interrupt after checking the i2s subsystem, fixes a problem with | Gordon Willem Klok |
2007-06-01 | really gone | Theo de Raadt |
2007-06-01 | and don't forget the other daddr var in the comment | Otto Moerbeek |
2007-06-01 | fix struct vop_bmap_args comment. ok deraadt@ | Otto Moerbeek |
2007-06-01 | wrong cast checking for VOP_BMAP return value; ok miod | Theo de Raadt |
2007-06-01 | daddr_t -> daddr64_t; | Thordur I. Bjornsson |
2007-06-01 | revert previous comment "fix", must have been sleeping | Otto Moerbeek |
2007-06-01 | fix comment, fs_ipg is inode *blocks* per cylinder group | Otto Moerbeek |
2007-06-01 | fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt... | Constantine A. Murenin |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-06-01 | more adosfs removal; | Jason McIntyre |
2007-06-01 | mark the non-handling of 48 bits units with XXX | Otto Moerbeek |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright |