summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-163-9/+9
* o Rework the identify routine a little, merging it with NetBSD's wi.imp2002-03-163-50/+45
* Bump the FreeBSD version to mark the import of Perl 5.6.1.markm2002-03-161-1/+1
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-162-36/+30
* Fix 64bit arch problems.sos2002-03-162-5/+6
* Remove useless splXXX set.sos2002-03-161-3/+0
* Hmm, talk about optimizer-fodder. Make the DIOCGDVIRGIN hack work again.phk2002-03-161-6/+4
* Fixed some style bugs:bde2002-03-161-9/+5
* Merge from NetBSD:joe2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyjoe2002-03-162-2/+2
* Huge merge from NetBSD:joe2002-03-168-293/+368
* Add a generic and general ioctl pass-through mechanism.phk2002-03-164-50/+84
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comimp2002-03-162-3/+10
* Implement PT_IO (read / write arbitrary amounts of data or text).des2002-03-162-0/+47
* Merge local changes for the 20020308 ACPI CA update.msmith2002-03-163-8/+41
* This commit was generated by cvs2svn to compensate for changes in r92388,msmith2002-03-1618-50/+112
|\
| * Import of the 20020308 Intel ACPI CA update.msmith2002-03-1621-58/+153
* | This commit was generated by cvs2svn to compensate for changes in r92386,msmith2002-03-161-0/+153
|\ \ | |/
| * Import of the 20020308 Intel ACPI CA update.msmith2002-03-161-0/+153
* | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-167-58/+10
* | Fix a stupid whitespace style bogon from way back in the declarations ofjhb2002-03-151-2/+2
* | Teach GEOM about Sun disklabel formats.phk2002-03-152-0/+210
* | Try to get used to architectures which are picky about alignment.phk2002-03-151-11/+4
* | Support for LG GM82C700, an AIC6360 clone.luoqi2002-03-153-11/+39
* | PT_[GS]ET{,DB,FP}REGS isn't really optional any more, since we have dummydes2002-03-151-25/+1
* | Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-1527-63/+98
* | Update to the RAID1 rebuild code.sos2002-03-152-21/+37
* | mdoc(7) police: fix a typo and markup.ru2002-03-151-2/+6
* | * Stop other cpus when one cpu enters DDB and restart them after itdfr2002-03-151-11/+47
* | * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-152-14/+49
* | Remove all the custom toolchain knob tweaking.obrien2002-03-151-13/+0
* | Giant pushdown for read/write/pread/pwrite syscalls.alfred2002-03-156-11/+26
* | Bug fixes:alfred2002-03-151-5/+10
* | Revert most of the recent PCI merge. This has proven to be tooimp2002-03-152-126/+971
* | Quiet a warning on the Alpha.obrien2002-03-151-1/+5
* | Fix bugs where the ng_ppp node could transmit PPP frames whose lengtharchie2002-03-151-4/+18
* | Unbreak the probing of some CDROM drives.sos2002-03-141-3/+3
* | Only allow super user to perform the Linux compatible ioctls since someambrisko2002-03-141-0/+4
* | Tweak the AP startup code somewhat. With all the other recent changes,dfr2002-03-141-8/+41
* | * Initialise pcb_pmap for new threads.dfr2002-03-141-21/+40
* | * Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don'tdfr2002-03-141-11/+23
* | Add pcpu.pc_current_pmap and pcb.pcb_pmap.dfr2002-03-141-0/+2
* | Add a field to hold the current pmap of a thread.dfr2002-03-141-0/+1
* | NAI DBA updaterwatson2002-03-141-1/+1
* | Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr().dfr2002-03-141-0/+29
* | Be consistent with UFS in a way how devfs_setattr() checks credentialsmaxim2002-03-141-4/+5
* | * Add some KTR messages for IPIs.dfr2002-03-141-3/+35
* | Add debug code to print SAPIC registers.dfr2002-03-142-1/+33
* | * Use a mutex to protect the RID allocator.dfr2002-03-141-16/+40
* | Move the call to pmap_bootstrap to after the initialisation of thread0.dfr2002-03-141-6/+9
OpenPOWER on IntegriCloud