summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* cleanup readability syntax prior to ongoing b_resid work commits.dillon2002-03-061-4/+5
* - use des_ecb3_encrypt().ume2002-03-051-11/+9
* Oops, now, encription and decription are separate function.ume2002-03-051-2/+2
* Official timeout routines for netgraph nodes that know how tojulian2002-03-052-0/+66
* Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear torwatson2002-03-053-5/+5
* The change from td->td_proc->p_ucred to td->td_ucred has shortened somerwatson2002-03-052-8/+6
* - Use td_ucred for jail checks.jhb2002-03-053-84/+45
* Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem andrwatson2002-03-051-3/+4
* Merge reservation of two SI_SUB constants for the MAC policy frameworkrwatson2002-03-051-0/+2
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-053-20/+22
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netgreen2002-03-051-1/+1
* Change wmesg to const char * instead of char *eivind2002-03-052-4/+4
OpenPOWER on IntegriCloud