Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-24 | This is a new version of the config for mipsle which uses the common | Per Fogelstrom | |
openbsd config. It is belived to work correctly (tested on gcc itself, kernels, and other stuff in the tree). News in this config is support for section ans weak attributes. Based on discussions with Marc Espie. | |||
1999-01-24 | -q was not in usage() | Bruno Rohee | |
1999-01-24 | Whomever thinks that a 'make clean' should do a 'make all' first shall be | Jason Downs | |
cursed to do builds on a 68020 for the rest of their life! | |||
1999-01-24 | pass all install macros to configure; Kenneth R Westerback <krw@tcn.net> | Marco S Hyman | |
1999-01-23 | Fixes to update to that the powerpc port builds again. | Dale S. Rahn | |
These change were necessary due to the following changes: The change/import of the "generic" isa/pcppi driver. The powerpc port currently has it's own copy of that driver. The two versions need to be merged. The parameter changes to cpu_set_kpc. The powerpc change was not quite correct. | |||
1999-01-23 | add HISTORY section | Todd C. Miller | |
1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵ | Todd C. Miller | |
flags of infocmp more useful. | |||
1999-01-23 | OSREV/OSrev | Todd T. Fries | |
1999-01-23 | OSREV/OSrev | Todd T. Fries | |
1999-01-23 | kill #pragma pack. | Marc Espie | |
1999-01-23 | Kill svr4 #pragma pack. | Marc Espie | |
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-23 | - make sure PIC patch is properly tagged, eg., code compiles without -DPIC | Marc Espie | |
(i386 only). - name _GLOBAL_OFFSET_TABLE_ - identify kludge that translates _GLOBAL_OFFSET_TABLE_ -> __GLOBAL_OFFSET_TABLE_ - remove kludge, since ld handles it now. | |||
1999-01-23 | Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ at | Marc Espie | |
linking time, so that we can remove the corresponding kludge from gas. | |||
1999-01-22 | I'm stupid. Fix a panic when not DIAGNOSTIC. | Artur Grabowski | |
1999-01-22 | typo | Artur Grabowski | |
1999-01-22 | OSREV & OSrev fixups | Jason Wright | |
1999-01-22 | ENTRY -> SYSENTRY for sparc libc_r (per d@) | Marco S Hyman | |
1999-01-22 | xref rmdir(2) | Todd C. Miller | |
1999-01-22 | mention that rmdir(.) returns EBUSY as per XPG4.2 | Todd C. Miller | |
1999-01-22 | remove references to toe(1) since we don't have it | Todd C. Miller | |
1999-01-22 | infocmp from ncurses-4.2-990116. Needs current libcurses to be useful | Todd C. Miller | |
1999-01-22 | Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading | Todd C. Miller | |
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use. | |||
1999-01-22 | updates changes from latest ncurses | Todd C. Miller | |
1999-01-22 | cosmetic man page changes from latest ncurses | Todd C. Miller | |
1999-01-21 | official fix for sendmail header length DoS | Todd C. Miller | |
1999-01-21 | this was missed in the 8.9.2 update | Todd C. Miller | |
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-21 | enable hunt | David Leonard | |
1999-01-21 | ident | David Leonard | |
1999-01-21 | ident for OpenBSD | David Leonard | |
mandoc-ify manual pages use -locurses | |||
1999-01-21 | hunt (from NetBSD) | David Leonard | |
1999-01-21 | Comment com attach since it conflicts with the i386 declaration. | Federico G. Schwindt | |
(perhaps this should be moved to files.<arch>?) | |||
1999-01-21 | add cua note (and possible problem) | Marco S Hyman | |
1999-01-21 | Fixes select(2)/accept(2) race condition which permits DoS; mycroft@netbsd.org | Todd C. Miller | |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | doh, wrong dir | Todd C. Miller | |
1999-01-21 | libc_r includes machine/spinlock.h so create a dummy that just includes ↵ | Todd C. Miller | |
m68k/spinlock.h | |||
1999-01-21 | mention html docs | Todd C. Miller | |
1999-01-20 | hide pipe, sigsuspend, sigprocmask; remove -g | David Leonard | |
1999-01-20 | some comments on the elements in struct uio | Artur Grabowski | |
1999-01-20 | put some more stuff behind #ifdef KMEMSTATS | Artur Grabowski | |
1999-01-20 | s/MAX_PID/HPPA_MAX_PID/g | Michael Shalayeff | |
1999-01-20 | yes, some more | Michael Shalayeff | |
1999-01-20 | cleanup some rudimentaries | Michael Shalayeff | |
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-20 | ne needs to be attached before we | Niklas Hallqvist | |
1999-01-20 | Use #error instead of C syntax error to report an inconsistency in defines | Niklas Hallqvist | |