summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-163-5/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-5/+5
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-161-0/+1
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-251-7/+9
* Back out last revision that unnecessarily changed valid assemblerru2004-05-141-5/+5
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
* After talking to Bruce Evans and reading more standards specs,ru2004-04-281-5/+5
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-3/+6
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-1/+0
* Untangle building of AMD64 boot code.ru2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-10/+3
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* Don't repeat selected defines from ns16550.h or sioreg.h. Justbde2003-09-161-20/+1
* Use __FBSDID().obrien2003-08-2522-55/+75
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* Add include file so this builds with new acpicanjl2003-07-131-0/+1
* Revert non-style part of the recent two deltas that dealt withru2003-07-021-5/+1
* When looking for the ':' separator in the root path, don't go pastiedowse2003-06-161-2/+2
* Add ${AFLAGS} to 'as' invocation.obrien2003-06-071-1/+1
* Don't use a C compiler to assemble a pure asm file.obrien2003-06-021-2/+5
* Fix a bug in the AMD64 trampoline. I misunderstood the implicitpeter2003-05-171-1/+1
* Revert leftover AMD64 disable-acpi-module stuff.peter2003-05-121-3/+0
* For amd64 kernels, repeat the 1GB mapping over the entire address spacepeter2003-05-111-12/+12
* Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes.peter2003-05-012-3/+3
* Nuke; repocopied to elf32_freebsd.c where it lives on.peter2003-05-011-88/+0
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-019-678/+468
* ACPI will always be present on AMD64 - it will never be an autodetectpeter2003-04-301-0/+3
* Support functions for the new ACPI import.njl2003-04-291-0/+1
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-045-5/+2
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-201-3/+2
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* use __packed.alfred2002-09-233-26/+26
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-83/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-291-1/+1
* Restore autoloading of ACPI module.obrien2002-08-091-0/+8
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-2/+1
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-7/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+7
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-203-0/+6
* Fix one of the va_arg() with less than int sized type probelms.phk2002-05-181-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
OpenPOWER on IntegriCloud