summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* There are enough examples of using 'my $var = ...' definitions, so removejoe2000-10-181-7/+0
* All variables should be commented.joe2000-10-181-0/+21
* Make subroutine prototypes mandatory.joe2000-10-181-0/+20
* Fix the places that I missed last commit: 'vars' not 'var'.joe2000-10-181-2/+2
* Converted `da' and `wd' into `rda' and `rwd', respectively.kato2000-10-181-2/+2
* If we do not byte-swap the ip_id in the first place, don't do it inru2000-10-182-0/+4
* Attempt to fix the random read blocking. The old code slept atpeter2000-10-181-14/+13
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-189-0/+195
* Go ahead and disable the legacy mapping of the pcic registers on theimp2000-10-181-1/+1
* Add ifpnp driver to list of i4b hardware drivers.hm2000-10-182-8/+10
* Merged from sys/i386/i386/machdep.c revision 1.416.kato2000-10-182-14/+18
* Add a debug flag bit for a new driver.hm2000-10-182-38/+38
* Don't needlessly pass the diagnostic counter to the idle_event eventjhb2000-10-181-1/+1
* Use dd to better block the data being sent to /dev/random.jwd2000-10-181-2/+2
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-183-0/+110
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-1810-574/+3641
* Move auto doesn't work comment closer to config lineimp2000-10-181-1/+1
* Remove some silly debug writes and code that we don't needimp2000-10-181-20/+0
* o Remove a boatload of debugging printfs.imp2000-10-181-12/+18
* Use appropriate resource management accessors instead of directlymdodd2000-10-189-36/+38
* Add rman_get_size(), which does what you would expect.mdodd2000-10-171-0/+1
* - Wrap the sanity checks for staying in the idle loop for absurdly longjhb2000-10-171-6/+12
* - Catch up to moving headers, machine/ipl.h -> sys/ipl.hjhb2000-10-172-14/+18
* Work much harder at obtaining a correct device node. If what devname(3)des2000-10-171-31/+89
* Add a bunch of wireless cards from Japan. Shigeru YAMAMOTO-sanimp2000-10-171-7/+53
* Remove random from boot floppy on advice of Mark Murrayjkh2000-10-175-0/+15
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-172-1/+30
* Clarify the location of the kernel and modules.bmah2000-10-172-6/+6
* Argh! Fix passive mode selection (again)des2000-10-171-2/+3
* Roll minor revision- for once we'll use this because.... if revision >= 5.4,mjacob2000-10-171-32/+30
* remove "SERVICING_INTERRUPT" nonsensemjacob2000-10-171-2/+0
* Fix the build break.n_hibma2000-10-171-15/+9
* Correction: 'use vars ..' not 'use var'.joe2000-10-171-1/+1
* Build and install the perl.style(7) manual page.joe2000-10-171-1/+2
* Reclarify variable definition blocks.joe2000-10-171-15/+59
* Syslogd normally converts messages of facility kern to facilitydwmalone2000-10-173-3/+30
* Fix spelling of comparison.dwmalone2000-10-171-2/+2
* Implement write combining for crashdumps. This is useful whenps2000-10-1710-29/+73
* Fix error in sample code in the man pageroger2000-10-171-1/+1
* Add new bktr optionsroger2000-10-171-1/+7
* Try and get libc_r to compile again on the alpha after deischen's commitpeter2000-10-173-9/+9
* More NEWCARD fixes. We now almost properly print the probe message.imp2000-10-171-9/+72
* use ``config auto'' for NCR WaveLAN/IEEEsanpei2000-10-171-2/+1
* An initial draft of a style guide for perl scripts in the tree.joe2000-10-171-0/+98
* Implement simple write combining for newfs - this is particularly usefulpeter2000-10-171-0/+37
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* Mention the new Adaptec RAID controllers that are supported by the asr driver.scottl2000-10-171-2/+3
* regen after addition of linux_rt_sigreturngallatin2000-10-173-5/+5
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-178-6/+361
OpenPOWER on IntegriCloud