issues
search
awarbler
/
yashd_project
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Job control
#49
awarbler
closed
5 days ago
0
corrections
#48
awarbler
closed
3 weeks ago
0
Job Control via the Socket
#47
awarbler
opened
4 weeks ago
0
Redirection Through the Socket
#46
awarbler
opened
4 weeks ago
0
Handling Piping Through the Socket
#45
awarbler
opened
4 weeks ago
0
Socket Issues
#44
awarbler
opened
4 weeks ago
0
Updating code fixing GR bugs
#43
awarbler
closed
4 weeks ago
0
I've added a few refinements to prevent race conditions and clean up after jobs
#42
awarbler
closed
4 weeks ago
1
fg and bg functions: check if there are stopped jobs and handle them correctly by sending SIGCONT.
#41
awarbler
closed
4 weeks ago
2
add_job function: should call add_job after forking the process, and set the foreground process (fg_pid) correctly.
#40
awarbler
opened
1 month ago
1
Modify the handle_pipe() function to correctly create pipes and execute both sides of the command.
#39
awarbler
closed
4 weeks ago
1
Fix: need to split the command and handle piping by creating two child processes: one for the left-hand side of the pipe (e.g., ls), and one for the right-hand side (e.g., wc), with communication via the pipe.
#38
awarbler
closed
4 weeks ago
1
Improving Error Logging
#37
awarbler
closed
4 weeks ago
1
Handling Piping (ls | wc)
#36
awarbler
opened
1 month ago
0
Segmentation Fault when redirecting output (ls > foo.txt)
#35
awarbler
closed
4 weeks ago
1
handled signals problems in server, recoded bg and fg background in s…
#34
awarbler
closed
1 month ago
0
server job control
#33
awarbler
opened
1 month ago
0
server foreground
#32
awarbler
opened
1 month ago
0
server background
#31
awarbler
opened
1 month ago
0
Check server for signal handling
#30
awarbler
opened
1 month ago
0
Client Side background foreground set up
#29
awarbler
closed
1 month ago
1
Final Testing
#28
awarbler
opened
1 month ago
0
Handle Foreground Process Group in the Shell
#27
awarbler
closed
1 month ago
1
Test Ctrl-Z (SIGTSTP)
#26
awarbler
closed
1 month ago
1
Test Ctrl-C (SIGINT)
#25
awarbler
closed
1 month ago
1
Test Signal Handling for Foreground Jobs
#24
awarbler
opened
1 month ago
1
Modify serveClient to Handle Control Signals
#23
awarbler
closed
1 month ago
1
Implement Signal Handling on the Server
#22
awarbler
closed
1 month ago
2
Modify sig_handler in the Client or confirm set up correctly
#21
awarbler
closed
1 month ago
2
Verify the Signal Setup in main
#20
awarbler
closed
1 month ago
1
Client : Confirm Set Up Signal Handlers
#19
awarbler
closed
1 month ago
3
Signal Handler
#18
awarbler
opened
1 month ago
0
edited code for redirection in exxecute command
#17
awarbler
closed
1 month ago
0
If the command is a background job, it's handled separately by checking for the & symbol.
#16
awarbler
closed
1 month ago
0
After forking a child process, apply_redirections(cmd_args) is called to apply any file redirections before execvp() is executed.
#15
awarbler
closed
1 month ago
0
Ensure Redirection is Applied in execute_command() in yashShell_helpers.c
#14
awarbler
closed
1 month ago
0
Execute Command for redirection
#13
awarbler
closed
1 month ago
0
Edited applyRedirection
#12
awarbler
closed
1 month ago
0
made changes in vscode dryrunlog deleting files not being used
#11
awarbler
closed
1 month ago
0
add tokenize in PIPing
#10
awarbler
closed
1 month ago
0
Change Debug Gabriels files
#9
awarbler
closed
1 month ago
2
Awarbler g
#8
awarbler
closed
1 month ago
0
Awarbler g
#7
awarbler
closed
1 month ago
1
Server handling CMD/CTL/Text
#6
gabriel-palacios-utexas
closed
1 month ago
0
Handling CMD/CTL/Text
#5
gabriel-palacios-utexas
closed
1 month ago
0
I had to go back and correct the code that I messed up
#4
awarbler
closed
1 month ago
0
Gabrielpalacios
#3
gabriel-palacios-utexas
closed
1 month ago
0
Logs implemented as thread
#2
gabriel-palacios-utexas
closed
1 month ago
0
Basic server + log formatted with date and time
#1
gabriel-palacios-utexas
closed
1 month ago
0