| Commit message (Expand) | Author | Age | Files | Lines |
* | - add wall_cmos_clock and adjkerntz variables, required by msdosfs | grehan | 2005-02-04 | 2 | -0/+42 |
* | Convert bus_space_barrier() into a null inline function rather than an | grehan | 2005-02-04 | 1 | -2/+9 |
* | - add definitions for MPC7447A/7448 (i.e. miniMac) | grehan | 2005-02-04 | 1 | -1/+3 |
* | HID0 updates: | grehan | 2005-02-04 | 1 | -3/+6 |
* | Sort PANASONIC products numerically | imp | 2005-02-03 | 1 | -1/+1 |
* | takawata tells me that KXLC0003 also works with this driver, so add it | imp | 2005-02-03 | 1 | -10/+11 |
* | Remove the entries for isp and ispfw instead of leaving them in an inconsistent | scottl | 2005-02-03 | 1 | -2/+0 |
* | - Split out PCI support. | mdodd | 2005-02-03 | 6 | -309/+751 |
* | Connect ng_device(4) to the build. | ru | 2005-02-03 | 1 | -0/+1 |
* | Anytime we write to the RTC's status B register to possibly enable | jhb | 2005-02-03 | 2 | -0/+6 |
* | correct check for unicast key being setup; wpa_supplicant in particular | sam | 2005-02-03 | 1 | -1/+1 |
* | MFlibc: Remove extra closing parenthesis. | ru | 2005-02-03 | 2 | -2/+2 |
* | We do want to print '\n'/'\r'. | pjd | 2005-02-03 | 1 | -0/+1 |
* | 'c' cannot be -1. | pjd | 2005-02-03 | 1 | -1/+0 |
* | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | pjd | 2005-02-03 | 4 | -44/+71 |
* | Parse "getifname" using the standard parse string type. | ru | 2005-02-03 | 4 | -57/+12 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 1 | -9/+6 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 3 | -6/+6 |
* | Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". | ru | 2005-02-03 | 2 | -14/+10 |
* | Removed unused includes. | ru | 2005-02-03 | 1 | -3/+0 |
* | When entering siocnputc() with (kdb_active), don't acquire (or | rwatson | 2005-02-03 | 1 | -5/+9 |
* | Fix alignment in the last commit. | ru | 2005-02-03 | 1 | -2/+2 |
* | - remove NO_MODULES since they've been working for some time | grehan | 2005-02-03 | 1 | -3/+5 |
* | Don't build syscons, uart or vpo on PPC. | grehan | 2005-02-03 | 1 | -3/+8 |
* | Fix up assignment of negative number to char. Char's are unsigned by | grehan | 2005-02-03 | 1 | -1/+1 |
* | MF dev/wi: merge the pccard lists. | imp | 2005-02-03 | 1 | -11/+19 |
* | Don't lose the frame pointer for PPC modules: backtrace doesn't work. | grehan | 2005-02-02 | 1 | -1/+1 |
* | - Use a seperate malloc tag for saved inode contents to help in debugging | jeff | 2005-02-02 | 1 | -4/+5 |
* | - Correct a typo in kern_rename. tvfslocked should be initialized from | jeff | 2005-02-02 | 2 | -2/+2 |
* | Define SI_SUB_AUDIT, the system boot event to initialize the audit | rwatson | 2005-02-02 | 1 | -0/+1 |
* | Add a stub audit_kevents.h, which defines exactly one audit event: | rwatson | 2005-02-02 | 1 | -0/+38 |
* | Back out previous commit, bde@ provided an example of something this | kensmith | 2005-02-02 | 1 | -6/+0 |
* | Fix the comment. | ru | 2005-02-02 | 1 | -2/+2 |
* | Whitespace and "const" changes to reduce diffs to RELENG_4. | ru | 2005-02-02 | 2 | -88/+90 |
* | Add a place-holder f_label void * for a future struct label pointer | rwatson | 2005-02-02 | 1 | -0/+1 |
* | Fix "Duplicate mbuf free panic". | yongari | 2005-02-02 | 1 | -1/+1 |
* | It was noticed that we do not change a file's access time when it gets | kensmith | 2005-02-02 | 1 | -0/+6 |
* | - Or MPSAFE with the correct set of flags in stat(). This affected only | jeff | 2005-02-01 | 2 | -2/+2 |
* | Forgot to mark the IRQ as MPSAFE. | phk | 2005-02-01 | 1 | -1/+5 |
* | The two PLANEX cards listed in pccarddevs, identified only by their | imp | 2005-02-01 | 3 | -14/+13 |
* | Add a IEEE488 driver for PCIIA compatible cards. | phk | 2005-02-01 | 3 | -0/+429 |
* | In case of various tunneling protocols, mbuf may pass several interfaces | glebius | 2005-02-01 | 1 | -3/+5 |
* | - change all u_int_XX to uint_XX | grehan | 2005-02-01 | 1 | -39/+39 |
* | BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resource | imp | 2005-02-01 | 2 | -6/+6 |
* | Sort functions. | njl | 2005-02-01 | 1 | -4/+4 |
* | Update copyright, remove "all rights reserved" (since they are not | bmilekic | 2005-02-01 | 1 | -5/+1 |
* | add cpu_idle support for 21066A based lca systems | ticso | 2005-01-31 | 4 | -1/+41 |
* | Use a taskqueue to handle port status changes. | akiyama | 2005-01-31 | 3 | -2/+54 |
* | nit in /*- | imp | 2005-01-31 | 2 | -2/+2 |
* | Yikes! Fix a typo in a function name that managed to occur twice. | scottl | 2005-01-31 | 1 | -2/+2 |