FreeBSD 词汇表
如果发现翻译错误,请直接 发起PR修改.
目录
这个词汇表包含了在 FreeBSD 社区和文档中使用的术语和缩写。
A
- ACPI Machine Language
-
伪代码由一个在符合 ACPI 的操作系统中的虚拟机解释,它在底层硬件和向操作系统呈现的文档化接口之间提供了一层。
- ACPI 源语言
-
AML 是一种编程语言。
- 访问控制列表
-
一个附加在对象上的权限列表,通常是文件或网络设备。
- 高级配置与电源接口
-
ACPI 是一种规范,它提供了硬件接口的抽象,使操作系统不需要了解底层硬件即可充分利用它。ACPI 发展并取代了以前由 APM、PNPBIOS 和其他技术提供的功能,并提供了控制功耗、机器暂停、设备启用和禁用等功能。
- 应用程序编程接口
-
一组程序、协议和工具,用于指定一个或多个程序部分之间的规范交互方式;它们如何、何时以及为什么协同工作,以及它们共享或操作的数据。
- 高级电源管理
-
APM 是一种 API,使操作系统能够与 BIOS 协同工作,以实现电源管理。对于大多数应用程序来说,APM 已被更通用和强大的 ACPI 规范所取代。
- 高级可编程中断控制器
- 高级技术附件
- 异步传输模式
- 认证邮局协议
- 自动挂载守护进程
-
当访问文件系统中的文件或目录时,自动挂载文件系统的守护进程。
B
- BAR
- BIND
- BIOS
- BSD
- Base Address Register
-
The registers that determine which address range a PCI device will respond to.
- Basic Input/Output System
-
The definition of BIOS depends a bit on the context. Some people refer to it as the ROM chip with a basic set of routines to provide an interface between software and hardware. Others refer to it as the set of routines contained in the chip that help in bootstrapping the system. Some might also refer to it as the screen used to configure the bootstrapping process. The BIOS is PC-specific but other systems have something similar.
- Berkeley Internet Name Domain
-
An implementation of the DNS protocols.
- Berkeley Software Distribution
-
This is the name that the Computer Systems Research Group (CSRG) at The University of California at Berkeley gave to their improvements and modifications to AT&T’s 32V UNIX®. FreeBSD is a descendant of the CSRG work.
- Bikeshed Building
-
A phenomenon whereby many people will give an opinion on an uncomplicated topic, whilst a complex topic receives little or no discussion. See the FAQ for the origin of the term.
C
- CD
-
See Carrier Detect.
- CHAP
- CLIP
- COFF
- CPU
- CTS
-
See Clear To Send.
- Carrier Detect
-
An RS232C signal indicating that a carrier has been detected.
- Central Processing Unit
-
Also known as the processor. This is the brain of the computer where all calculations take place. There are a number of different architectures with different instruction sets. Among the more well-known are the Intel-x86 and derivatives, Arm, and PowerPC.
- Challenge Handshake Authentication Protocol
-
A method of authenticating a user, based on a secret shared between client and server.
- Classical IP over ATM
- Clear To Send
-
An RS232C signal giving the remote system permission to send data.
See Also Request To Send.
- Common Object File Format
D
- DAC
- DDB
-
See Debugger.
- DES
- DHCP
- DNS
-
See Domain Name System.
- DSDT
- DSR
-
See Data Set Ready.
- DTR
-
See Data Terminal Ready.
- DVMRP
- Discretionary Access Control
- Data Encryption Standard
-
A method of encrypting information, traditionally used as the method of encryption for UNIX® passwords and the crypt(3) function.
- Data Set Ready
-
An RS232C signal sent from the modem to the computer or terminal indicating a readiness to send and receive data.
- Data Terminal Ready
-
An RS232C signal sent from the computer or terminal to the modem indicating a readiness to send and receive data.
- Debugger
-
An interactive in-kernel facility for examining the status of a system, often used after a system has crashed to establish the events surrounding the failure.
- Differentiated System Description Table
-
An ACPI table, supplying basic configuration information about the base system.
- Distance-Vector Multicast Routing Protocol
- Domain Name System
-
The system that converts humanly readable hostnames (i.e., mail.example.net) to Internet addresses and vice versa.
- Dynamic Host Configuration Protocol
-
A protocol that dynamically assigns IP addresses to a computer (host) when it requests one from the server. The address assignment is called a “lease”.
E
- ECOFF
-
See Extended COFF.
- ELF
- ESP
- Encapsulated Security Payload
- Executable and Linking Format
- Extended COFF
F
- FADT
- FAT
- FAT16
- FTP
- File Allocation Table
- File Allocation Table (16-bit)
- File Transfer Protocol
-
A member of the family of high-level protocols implemented on top of TCP which can be used to transfer files over a TCP/IP network.
- Fixed ACPI Description Table
G
- GUI
- Giant
-
The name of a mutual exclusion mechanism (a sleep
mutex
) that protects a large set of kernel resources. Although a simple locking mechanism was adequate in the days where a machine might have only a few dozen processes, one networking card, and certainly only one processor, in current times it is an unacceptable performance bottleneck. FreeBSD developers are actively working to replace it with locks that protect individual resources, which will allow a much greater degree of parallelism for both single-processor and multi-processor machines.
- Graphical User Interface
-
A system where the user and computer interact with graphics.
H
- HTML
- HUP
-
See HangUp.
- HangUp
- HyperText Markup Language
-
The markup language used to create web pages.
I
- I/O
-
See Input/Output.
- IASL
-
See Intel’s ASL compiler.
- IMAP
- IP
-
See Internet Protocol.
- IPFW
-
See IP Firewall.
- IPP
- IPv4
-
See IP Version 4.
- IPv6
-
See IP Version 6.
- ISP
- IP Firewall
- IP Version 4
-
The IP protocol version 4, which uses 32 bits for addressing. This version is still the most widely used, but it is slowly being replaced with IPv6.
See Also IP Version 6.
- IP Version 6
-
The new IP protocol. Invented because the address space in IPv4 is running out. Uses 128 bits for addressing.
- Input/Output
- Intel’s ASL compiler
-
Intel’s compiler for converting ASL into AML.
- Internet Message Access Protocol
-
A protocol for accessing email messages on a mail server, characterised by the messages usually being kept on the server as opposed to being downloaded to the mail reader client.
See Also Post Office Protocol Version 3.
- Internet Printing Protocol
- Internet Protocol
-
The packet transmitting protocol that is the basic protocol on the Internet. Originally developed at the U.S. Department of Defense and an extremely important part of the TCP/IP stack. Without the Internet Protocol, the Internet would not have become what it is today. For more information, see RFC 791.
- Internet Service Provider
-
A company that provides access to the Internet.
K
- KAME
-
Japanese for “turtle”, the term KAME is used in computing circles to refer to the KAME Project, who work on an implementation of IPv6.
- KDC
- KLD
-
See Kernel ld(1).
- KSE
- KVA
- Kbps
-
See Kilo Bits Per Second.
- Kernel ld(1)
-
A method of dynamically loading functionality into a FreeBSD kernel without rebooting the system.
- Kernel Scheduler Entities
-
A kernel-supported threading system. See the project home page for further details.
- Kernel Virtual Address
- Key Distribution Center
- Kilo Bits Per Second
-
Used to measure bandwidth (how much data can pass a given point at a specified amount of time). Alternates to the Kilo prefix include Mega, Giga, Tera, and so forth.
L
- LAN
-
See Local Area Network.
- LOR
-
See Lock Order Reversal.
- LPD
-
See Line Printer Daemon.
- Line Printer Daemon
- Local Area Network
-
A network used on a local area, e.g. office, home, or so forth.
- Lock Order Reversal
-
The FreeBSD kernel uses a number of resource locks to arbitrate contention for those resources. A run-time lock diagnostic system found in FreeBSD-CURRENT kernels (but removed for releases), called witness(4), detects the potential for deadlocks due to locking errors. (witness(4) is actually slightly conservative, so it is possible to get false positives.) A true positive report indicates that “if you were unlucky, a deadlock would have happened here”.
True positive LORs tend to get fixed quickly, so check https://lists.FreeBSD.org/subscription/freebsd-current and the LORs Seen page before posting to the mailing lists.
M
- MAC
- MADT
- MFC
-
See Merge From Current.
- MFH
-
See Merge From Head.
- MFS
-
See Merge From Stable.
- MFV
-
See Merge From Vendor.
- MIT
- MLS
-
See Multi-Level Security.
- MOTD
-
See Message Of The Day.
- MTA
-
See Mail Transfer Agent.
- MUA
-
See Mail User Agent.
- Mail Transfer Agent
-
An application used to transfer email. An MTA has traditionally been part of the BSD base system. Today Sendmail is included in the base system, but there are many other MTAs, such as postfix, qmail and Exim.
- Mail User Agent
-
An application used by users to display and write email.
- Mandatory Access Control
- Massachusetts Institute of Technology
- Merge From Current
-
To merge functionality or a patch from the -CURRENT branch to another, most often -STABLE.
- Merge From Head
-
To merge functionality or a patch from a repository HEAD to an earlier branch.
- Merge From Stable
-
In the normal course of FreeBSD development, a change will be committed to the -CURRENT branch for testing before being merged to -STABLE. On rare occasions, a change will go into -STABLE first and then be merged to -CURRENT.
This term is also used when a patch is merged from -STABLE to a security branch.
- Merge From Vendor
- Message Of The Day
-
A message, usually shown on login, often used to distribute information to users of the system.
- Multi-Level Security
- Multiple APIC Description Table
N
- NAT
- NDISulator
-
See Project Evil.
- NFS
-
See Network File System.
- NTFS
- NTP
- Network Address Translation
-
A technique where IP packets are rewritten on the way through a gateway, enabling many machines behind the gateway to effectively share a single IP address.
- Network File System
- New Technology File System
-
A filesystem developed by Microsoft and available in its “New Technology” operating systems, such as Windows® 2000, Windows NT® and Windows® XP.
- Network Time Protocol
-
A means of synchronizing clocks over a network.
O
- OBE
-
See Overtaken By Events.
- ODMR
-
See On-Demand Mail Relay.
- OS
-
See Operating System.
- On-Demand Mail Relay
- Operating System
-
A set of programs, libraries and tools that provide access to the hardware resources of a computer. Operating systems range today from simplistic designs that support only one program running at a time, accessing only one device to fully multi-user, multi-tasking and multi-process systems that can serve thousands of users simultaneously, each of them running dozens of different applications.
- Overtaken By Events
-
Indicates a suggested change (such as a Problem Report or a feature request) which is no longer relevant or applicable due to such things as later changes to FreeBSD, changes in networking standards, the affected hardware having since become obsolete, and so forth.
P
- PAE
- PAM
- PAP
- PC
-
See Personal Computer.
- PCNSFD
- PID
-
See Process ID.
- POLA
- POP
-
See Post Office Protocol.
- POP3
- PPD
- PPP
- PPPoA
-
See PPP over ATM.
- PPPoE
-
See PPP over Ethernet.
- PPP over ATM
- PPP over Ethernet
- PR
-
See Problem Report.
- PXE
- Password Authentication Protocol
- Personal Computer
- Personal Computer Network File System Daemon
- Physical Address Extensions
-
A method of enabling access to up to 64 GB of RAM on systems which only physically have a 32-bit wide address space (and would therefore be limited to 4 GB without PAE).
- Pluggable Authentication Modules
- Point-to-Point Protocol
- Pointy Hat
-
A mythical piece of headgear, much like a dunce cap, awarded to any FreeBSD committer who breaks the build, makes revision numbers go backwards, or creates any other kind of havoc in the source base. Any committer worth his or her salt will soon accumulate a large collection. The usage is (almost always?) humorous.
- Portable Document Format
- Post Office Protocol
-
See Also Post Office Protocol Version 3.
- Post Office Protocol Version 3
-
A protocol for accessing email messages on a mail server, characterised by the messages usually being downloaded from the server to the client, as opposed to remaining on the server.
- PostScript Printer Description
- Preboot eXecution Environment
- Principle Of Least Astonishment
-
As FreeBSD evolves, changes visible to the user should be kept as unsurprising as possible. For example, arbitrarily rearranging system startup variables in /etc/defaults/rc.conf violates POLA. Developers consider POLA when contemplating user-visible system changes.
- Problem Report
-
A description of some kind of problem that has been found in either the FreeBSD source or documentation. See Writing FreeBSD Problem Reports.
- Process ID
-
A number, unique to a particular process on a system, which identifies it and allows actions to be taken against it.
- Project Evil
-
The working title for the NDISulator, written by Bill Paul, who named it referring to how awful it is (from a philosophical standpoint) to need to have something like this in the first place. The NDISulator is a special compatibility module to allow Microsoft Windows™ NDIS miniport network drivers to be used with FreeBSD/i386. This is usually the only way to use cards where the driver is closed-source. See src/sys/compat/ndis/subr_ndis.c.
R
- RA
-
See Router Advertisement.
- RAID
- RAM
-
See Random Access Memory.
- RD
-
See Received Data.
- RFC
-
See Request For Comments.
- RISC
- RPC
- RS232C
- RTS
-
See Request To Send.
- Random Access Memory
- Revision Control System
-
The Revision Control System (RCS) is one of the oldest software suites that implement “revision control” for plain files. It allows the storage, retrieval, archival, logging, identification and merging of multiple revisions for each file. RCS consists of many small tools that work together. It lacks some of the features found in more modern revision control systems, like Git, but it is very simple to install, configure, and start using for a small set of files.
See Also Subversion.
- Received Data
-
An RS232C pin or wire that data is received on.
- Recommended Standard 232C
-
A standard for communications between serial devices.
- Reduced Instruction Set Computer
-
An approach to processor design where the operations the hardware can perform are simplified but made as general purpose as possible. This can lead to lower power consumption, fewer transistors and in some cases, better performance and increased code density. Examples of RISC processors include the Alpha, SPARC®, ARM® and PowerPC®.
- Redundant Array of Inexpensive Disks
- Remote Procedure Call
- Request For Comments
-
A set of documents defining Internet standards, protocols, and so forth. See www.rfc-editor.org.
Also used as a general term when someone has a suggested change and wants feedback.
- Request To Send
-
An RS232C signal requesting that the remote system commences transmission of data.
See Also Clear To Send.
- Router Advertisement
S
- SCI
- SCSI
- SG
-
See Signal Ground.
- SMB
-
See Server Message Block.
- SMP
- SMTP
- SMTP AUTH
-
See SMTP Authentication.
- SSH
-
See Secure Shell.
- STR
-
See Suspend To RAM.
- SVN
-
See Subversion.
- SMTP Authentication
- Server Message Block
- Signal Ground
-
An RS232 pin or wire that is the ground reference for the signal.
- Simple Mail Transfer Protocol
- Secure Shell
- Small Computer System Interface
- Subversion
-
Subversion is a version control system currently used by the FreeBSD project.
- Suspend To RAM
- Symmetric MultiProcessor
- System Control Interrupt
T
- TCP
- TCP/IP
- TD
-
See Transmitted Data.
- TFTP
-
See Trivial FTP.
- TGT
- TSC
-
See Time Stamp Counter.
- Ticket-Granting Ticket
- Time Stamp Counter
-
A profiling counter internal to modern Pentium® processors that counts core frequency clock ticks.
- Transmission Control Protocol
-
A protocol that sits on top of (e.g.) the IP protocol and guarantees that packets are delivered in a reliable, ordered, fashion.
- Transmission Control Protocol/Internet Protocol
-
The term for the combination of the TCP protocol running over the IP protocol. Much of the Internet runs over TCP/IP.
- Transmitted Data
-
An RS232C pin or wire that data is transmitted on.
See Also Received Data.
- Trivial FTP
U
- UDP
- UFS1
- UFS2
- UID
-
See User ID.
- URL
- USB
-
See Universal Serial Bus.
- Uniform Resource Locator
-
A method of locating a resource, such as a document on the Internet and a means to identify that resource.
- Unix File System Version 1
-
The original UNIX® file system, sometimes called the Berkeley Fast File System.
- Unix File System Version 2
-
An extension to UFS1, introduced in FreeBSD 5-CURRENT. UFS2 adds 64 bit block pointers (breaking the 1T barrier), support for extended file storage and other features.
- Universal Serial Bus
-
A hardware standard used to connect a wide variety of computer peripherals to a universal interface.
- User ID
-
A unique number assigned to each user of a computer, by which the resources and permissions assigned to that user can be identified.
- User Datagram Protocol
-
A simple, unreliable datagram protocol which is used for exchanging data on a TCP/IP network. UDP does not provide error checking and correction like TCP.
V
- VPN
- Virtual Private Network
-
A method of using a public telecommunication such as the Internet, to provide remote access to a localized network, such as a corporate LAN.
上次修改时间: September 18, 2024 by fiercex