summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-233-6/+6
| | | | the revision date is displayed correctly.
* BYOC - Bring Your Own Calloc(3)phk1997-06-221-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 asjmg1997-06-091-2/+3
| | | | | | remote for this to work) Approved/Improved by: joerg
* Remove "support" class since we don't provide support services to users.paul1997-06-072-4/+4
|
* Upgrade to 2.1ache1997-06-072-21/+144
|
* Support reading and writing of %fs and %gs (except from core files).bde1997-06-077-11/+57
|
* Typo fix in the EXAMPLES section.max1997-06-051-2/+2
|
* Fix some old typos and misspellings.jdp1997-05-312-10/+10
|
* Document new -Bforcedynamic flag and -assert pure-text.dfr1997-05-292-6/+36
| | | | Reviewed by: jdp
* Typo fix.max1997-05-271-3/+3
| | | | | PR: 3693 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Add ${DESTDIR} in front of absolute paths.asami1997-05-232-4/+4
| | | | Reviewed by: bde
* Add -fno-for-scope to CFLAGS, required by gcc (see NEWS).charnier1997-05-231-0/+1
| | | | PR: gnu/3585
* Fix buffer overload that might lead to root.imp1997-05-221-2/+5
|
* replace obsolete @ctrl{A} with @kbd{C-A}. Suppress compilation warning.charnier1997-05-211-3/+3
|
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-1/+1
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Update to build the new cvs versionpeter1997-05-156-160/+184
|
* Changes to support the kernel linker:dfr1997-05-133-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,peter1997-05-118-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.jdp1997-05-062-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.cgj1997-05-023-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)pst1997-05-012-14/+8
|
* Patch up init.c generation so that it works in -current.. It was tryingpeter1997-05-012-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 #warningpeter1997-05-012-2/+2
|
* Fix up a spurious '@' I added at the last secondpst1997-05-012-8/+8
|
* Merge from 2.2: auto-gen init.c and add ser-tcp.cpst1997-05-013-69/+106
|
* Fetch the registers from struct members in the pcb instead ofbde1997-04-303-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 bybde1997-04-302-6/+2
| | | | repeating the default for MAN1.
* Fix a bug that caused the relocs for linker set members in sharedjdp1997-04-301-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 nojdp1997-04-291-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.gj1997-04-277-26/+833
| | | | | | document the -k and -wcore options in the manpage. change Makefile to use a local copy of the manpage.
* Activate gdbserver and gdbreplaypst1997-04-266-11/+11
|
* This commit was generated by cvs2svn to compensate for changes in r25149,pst1997-04-252-0/+450
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of gdbserver FreeBSD supportpst1997-04-252-0/+450
| |
* | Initial import of gdbserver FreeBSD supportpst1997-04-252-0/+450
| |
* | This commit was generated by cvs2svn to compensate for changes in r25147,pst1997-04-251-0/+17
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of gdbreplay build structurepst1997-04-251-0/+17
|
* Initial import of gdbreplay build structurepst1997-04-251-0/+17
|
* Fixed `make depend'. The previous change reduced it to making onlybde1997-04-251-1/+3
| | | | | config.h (which isn't used directly). Added a comment about the indirect use of config.h.
* Don't complain about no input files for `ld -f'. This fixes spuriousbde1997-04-251-2/+5
| | | | | | (ignored :-() errors for `make depend' in /sys/i386/boot/*. It's natural for there to be no libraries there and inconvenient to check for this in bsd.prog.mk.
* Fill the padding at the end of the runtime strings with zeros,jdp1997-04-251-2/+6
| | | | | | instead of leaving random data there. This makes the linker's output files more deterministic -- an important property for regression tests.
* Understand `--' to end processing of command options.wosch1997-04-191-5/+5
| | | | | This means one search for a string starting with a dash. Fix also filenames starting with a dash. Close PR #3349
* Fixed `make depend' and related bogons. LDFLAGS was used forbde1997-04-161-10/+2
| | | | | | | | | | | ld-specific flags. LDFLAGS is really for ld-related flags for cc, not for ld, and some flags, e.g., -Bshareable, mean completely different things to cc and ld. Having the wrong things in LDFLAGS also broke the standard ${PROG} target. This was kludged around by using a special rule that depended on LDFLAGS being bogus. Fixing `make depend' broke the special rule but fixed the standard rule (except in the DESTDIR case, which was handled more strictly here than elsewhere).
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,bde1997-04-131-12/+22
| | | | | and many apparent dependendcies on <sys/types.h> from use of u_char. <dialog.h> avoids u_char, so avoid it here too.
* Don't create anything on the disk if -O (aka --to-stdout) was given.joerg1997-04-131-1/+4
| | | | PR: gnu/3247: tar -O creates directories...
* Close PR#3118jkh1997-04-131-1/+1
|
* Don't descend into the perl directory if it isn't there (eg: cvsuppeter1997-04-121-2/+6
| | | | refuse file), or if NOPERL is defined (eg: in /etc/make.conf)
* Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. Abde1997-04-111-2/+10
| | | | | | | | | dependency on `bar' is very unlikely to be correct. This is a quick fix for broken dependencies in gdb and many other places. The dependencies on internal libraries are now missing instead of wrong when `make depend' is run before the libraries are created.
* Make depend rely on config.hjkh1997-04-111-1/+1
|
* Fixed bogus existence test related to searching for a nearby objbde1997-04-102-12/+4
| | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@.
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+1
| | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it.
OpenPOWER on IntegriCloud