Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-01 | Provide carefully crafted DEADBEEF* values, this was initially forgotten in | Miod Vallat | |
the commit which enabled DEADBEEF* overrides, then values have been discussed a bit more and improved; reminded by and ok art@ | |||
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 | |
way if we shut down the system we can make sure that it makes it onto disk before scsibus detach. ok dlg | |||
2007-06-01 | No need for tape fields to be daddr_t. int will do. | Kenneth R Westerback | |
ok beck@ deraadt@ | |||
2007-06-01 | factor out duplicated code to allocate state key and cross-reference it | Henning Brauer | |
with a state entry into a new pf_alloc_state_key() function and use it everywhere. makes upcoming changes way easier and is cleaner anyway. conceptually agreed by ryan, but he's on the road now ;( | |||
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 | |
ok beck@ | |||
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 | |
one - pf_test_rule(). now we have one place to make things clearer and maybe find another few performance bits :) shrinks i386 GENERIC by 11K, no measurable performance impact or gain. lots lots lots lots lots of testing and headbanging with ryan, performance testing ckuethe. ok ryan | |||
2007-06-01 | add support for local and remote branch checkout. for example, | Niall O'Higgins | |
cvs co -rOPENBSD_3_0 works now. along the way, simplify and rationalise code and fix a few nits. ok joris@ xsa@ ray@ | |||
2007-06-01 | Check return code for resource allocation. | Marco Peereboom | |
prompted by tedu | |||
2007-06-01 | dont request zeroed memory when we allocate data regions for buffers. this | David Gwynne | |
moves memset from the 20th most expensive function in the kernel to the 331st when doing heavy io. ok tedu@ thib@ pedro@ beck@ art@ | |||
2007-06-01 | decouple the allocated number of vnodes from the "desiredvnodes" variable | Bob Beck | |
which is used to size a zillion other things that increasing excessively has been shown to cause problems - so that we may incrementally look at increasing those other things without making the kernel unusable. This diff effectivly increases the number of vnodes back to the number of buffers, as in the earlier dynamic buffer cache commits, without increasing anything else (namecache, softdeps, etc. etc.) ok pedro@ tedu@ art@ thib@ | |||
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 | |
ok drahn@ | |||
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie | |
Create a common state class for delete and add, put the progressmeter creation in there. neat effect: we don't have a progressmeter, we use a stub class instead and *never* pull the code in at all. | |||
2007-06-01 | Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more. | Otto Moerbeek | |
Fixes PR 5494; with pedro@; ok pedro@ millert@ | |||
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 | |
have to expose the node to the outside. Without this, conf_trans_node() created a node, linked it into the conf_trans queue and returned it to the caller. If something failed in one of the callers, the half-initialized node would still be linked in the queue and could get accessed later on. ok hshoexer@ | |||
2007-06-01 | Establish interrupt after checking the i2s subsystem, fixes a problem with | Gordon Willem Klok | |
xserve G5. ok drahn | |||
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 | |
Basically the usage of daddr_t was to math out arguments to nfs_getcacheblk, wich calls getblk(); ok deraadt@ | |||
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 ↵ | Constantine A. Murenin | |
deraadt, henning | |||
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 | |
binary change. ok jsg | |||
2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright | |
extended padded to 16 bytes) | |||
2007-06-01 | add __signbitl() for 68881 (not used yet) | Jason Wright | |
2007-06-01 | add __signbitl for i387 (not used yet) | Jason Wright | |
2007-06-01 | sync | Theo de Raadt | |
2007-06-01 | add little endian and big endian shapes for extended and quad float | Jason Wright | |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-06-01 | Remove the hci_enable now done in a higher layer. | Gordon Willem Klok | |
ok uwe | |||
2007-06-01 | Only probe phy's at address 0; gets rid of bogus phy's on the | Mark Kettenis | |
Marvell Yukon 88E8036. ok jsg@ | |||
2007-06-01 | Remove a stupid wrapper function that does nothing more then calling another | Claudio Jeker | |
function with the same arguments. | |||
2007-06-01 | rework the sensor task handling to run in the kernels generic workq. | David Gwynne | |
apologies to art for abusing timeouts so badly. apologies to tedu for making his head hurt. tested by and ok tedu@ | |||
2007-06-01 | set debug level to 0 | Uwe Stuehler | |
2007-06-01 | complete the sys/netbt import and adopt some more code to our interfaces | Uwe Stuehler | |
2007-06-01 | sc_carplladdr does not need to be dereferenced. | Marco Pfatschbacher | |
OK mcbride@ |