| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Ignore ccd(4)'s. This is not the best solution, but it at least removes | David E. O'Brien | 2003-08-28 | 1 | -0/+2 |
* | | Minor style cleanups. | Nate Lawson | 2003-08-28 | 6 | -17/+8 |
* | | Style cleanups. | Nate Lawson | 2003-08-28 | 4 | -72/+35 |
* | | Style and whitespace changes. Also, make the ivar functions non-inline | Nate Lawson | 2003-08-28 | 9 | -1156/+1193 |
* | | Do not return with vnode interlock held. | Alexander Kabaev | 2003-08-28 | 1 | -0/+2 |
* | | Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404. | Yoshihiro Takahashi | 2003-08-28 | 2 | -68/+30 |
* | | Be more carefull on nulling the ATAPI magic for fake slave. | Søren Schmidt | 2003-08-28 | 1 | -13/+15 |
* | | Make sure to call start when retrying. | Søren Schmidt | 2003-08-28 | 1 | -1/+2 |
* | | - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field. | Jeff Roberson | 2003-08-28 | 4 | -97/+117 |
* | | A number of minor fixes to the mapping of memory. This should help | Warner Losh | 2003-08-28 | 1 | -22/+18 |
* | | Limit testing for an up-to-date version of make(1) to the world and | Marcel Moolenaar | 2003-08-28 | 2 | -1/+24 |
* | | Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM. | Thomas Quinot | 2003-08-28 | 1 | -1/+2 |
* | | Remove a duplicate comment. | Nate Lawson | 2003-08-28 | 1 | -6/+0 |
* | | Now that amldb(8) is no longer needed by acpidump, remove the last vestiges | Nate Lawson | 2003-08-28 | 26 | -7607/+0 |
* | | Modify acpidump to use iasl(8) as the backend for disassembling AML. | Nate Lawson | 2003-08-28 | 8 | -2086/+366 |
* | | The valid field in struct vm_page can be of type unsigned long when | Marcel Moolenaar | 2003-08-28 | 1 | -2/+2 |
* | | - Clean-up comments that refer to the use of B_LOCKED. | Jeff Roberson | 2003-08-28 | 4 | -6/+8 |
* | | - In LCK_BUF() simply change the owner of the buf to the kernel. | Jeff Roberson | 2003-08-28 | 2 | -20/+4 |
* | | Fix location of $FreeBSD$ from last commit. | Warner Losh | 2003-08-27 | 1 | -4/+3 |
* | | When we initialize a disk with a virgin label, create also an 'a' | Poul-Henning Kamp | 2003-08-27 | 1 | -0/+4 |
* | | Add support for new devices. | Prafulla Deuskar | 2003-08-27 | 5 | -957/+1871 |
* | | Make build of libatm depend on existing NOATM conditional. | Poul-Henning Kamp | 2003-08-27 | 1 | -1/+5 |
* | | Make build of atm, mld6query, rip6query, route6d and traceroute6 | Poul-Henning Kamp | 2003-08-27 | 1 | -5/+11 |
* | | Make build of atm, ip6fw and ping6 depend on existing NOATM and | Poul-Henning Kamp | 2003-08-27 | 1 | -3/+9 |
* | | Return the translated result code from ATA/ATAPI commands. | Søren Schmidt | 2003-08-27 | 1 | -2/+2 |
* | | Hopefully Fix problem with probing some ATAPI devices, while still | Søren Schmidt | 2003-08-27 | 1 | -14/+15 |
* | | All davicom cards seem to need DC_TX_ALIGN. | Martin Blapp | 2003-08-27 | 2 | -4/+2 |
* | | Reserve 184 for dumb console driver(dcons) which can be found in | Hidetoshi Shimokawa | 2003-08-27 | 1 | -0/+1 |
* | | OSRELDATE should fallback to 'unknown' rather than the kernel that's | Warner Losh | 2003-08-27 | 1 | -1/+1 |
* | | add debug to pcic memory mapping routine | Warner Losh | 2003-08-27 | 1 | -0/+5 |
* | | Fix a mac_policy_list reference to be a mac_static_policy_list | Robert Watson | 2003-08-26 | 9 | -9/+9 |
* | | Revision 1.126 broke the interface of the bktr driver's | Jacques Vidrine | 2003-08-26 | 2 | -23/+26 |
* | | Clarify text | Eivind Eklund | 2003-08-26 | 1 | -1/+1 |
* | | Replace a reference to /kernel with /boot/kernel/kernel | Eivind Eklund | 2003-08-26 | 1 | -1/+1 |
* | | Clarify the order of arguments passed to the pre-/post-install script | Peter Pentchev | 2003-08-26 | 1 | -1/+1 |
* | | M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the | Robert Watson | 2003-08-26 | 1 | -0/+2 |
* | | Let SA process work under ULE scheduler, originally it would panic kernel. | David Xu | 2003-08-26 | 3 | -24/+49 |
* | | Use the db_alt_break() state machine instead of rolling our own. This | Nate Lawson | 2003-08-26 | 1 | -32/+14 |
* | | Use __FBSDID(). | David E. O'Brien | 2003-08-25 | 21 | -49/+74 |
* | | Use __FBSDID(). | David E. O'Brien | 2003-08-25 | 28 | -73/+95 |
* | | Implement the last commit properly. | Josef Karthauser | 2003-08-25 | 1 | -0/+3 |
* | | Fix the cdevsw compatibility for -stable. | Josef Karthauser | 2003-08-25 | 9 | -11/+8 |
* | | Fix the alpha kernel build. | Jake Burkholder | 2003-08-25 | 1 | -0/+2 |
* | | Correct a grammatical error. | Ceri Davies | 2003-08-25 | 1 | -1/+1 |
* | | Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERT | Marcel Moolenaar | 2003-08-25 | 1 | -1/+1 |
* | | Assert that u_long is at least 64 bits if PAGE_SIZE is 32K. | Marcel Moolenaar | 2003-08-25 | 1 | -0/+7 |
* | | Add a warning describing at least one circumstance where cvsup can hose | Nate Lawson | 2003-08-25 | 1 | -0/+24 |
* | | Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports | Nate Lawson | 2003-08-25 | 1 | -8/+0 |
* | | Add @ before the shell invocation for the testing of sufficiently new sh. | Warner Losh | 2003-08-25 | 1 | -1/+1 |
* | | Probe routines can return < 0 for speculative matches. In the | Warner Losh | 2003-08-25 | 1 | -1/+1 |