Kevin Lange
|
b2652c7bd1
|
more precached dns entries
|
2015-08-12 17:01:46 -07:00 |
|
Kevin Lange
|
dbce9669e7
|
Fix -Wparentheses warning in net.ko
|
2015-08-11 18:53:54 -07:00 |
|
Kevin Lange
|
1def54144f
|
add forum.osdev.org to dns precache
|
2015-08-07 16:45:10 -07:00 |
|
Kevin Lange
|
8bdd5a9629
|
Support ports in netfs
|
2015-08-07 16:33:42 -07:00 |
|
Kevin Lange
|
cf26e36e95
|
Fix same math error from ext2, now in tmpfs
|
2015-08-06 19:07:30 -07:00 |
|
Kevin Lange
|
49a4251830
|
Add some yelp sites to the initial dns cache
|
2015-08-06 15:01:11 -07:00 |
|
Kevin Lange
|
19a35b3c8e
|
Cleanup fetch, net_recv
|
2015-08-05 20:03:44 -07:00 |
|
Kevin Lange
|
5df1b59dc2
|
add www.toaruos.org to dns cache
|
2015-08-03 22:24:09 -07:00 |
|
Kevin Lange
|
ea5ea6ec2e
|
Hacky method of tracking disconnects so we can EOF
|
2015-08-03 21:54:55 -07:00 |
|
Kevin Lange
|
beb16ef483
|
Fix warnings
|
2015-08-03 20:57:50 -07:00 |
|
Kevin Lange
|
0ca02a4bcf
|
take arguments for irc module
|
2015-07-31 14:00:25 -07:00 |
|
Kevin Lange
|
1c9819eccc
|
the dumbest fetch ever
|
2015-07-31 13:31:53 -07:00 |
|
Kevin Lange
|
80db426066
|
uh, debug logging instead of tty outputs
|
2015-07-31 12:51:34 -07:00 |
|
Kevin Lange
|
9ff190a819
|
Merge branch 'strawberry-dev' of git.yelpcorp.com:hackathon/toaruos into strawberry-dev
|
2015-07-31 12:47:32 -07:00 |
|
Matt White
|
05c27d2d7f
|
Send ACK after receiving data
|
2015-07-31 12:46:57 -07:00 |
|
Kevin Lange
|
2462d520a0
|
lol rtl_netd is redundant
|
2015-07-31 12:39:13 -07:00 |
|
Kevin Lange
|
53882361fc
|
Merge branch 'strawberry-dev' of git.yelpcorp.com:hackathon/toaruos into strawberry-dev
|
2015-07-31 10:58:58 -07:00 |
|
Kevin Lange
|
2c39d17b9e
|
various irc cleanups
|
2015-07-31 10:58:56 -07:00 |
|
Matt White
|
a27d971fef
|
No longer place TCP ACKs with no payload in receive queue
|
2015-07-31 10:57:51 -07:00 |
|
Matt White
|
18ea7c5180
|
Fixed issue with comparing wrong seq/acks
|
2015-07-31 10:01:22 -07:00 |
|
Matt White
|
f1b54be884
|
Merge branch 'strawberry-dev' of git.yelpcorp.com:hackathon/toaruos into strawberry-dev
Conflicts:
modules/net.c
|
2015-07-31 09:52:02 -07:00 |
|
Kevin Lange
|
93549c53f6
|
hacked-together irc stuff
|
2015-07-31 09:30:20 -07:00 |
|
Matt White
|
4857ef6d3b
|
Fixed error
|
2015-07-31 09:16:31 -07:00 |
|
Matt White
|
5a8c1ad963
|
Better seq/ack support
|
2015-07-31 09:14:32 -07:00 |
|
Matt White
|
e4c15ecb44
|
Merge branch 'strawberry-dev' of git.yelpcorp.com:hackathon/toaruos into strawberry-dev
|
2015-07-31 00:41:54 -07:00 |
|
Matt White
|
46345f9c29
|
Rudimentary support for multiple connections. Seq/Acks are probably not great
|
2015-07-31 00:41:35 -07:00 |
|
Kevin Lange
|
fd5e7b48b9
|
Rip IRC bits out of rtl
|
2015-07-30 22:50:29 -07:00 |
|
Matt White
|
4547929321
|
Can successfully send valid SYN packet
|
2015-07-30 22:40:21 -07:00 |
|
Matt White
|
f34285a3de
|
Removed bit fields and change to doing some bit math to remove compiler warnings
|
2015-07-30 17:02:14 -07:00 |
|
Matt White
|
de43948e73
|
Fix wrong struct name
|
2015-07-30 16:54:07 -07:00 |
|
Matt White
|
19c5b581ab
|
Remove dependency of net module on rtl module
|
2015-07-30 16:46:08 -07:00 |
|
Matt White
|
3447ffcb03
|
Super basic outline of separating network stuff from rtl module into net module
|
2015-07-30 15:48:31 -07:00 |
|
Kevin Lange
|
7a475f0223
|
Fix some critically bad math in ext2
|
2015-07-26 15:27:02 -07:00 |
|
Kevin Lange
|
c6effc522f
|
Fix type of read_size
|
2015-06-22 22:05:54 -07:00 |
|
gerow
|
753275f161
|
Fixed one byte buffer overrun
This occurs when reading symlinks that are bigger than the buffer provided.
|
2015-06-20 11:05:18 -04:00 |
|
gerow
|
5aa6067f8c
|
Fixed ext2 handling of symlinks near size 60
|
2015-06-19 21:30:41 -04:00 |
|
Kevin Lange
|
20367b15f9
|
Fixups for merging symlinks
|
2015-06-10 20:59:27 -07:00 |
|
Mike Gerow
|
a7f27a604d
|
Cleaned up debug_print calls
|
2015-06-05 00:38:13 -07:00 |
|
Mike Gerow
|
84846c6dac
|
Added symlink support to ext2 module
|
2015-06-03 19:08:38 -07:00 |
|
Kevin Lange
|
9e2721eef0
|
Support disabling the disk cache for ext2
|
2015-06-02 21:30:06 -07:00 |
|
Kevin Lange
|
7f07d7403e
|
Fix very broken comparisons
|
2015-06-02 21:29:28 -07:00 |
|
Kevin Lange
|
4ad98421ba
|
Be more efficient with ext2 block cache
|
2015-06-02 19:36:32 -07:00 |
|
Kevin Lange
|
ba3f169e1d
|
Silly hack to get debug shell around ioctl pointer validation
|
2015-06-02 19:09:48 -07:00 |
|
Kevin Lange
|
c6e5e9f84f
|
Fix error handling bugs in ps2mouse
|
2015-06-01 20:55:19 -07:00 |
|
Kevin Lange
|
20c9535d29
|
Clean up termemu and add a new kernel vga logging mechanism
|
2015-06-01 00:20:02 -07:00 |
|
Kevin Lange
|
badc2f375c
|
Accept SATA-on-IDE-controller as equivalent to PATA.
|
2015-05-26 11:13:25 -07:00 |
|
Kevin Lange
|
25807666f9
|
Merge branch 'strawberry-dev' of https://github.com/graphitemaster/toaruos into graphitemaster-strawberry-dev
|
2015-05-21 14:33:22 -07:00 |
|
Kevin Lange
|
b53f123948
|
This is a bad idea and you should never use this.
|
2015-05-21 14:23:18 -07:00 |
|
Dale Weiler
|
0dbd5ab089
|
Cleanup and improve spin lock code
|
2015-05-21 04:28:14 -04:00 |
|
Dale Weiler
|
cb0e217c31
|
Cleaned up, optimized and rewrote crucial parts of libc for the kernel, fixed a few bugs as well.
|
2015-05-21 03:12:09 -04:00 |
|