Commit Graph

3664 Commits

Author SHA1 Message Date
jtc
baa5b7b22f Don't include libiberty's insque(), remque(), or strerror().
We have our own implementations in our C library.
Libg++-2.5.1 doesn't include them either.
1993-11-17 20:57:58 +00:00
jtc
fe9a0572d1 For the moment, we still have to install "values.h" from g++-include. 1993-11-17 20:43:37 +00:00
mycroft
98999bd79c Clean up deleted files. 1993-11-17 20:38:22 +00:00
jtc
1fffdc0cb5 Remove /usr/include/g++/* before installing headers --- it may contain
obsolete headers that have to be removed.
Don't install "compatibility" headers --- our headers are C++ safe and
GNU's headers don't match our library.
1993-11-17 19:54:46 +00:00
jtc
653d8ef24c If _CS_PATH is defined in <unistd.h>, the latest bash assumes that confstr()
will be present as well.  Here is a quick implementation based on my online
copy of 1003.2 (D11.2).  I'll confirm that nothing has been changed in the
final standard and write up a manual page soon.
1993-11-17 18:15:32 +00:00
cgd
7abca02b8a added two copyright strings at the request of Gary Clark II
<gclarkii@freefall.cdrom.com>, because he hacked and is in the process
of hacking the code significantly.
1993-11-17 12:22:50 +00:00
cgd
13a05bbbac fix that last 1993-11-17 12:05:46 +00:00
cgd
9dbc9844f9 long lost fix from Christos Zoulas (?) for inf. loop problem 1993-11-17 12:01:04 +00:00
cgd
8eeaaddf1b fix uninitialized variable bug that caused 'quiz function ed-command'
to dump core.  from Szabolcs Szigeti <pink@bagira.fsz.bme.hu>
1993-11-17 11:58:40 +00:00
cgd
44c6a0bbc1 make things a bit more consistent 1993-11-17 11:00:52 +00:00
cgd
609bf6154c more flags 1993-11-17 09:20:43 +00:00
cgd
1919837079 quote sendmail_flags test, from Patrick Bridges <patrick@buffy.cs.msstate.edu> 1993-11-17 09:19:35 +00:00
cgd
527838aa9a yet another setvbuf fix from torek... 1993-11-17 08:18:39 +00:00
jtc
5f8699a3a2 Some minor fixes:
If all the arguments have a "." or ".." basename, the exit value should be
modified whether or not the -f flag was specified.
Don't exit if a file can not be read or there is another error (FTS_DNR or
FTS_ERR), there are probably other files that we can process successfully.
1993-11-16 23:59:17 +00:00
jtc
c297d9d02d Check user's response against both 'Y' and 'y' --- this is really supposed
to be a locale specific regular expression.  This change hard codes POSIX
locale behavior, and will be replaced by a locale independant equivalent
as soon as locales are fully implemented.
1993-11-16 23:16:49 +00:00
jtc
bff56be25a Fix insignificant memory leak. 1993-11-16 23:08:49 +00:00
brezak
e8214430ab Build slstats command 1993-11-16 04:18:16 +00:00
brezak
578eb233b1 slstats command from cslip-2.6 distr. 1993-11-16 04:16:46 +00:00
proven
c88ef05a9a Added NOPIC flag. 1993-11-16 03:21:44 +00:00
jtc
38a3e9d21d Update to Henry's Nov 11 release -- no code changes, only the addition of
a copyright file.  I'm checking it in now, rather than waiting for the
next "real" release, since the rest of the files do not have their own
copyright notices.
1993-11-16 00:04:20 +00:00
cgd
603b08d78b fix typo in last 1993-11-15 21:51:30 +00:00
cgd
183fd1b02f cut down SHMMAXPGS (temporary) 1993-11-15 11:41:54 +00:00
cgd
93e4e1b5ae correct my bad advice 1993-11-15 11:11:00 +00:00
cgd
dde22728d4 drag changes down from magnum 1993-11-15 10:21:08 +00:00
proven
b410643359 Fixed mysteriouly disappearing SCCS ID. 1993-11-15 10:06:09 +00:00
proven
e123d2840c OK one more try at getting it right ... 1993-11-15 10:02:18 +00:00
deraadt
5c7d4e081c add bpfilterattach(), as in magnum 1993-11-15 09:56:46 +00:00
cgd
cf60e8dfa8 fix from Dave Matthews <dave@prlng.co.uk>, with modifications by cgd:
Bug Description:
	Two different bugs in join.  One causes a segmentation fault if
	increasing the space by 100 is not enough.  The other gives the
	wrong results because the program saves a pointer to the original
	buffer rather than to the area where the lines have been copied.
1993-11-15 09:30:52 +00:00
deraadt
33d816fdbc add a ptyattach() function, as in magnum. 1993-11-15 09:17:05 +00:00
deraadt
16f75ff463 ypset should only be permitted from a reserved port.
from Tor Egge <tegge@pvv.unit.no>
1993-11-15 08:20:05 +00:00
cgd
1259031077 kill bogus test 1993-11-15 07:54:45 +00:00
cgd
fdff4e65de sem_num is really supposed to be a ushort, from Danny Boulet (The author) 1993-11-15 07:10:24 +00:00
proven
2000519508 Makefile needed a preall to make a few links before compiling sources.
CVS doesn't check in symlinks.
1993-11-15 06:49:08 +00:00
proven
89fc7bac08 Initial release of the POSIX 1003.4a Draft 7 thread implementation. 1993-11-14 22:06:22 +00:00
deraadt
08322f9423 compile tcpdump too 1993-11-14 21:22:01 +00:00
deraadt
56c9ee826f tcpdump version 2.1.1 by Steve McCanne <mccanne@ee.lbl.gov> 1993-11-14 21:19:50 +00:00
deraadt
04c059f13c use one stop shopping selwakeup/selrecord 1993-11-14 20:33:26 +00:00
deraadt
d19b5e0673 cleaned up version of the tunnel driver 1993-11-14 20:07:20 +00:00
mycroft
7377ae9734 Support for ESIS over X.25 is not complete. 1993-11-14 19:40:47 +00:00
pk
ee0245d52d "ld -X -r": debug symbols starting with 'L' didn't make it to the symbol table.
Precursor to more massive changes in local symbol handling.
1993-11-14 19:01:40 +00:00
mycroft
9c68389ee6 Junk PARANOID. 1993-11-14 17:58:12 +00:00
mycroft
c237d6b7d7 Fix typo in last change. 1993-11-14 17:42:19 +00:00
mycroft
bc94b1cf89 Add a few things that were missing, and fix some comments. 1993-11-14 17:41:37 +00:00
cgd
96f49a9e5c *sigh* after consultation with pk, un-bump the major number, and bump
the minor one instead.  basically, only new functions were added,
and ld.so will (soon) print a warning at program startup if the 'best' minor
number that can be found is less than what's expected.
1993-11-14 17:19:19 +00:00
pk
4a64975120 Make `-Z' actually do something different again (old style ZMAGICs). 1993-11-14 16:51:17 +00:00
pk
2773bc8731 Removed `INSTALL_PIC_ARCHIVE' as installing these is going to be the default. 1993-11-14 16:48:54 +00:00
pk
c1420efe26 Always install lib*_pic.a archives. 1993-11-14 16:45:05 +00:00
cgd
da7153daca add ipcs and ipcrm 1993-11-14 16:30:45 +00:00
cgd
3683d805ff System V -style IPC removal utility. Implemented by Daniel Boulet
<danny@BouletFermat.ab.ca>.  Needs a man page and serious cleanup.
also: sysvshm support is #ifdef'd out, because it's not been tested.
1993-11-14 16:27:58 +00:00
cgd
0444b9fbd1 Add a System V -style ipc status monitor. Implemented by Daniel Boulet
<danny@BouletFermat.ab.ca>  Needs a man page, and *much* cleanup.
1993-11-14 16:17:55 +00:00