| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the IFCAP_VLAN_MTU bit in capenable as well. | des | 2004-05-25 | 1 | -0/+1 |
* | Set baudrate to 100 Mbps, and advertise our ability to handle extended | des | 2004-05-25 | 1 | -1/+7 |
* | Scan the source string for invalid wide characters in wcsrtombs() | tjr | 2004-05-25 | 1 | -2/+9 |
* | o Fix typo: s/bslim/bhlim/. | maxim | 2004-05-25 | 1 | -1/+1 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | tjr | 2004-05-25 | 5 | -0/+16 |
* | Round #1 of improving pcf(4). | joerg | 2004-05-25 | 4 | -320/+645 |
* | Null commit: this is just a notification only that this file has been | joerg | 2004-05-25 | 0 | -0/+0 |
* | Use the correct location of the EBDA for searching for the RSDP. | njl | 2004-05-25 | 3 | -26/+40 |
* | Correct two error cases in vm_map_unwire(): | alc | 2004-05-25 | 1 | -4/+5 |
* | Remove call to _INI for thermal devices. ACPI-CA now calls _INI for | njl | 2004-05-25 | 1 | -6/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r129694, | njl | 2004-05-25 | 1 | -1/+1 |
|\ |
|
| * | Remove a warning of a constant that is too large. Change submitted to | njl | 2004-05-25 | 1 | -1/+1 |
* | | Add suspend/resume support to the debugger. | njl | 2004-05-25 | 1 | -1/+1 |
* | | Changes to implement 20040514: | njl | 2004-05-25 | 5 | -45/+67 |
* | | Local change: allow usermode to compile this header. Submitted to vendor. | njl | 2004-05-25 | 1 | -7/+1 |
* | | Local change: don't hang forever if WAK_STS is never set. | njl | 2004-05-25 | 1 | -9/+32 |
* | | Local change: remove warnings. | njl | 2004-05-25 | 3 | -45/+66 |
* | | Local diff: allow use of the disassembler. | njl | 2004-05-25 | 1 | -2/+33 |
* | | Unchanged files that are off the vendor branch. | njl | 2004-05-25 | 3 | -12/+24 |
* | | This commit was generated by cvs2svn to compensate for changes in r129684, | njl | 2004-05-25 | 49 | -1117/+2045 |
|\ \
| |/ |
|
| * | Vendor import of Intel ACPI-CA 20040514. | njl | 2004-05-25 | 58 | -1192/+2201 |
| * | Only avoid disabling bus mastering on the sleep path. This should fix | njl | 2004-04-14 | 1 | -13/+13 |
* | | - Close fd if fdopen(fd) fails. | mdodd | 2004-05-25 | 1 | -1/+2 |
* | | - Add a cross-reference to geom(8). | pjd | 2004-05-24 | 3 | -4/+7 |
* | | Add manual page for geom(8) utility. | pjd | 2004-05-24 | 1 | -0/+121 |
* | | Add two new flags: -w, which allows new files to be created, | mdodd | 2004-05-24 | 2 | -5/+32 |
* | | In verbose mode print disk sizes in human readable form as well. | pjd | 2004-05-24 | 2 | -2/+9 |
* | | Use humanize_number(3) to format sizes into a human readable form. | pjd | 2004-05-24 | 4 | -157/+30 |
* | | Add humanize_number(3) to libutil for formating numbers into a human | pjd | 2004-05-24 | 4 | -4/+312 |
* | | Mark du(1) as WARNS6 clean. | pjd | 2004-05-24 | 1 | -0/+1 |
* | | Use NG_NODESIZ instead of (NG_NODELEN + 1) | julian | 2004-05-24 | 1 | -1/+1 |
* | | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1) | julian | 2004-05-24 | 1 | -1/+1 |
* | | Use PCI_BAR() rather than PCIR_MAPS. | jhb | 2004-05-24 | 1 | -5/+5 |
* | | Wrap the code to save/restore PCI config registers on suspend/resume in | jhb | 2004-05-24 | 3 | -0/+18 |
* | | Change a if (...) panic() to a KASSERT(). | mux | 2004-05-24 | 1 | -2/+2 |
* | | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | imp | 2004-05-24 | 1 | -2/+2 |
* | | Grammar. | maxim | 2004-05-24 | 1 | -1/+1 |
* | | Don't declare spectHex() inside a function, use a real prototype. | stefanf | 2004-05-24 | 1 | -1/+2 |
* | | Use the correct types for the functions rst_opendir(), glob_readdir() and | stefanf | 2004-05-24 | 3 | -9/+11 |
* | | Include <timeconv.h> for time conversion functions. | stefanf | 2004-05-24 | 2 | -0/+2 |
* | | Do not write to those config registers that are unambiguously defined | imp | 2004-05-24 | 1 | -19/+0 |
* | | Revert part of rev 1.230 and assume that all EISA IRQs use active high | jhb | 2004-05-24 | 1 | -8/+1 |
* | | Install nsswitch. | des | 2004-05-24 | 1 | -1/+1 |
* | | Include <sys/linker.h> for kldload(). | stefanf | 2004-05-24 | 1 | -0/+1 |
* | | Add option '-o' for one-line output in combination with '-d'. | le | 2004-05-24 | 2 | -7/+24 |
* | | Include <stdlib.h> for exit() and abort() prototypes. | stefanf | 2004-05-24 | 3 | -0/+3 |
* | | Include <string.h> for prototypes of various string functions. | stefanf | 2004-05-24 | 5 | -0/+8 |
* | | Oops, ".align 4" for the data section in the previous commit should | bde | 2004-05-24 | 1 | -3/+3 |
* | | Diff reduction to NetBSD. | le | 2004-05-24 | 1 | -3/+3 |
* | | Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype. | stefanf | 2004-05-24 | 2 | -0/+2 |