| Commit message (Expand) | Author | Age | Files | Lines |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 5 | -9/+9 |
* | Don't depend upon the user structure having been aligned on a 8 KB boundary. | tegge | 1997-06-27 | 2 | -2/+24 |
* | 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 |
* | BYOC - Bring Your Own Calloc(3) | phk | 1997-06-22 | 1 | -1/+14 |
* | support remote imports (you must have a local cvs with same path as | jmg | 1997-06-09 | 1 | -2/+3 |
* | 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 |
* | Typo fix. | max | 1997-05-27 | 1 | -3/+3 |
* | Add ${DESTDIR} in front of absolute paths. | asami | 1997-05-23 | 2 | -4/+4 |
* | Add -fno-for-scope to CFLAGS, required by gcc (see NEWS). | charnier | 1997-05-23 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | After looking around at what the other *BSD's do for their $xxxBSD$ tags, | peter | 1997-05-11 | 8 | -39/+124 |
* | Bye bye CPLUSPLUSLIB hack! It's not needed any more. | jdp | 1997-05-06 | 2 | -4/+2 |
* | delete kcorelow.c, it didn't produce any code and broke init.c | gj | 1997-05-02 | 3 | -367/+4 |
* | 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 |
* | 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 |
* | Backed out previous change. It just gave a more verbose Makefile by | bde | 1997-04-30 | 2 | -6/+2 |
* | Fix a bug that caused the relocs for linker set members in shared | jdp | 1997-04-30 | 1 | -1/+3 |
* | Set the N_EXT (external) flag for all weak symbols. It makes no | jdp | 1997-04-29 | 1 | -1/+2 |
* | change kvm-fbsd.c so that kernel debugging works again. | gj | 1997-04-27 | 7 | -26/+833 |
* | 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 |
|\ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Initial import of gdbreplay build structure | pst | 1997-04-25 | 1 | -0/+17 |
* | Initial import of gdbreplay build structure | pst | 1997-04-25 | 1 | -0/+17 |
* | Fixed `make depend'. The previous change reduced it to making only | bde | 1997-04-25 | 1 | -1/+3 |
* | Don't complain about no input files for `ld -f'. This fixes spurious | bde | 1997-04-25 | 1 | -2/+5 |
* | Fill the padding at the end of the runtime strings with zeros, | jdp | 1997-04-25 | 1 | -2/+6 |
* | Understand `--' to end processing of command options. | wosch | 1997-04-19 | 1 | -5/+5 |
* | Fixed `make depend' and related bogons. LDFLAGS was used for | bde | 1997-04-16 | 1 | -10/+2 |
* | Fixed synopsis. There was a missing arg, 3 args with the wrong type, | bde | 1997-04-13 | 1 | -12/+22 |
* | Don't create anything on the disk if -O (aka --to-stdout) was given. | joerg | 1997-04-13 | 1 | -1/+4 |
* | Close PR#3118 | jkh | 1997-04-13 | 1 | -1/+1 |
* | Don't descend into the perl directory if it isn't there (eg: cvsup | peter | 1997-04-12 | 1 | -2/+6 |
* | Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A | bde | 1997-04-11 | 1 | -2/+10 |