CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 12:49:20 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/ksh93/ksh.git
etag: W/"118a22baf6db396260f2f78d00c9d76a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=EoXitp6V0nVZEcDM6HZtw2nQeHi%2F3ZscASRayfVmCSEPdUHo%2FkkpxSrhnpp95ipPVHnl3IEOQL6NuYdGCP4V%2FzBldI8AZibtcA8NmsPQ2wb3yzLljL4bNXKTiWpdRrKakzgr2iFqt5bU%2FsywSWekNXRVyg6nf4d37F3iF%2FS%2FDhmhqoZsyz4gnqKLWG0T4afTsIZQ7UxnnoNb8ov9wyHN6XWZvPygNwDU2dvj97N%2BGi%2B0IvFMePgqrosPLpOVRv68d2tAJP34s%2BoSav6Fy0lF5A%3D%3D--J40EmSR62jkiPVML--AJCximj%2F4hW8kLn4VaUslw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1784005635.1753966159; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 12:49:19 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 12:49:19 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A6CA:1E01C6:A6AD2C:C5AC23:688B664F
pty: more tweaks (re: 206bba4f, 5a2e7dae) · ksh93/ksh@a5c53a5 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit a5c53a5
committed
src/cmd/builtin/pty.c:
- Add missing #include <signal.h>.
- No need to limit SIGTTOU handling to Linux only -- it is POSIX
compliant. Change #ifdef __linux__ to #ifdef SIGTTOU.
- The ECHOKE flag is not POSIX, so protect it with an #ifdef.
- s/slave/minion/g because minions are way more fun.
1 parent 206bba4 commit a5c53a5Copy full SHA for a5c53a5
File tree
Expand file treeCollapse file tree
1 file changed
+34
-36
lines changedFilter options
- src/cmd/builtin
Expand file treeCollapse file tree
1 file changed
+34
-36
lines changed+34-36Lines changed: 34 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
| |||
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
126 |
| - | |
| 127 | + | |
127 | 128 |
| |
128 | 129 |
| |
129 | 130 |
| |
| |||
175 | 176 |
| |
176 | 177 |
| |
177 | 178 |
| |
178 |
| - | |
| 179 | + | |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
184 | 185 |
| |
185 |
| - | |
| 186 | + | |
186 | 187 |
| |
187 | 188 |
| |
188 | 189 |
| |
| |||
193 | 194 |
| |
194 | 195 |
| |
195 | 196 |
| |
196 |
| - | |
| 197 | + | |
197 | 198 |
| |
198 |
| - | |
| 199 | + | |
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
205 |
| - | |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
210 | 211 |
| |
211 |
| - | |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
| |||
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
223 |
| - | |
| 224 | + | |
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 | 230 |
| |
235 | 231 |
| |
236 | 232 |
| |
| |||
246 | 242 |
| |
247 | 243 |
| |
248 | 244 |
| |
249 |
| - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
250 | 249 |
| |
251 | 250 |
| |
252 | 251 |
| |
253 | 252 |
| |
254 |
| - | |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
| |||
287 | 285 |
| |
288 | 286 |
| |
289 | 287 |
| |
290 |
| - | |
| 288 | + | |
291 | 289 |
| |
292 | 290 |
| |
293 | 291 |
| |
| |||
299 | 297 |
| |
300 | 298 |
| |
301 | 299 |
| |
302 |
| - | |
| 300 | + | |
303 | 301 |
| |
304 | 302 |
| |
305 | 303 |
| |
306 | 304 |
| |
307 | 305 |
| |
308 |
| - | |
| 306 | + | |
309 | 307 |
| |
310 | 308 |
| |
311 | 309 |
| |
312 |
| - | |
| 310 | + | |
313 | 311 |
| |
314 |
| - | |
| 312 | + | |
315 | 313 |
| |
316 | 314 |
| |
317 | 315 |
| |
318 | 316 |
| |
319 | 317 |
| |
320 |
| - | |
| 318 | + | |
321 | 319 |
| |
322 | 320 |
| |
323 |
| - | |
| 321 | + | |
324 | 322 |
| |
325 | 323 |
| |
326 | 324 |
| |
327 | 325 |
| |
328 |
| - | |
| 326 | + | |
329 | 327 |
| |
330 |
| - | |
| 328 | + | |
331 | 329 |
| |
332 | 330 |
| |
333 | 331 |
| |
334 | 332 |
| |
335 | 333 |
| |
336 | 334 |
| |
337 | 335 |
| |
338 |
| - | |
| 336 | + | |
339 | 337 |
| |
340 | 338 |
| |
341 | 339 |
| |
342 | 340 |
| |
343 | 341 |
| |
344 |
| - | |
| 342 | + | |
345 | 343 |
| |
346 | 344 |
| |
347 | 345 |
| |
348 | 346 |
| |
349 |
| - | |
350 |
| - | |
351 |
| - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
352 | 350 |
| |
353 | 351 |
| |
354 | 352 |
| |
| |||
1006 | 1004 |
| |
1007 | 1005 |
| |
1008 | 1006 |
| |
1009 |
| - | |
| 1007 | + | |
1010 | 1008 |
| |
1011 | 1009 |
| |
1012 | 1010 |
| |
| |||
1065 | 1063 |
| |
1066 | 1064 |
| |
1067 | 1065 |
| |
1068 |
| - | |
| 1066 | + | |
1069 | 1067 |
| |
1070 | 1068 |
| |
1071 | 1069 |
| |
| |||
1082 | 1080 |
| |
1083 | 1081 |
| |
1084 | 1082 |
| |
1085 |
| - | |
| 1083 | + | |
1086 | 1084 |
| |
1087 | 1085 |
| |
1088 | 1086 |
| |
| |||
1097 | 1095 |
| |
1098 | 1096 |
| |
1099 | 1097 |
| |
1100 |
| - | |
| 1098 | + | |
1101 | 1099 |
| |
1102 |
| - | |
| 1100 | + | |
1103 | 1101 |
| |
1104 | 1102 |
| |
1105 | 1103 |
| |
| |||
1116 | 1114 |
| |
1117 | 1115 |
| |
1118 | 1116 |
| |
1119 |
| - | |
| 1117 | + | |
1120 | 1118 |
| |
1121 | 1119 |
| |
1122 | 1120 |
| |
1123 |
| - | |
| 1121 | + | |
1124 | 1122 |
|
You can’t perform that action at this time.
0 commit comments