aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update SMP-GENERIC98 to something a bit more recent based on GENERIC98.KATO Takenori1998-10-181-3/+14
* Sync with sys/i386/conf/GENERIC revision 1.125.KATO Takenori1998-10-182-2/+14
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
* Added missing dependency for bus_if.o on bus_if.hPoul-Henning Kamp1998-10-181-1/+1
* Initialize earlier (ie: before npx) in case it makes any difference.Peter Wemm1998-10-181-4/+8
* Print a message if bootverbose that the emulator is present in the kernel.Peter Wemm1998-10-181-5/+11
* OOPS!Peter Wemm1998-10-181-2/+2
* Set BINMODE to 444.Robert Nordier1998-10-171-1/+2
* Fix some glitches in the input routine:Robert Nordier1998-10-172-4/+14
* Having probed the keyboard, turn off the -P flag.Robert Nordier1998-10-172-2/+4
* Treat all options as toggles (ie. -c -c is the same no -c). SinceRobert Nordier1998-10-172-12/+8
* Overload the correct errno for attempts to set an in-core label withBruce Evans1998-10-171-2/+2
* biosboot compatibility fix:Robert Nordier1998-10-172-8/+14
* biosboot compatibility fix:Robert Nordier1998-10-172-4/+4
* Use only the correct raw partition for writing labels. Don't use theBruce Evans1998-10-172-18/+8
* Load the first page of the file and use the headers in it. This shouldPeter Wemm1998-10-171-52/+48
* Complete the description of sio flag 0x40.Alexander Langer1998-10-163-3/+6
* Turn of disk debugging by default (suppress annoying "partition marked asMike Smith1998-10-161-2/+2
* Commented out bs driver.KATO Takenori1998-10-162-4/+4
* fixup for alpha.Jordan K. Hubbard1998-10-162-2/+8
* fixup for the alpha. tag slid forward, since it's benign for the x86.Jordan K. Hubbard1998-10-161-1/+14
* Back to -current again.Jordan K. Hubbard1998-10-161-2/+2
* post-tag version bump. We're now back at 3.0-current!Jordan K. Hubbard1998-10-161-2/+2
* Update SMP-GENERIC to something a bit more recent based on GENERIC.Peter Wemm1998-10-161-16/+25
* Missed this file.Peter Wemm1998-10-161-0/+3
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-1648-337/+219
* Bump freebsd version #.Jordan K. Hubbard1998-10-161-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-1629-375/+827
* Fix some bugs in link_aout.c caused by using uninitialized malloc space.Peter Wemm1998-10-161-1/+4
* Update the kld gluePeter Wemm1998-10-161-1/+32
* "fix" the gzipped kernel load problem by having the loader check that itPeter Wemm1998-10-161-22/+33
* Change to 3.0-RELEASE in anticipation of the tag.Jordan K. Hubbard1998-10-161-2/+2
* Add commented out bpf entry. (DHCP is popular here, and this is required).David E. O'Brien1998-10-162-2/+14
* -Wunused cleanup.Justin T. Gibbs1998-10-151-18/+26
* -Wunused cleanup.Justin T. Gibbs1998-10-152-20/+5
* -Wunused cleanup.Justin T. Gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-154-8/+12
* Add a mechanism to send a non-tagged transaction even if a device isJustin T. Gibbs1998-10-151-1/+7
* Fix path to sio.sRobert Nordier1998-10-152-4/+4
* Fix a typo preventing the correct value of kernend from being picked upDoug Rabson1998-10-151-8/+8
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.Doug Rabson1998-10-151-3/+3
* Fix the bootinfo so that the right values actual make it into the kernel.Doug Rabson1998-10-152-10/+11
* Add serial, dual, and probe-keyboard support.Robert Nordier1998-10-157-50/+338
* Reduce the number of ccbs to 16, per the aha documentation. MoveWarner Losh1998-10-151-3/+3
* Fix several potential buffer overrun conditions. These changes have beenKenneth D. Merry1998-10-153-29/+116
* Bring back support for honoring the primary channel setting for twin channelJustin T. Gibbs1998-10-153-51/+101
* Clean up some unused variables.Kenneth D. Merry1998-10-157-30/+8
* - bzero() after malloc() bug fixPeter Wemm1998-10-152-12/+14
* - bzero() after malloc(). This is especially obvious when kern_malloc isPeter Wemm1998-10-151-3/+5
* Fix sysinit_add().Peter Wemm1998-10-151-13/+17