Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement dlsym(RTLD_NEXT, symbol). | jdp | 1997-08-02 | 1 | -12/+64 |
| | |||||
* | Support 4MB pages. | bde | 1997-07-27 | 3 | -24/+69 |
| | |||||
* | small change to prevent "modules" to be modified twice, on the following | itojun | 1997-07-15 | 1 | -3/+4 |
| | | | | | | | | execution sequences: % easy-import -n foobaa % easy-import foobaa Reviewed by: joerg_wunsch@uriah.heep.sax.de | ||||
* | Add some Pentium and PentiumPro opcodes and registers. | dyson | 1997-07-15 | 1 | -1/+45 |
| | |||||
* | Don't define HOST_DATA_START_ADDR, since gdb works without it the | bde | 1997-07-13 | 1 | -2/+3 |
| | | | | | previous definition doesn't work on BSD4.4Lite[2] derived systems without the changes in rev.1.27 of kern_proc.c. | ||||
* | Allow ldconfig to accept files (containing directory paths) as well as | jkh | 1997-07-11 | 2 | -9/+73 |
| | | | | | | directory paths. Reviewed by: jkh & jdp Submitted by: Hans Zuidam <hans@brandinnovators.com> | ||||
* | Better section guessing for manual pages without suffix. The | wosch | 1997-07-04 | 1 | -4/+4 |
| | | | | plan9 manual pages dont have a suffix. | ||||
* | Removed -I path to gdb's readline. This didn't do much in -current | bde | 1997-06-30 | 1 | -1/+0 |
| | | | | | | because the -I path to config/libreadline had precedence, but in 2.2 it help hide the bug that the -I path to the non-contrib libreadline was garbage. | ||||
* | gdb.info still needs a near-copy of hsuser.texinfo to avoid the | bde | 1997-06-30 | 1 | -0/+313 |
| | | | | | | reference to the programming manual. Use this near-copy of the version of hsuser.texinfo in contrib/libreadline instead of the stale near-copy in contrib/gdb. | ||||
* | Configure static linkage in the normal way (default to -static using | bde | 1997-06-29 | 1 | -2/+2 |
| | | | | NOSHARED?= yes). | ||||
* | Configure static linkage in the normal way (default to -static using | bde | 1997-06-29 | 1 | -4/+6 |
| | | | | | | NOSHARED?= yes). Split long lines. | ||||
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 5 | -9/+9 |
| | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio). | ||||
* | Don't depend upon the user structure having been aligned on a 8 KB boundary. | tegge | 1997-06-27 | 2 | -2/+24 |
| | | | | Reviewed by: Peter Wemm <peter@spinner.dialix.com.au> | ||||
* | Zap some unused debugging printfs that I accidently left in. | peter | 1997-06-27 | 2 | -10/+0 |
| | |||||
* | Fix a minor nit in the .Dd macro invocation so that | steve | 1997-06-23 | 3 | -6/+6 |
| | | | | the revision date is displayed correctly. | ||||
* | BYOC - Bring Your Own Calloc(3) | phk | 1997-06-22 | 1 | -1/+14 |
| | | | | Someday I'm going to face the music and dispose of this private malloc copy. | ||||
* | support remote imports (you must have a local cvs with same path as | jmg | 1997-06-09 | 1 | -2/+3 |
| | | | | | | remote for this to work) Approved/Improved by: joerg | ||||
* | Remove "support" class since we don't provide support services to users. | paul | 1997-06-07 | 2 | -4/+4 |
| | |||||
* | Upgrade to 2.1 | ache | 1997-06-07 | 2 | -21/+144 |
| | |||||
* | Support reading and writing of %fs and %gs (except from core files). | bde | 1997-06-07 | 7 | -11/+57 |
| | |||||
* | Typo fix in the EXAMPLES section. | max | 1997-06-05 | 1 | -2/+2 |
| | |||||
* | Fix some old typos and misspellings. | jdp | 1997-05-31 | 2 | -10/+10 |
| | |||||
* | Document new -Bforcedynamic flag and -assert pure-text. | dfr | 1997-05-29 | 2 | -6/+36 |
| | | | | Reviewed by: jdp | ||||
* | Typo fix. | max | 1997-05-27 | 1 | -3/+3 |
| | | | | | PR: 3693 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | Add ${DESTDIR} in front of absolute paths. | asami | 1997-05-23 | 2 | -4/+4 |
| | | | | Reviewed by: bde | ||||
* | Add -fno-for-scope to CFLAGS, required by gcc (see NEWS). | charnier | 1997-05-23 | 1 | -0/+1 |
| | | | | PR: gnu/3585 | ||||
* | Fix buffer overload that might lead to root. | imp | 1997-05-22 | 1 | -2/+5 |
| | |||||
* | replace obsolete @ctrl{A} with @kbd{C-A}. Suppress compilation warning. | charnier | 1997-05-21 | 1 | -3/+3 |
| | |||||
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -1/+1 |
| | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> | ||||
* | Update to build the new cvs version | peter | 1997-05-15 | 6 | -160/+184 |
| | |||||
* | Changes to support the kernel linker: | dfr | 1997-05-13 | 3 | -8/+22 |
| | | | | | | | | | | | | | | Add a -Bforcedynamic option which generates a dynamic object even if no shared libraries were given in the link. Make RRS in text section warnings conditional on "-assert pure-text" so that I can link non-PIC kernel modules without tons of link errors. Changes to bsd.lib.mk to follow. Fix a couple of bugs exposed by the fact that the kernel is not linked at zero. Reviewed by: jdp | ||||
* | After looking around at what the other *BSD's do for their $xxxBSD$ tags, | peter | 1997-05-11 | 8 | -39/+124 |
| | | | | | | | take the easy way out and implement the beginnings of something similar. Don't worry, the code here is *dormant* so far, some "help" from cvs is required. This is going in now so that jdp can see what I'm working on. This is an extension of the previous existing skeleton $FreeBSD$ code. | ||||
* | Bye bye CPLUSPLUSLIB hack! It's not needed any more. | jdp | 1997-05-06 | 2 | -4/+2 |
| | | | | | Don't merge this into -2.2 unless you understand the dependencies on c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it. | ||||
* | delete kcorelow.c, it didn't produce any code and broke init.c | gj | 1997-05-02 | 3 | -367/+4 |
| | | | | | | | because 2 references to _initialize_kcorelow (the other one from kvm-fbsd.c) resulted. This prevented gdb from working correectly. delete kcorelow.c from XSRCS in the Makefile. | ||||
* | Clean up merge from 2.2 (without spamming peter's changes) | pst | 1997-05-01 | 2 | -14/+8 |
| | |||||
* | Patch up init.c generation so that it works in -current.. It was trying | peter | 1997-05-01 | 2 | -22/+20 |
| | | | | to use files that do not exist here. Also, fix(?) ${.OBJDIR}/init.c hack. | ||||
* | Fix include of <sys/dir.h> to <dirent.h> - it hits a #warning | peter | 1997-05-01 | 2 | -2/+2 |
| | |||||
* | Fix up a spurious '@' I added at the last second | pst | 1997-05-01 | 2 | -8/+8 |
| | |||||
* | Merge from 2.2: auto-gen init.c and add ser-tcp.c | pst | 1997-05-01 | 3 | -69/+106 |
| | |||||
* | Fetch the registers from struct members in the pcb instead of | bde | 1997-04-30 | 3 | -84/+57 |
| | | | | | | | | | | | | | | | punning the pcb to an array of ints and using magic indices to access values in it. This should prevent silent breakage from changes in the pcb. Supply 0 for unavailable registers instead of punning the tss to an array of ints and using magic indices to access garbage values in it. (The registers are in the pcb; there is nothing interesting in the tss. This should change someday. At least for dumps, all the registers should be saved, and common_tss is a good place to put them.) Removed ancient wrong (disabled) method for reading eip. | ||||
* | Backed out previous change. It just gave a more verbose Makefile by | bde | 1997-04-30 | 2 | -6/+2 |
| | | | | repeating the default for MAN1. | ||||
* | Fix a bug that caused the relocs for linker set members in shared | jdp | 1997-04-30 | 1 | -1/+3 |
| | | | | | | | libraries to come out as 1-byte relocations instead of 4-byte relocations. Submitted by: Doug Rabson <dfr@nlsystems.com> | ||||
* | Set the N_EXT (external) flag for all weak symbols. It makes no | jdp | 1997-04-29 | 1 | -1/+2 |
| | | | | | | | sense to have a weak symbol that is not externally visible. This fixes many of the "relocation burb" warnings produced when compiling C++ code with "-fpic". Beyond eliminating warnings, it also makes some things work that didn't work before. | ||||
* | change kvm-fbsd.c so that kernel debugging works again. | gj | 1997-04-27 | 7 | -26/+833 |
| | | | | | | document the -k and -wcore options in the manpage. change Makefile to use a local copy of the manpage. | ||||
* | Activate gdbserver and gdbreplay | pst | 1997-04-26 | 6 | -11/+11 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r25149, | pst | 1997-04-25 | 2 | -0/+450 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of gdbserver FreeBSD support | pst | 1997-04-25 | 2 | -0/+450 |
| | | |||||
* | | Initial import of gdbserver FreeBSD support | pst | 1997-04-25 | 2 | -0/+450 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r25147, | pst | 1997-04-25 | 1 | -0/+17 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of gdbreplay build structure | pst | 1997-04-25 | 1 | -0/+17 |
| |