| Commit message (Expand) | Author | Age | Files | Lines |
* | Add device ID for Xircom modem. Also add work around from gwk@sgi.com | imp | 2002-03-16 | 2 | -3/+10 |
* | Implement PT_IO (read / write arbitrary amounts of data or text). | des | 2002-03-16 | 2 | -0/+47 |
* | Merge local changes for the 20020308 ACPI CA update. | msmith | 2002-03-16 | 3 | -8/+41 |
* | This commit was generated by cvs2svn to compensate for changes in r92388, | msmith | 2002-03-16 | 18 | -50/+112 |
|\ |
|
| * | Import of the 20020308 Intel ACPI CA update. | msmith | 2002-03-16 | 21 | -58/+153 |
* | | This commit was generated by cvs2svn to compensate for changes in r92386, | msmith | 2002-03-16 | 1 | -0/+153 |
|\ \
| |/ |
|
| * | Import of the 20020308 Intel ACPI CA update. | msmith | 2002-03-16 | 1 | -0/+153 |
* | | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the | des | 2002-03-16 | 7 | -58/+10 |
* | | Fix a stupid whitespace style bogon from way back in the declarations of | jhb | 2002-03-15 | 1 | -2/+2 |
* | | Teach GEOM about Sun disklabel formats. | phk | 2002-03-15 | 2 | -0/+210 |
* | | Try to get used to architectures which are picky about alignment. | phk | 2002-03-15 | 1 | -11/+4 |
* | | Support for LG GM82C700, an AIC6360 clone. | luoqi | 2002-03-15 | 3 | -11/+39 |
* | | PT_[GS]ET{,DB,FP}REGS isn't really optional any more, since we have dummy | des | 2002-03-15 | 1 | -25/+1 |
* | | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 27 | -63/+98 |
* | | Update to the RAID1 rebuild code. | sos | 2002-03-15 | 2 | -21/+37 |
* | | mdoc(7) police: fix a typo and markup. | ru | 2002-03-15 | 1 | -2/+6 |
* | | * Stop other cpus when one cpu enters DDB and restart them after it | dfr | 2002-03-15 | 1 | -11/+47 |
* | | * Remove a breakpoint() I accidentally left in for debugging :-(. | dfr | 2002-03-15 | 2 | -14/+49 |
* | | Remove all the custom toolchain knob tweaking. | obrien | 2002-03-15 | 1 | -13/+0 |
* | | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 6 | -11/+26 |
* | | Bug fixes: | alfred | 2002-03-15 | 1 | -5/+10 |
* | | Revert most of the recent PCI merge. This has proven to be too | imp | 2002-03-15 | 2 | -126/+971 |
* | | Quiet a warning on the Alpha. | obrien | 2002-03-15 | 1 | -1/+5 |
* | | Fix bugs where the ng_ppp node could transmit PPP frames whose length | archie | 2002-03-15 | 1 | -4/+18 |
* | | Unbreak the probing of some CDROM drives. | sos | 2002-03-14 | 1 | -3/+3 |
* | | Only allow super user to perform the Linux compatible ioctls since some | ambrisko | 2002-03-14 | 1 | -0/+4 |
* | | Tweak the AP startup code somewhat. With all the other recent changes, | dfr | 2002-03-14 | 1 | -8/+41 |
* | | * Initialise pcb_pmap for new threads. | dfr | 2002-03-14 | 1 | -21/+40 |
* | | * Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don't | dfr | 2002-03-14 | 1 | -11/+23 |
* | | Add pcpu.pc_current_pmap and pcb.pcb_pmap. | dfr | 2002-03-14 | 1 | -0/+2 |
* | | Add a field to hold the current pmap of a thread. | dfr | 2002-03-14 | 1 | -0/+1 |
* | | NAI DBA update | rwatson | 2002-03-14 | 1 | -1/+1 |
* | | Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr(). | dfr | 2002-03-14 | 1 | -0/+29 |
* | | Be consistent with UFS in a way how devfs_setattr() checks credentials | maxim | 2002-03-14 | 1 | -4/+5 |
* | | * Add some KTR messages for IPIs. | dfr | 2002-03-14 | 1 | -3/+35 |
* | | Add debug code to print SAPIC registers. | dfr | 2002-03-14 | 2 | -1/+33 |
* | | * Use a mutex to protect the RID allocator. | dfr | 2002-03-14 | 1 | -16/+40 |
* | | Move the call to pmap_bootstrap to after the initialisation of thread0. | dfr | 2002-03-14 | 1 | -6/+9 |
* | | Missed this file for select SMP fixes associated with rev 1.93 of | alfred | 2002-03-14 | 1 | -27/+24 |
* | | Missed this file for select SMP fixes associated with rev 1.93 of | alfred | 2002-03-14 | 1 | -2/+0 |
* | | Document faultstate.lookup_still_valid more than none. | green | 2002-03-14 | 1 | -10/+14 |
* | | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 15 | -139/+135 |
* | | This corrects the first of two known deadlock conditions that | mckusick | 2002-03-14 | 1 | -12/+1 |
* | | Don't restore r13 when returning to kernel mode. We may have migrated to | dfr | 2002-03-14 | 2 | -2/+8 |
* | | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | green | 2002-03-13 | 8 | -86/+97 |
* | | DBA update: pick the right DBA for various LOMAC copyrights. | rwatson | 2002-03-13 | 27 | -27/+27 |
* | | Remove a bogus cast and deconstification that broke the Alpha kernel build. | des | 2002-03-13 | 1 | -2/+3 |
* | | Back out previous commit, it was the wrong patch! | des | 2002-03-13 | 1 | -0/+1 |
* | | Remove a bogus cast that breaks the Alpha kernel build due to -Werror. | des | 2002-03-13 | 1 | -1/+0 |
* | | Add 5th parameter to pci_read_device specifying the size of the object | imp | 2002-03-13 | 2 | -6/+6 |