summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pps_shiftmax only exists #ifdef PPS_SYNCphk1999-08-301-0/+2
| | | | Found by: Roger Hardiman <roger@cs.strath.ac.uk>
* aic7xxx.c:gibbs1999-08-302-11/+11
| | | | | | | Clean out some #if 0'ed debugging cruft. aic7xxx.h: Definitions for the aic7855 and aic7859.
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-302-22/+108
| | | | | | | | | | Break out the detection logic for the aic7855 and properly report these chips as 7855s instead of 7850s. The 2940AU_CN is an aic7860 based card, not aic7860. Not setting CACHETHEN turned out to be a bad idea. It can cause spurious corruption under heavy PCI load with multiple masters.
* Fix a memory leak: free the thread-specific poll_data, used in the select()dt1999-08-303-0/+18
| | | | | | | implementation. PR: 13368 Submitted by: Steve Bernacki, Jr. <steve@copacetic.net>
* MFS: Change path to perl.nsayer1999-08-301-1/+1
|
* Update to the latest nanokernel from Dave Mills.phk1999-08-302-109/+96
|
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
| | | | | | | print a matching "disabled" message when we drop out of promiscuous mode for that interface. Discussed on the freebsd-hackers mailing list.
* Use the stock EGCS 1.1.2 file here. Our previous changes are OBE.obrien1999-08-301-223/+1107
| | | | | (code change by rev 1.3 has been removed, and 1.2 is not needed since contrib/gcc/cp/except.c is now the stock one)
* Only do a full pwd_mkdb for deletions; other operations may use the -usheldonh1999-08-301-2/+6
| | | | | | | option as an optimization. PR: 13346 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* s/si_tty_tty/si_tty/gphk1999-08-306-30/+30
|
* Use the stock EGCS 1.1.2 file here. I cannot determine if our previousobrien1999-08-301-1010/+3046
| | | | changes for ObjC are still appropriate.
* Clean-up:sheldonh1999-08-301-69/+160
| | | | | | | | | | Fix grammar and spelling nits. Use .Dq and .Qq where appropriate. Divorce trailing punctuation from quoted elements. Use .Dq instead of .Xr for builtins. Remove trailing whitespace and blank lines. PR: 13340
* This brings rev 1.2 into EGCS 1.1.2. Also tweaks gleemed from EGCSobrien1999-08-301-6/+7
| | | | | ChangeLog's. Note that rev 1.3 changes (HOST_PTR_PRINTF) was not brought into EGCS 1.1.2 as that is the default.
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchpeter1999-08-301-1/+1
| | | | of conflicting symbols with ncurses.
* Fix conflicts.obrien1999-08-301-109/+450
|
* Only issue a warning for the first occurrence of a UID > USHRT_MAX andsheldonh1999-08-303-12/+26
| | | | | | | the first occurrence of a GID > USHRT_MAX. PR: 13344 Reviewed by: bde
* Use the stock EGCS 1.1.2 file here. Our previous changes are OBE.obrien1999-08-301-1273/+864
|
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-302-0/+2
|
* This add Alpha and proper x86 support to EGCS 1.1.2. Functionally speaking,obrien1999-08-301-1489/+4663
| | | | this covers revs 1.{2,3}.
* Update for ncurses5 aftermath..peter1999-08-301-15/+6
|
* We're using ncurses now.peter1999-08-301-3/+3
|
* Take a shot at making this work under termcap/terminfo ncurses. Itpeter1999-08-304-25/+33
| | | | | cheats a bit by accessing the termcap string buffer. A better solution is needed.
* Make this compile.. (Why do we have tn3270 in the tree anyway?)peter1999-08-301-0/+4
|
* talk depended on side effects of curses includes.peter1999-08-302-0/+2
|
* systat is way too comfortable with curses internals...peter1999-08-304-13/+13
|
* tconv is broken, it's libmytinfo dependent.peter1999-08-301-1/+1
|
* Don't build libtermcap, libcurses, libmytinfo, just libncurses.peter1999-08-301-4/+5
|
* Don't -DTERMCAP or we define a few conflicting functions and causepeter1999-08-302-2/+2
| | | | recursion in a rather ugly way.
* #include <termios.h>peter1999-08-301-0/+1
|
* baudrate() is now supplied.peter1999-08-301-0/+2
|
* flushok() isn't in ncurses.peter1999-08-302-2/+2
|
* Update for libncurses.peter1999-08-305-51/+9
|
* Don't beat on ospeed, larn doesn't need it, and the libraries no longerpeter1999-08-301-2/+1
| | | | need it.
* Bandaid breakage due to excessive intimacy with old libcurses..peter1999-08-301-1/+1
|
* The ospeed hackery was disabled a while ago, finish the job.peter1999-08-302-4/+4
|
* Use src/contrib/ncurses, v5.0.990821 prerelease.peter1999-08-30130-17492/+1882
| | | | | | | | | | | | This isn't quite finished yet, there are still some unresolved problems with ospeed and the sgtty.h (non-posix) terminal interface. Mostly this only causes problems with src/games. The other tools and libraries (libform,libpanel,libmenu) will come shortly but are seperate. Beware, there be dragons here! (The build will be broken for a short while)
* Make bdev userland access work like cdev userland access unlessphk1999-08-3017-254/+78
| | | | | | | | | | the highly non-recommended option ALLOW_BDEV_ACCESS is used. (bdev access is evil because you don't get write errors reported.) Kill si_bsize_best before it kills Matt :-) Use the specfs routines rather having cloned copies in devfs.
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-4/+1
| | | | | | | | | | the highly non-recommended option ALLOW_BDEV_ACCESS is used. (bdev access is evil because you don't get write errors reported.) Kill si_bsize_best. Use the specfs routines rather having cloned copies in devfs.
* This brings rev 1.2 (reality check and document profiling extensions)obrien1999-08-301-344/+2087
| | | | into EGCS 1.1.2.
* Tweaks for using natively under FreeBSD (with native termcap)peter1999-08-302-0/+15
|
* int main, not voidpeter1999-08-301-1/+1
|
* This brings rev 1.2 (document printf0()) into EGCS 1.1.2.obrien1999-08-301-258/+571
|
* Fix conflicts.obrien1999-08-301-86/+42
|
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-307-28/+8
| | | | | | DIAGNOSTIC. Fixed an English style bug in the panic messages controlled by SAFETY.
* Fix conflicts.obrien1999-08-301-999/+2098
| | | | This adds rev 1.2 (-fformat-extensions) to EGCS 1.1.2.
* If using GNUC and ELF, make __IDSTRING() expand into an inline asmpeter1999-08-301-0/+4
| | | | | | | | | | | statement to put the rcsid into the .comment section. This allows the comments (ie:version id's of compiler, headers, source, etc) to be stripped out with the standard tools (strip/objcopy). SVR4 has a tool called 'mcs' (manipulate comment section) which allows you to add/remove/compact strings. Removing duplicate strings helps a lot if the headers generate them. Using __attribute__((section(".comment"))) would probably also work, but that still leaves the RCSID occupying C name space somewhere.
* Yet another previously forgotten merge from Lite2. (Describebde1999-08-302-8/+10
| | | | | | | `opaque', fix reversed description of `nodump', and don't use `nodump' as an example of adding a `no' prefix since the double negative would be confusing (it's still confusing -- the implicitly documented `nonodump' flag doesn't exist).)
* Remove all non-file like things in /var/tmp/vi.recover on reboot.imp1999-08-301-0/+1
|
* "Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).bde1999-08-301-3/+6
| | | | Fixed some style bugs, especially the bogus definition of UMAPFS.
* Get the actual pathname of the dynamic linker from the executable'sjdp1999-08-303-12/+31
| | | | | | | PT_INTERP program header entry, to ensure that gdb always finds the right dynamic linker. Use obj->relocbase to simplify a few calculations where appropriate.
OpenPOWER on IntegriCloud