Andreas Kling
|
d3bd3791cb
|
Minor fixes in getgrent() and getpwent() function families.
|
2018-11-07 00:33:10 +01:00 |
|
Andreas Kling
|
9da4864a9a
|
Oops, fix null termination bug in getpwent().
|
2018-11-01 16:22:28 +01:00 |
|
Andreas Kling
|
8f6998c902
|
Add SpinLock to IDE disk access.
This forces serialization of accesses. This driver needs to be redesigned.
|
2018-10-31 21:33:27 +01:00 |
|
Andreas Kling
|
dec5683e9c
|
Snazz up the kprintf() output a bit by giving it its own color.
|
2018-10-31 20:14:23 +01:00 |
|
Andreas Kling
|
9886b27d9c
|
Add getpwent() family of functions to LibC.
Also add a little /etc/passwd database. There's just me in there.
|
2018-10-31 19:54:25 +01:00 |
|