summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.501Yoshihiro Takahashi2002-03-102-2/+2
* Condition the compilation of trapwrite() on I386_CPU.Alan Cox2002-03-102-0/+8
* Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so thatJake Burkholder2002-03-091-1/+10
* Remove __PAlfred Perlstein2002-03-091-6/+6
* Add a driver for the mem and kmem devices, based off the i386 version.Thomas Moestl2002-03-092-0/+245
* Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is notAlfred Perlstein2002-03-091-29/+50
* Set the interrupt map type accordingly if we need to fall back to usingThomas Moestl2002-03-091-0/+1
* Fix a warning by adding a missing include.Thomas Moestl2002-03-091-0/+1
* Set the busmaster enable bit in the PCI command register, as the firmwareThomas Moestl2002-03-091-0/+9
* Fix some bugs in the handling of the case of not enough tx descriptorsThomas Moestl2002-03-091-12/+14
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-097-84/+163
* Delete "notyet" code before it becomes "ohh no" code.Poul-Henning Kamp2002-03-091-8/+0
* Hide the DIOCGPART ioctl from userland where it has no decent use.Poul-Henning Kamp2002-03-093-0/+12
* Revert change in revision 1.53 and add a small comment to protectTor Egge2002-03-091-0/+12
* after joerg's recent merge of i4b's sppp with the main sppp, removeHellmuth Michaelis2002-03-091-253/+0
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerHellmuth Michaelis2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.Hellmuth Michaelis2002-03-091-4687/+0
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.Luigi Rizzo2002-03-092-4/+2
* Make the DEVICE_POLLING code compile with -Werror and in LINTLuigi Rizzo2002-03-092-2/+8
* Even more Highpoint RAID support.Søren Schmidt2002-03-085-111/+117
* make pcvt compile again without "options XSERVER".Hellmuth Michaelis2002-03-081-2/+5
* Note that several of the recently documented clock-related kernel optionsRobert Watson2002-03-082-0/+6
* - Use a MI critical section in witness_sleep() and witness_list() as theyJohn Baldwin2002-03-081-6/+9
* Read KTR_CPU into a temporary variable so that we use a consistent valueJohn Baldwin2002-03-081-7/+4
* Apply a bit more of the patch from conf/35674: document the variousRobert Watson2002-03-082-2/+12
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionRobert Watson2002-03-082-4/+10
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofJohn Hay2002-03-082-11/+0
* Synchronize NOTES with -STABLE LINT with respects to the placementRobert Watson2002-03-082-6/+18
* #include <machine/smp.h> in the SMP case.Poul-Henning Kamp2002-03-082-2/+2
* vhold() our vnode while checking the remote side.Poul-Henning Kamp2002-03-081-0/+3
* Add pc98 support.Yoshihiro Takahashi2002-03-081-0/+3
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,Yoshihiro Takahashi2002-03-082-32/+32
* MFi386: revision 1.125Yoshihiro Takahashi2002-03-081-0/+20
* Support newer Highpoint BIOS's extended config.Søren Schmidt2002-03-082-23/+25
* cosmeticsSøren Schmidt2002-03-081-1/+1
* Move the mount of the root filesystem to happen in the init process beforePoul-Henning Kamp2002-03-084-10/+7
* Oops I mixed up the patch for -current & -stable, sorry ....Søren Schmidt2002-03-071-4/+4
* DBA update: used the wrong of several NAI DBAs.Robert Watson2002-03-071-1/+1
* Update DBA for NAI. We have several. We used the wrong one. :-)Robert Watson2002-03-071-1/+1
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likeMatt Jacob2002-03-071-4/+25
* Minor cosmetic changes to minimise diffs for MFC.Søren Schmidt2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.Søren Schmidt2002-03-072-42/+49
* Add new errno ``ENOATTR''.Brian Feldman2002-03-073-30/+19
* Install the DSI and ISI trap handlers and their appropriate locations.Benno Rice2002-03-072-0/+4
* Copy the "implementation" of pmap_prefault from sparc64.Benno Rice2002-03-073-6/+12
* Move tunable initialisation so it can get access to physmem.Benno Rice2002-03-072-12/+12
* Calculate physmem.Benno Rice2002-03-073-3/+12
* Update for the 6.9 firmware family (6xxx controllers), as well as forMike Smith2002-03-075-20/+132
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelWarner Losh2002-03-072-4/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someWarner Losh2002-03-072-23/+24