summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-1648-337/+219
* Bump freebsd version #.jkh1998-10-161-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-1629-375/+827
* Fix some bugs in link_aout.c caused by using uninitialized malloc space.peter1998-10-161-1/+4
* Update the kld gluepeter1998-10-161-1/+32
* "fix" the gzipped kernel load problem by having the loader check that itpeter1998-10-161-22/+33
* Change to 3.0-RELEASE in anticipation of the tag.jkh1998-10-161-2/+2
* Add commented out bpf entry. (DHCP is popular here, and this is required).obrien1998-10-162-2/+14
* -Wunused cleanup.gibbs1998-10-151-18/+26
* -Wunused cleanup.gibbs1998-10-152-20/+5
* -Wunused cleanup.gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-154-8/+12
* Add a mechanism to send a non-tagged transaction even if a device isgibbs1998-10-151-1/+7
* Fix path to sio.srnordier1998-10-152-4/+4
* Fix a typo preventing the correct value of kernend from being picked updfr1998-10-151-8/+8
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.dfr1998-10-151-3/+3
* Fix the bootinfo so that the right values actual make it into the kernel.dfr1998-10-152-10/+11
* Add serial, dual, and probe-keyboard support.rnordier1998-10-157-50/+338
* Reduce the number of ccbs to 16, per the aha documentation. Moveimp1998-10-151-3/+3
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-153-29/+116
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-153-51/+101
* Clean up some unused variables.ken1998-10-157-30/+8
* - bzero() after malloc() bug fixpeter1998-10-152-12/+14
* - bzero() after malloc(). This is especially obvious when kern_malloc ispeter1998-10-151-3/+5
* Fix sysinit_add().peter1998-10-151-13/+17
* Get the last used address via a more conservative method, don't dependpeter1998-10-154-16/+24
* Change a bogus cast to the correct one.dfr1998-10-153-6/+6
* Don't frob the user stack directly, use suword instead. This fixes thedfr1998-10-151-2/+2
* Use the interface name as well as the method name when creating the methoddfr1998-10-151-2/+2
* Make the next_writeable address specific for each drive, there mightsos1998-10-155-22/+19
* Forgot to commit this; the alpha uses the kld symbol interface now. Thepeter1998-10-152-3/+2
* Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drivesken1998-10-141-2/+2
* Disable tagged queueing for the Seagate Elite 9GB drives. They tend to getken1998-10-141-1/+10
* Disable the 'devstat_end_transaction' busy count printf until after 3.0ken1998-10-141-2/+10
* Activate boot2.rnordier1998-10-141-2/+2
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTmjacob1998-10-141-1/+1
* Backed out rev. 1.164. It caused problems on SMP.dt1998-10-142-26/+2
* Link fdboot to boot1 as well.peter1998-10-141-0/+1
* Fix a warning I missed before.peter1998-10-141-2/+2
* Typo fix.peter1998-10-142-4/+4
* Initial attempt to update the Alpha loader and kernel to use the machinepeter1998-10-147-192/+249
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-144-12/+12
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-142-5/+20
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-144-20/+20
* Support encapsulating ELF linker sets for KLD modules via gensetdefs.peter1998-10-141-3/+36
* Fix btx include path.rnordier1998-10-142-4/+4
* DB_ELF_SYMBOLS doesn't appear to do anything yet, or if it does it'sjkh1998-10-142-4/+4
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-142-5/+6
* Include <bsd.prog.mk>. Add install target (to /boot for now).rnordier1998-10-142-10/+36
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-132-8/+10
OpenPOWER on IntegriCloud