summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Even more Highpoint RAID support.sos2002-03-085-111/+117
* make pcvt compile again without "options XSERVER".hm2002-03-081-2/+5
* Note that several of the recently documented clock-related kernel optionsrwatson2002-03-082-0/+6
* - Use a MI critical section in witness_sleep() and witness_list() as theyjhb2002-03-081-6/+9
* Read KTR_CPU into a temporary variable so that we use a consistent valuejhb2002-03-081-7/+4
* Apply a bit more of the patch from conf/35674: document the variousrwatson2002-03-082-2/+12
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionrwatson2002-03-082-4/+10
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofjhay2002-03-082-11/+0
* Synchronize NOTES with -STABLE LINT with respects to the placementrwatson2002-03-082-6/+18
* #include <machine/smp.h> in the SMP case.phk2002-03-082-2/+2
* vhold() our vnode while checking the remote side.phk2002-03-081-0/+3
* Add pc98 support.nyan2002-03-081-0/+3
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,nyan2002-03-082-32/+32
* MFi386: revision 1.125nyan2002-03-081-0/+20
* Support newer Highpoint BIOS's extended config.sos2002-03-082-23/+25
* cosmeticssos2002-03-081-1/+1
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-084-10/+7
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* DBA update: used the wrong of several NAI DBAs.rwatson2002-03-071-1/+1
* Update DBA for NAI. We have several. We used the wrong one. :-)rwatson2002-03-071-1/+1
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-072-42/+49
* Add new errno ``ENOATTR''.green2002-03-073-30/+19
* Install the DSI and ISI trap handlers and their appropriate locations.benno2002-03-072-0/+4
* Copy the "implementation" of pmap_prefault from sparc64.benno2002-03-073-6/+12
* Move tunable initialisation so it can get access to physmem.benno2002-03-072-12/+12
* Calculate physmem.benno2002-03-073-3/+12
* Update for the 6.9 firmware family (6xxx controllers), as well as formsmith2002-03-075-20/+132
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelimp2002-03-072-4/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someimp2002-03-072-24/+25
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1imp2002-03-072-4/+19
* Implement delivery of tlb shootdown ipis. This is currently more fine grainedjake2002-03-0714-324/+335
* Modify the tlb demap API to take a pmap instead of a tlb context number.jake2002-03-075-36/+40
* Implement kthread context stealing. This is a bit of a misnomer becausejake2002-03-073-54/+53
* Unconditionally limit maxproc so that it is not possiblesilby2002-03-071-0/+6
* Include machine/smp.h.jake2002-03-071-0/+1
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-0711-1/+11
* Fix a bug in the vm_map_clean() procedure. msync()ing an area of memorydillon2002-03-071-1/+4
* Two style(9) fixes:imp2002-03-071-53/+50
* Check for NULL on resource allocation. For the moment, punt, but we shouldimp2002-03-071-0/+18
* Sync with GENERIC. WITNESS_SKIPSPIN, and the ciss and iir devices.cjc2002-03-061-0/+3
* Add the "Avlab Technology, PCI IO 2S" card.jhay2002-03-061-0/+9
* Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC,des2002-03-061-3/+5
* Fix a typo, unbreak the world.maxim2002-03-061-1/+1
* Don't (blindly) truncate the unit number to 4 digits when formatting thebde2002-03-061-1/+3
* Maximum semid is seminfo.semmni not seminfo.semmsl.maxim2002-03-061-3/+3
* Fixed compilation warnings.ru2002-03-061-0/+2
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128bde2002-03-061-1/+1
* Add a sequential iteration optimization to vm_object_page_clean(). Thisdillon2002-03-061-75/+194
OpenPOWER on IntegriCloud