Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff | |
2006-05-21 | some diskless pointers; ok deraadt | Jason McIntyre | |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt | |
we are booting from) out towards the kernel; tested by reyk crank the version too | |||
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt | |
2006-03-27 | kill unused extern in ifdef DEBUG even | Michael Shalayeff | |
2006-02-14 | Fix botched format string specifiers. From adobriyan at gmail.com. | Aaron Campbell | |
2006-01-13 | Fix printf format string due to types change | Todd C. Miller | |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove | |
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@ | |||
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl | |
i386_trunc_page(), i386_btop() and i386_ptob() | |||
2005-07-30 | build libkern | Todd C. Miller | |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller | |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2005-05-31 | spelling corrections in comments; | Jason McIntyre | |
from charlie root; | |||
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove | |
so nuke it. amd64 no longer needs biosprobe.c listed in SRCS. Trims 100 bytes from the boot blocks. Bump versions on boot, cdboot and pxeboot, as I'm getting cautious in my old age. ok weingart@ | |||
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom Cosgrove | |
casting to a 32-bit value, not after. Corrects the display of large memory chunks in the probing: line (mem[615K 3518M 0M a20=on] becomes mem[615K 3518M 12288M a20=on]). Bump version on boot, cdboot and pxeboot accordingly. "looks ok to me" weingart@ | |||
2005-04-30 | Ensure we save the %ebx register returned from the BIOS call, not just | Tom Cosgrove | |
%bx. Fixes problem introduced in gidt.S r1.29, which could lead to an incomplete memory map, and "too little memory available; running in degraded mode", as found by Roy Morris rmorris (at) internetsecure (dot) com. (Thanks for the report, and for testing the fix.) Bump version on boot, cdboot and pxeboot accordingly. ok weingart@ | |||
2005-04-25 | [OpenBSD] | Tom Cosgrove | |
Make boot code use real mode with 64K segments instead of 1M segments. Improves stability with some disk controller cards. Also explicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. "just get them in" beck@ ok weingart@ | |||
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but allows some older ones (I tested 0.98 and 0.99) to get a bit further. ok weingart@; "please get it in" deraadt@. | |||
2005-03-12 | KNF | Tom Cosgrove | |
2005-03-12 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove | |
than a 32-bit value. Found by Tim Fletcher <tim (at) parrswood (dot) manchester (dot) sch (dot) uk> using Etherboot; thanks to Tim and the Etherboot developers who narrowed this down. Also bump the pxeboot version to 1.01. ok weingart@, "go ahead" deraadt@ | |||
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy | |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-08-24 | Better description of the path to bsd.rd, to avoid having to update it | Tom Cosgrove | |
every release. Mentioned by marc@, among others. Also note that cdboot's ls command doesn't work on ISO-9660 filesystems. help and ok jmc@ and deraadt@ | |||
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/i386/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@; part of diff reviewed and ok weingart@. | |||
2004-08-21 | Fix typo in comment | Tom Cosgrove | |
2004-08-17 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1. | Tom Cosgrove | |
ok deraadt@ | |||
2004-08-06 | do not be quiet about this operation | Theo de Raadt | |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller | |
it is not valid in sh. | |||
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove | |
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove | |
to i386 libsa, but not yet used by boot etc. ok weingart@ | |||
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove | |
suggested by deraadt@ ok weingart@ | |||
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove | |
Testing krw@ and todd@, thanks. assistance, testing and ok weingart@ | |||
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner | |
is more historic than anything else. If ya want it, find it in the Attic. ok tom@ | |||
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Not currently hooked into the build. Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org, who agreed to change to a 3-clause BSD licence. Thanks. assistance, testing and ok weingart@ | |||
2004-05-05 | errx shall be used here | Michael Shalayeff | |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove | |
Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@ | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-22 | Fix dates on my copyrights. | Tom Cosgrove | |
Noticed my miod@, thanks. ok deraadt@. | |||
2004-03-21 | Remove example for ISC dhcpd. The vendor-class-identifier option is not | Tom Cosgrove | |
useful anyway, since amd64 machines use the same value as i386. requested by deraadt@ | |||
2004-03-19 | Tidy up the man page | Tom Cosgrove | |
Help and kickings from jmc@ | |||
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-12 | missing .El; | Jason McIntyre | |