Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | An almost mechanical sweep to replace C++ style comments with C | marcel | 2002-05-19 | 16 | -614/+485 |
| | | | | | style comments. This is not an attempt to conform to style(9). Such has lower priority. | ||||
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | gcc-3.1 likes to have extra { } around the internal array initializers in | peter | 2002-03-19 | 1 | -5/+5 |
| | | | | the GUID templates. | ||||
* | Lookup the EFI_FPSWA driver and pass the interface pointer through to the | peter | 2001-11-19 | 2 | -0/+41 |
| | | | | | kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk). | ||||
* | This is used in C, not C++. functions with no args have func(void) in our | peter | 2001-11-19 | 1 | -0/+1 |
| | | | | kernel. | ||||
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | o Make <stdint.h> a symbolic link to <sys/stdint.h>. o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99. o Remove <sys/inttypes.h>. o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h to reflect new location of integer types in <sys/stdint.h>. o Remove previously symbolicly linked <inttypes.h>, instead create a new file. o Add MD headers <machine/_inttypes.h> from NetBSD. o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and include <machine/_inttypes.h> in <inttypes.h>, to fill in the remaining requirements for <inttypes.h>. o Add additional integer types in <machine/ansi.h> and <machine/limits.h> which are included via <sys/stdint.h>. Partially obtain from: NetBSD Tested on: alpha, i386 Discussed on: freebsd-standards@bostonradio.org Reviewed by: bde, fenner, obrien, wollman | ||||
* | First approximation of an ia64 EFI loader. Not functional. | dfr | 2001-06-09 | 21 | -0/+5272 |