summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Style changes to commonize the various platforms.obrien2001-08-153-27/+27
|
* Sync up with the latest ansi.h in other platforms -- especially RUNE andobrien2001-08-151-20/+46
| | | | wchar bits.
* No tokens should follow #endif.obrien2001-08-151-2/+2
|
* Reflect main termcap v1.109ache2001-08-151-1/+2
|
* Add ve,vi,vs for cons25ache2001-08-151-1/+2
| | | | Submitted by: yokota
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-153-13/+45
| | | | | | | | | | | | "[EINVAL] ... The resulting file-position indicator would be set to a negative value." Moreover, in real life negative seek in stdio cause EOF indicator cleared and not set again forever even if EOF returned. 2) Catch few possible off_t overflows. Reviewed by: arch discussion
* Removal of following export controll related sentences:horikawa2001-08-152-20/+0
| | | | | | | | | | | | | | | o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. o Because of export controls, data encryption is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by: no objection on doc
* Removal of following export controll related sentences:horikawa2001-08-151-13/+1
| | | | | | | | | | | | | | o This option is not available outside of the United States and Canada. o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by:no objection on doc
* In order to bring about the end of the universe, delete the lines:peter2001-08-156-12/+0
| | | | # DO NOT DELETE THIS LINE -- make depend uses it
* Add commented out exampleache2001-08-141-0/+1
|
* Add/install /etc/opieaccess skeletonache2001-08-142-2/+14
| | | | Approved by: markm
* Merge from stable (which seems to have been spammed at some point in current):imp2001-08-142-3/+12
| | | | | #ifdef the deltap pcic_set_memory_offset argument so that raylink driver works.
* Implement PIOCSRESOURCE for mecia like we do for pcic.imp2001-08-141-1/+37
|
* List the correct paths to the X server distributions.eric2001-08-142-58/+70
| | | | | PR: 26924 Submitted by: olgeni
* Minor style(9) nits to make code more readableimp2001-08-141-4/+3
|
* Make list of ports required for doc build consistent withbmah2001-08-141-0/+3
| | | | ports/textproc/docproj/Makefile rev. 1.33 (which adds graphics/scr2png).
* Implement kernel semaphores.jasone2001-08-145-1/+354
| | | | Reviewed by: jhb
* Fix yet another "unconditionally free()ing memory without even checkingwpaul2001-08-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to see if it was malloc()ed first" bug. In bus_dmamap_create(), one of two things can happen: either we need to allocate a special map due to some manner of bounce buffering requirement, or we can DMA a buffer in place. On the x86 platform, the "in place" case results in bus_dmamap_create() returning a dmamap of NULL. The bus_dmamap_destroy() routine later checks for NULL and won't bother free()ing the map if it detects this condition. But on the alpha, we don't use NULL, we use a statically allocated map called nobounce_dmamap(). Unfortunately, bus_dmamap_destroy() does not handle the condition where we attempt to destroy such a map: it tries to free() the dmamap, which causes a panic. Fix: test that map != &nobounce_dmamap before trying to free() it. With this fix, my busdma-ified if_sis driver works on the alpha. I'm a bit alarmed that I'm the first person ever to trip over this bug, since we have been using busdma on the alpha for a while, and since it sort of screams out "Hi! I'm a bug! Booga-booga!" when you look at it. (Somewhere, somebody will say: "But Bill, why don't you just not bother destroying the maps in this case." Because the API is supposed to be a) symetrical and b) opaque to the caller. I can't know whether it's safe to skip the bus_dmamap_destroy() step or not without sticking my fingers into unsafe places, which is what I wanted to avoid in the first place.)
* Treat min,max of 0,0 for IRQ special. Reject it if we didn't specificallyimp2001-08-141-3/+26
| | | | | | | | assing an IRQ. Add better comments while I'm here. MFC after: 1 day # Note: That's merging all the -current pci pcic code, not just this one # change for the Aug 15th code freeze.
* Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ,imp2001-08-142-20/+22
| | | | | | use it. If not, then loop asking for each one, with normal -I processing. This will effectively disable -I for when the pcic is in PCI function interrupt routing mode.
* Add hint about how we name profiled libraries (append _p at the right place).schweikh2001-08-141-0/+11
| | | | | | | PR: 8061 Submitted by: Brandon Gillespie <brandon@ice.cold.org> Reviewed by: joerg, ru MFC after: 5 weeks
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-1450-1922/+4416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structures (well, they're treated as opaque). It's now possible to manage IPv6 interface addresses and routing table entries and to filter IPV6 traffic whether encapsulated or not. IPV6CP support is crude for now, and hasn't been tested against any other implementations. RADIUS and IPv6 are independent of eachother for now. ppp.linkup/ppp.linkdown aren't currently used by IPV6CP o Understand all protocols(5) in filter rules rather than only a select few. o Allow a mask specification for the ``delete'' command. It's now possible to specifically delete one of two conflicting routes. o When creating and deleting proxy arp entries, do it for all IPv4 interface addresses rather than doing it just for the ``current'' peer address. o When iface-alias isn't in effect, don't blow away manually (via ``iface add'') added interface addresses. o When listening on a tcp server (diagnostic) socket, bind so that a tcp46 socket is created -- allowing both IPv4 and IPv6 connections. o When displaying ICMP traffic, don't display the icmp type twice. When display traffic, display at least some information about unrecognised traffic. o Bump version Inspired after filtering work by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* mdoc(7) police: bump document date.ru2001-08-141-1/+1
|
* mdoc(7) police: fix SEE ALSO.ru2001-08-141-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r81630,ru2001-08-142-15/+50
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * From ChangeLog:ru2001-08-142-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (Rv): Implement support for 0 or more than 1 : argument. : * tmac/groff_tmac.man: Updated. All of the following are now valid: .Rv -std f1 .Rv -std f1 f2 .Rv -std f1 f2 f3 .Rv -std The last form is useful where the standard return behavior is applicable to all of the functions described in this particular manpage. Look, for example, at the stat(2), setresuid(2), and utimes(2) manpages. The form with >1 functions is useful in a mixed environment. See the fhopen(2) manpage for an example. Prodded by: yar
* | Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-146-39/+18
| | | | | | | | Reviewed by: ru
* | style(9) tweakobrien2001-08-141-24/+24
| | | | | | | | Approved by: dd
* | Isolate the ERRORS section from the RETURN VALUES one.yar2001-08-141-5/+3
| | | | | | | | Reviewed by: ru
* | mdoc(7) police: removed final dot from the .Nd call.ru2001-08-142-2/+2
| |
* | Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)tg2001-08-142-10/+12
| | | | | | | | | | | | | | when cursor is at the lower right corner. PR: 29574 29601 Submitted by: Nils M Holm <nmh@t3x.org>
* | Move update of BIOS variable at 0x6c (time counter) completely to timer.c.tg2001-08-142-18/+16
| | | | | | | | Suggested by: Igor Serikov <bt@turtle.pangeatech.com>
* | mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-1470-107/+288
| |
* | For TI12xx and newer, clear register 0x84. This is the "Multimedia"imp2001-08-142-15/+37
| | | | | | | | | | | | | | | | | | | | register. It enables Zoom Video. It appears that on at least one card that Monzoon is using sets these bits by default. Nothing works when these bits are set, everything works when they are clear. Add commentary on some of the ti bits. Make code a little clearer. Also remove a call to pcic_pci_pd6729 which was prematurely added in the last commit.
* | linux ls fails on DEVFS /dev because linux_getdents fails becausephk2001-08-141-4/+22
| | | | | | | | | | | | | | | | | | | | linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for linux_dirent and sizeof(dirent) != sizeof(linux_dirent)... PR: 29467 Submitted by: Michael Reifenberger <root@nihil.plaut.de> Reviewed by: phk
* | An empty at.deny doesn't mean everyone can use at.dd2001-08-141-4/+0
| | | | | | | | | | PR: 29549 Submitted by: swear@aa.net
* | Sync the code that sucks in rc.conf and friends with what's indd2001-08-141-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | rc.firewall6. Specifically, don't do anything if [ -z ${source_rc_confs_defined} ]. Not doing this leads to a problem with dependencies: chkdepend will set, e.g., portmap_enable to YES if some service that needs portmap is enabled, but rc.network sources rc.firewall, which used to source defaults/rc.conf unconditionally, which would result in portmap_enable being set back to NO. PR: 29631 Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
* | Try to support the Cirrus Logic PD6833 better in pci mode. This isimp2001-08-142-18/+42
| | | | | | | | | | | | | | done from the datasheets since I'm ahving problems with my laptop that has the 6833 in it... Minor rework of TI code. Should be the same as before.
* | Add missing commas.jasone2001-08-141-2/+2
| |
* | Add a GENERIC kernel config for sparc64.jake2001-08-142-0/+33
| |
* | Add some definitions that got left out, *blush*.jake2001-08-141-0/+22
| |
* | Don't define ELF_RTLD_ADDR twice.jake2001-08-141-1/+0
| |
* | In prom_halt(), set the halt restart flags on the current CPU, not thejhb2001-08-131-2/+1
| | | | | | | | | | | | | | | | boot CPU. This was the reason reboots on SMP systems could result in weird hangs. Unlike the x86, we do not need to switch back to the boot CPU in order to reboot the machine. See Section 3.4.5 of Part III (Console Interface Architecture) from the Alpha Architecture Reference Manual (aka the Brown Book) for more info.
* | Remove IPI_HALT to make way for a more correct fix for halts and restartsjhb2001-08-134-23/+0
| | | | | | | | on SMP alphas.
* | Minor style nits: cleanup and add some function prototypes.jhb2001-08-131-2/+5
| |
* | Initialize outfile in main()peter2001-08-131-1/+2
| |
* | Initialize msg in main()peter2001-08-131-1/+2
| |
* | Initialize fp in main()peter2001-08-131-1/+2
| |
* | Initialize debugf in main()peter2001-08-132-1/+2
| |
* | ftrace is already initializedpeter2001-08-131-1/+1
| |
OpenPOWER on IntegriCloud