aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-2/+2
* Add commented out examples for the new KTR loader tunables.John Baldwin2001-01-061-0/+3
* Use <sys/queue.h> macro API.Poul-Henning Kamp2000-12-301-12/+12
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-281-1/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-14/+10
* Disabled boot2 for the moment, because it needs aout tools.KATO Takenori2000-12-241-1/+1
* Fix column alignment (whitespace-only change).Robert Nordier2000-12-191-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.KATO Takenori2000-12-161-1/+1
* mdoc(7) police: removed duplicate .Os call.Ruslan Ermilov2000-12-141-1/+1
* Strip the .comment and .note sections when stripping. There's noRobert Nordier2000-12-131-1/+1
* Add a magic number, for easier identification of boot0. At present,Robert Nordier2000-12-121-1/+5
* Add "empty" makefile. Cross-building fails without it.Marcel Moolenaar2000-12-081-0/+5
* Cosmetique: don't use localized `date`Andrey A. Chernov2000-12-011-1/+1
* Set the proper bit in the howto flags for a serial console rather thanJohn Baldwin2000-11-302-4/+4
* Add support for probing the keyboard from pxeboot which will behavePaul Saab2000-11-303-0/+44
* `cdboot' is broken as it cannot load a kernel.David E. O'Brien2000-11-272-4/+1559
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-222-8/+7
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-10/+10
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* The default kernel filename is "kernel" again, not "kernel.ko".Mike Smith2000-11-171-1/+1
* remove period from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Don't use the Gawkism strftime(). Pass in the date stamp on the awkDavid E. O'Brien2000-11-142-2/+3
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* init booted_kernel from environment kernelname (if there)Matt Jacob2000-11-141-0/+6
* move init of booted_kernel to bootinfo.cMatt Jacob2000-11-141-4/+2
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-1018-226/+693
* Give the network device a print method.Benno Rice2000-11-101-1/+9
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-101-0/+5
* Honor the ip address given in the root-path dhcp option.Paul Saab2000-11-051-4/+6
* Merged from the following changes.Yoshihiro Takahashi2000-11-0511-125/+179
* Support a.out: avoid (%dx) in in/out instructions, and use an m4Robert Nordier2000-11-045-11/+34
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.Paul Saab2000-11-041-1/+4
* The Number of Fixed Disks at memory location 0x475 is only 1 byte, not aJohn Baldwin2000-11-021-1/+1
* "it's" --> "its" (possessive).Matthew Hunt2000-11-011-2/+2
* Add entry for umodemNick Hibma2000-10-301-0/+1
* Backout revision 1.7 which was a bad idea since it would force peopleDoug Rabson2000-10-271-1/+1
* Install the loader manpages.David E. O'Brien2000-10-261-1/+0
* Move the call to extend_heap() from main to start so that if our BSSDoug Rabson2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.Doug Rabson2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.Doug Rabson2000-10-251-1/+1
* Make a few functions inline to save space.Doug Rabson2000-10-251-3/+3
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+1
* Convert from the Alpha compontents to PowerPC ones.David E. O'Brien2000-10-166-202/+119
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-1618-0/+1866
* Merged from sys/boot/i386/loader/main.c revision 1.21.Yoshihiro Takahashi2000-10-151-10/+0
* Now I see the error of my ways.Daniel C. Sobral2000-10-091-6/+8
* Go back to occupying just a single sector, reverting r1.17 - r1.20.Robert Nordier2000-10-022-166/+82
* Set MAINTAINER.Robert Nordier2000-10-028-0/+16
* Get rid of garbage left on the stack.Daniel C. Sobral2000-09-251-2/+1
* What could possibly have possessed me to forget the "0 (arguments)"Daniel C. Sobral2000-09-251-2/+2