| /freebsd/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.1 | 56 .Op Fl Fl no-gss-bindings 57 .Op Fl Fl no-gss-delegate 72 .Bl -tag -width flag 85 from attempting \*(Lqauto-login\*(Rq upon initial connection. 86 If auto-login is enabled, 91 an account on the remote machine. 94 will prompt for the remote machine login name (default is the user 95 identity on the local machine), and, if necessary, prompt for a password 101 Turn on passive mode. 106 .It Fl Fl no-gss-bindings [all …]
|
| /freebsd/contrib/tnftp/src/ |
| H A D | ftp.1 | 4 .\" Copyright (c) 1996-2008 The NetBSD Foundation, Inc. 70 .Bk -words 73 .Bk -words 76 .Bk -words 79 .Bk -words 82 .Bk -words 86 .Bk -words 87 .\" [-T dir,max[,inc]] 98 .Bk -words 105 .Bk -word [all...] |
| /freebsd/share/man/man9/ |
| H A D | ieee80211_proto.9 | 31 .Nd 802.11 state machine support 53 layer that supports 802.11 device drivers uses a state machine 55 These state machines vary according to the vap operating mode. 56 Station mode state machines follow the 802.11 MLME states 63 The state machine mechanism also serves to bind the 68 .Bl -tag -width IEEE80211_S_ASSOC 80 event such as a beacon miss (in station mode). 82 Authenticating to an access point (in station mode). 91 Associating to an access point (in station mode). 109 e.g. in station mode [all …]
|
| /freebsd/share/man/man7/ |
| H A D | arch.7 | 1 .\" Copyright (c) 2016-2017 The FreeBSD Foundation. 32 .Nd Architecture-specific details 40 For full details consult the processor-specific ABI supplement 85 On other architectures, kernel and a user mode process share a 89 On each architecture, the main user mode thread's stack starts near 97 .Bl -column -offset indent "Architecture" "Initial Release" 110 .Bl -column -offset indent "Architecture" "Initial Release" "Final Release" 139 (ABI) for the machine processor. 141 .Bl -tag -width "Dv L64PC128" 148 types machine representations all have 4-byte size. [all …]
|
| H A D | security.7 | 47 multi-user systems have some inherent security, the job of building and 60 As yesterday's mini-computers and mainframes 74 .Bl -enum -offset indent 87 A denial of service attack is an action that deprives the machine of needed 89 Typically, DoS attacks are brute-force mechanisms that attempt 90 to crash or otherwise make a machine unusable by overwhelming its servers or 93 networking stack to crash a machine with a single packet. 99 Brute-force network attacks are harder to deal with. 100 A spoofed-packe [all...] |
| /freebsd/sys/powerpc/include/ |
| H A D | psl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 40 * Machine State Register (MSR) - All cores 43 #define PSL_VSX 0x00800000UL /* Vector-Scalar unit available */ 45 #define PSL_PR 0x00004000UL /* privilege mode (1 == user) */ 47 #define PSL_ME 0x00001000UL /* machine check enable */ 48 #define PSL_FE0 0x00000800UL /* floating point interrupt mode 0 */ 49 #define PSL_FE1 0x00000100UL /* floating point interrupt mode 1 */ 53 /* Machine State Register - Book-E cores */ 55 #define PSL_CM 0x80000000UL /* Computation Mode (64-bit) */ [all …]
|
| /freebsd/sys/x86/x86/ |
| H A D | mca.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * Support for x86 machine check architecture. 56 #include <machine/intr_machdep.h> 58 #include <machine/cpu.h> 59 #include <machine/cputypes.h> 61 #include <machine/md_var.h> 62 #include <machine/specialreg.h> 74 * corrected machine check interrupt threshold. 99 static MALLOC_DEFINE(M_MCA, "MCA", "Machine Check Architecture"); [all …]
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | cu.1 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 45 .Op Ar phone-number 50 establishes a full-duplex connection to another machine, giving the 52 It goes without saying that you must have a login on the machine (or 56 .Bl -tag -width indent 68 Echo characters locally (half-duplex mode). 88 Connect via a hard-wired connection to a host on a dial-up line. 92 machine (which does the echoing as well). 97 .Bl -tag -width indent [all …]
|
| H A D | tip.1 | 41 .Op Ar system-name 46 establishes a full-duplex connection to another machine, giving the 48 It goes without saying that you must have a login on the machine (or 52 .Bl -tag -width indent 56 Set verbose mode. 67 .Ar system-name 69 .Ar system-name 77 .Ar system-name 79 .Ar system-name 88 .Ar system-name [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap.3pcap.in | 22 pcap \- Packet Capture library 49 caller, as being in UTF-8. 51 On UNIX-like systems, the local character encoding is assumed to be 52 UTF-8, so no character encoding transformations are done. 62 does not attempt to handle UTF-16LE strings. 72 UTF-16LE string - note that this attempt is unsafe, as it may run past 73 the end of the string - to handle 75 returning a UTF-16LE string. Programs that don't call 147 contents of the packet - for example, if you are only interested in the 148 TCP headers of packets - you can set the "snapshot length" for the [all …]
|
| /freebsd/targets/ |
| H A D | Makefile.xtras | 2 # Makefile.xtras - non-build targets 6 # We are not building here (shouldn't be), so no meta mode. 7 .MAKE.MODE = normal 11 .MAIN: no-default 16 MAKE_MACHINE_CMD= mk --machine <machine> 20 MAKE_MACHINE_CMD= env MACHINE=<machine> ${.MAKE:T} 23 no-default: 28 .if make(show-valid-targets) 31 destroy-arch \ 32 destroy-host \ [all …]
|
| /freebsd/share/mk/ |
| H A D | local.sys.mk | 7 # Not in the below list as it may make sense for non-meta mode 15 .MAKE.MODE 18 _ERROR_CMD_EXEC= ${sed -n '/^CMD/s,^CMD \(.*\),\1;,p' ${.ERROR_META_FILE}:L:sh} 29 MACHINE \ 40 # Meta mode may rebuild targets that then fail. The next build won't detect 41 # the meta mode change. Not all targets have a 'rm ${.TARGET}' in them 59 .-include <site.sys.mk> 64 .if ${.MAKE.MODE:Mmeta*} != "" 66 # re-running needlessly but only when using filemon. 67 # Targets that should support the meta mode cookie handling should just be [all …]
|
| /freebsd/sys/dev/isp/ |
| H A D | DriverManual.txt | 41 of splitting drivers into what are called MI (for Machine Independent) 42 and MD (Machine Dependent) portions. The original design therefore was 54 PCI and SBus SCSI cards, and now also drove the QLogic 2100 FC-AL HBA. 56 After this, ports to non-NetBSD platforms became interesting as well. 65 mode support has been added, and 2300 support as well as an FC-IP stack 71 Normally you design via top-down methodologies and set an initial goal 76 as I perceive them to be now- not necessarily what they started as. 90 as well as private loop and private loop, direct-attach topologies. 91 FC-IP support is also a goal. 93 For both SCSI and Fibre Channel, simultaneous target/initiator mode support [all …]
|
| /freebsd/sys/amd64/amd64/ |
| H A D | locore.S | 1 /*- 33 #include <machine/asmacros.h> 34 #include <machine/psl.h> 35 #include <machine/pmap.h> 36 #include <machine/specialreg.h> 59 * We are already in long mode, on a 64 bit %cs and running at KERNBASE. 67 /* Get onto a stack that we can trust - there is no going back now. */ 93 * Entered in 4-level paging long mode on AP, hopefully returns alive in 94 * 5-level paging mode. The parameter is a pointer to a 5-level page 95 * table root. The passed 5-level page table, and the current 4-level page [all …]
|
| /freebsd/contrib/bmake/mk/ |
| H A D | mk-files.txt | 1 mk-files 4 The term ``mk-files`` refers to a collection of ``*.mk`` files. 23 using SunOS, HP-UX etc, so I started on bmake_ and a portable collection 24 of mk-files (mk.tar.gz_). NetBSD provided much of the original structure. 27 bmake which is kept closely in sync. The mk-files however have 32 ------ 66 mk-files 74 found in BSD, and when installed on non-BSD platforms get symlinked as 81 ------ 96 sub-makes might need. [all …]
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 52 Some BIOS versions of dual-socket machines have no NUMA domain information in 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: 74 .Bl -column "PMC_CAP_INTERRUPT" "Support" [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | README.nat | 41 User mode ppp has embedded NAT (Network Address Translation) code. 42 Enabling this, either by the "-nat" command line option or the 45 them appear to come from the ppp host machine. Incoming packets 46 from the outside world are then appropriately de-NAT'd. 74 mode and avoiding IRC DCC sends, as is sometimes the case with other 77 The implementation supports all standard, non-encoding TCP and UDP protocols. 79 mode of Real-Audio is not presently supported, but the TCP mode does work 92 the "-nat" option on the command line. The user should verify that 94 mode. Finally, check that machines on the private network can access 104 verify that the other computers use this machine as a gateway. Of course, [all …]
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | clock.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause 73 #include <machine/clock.h> 74 #include <machine/cpu.h> 75 #include <machine/intr_machdep.h> 76 #include <machine/md_var.h> 77 #include <machine/smp.h> 99 int mode; /* 0 - off, 1 - periodic, 2 - one-shot. */ member 139 if (s->mode == 1) { in decr_intr() 146 val += s->div; in decr_intr() [all …]
|
| H A D | vm_machdep.c | 1 /*- 2 * SPDX-License-Identifier: (BSD-4-Clause AND MIT-CMU) 42 /*- 43 * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. 63 * Pittsburgh PA 15213-3890 86 #include <machine/cpu.h> 87 #include <machine/fpu.h> 88 #include <machine/frame.h> 89 #include <machine/md_var.h> 90 #include <machine/pcb.h> [all …]
|
| /freebsd/sys/powerpc/aim/ |
| H A D | aim_machdep.c | 1 /*- 31 /*- 106 #include <machine/altivec.h> 108 #include <machine/bat.h> 110 #include <machine/cpu.h> 111 #include <machine/elf.h> 112 #include <machine/fpu.h> 113 #include <machine/hid.h> 114 #include <machine/kdb.h> 115 #include <machine/md_va [all...] |
| /freebsd/share/man/man4/ |
| H A D | gdb.4 | 32 .Cd "makeoptions DEBUG=-g" 43 .Bl -bullet 51 In this mode, the processor can be stopped and single stepped. 55 In this mode, the processor cannot be stopped and single stepped, but it can be 71 .Pq Cd "makeoptions DEBUG=-g" . 82 .Ss "Inspecting the environment of the local machine" 86 .Dl "gdb -k -wcore kernel.debug /dev/mem" 88 In this mode, you need the 108 .Dl "gdb -k kernel.debug /var/crash/vmcore.29" 110 In this mode, the system is obviously stopped, so you can only look at it. [all …]
|
| /freebsd/sbin/init/ |
| H A D | init.8 | 51 and if this succeeds, begins multi-user operation. 54 commences single-user operation by giving 55 the super-user a shell on the console. 60 prevent the system from going multi-user and to instead execute 61 a single-user shell without starting the normal daemons. 63 later be made to go to multi-user by exiting the 64 single-user shell (with ^D). 70 start up command file in fastboot mode (skipping disk checks). 80 will require that the super-user password be 81 entered before the system will start a single-user shell. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,idle-state.txt | 3 ARM provides idle-state node to define the cpuidle states, as defined in [1]. 4 cpuidle-qcom is the cpuidle driver for Qualcomm SoCs and uses these idle 6 The idle states supported by the QCOM SoC are defined as - 16 trigger to execute the SPM state machine. The SPM state machine waits for the 19 the SPM state machine out of its wait, the next step is to ensure that the 22 driver and is not defined in the DT. The SPM state machine should be 34 between the time it enters idle and the next known wake up. SPC mode is used 44 code in the EL for the SoC. On SoCs with write-back L1 cache, the cache has to 47 Power Collapse: This state is similar to the SPC mode, but distinguishes 50 be flushed, system bus, clocks - lowered, and SoC main XO clock gated and [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | vm_machdep.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 55 #include <machine/cpu.h> 56 #include <machine/frame.h> 57 #include <machine/pcb.h> 58 #include <machine/sysarch.h> 73 #include <machine/md_var.h> 74 #include <machine/vfp.h> 88 * ready to run and return to user mode. 102 (td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE) - 1; in cpu_fork() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | andestech,plicsw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/andestech,plicsw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Andes machine-level software interrupt controller 12 controller (PLIC_SW). PLIC_SW directly connects to the machine-mode 13 inter-processor interrupt lines of CPUs, so RISC-V per-CPU local interrupt 15 generate machine-mode inter-processor interrupts through programming its 19 - Ben Zong-You Xie <ben717@andestech.com> 24 - enum: [all …]
|