summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* avoid uninitialized warnings from gcc; art@ okmickey2002-11-111-6/+4
|
* changing kernel load address does not work that well w/ elf, load it where it was linkedmickey2002-07-091-5/+5
|
* Delete directories created by cleandir to prevent permission problemshugh2002-04-291-1/+2
| | | | during sudo builds. Verified by Valchev and sanctioned by Shalayeff.
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-153-42/+4
| | | | the ANSI way.
* Final __P removal plus some cosmetic fixupsmillert2002-03-148-32/+31
|
* First round of __P removal in sysmillert2002-03-1422-232/+232
|
* Add a strcmp() prototype, which will be needed shortly.miod2002-03-021-1/+2
|
* Add MI loadfile support, from NetBSDdrahn2001-06-234-2/+708
| | | | | | This is currently only used on powerpc, but may be looked at for other architectures. Piece of the support to have kernel symbols on powerpc.
* split symbol loading for a.out into a separate routine (tested on i386)mickey2000-05-304-63/+203
| | | | add symbol loading for elf (tested on hppa)
* som is a md formatmickey2000-01-061-2/+2
|
* netinet/in.h without sys/socket.hderaadt1999-12-181-1/+2
|
* Allow the twiddler to be disabled via a global.downsj1999-08-161-3/+7
|
* place a bin-patcheable z_verbose here for -DDEBUGmickey1999-02-141-1/+5
|
* fix a real bad bug, which consists of return value frommickey1999-01-251-4/+13
| | | | | | read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such.
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-112-8/+7
|
* If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and returnmillert1998-09-111-1/+3
|
* minor changes from zlib-1.1.3 gzio.cmillert1998-09-081-8/+24
|
* better .bss treatmentmickey1998-08-271-4/+9
|
* fix symtab loading problemsmickey1998-08-271-10/+16
|
* add strchr protomickey1998-07-291-1/+2
|
* some debug prints; one lseek fixmickey1998-07-291-13/+54
|
* if() debug prints; correct handling sym-less filesmickey1998-07-291-10/+13
|
* align end of core to the intmickey1998-07-201-2/+2
|
* there will be no exec_sommickey1998-07-171-86/+0
|
* s/ecoff_filehdr/ecoff_exechdr/mickey1998-07-141-2/+2
|
* add HP SOM supportmickey1998-07-141-0/+86
|
* remove bogus commentmickey1998-07-141-2/+2
|
* oopsmickey1998-07-141-78/+0
|
* HP object file formatsmickey1998-07-141-0/+78
|
* some ecoff support; untested, but compilesmickey1998-07-141-0/+83
|
* no need for machine/exec.hmickey1998-07-141-2/+1
|
* struct exec members are not long any moremickey1998-07-141-2/+2
|
* multiformat exec frameworkmickey1998-07-144-0/+443
|
* add alloca, hope none would get hurt, since none but i386 use itmickey1998-07-131-3/+4
|
* fix potential bug where sprintf and %p would write to consoled1998-06-121-3/+3
|
* fix leap yearmickey1998-06-111-1/+4
|
* this is standalone, not kernelmickey1998-06-011-4/+4
|
* cleanup for !ANSI compilers, mostly __P usagemickey1998-05-314-9/+13
|
* use shift, save on long div (which is expensive on certain archs)mickey1998-05-301-2/+2
|
* add ctime(3) for certain archs usagemickey1998-05-292-1/+80
|
* update up to the current libsa envmickey1998-05-252-34/+57
|
* fix strtol on one character long numbersart1998-05-201-2/+2
|
* Silence warning now that a_* is not long.millert1998-04-271-2/+3
|
* a.out fields are u_int32_t not long; fix warnings from printf.millert1998-04-251-6/+6
|
* cannot grow this as mickey wantsderaadt1998-04-181-19/+9
|
* i386 bootblocks that work for 2.3. A tale too long to tellderaadt1998-04-181-9/+19
|
* Prototype strtol()weingart1998-02-241-1/+2
|
* Fix OpenBSD tag.weingart1998-02-241-1/+1
|
* I found at least two places that could have used this function.weingart1998-02-241-0/+144
| | | | Ripped screaming from libc.
* strong signedness typing a version of egcs I tried months ago wantedniklas1998-02-238-39/+39
| | | | | me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow.