summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-27/+24
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-2/+0
* Document faultstate.lookup_still_valid more than none.green2002-03-141-10/+14
* Fixes to make select/poll mpsafe.alfred2002-03-1415-139/+135
* This corrects the first of two known deadlock conditions thatmckusick2002-03-141-12/+1
* Don't restore r13 when returning to kernel mode. We may have migrated todfr2002-03-142-2/+8
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-138-86/+97
* DBA update: pick the right DBA for various LOMAC copyrights.rwatson2002-03-1327-27/+27
* Remove a bogus cast and deconstification that broke the Alpha kernel build.des2002-03-131-2/+3
* Back out previous commit, it was the wrong patch!des2002-03-131-0/+1
* Remove a bogus cast that breaks the Alpha kernel build due to -Werror.des2002-03-131-1/+0
* Add 5th parameter to pci_read_device specifying the size of the objectimp2002-03-132-6/+6
* Use the dx register for the destination port address. A immediate portnyan2002-03-131-2/+5
* MFi386: revision 1.502nyan2002-03-132-0/+8
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-132-6/+14
* Further document "console" (nullconsole).ru2002-03-131-2/+5
* Add a readonly sysctl variable of type string, kern.bootp_cookie,luigi2002-03-131-0/+15
* Fix ifdef LOCORE protection.jake2002-03-131-4/+4
* Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10sjake2002-03-132-0/+8
* Fix braino.jake2002-03-132-6/+0
OpenPOWER on IntegriCloud