summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* Print a message if bootverbose that the emulator is present in the kernel.peter1998-10-181-5/+11
* OOPS!peter1998-10-181-2/+2
* Set BINMODE to 444.rnordier1998-10-171-1/+2
* Fix some glitches in the input routine:rnordier1998-10-172-4/+14
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-172-2/+4
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-172-12/+8
* Overload the correct errno for attempts to set an in-core label withbde1998-10-171-2/+2
* biosboot compatibility fix:rnordier1998-10-172-8/+14
* biosboot compatibility fix:rnordier1998-10-172-4/+4
* Use only the correct raw partition for writing labels. Don't use thebde1998-10-172-18/+8
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* Complete the description of sio flag 0x40.alex1998-10-163-3/+6
* Turn of disk debugging by default (suppress annoying "partition marked asmsmith1998-10-161-2/+2
* Commented out bs driver.kato1998-10-162-4/+4
* fixup for alpha.jkh1998-10-162-2/+8
* fixup for the alpha. tag slid forward, since it's benign for the x86.jkh1998-10-161-1/+14
* Back to -current again.jkh1998-10-161-2/+2
* post-tag version bump. We're now back at 3.0-current!jkh1998-10-161-2/+2
* Update SMP-GENERIC to something a bit more recent based on GENERIC.peter1998-10-161-16/+25
* Missed this file.peter1998-10-161-0/+3
* 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
OpenPOWER on IntegriCloud