summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed several (not all) warnings.dt1999-04-2315-101/+45
|
* local_cron -> local_periodicghelmer1999-04-231-3/+3
| | | | PR: docs/11253
* Reference kld(4).ghelmer1999-04-233-6/+6
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Spelling policebrian1999-04-232-4/+4
|
* Update VM86 comment - it's used for VESA too.peter1999-04-233-6/+6
| | | | | PR: 7976 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* fix -n with 16-chars hostnames, modified patch from PRache1999-04-221-4/+7
| | | | | PR: 11286 Submitted by: Hans Huebner <hans@chaosradio.berlin.ccc.de>
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-222-4/+4
| | | | | | With these changes plus the egcs fix I committed a few minutes ago, "make -DWANT_AOUT world" works again. Most likely, "make upgrade" is fixed too, though I haven't tested that.
* Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesyobrien1999-04-223-3/+3
| | | | of Warner Losh <imp@village.org>. (he's got plans for FreeBSD mips :-))
* Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building forobrien1999-04-223-13/+27
| | | | mips has some particularlies.
* Add libf2c.so.2 for our FORTRAN friends.obrien1999-04-222-2/+792
|
* Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'.obrien1999-04-221-0/+3
|
* Move `SWITCH_TAKES_ARG' to `FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'obrien1999-04-221-5/+3
| | | | | to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these values if needed.
* Don't build with -g. The a.out egcs can't handle it at the moment.jdp1999-04-221-2/+2
| | | | | This seems to have snuck back into the Makefile in an unrelated commit (rev. 1.8).
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-222-62/+62
| | | | | apparently has a much better optimiser, requiring 'volatile' memory to be declared as such).
* Fix the display of the "nice" value of processes like ntpd that use thejhay1999-04-221-2/+2
| | | | | | posix sched_setscheduler() to set their priority. Noticed by: Mark Allwright <mallwri@orion.didata.co.za>
* Return the port size from the probe.peter1999-04-223-6/+9
| | | | | "ppc0 at port 0x378 irq 7 drq 3 on isa0" becomes "ppc0 at port 0x378-0x37f irq 7 drq 3 on isa0"
* Fix the promise_intr function, it should use 'lun' not 'unit'sos1999-04-221-2/+2
| | | | to get the offset into ata_devices.
* For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beimp1999-04-222-2/+12
| | | | | | | | zero when building for little endian machines. Correct the target names for mips. We just use the generic targets for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't exist.
* Fix all the mipseb Makefiles. They were broken when I checked them inimp1999-04-228-6/+166
| | | | | | | | | | before. Added SYS.h for mipseb and mipsel. I now get part way through building libc in the cross environment that I have (along with pending mipse[bl] changes to the intree egcs) with these changes.
* Fix poor heading format.grog1999-04-221-3/+2
| | | | | Submitted-by: Matthew Fuller <fullermd@over-yonder.net> PR: docs/11271
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-224-50/+2
| | | | | | | function. It was an ill-considered feature. It didn't solve the problem I wanted it to solve. And it added Yet Another Version Number that would have to be maintained at every release point. I'm nuking it now before anybody grows too fond of it.
* Have config/i386/freebsd.h directly include att.h. I have no idea why stockobrien1999-04-221-4/+1
| | | | | EGCS doesn't just do this. None of the rest of our other platforms will need this file.
* Typo fix in diagnostic: -alldir --> -alldirsalex1999-04-212-4/+4
| | | | | PR: 11049 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-212-4/+8
| | | | hang problem. A bug report has been sent to cygnus.
* Make usage() reflect reality (add the -aout and -elf options).billf1999-04-211-2/+2
| | | | OK'd by: bde
* Update VERSREQ.dfr1999-04-212-4/+4
|
* Fix my breakage of BRIDGE compiling option without IPFIREWALL..peter1999-04-211-1/+5
| | | | | (Note that if you have bridge compiled in and then kldload ipfw, bridge won't automatically use it - knowledge of ipfw/dummynet is compiled in)
* Remove the old libf2c. libg2c is now serving us well.obrien1999-04-21164-9259/+0
|
* The function msgrcv() could copy larger data than it should dosada1999-04-211-3/+3
| | | | | | under some circumstances. PR: kern/10765 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
* Sync with sys/i386/isa/isa_dma.c revision 1.2.kato1999-04-212-4/+2
|
* Sync with sys/i386/isa/clock.c revision 1.131.kato1999-04-213-48/+36
|
* Forgot one.n_hibma1999-04-211-1/+1
| | | | | | | | | Original log message: Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience but we can do without it. Obtained from: Peter Wemm
* Next approach to make loops in interactive interruptable.cracauer1999-04-214-13/+17
| | | | PR: bin/9173
* Use ${.CURDIR} in `exists()' constructs.jkoshy1999-04-211-4/+4
| | | | | PR: misc/4395 Submitted by: J Wunsch <j@ida.interface-business.de>
* Merge a diff that Soren sent me to resolve some lun / unit problems.peter1999-04-211-29/+20
| | | | | While here, also fix my additions to use naming that's more consistant with Sorens. (ie: s/softc/scp/)
* pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on,dt1999-04-211-6/+8
| | | | | | so we will know when the page is accessed again. (Also, make it return an integer, not "boolean" TRUE/FALSE).
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
| | | | used as a last argument to copyinstr().
* int -> size_tbrian1999-04-211-2/+3
|
* Split the recorded chap challenge into two - one for thebrian1999-04-212-19/+25
| | | | | | | | receiver and one for the sender. This allows two simultaneous chap conversations - something that I *thought* I was already doing on a daily basis myself until the existence of the problem was Beaten into me by: sos
* If ioctl TIOCMGET fails, continue. The device may bebrian1999-04-211-4/+5
| | | | | a pseudo device created by an interactive version of rlogin/telnet/ssh & friends
* DEVICE_SUSPEND was always returning ENXIO for reasons unknown. Forimp1999-04-212-4/+14
| | | | | now we noisily ignore this (and all errors). DEVICE_SUSPEND should be corrected, but I wanted to unbreak suspend until that happens.
* TARGET was being defined wrong, causing ld to always fail. It is theimp1999-04-211-5/+5
| | | | | | | | | | | | | name of the bfd target, not the gnu-standard target name. Corrected to be elf32-{big,little}mips from mipse[bl]-unknown-freebsd. DEFAULT_EMULATION was bogusly defined, causing ld to always fail (this was masked by the TARGET bogosity). Define correctly as elf32bmip and elf32lmip. Mips doesn't follow the same conventions as i386 and alpha do in this area. ld now appears to work correctly for the uncommitted mips changes to egcs.
* Add Id.obrien1999-04-212-0/+4
|
* oops, SMP was missing includes for a typedef.peter1999-04-215-10/+10
|
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-2131-803/+1888
| | | | | | | Interrupts under the new scheme are managed by the i386 nexus with the awareness of the resource manager. There is further room for optimizing the interfaces still. All the users of register_intr()/intr_create() should be gone, with the exception of pcic and i386/isa/clock.c.
* Add compat3x to the mix.obrien1999-04-217-39/+59
| | | | Reviewed by: jkh
* As I understand it, these register_intr()'s shouldn't be here. The isapeter1999-04-211-3/+1
| | | | driver attaches the interupt itself.
* Add entry for newbus. It is rather long, but lots of nits can shootimp1999-04-211-4/+43
| | | | | | | | | | | people with this upgrade. Lemme know what you think, or any corrections that should be made to it. Corrected a few typos based on submissions from various people. Add note that make aout-to-elf is currently broken and what to do to work around it. This is implied by make -DWANT_AOUT being broken, but that isn't obvious to many people.
* Address several problems in vn_read and vn_write:alc1999-04-211-35/+21
| | | | | | | | | | | | | | | 1. Make read-ahead work for pread and aio_read. 2. Fix one place where a comparison of uio_offset with -1 wasn't updated to use FOF_OFFSET. 3. Honor O_APPEND in the FOF_OFFSET case. In addition, use the variable name "ioflag" in both vn_read and vn_write to avoid possible confusion between the variable "flag" and the parameter "flags". Submitted by: Bruce Evans <bde@zeta.org.au> and me
* Spelling error fixed.nsayer1999-04-212-2/+2
|
OpenPOWER on IntegriCloud