Philip Homburg
acebf7b52f
Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with
...
an assembler jump to longjmp.
2006-06-07 14:38:39 +00:00
Philip Homburg
3ea083b8d4
Actually remove allocmem and freemem sources from the library.
2006-05-19 12:45:55 +00:00
Philip Homburg
e9aabcf2f8
Disabled building rescue driver (no longer needed). Moved allocmem from
...
library to the memory driver. Always put output from within TTY directly on
the console. Removed second include of driver.h from tty.c. Made tty_inrepcode
bigger. First step to move PM and FS calls that are not regular (API)
system calls out of callnr.h (renumbered them, and removed them from the
table.c files). Imported the Minix-vmd uname implementation. This provides
a more stable ABI than the current implementation. Added a bit of security
checking. Unfortunately not nearly enough to get a secure system. Fixed a
bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
2006-05-19 12:19:37 +00:00
Philip Homburg
71917d6383
Changes for restarting disk drivers and new interface between PM and FS.
2006-05-11 14:47:31 +00:00
Ben Gras
461a4fafb1
Added fchmod() and fchown()
2006-04-18 11:26:04 +00:00
Ben Gras
3172b4d0ad
Patches by Jeff Bailey for posixifications.
2006-04-09 23:16:13 +00:00
Ben Gras
23f881aa29
Hack to mask 1586 ('extended family') as 686
2006-04-05 20:57:18 +00:00
Ben Gras
7d0b64505a
Added getifaddrs()
2006-04-03 15:03:43 +00:00
Ben Gras
d464faf987
updated syslog(), added setenv()
2006-04-03 15:03:07 +00:00
Philip Homburg
846ae81717
Fix for 'pci: mem_top too low' panic. Removed 'pci_next_dev: got nothing'
...
message.
2006-04-03 12:12:04 +00:00
Ben Gras
9e2ee91082
Don't close the master fd before returning if slave opens ok
2006-03-27 11:08:53 +00:00
Ben Gras
894fa0520e
getsockname() reported local port and remote address - changed to local address.
2006-03-27 11:07:06 +00:00
Ben Gras
7b58dd7f9b
Renamed findproc() to _pm_findproc() to reduce polluting of application
...
namespace.
2006-03-25 04:49:04 +00:00
Philip Homburg
e6dbd5cabf
Added SO_ERROR support for tcp sockets.
2006-03-24 14:07:42 +00:00
Ben Gras
65723cba53
Fix compiler warnings for pax
2006-03-24 14:03:25 +00:00
Ben Gras
0bcb14b384
_SC_PAGESIZE sysconf() support
2006-03-23 11:05:15 +00:00
Philip Homburg
36e8c1a185
Added assert to syslib. Moved panic from sysutil to syslib for assert.
...
Panic now tries sys_kill with SIGKILL first.
2006-03-15 12:06:18 +00:00
Jorrit Herder
376d8485d8
*** empty log message ***
2006-03-10 16:20:24 +00:00
Jorrit Herder
453beb04ad
Library progress
2006-03-10 16:16:21 +00:00
Ben Gras
5d7f5fccf5
. rename message fields to endpoint variants
...
. remove or optionalify some pci debugging stuff
2006-03-03 09:44:55 +00:00
Philip Homburg
b13e39ed1b
Conditional compilation for SIGIOT and SIGEMT.
2006-02-17 14:12:47 +00:00
Philip Homburg
1991246020
Socket options SO_RCVBUF, SO_SNDBUF, and TCP_NODELAY.
2006-02-17 13:45:41 +00:00
Philip Homburg
38804a964b
More error texts.
2006-02-17 13:44:48 +00:00
Ben Gras
30f7f852ba
Really disable debug
2006-02-15 14:22:40 +00:00
Philip Homburg
7034c0795d
Moved PCI driver to the ramdisk.
2006-02-15 14:21:56 +00:00
Ben Gras
1116853ae9
Turn off debug in getsockname.c
...
allow NULL for setgroups argument
2006-02-15 14:16:06 +00:00
Ben Gras
39816868de
Make initgroups() fail if user has any supplemental groups.
2006-02-13 15:06:01 +00:00
Ben Gras
5911460ce5
Fake setgroups() and initgroups() implementation.
2006-02-13 15:00:49 +00:00
Ben Gras
a3bda44a41
. use proper S_ISFIFO for ISFIFO check
...
. ignore ESPIPE error from lseek() in fflush() on read streams
(because fifo's aren't detected when stdin, stdout or stderr)
2006-02-02 16:59:07 +00:00
Philip Homburg
8ec6f7af83
Make sys_privctl make the prototype.
2006-01-27 14:14:13 +00:00
Ben Gras
7392c839e0
fts import from freebsd
...
re-activated fchdir()
2006-01-27 14:01:36 +00:00
Philip Homburg
4a713d8b6d
Added sys_privctl.c.
2006-01-27 12:54:47 +00:00
Ben Gras
030c1c2560
fchdir() fix
2006-01-20 12:49:24 +00:00
Ben Gras
36f91229ea
Re-enable fchdir()
2006-01-20 12:44:16 +00:00
Ben Gras
a85797f486
Make error message conditional
2006-01-18 09:47:22 +00:00
Ben Gras
f4c085d3cc
Added pci files.
2006-01-17 10:49:30 +00:00
Ben Gras
0e9a5612d7
Throw away unused dirs, generated Makefiles.
...
Moved some calls back.
2006-01-17 10:36:53 +00:00
Ben Gras
591e943779
Makefiles of Joren's new library build system.
2006-01-16 15:47:30 +00:00
Ben Gras
34d445c0af
Joren's new library make system (minus Makefiles)
2006-01-16 15:44:55 +00:00
Philip Homburg
f18faca855
Added pci_init1.c, pci_attr_r16.c, pci_attr_w8.c, pci_attr_w16.c,
...
and pci_rescan_bus.c
2006-01-12 14:37:37 +00:00
Ben Gras
50b06261b6
Implementation of truncate(), ftruncate() and the F_FREESP fcntl().
...
Implemented by changing write_map to accept a WMAP_FREE flag. In that
case, it doesn't update the datablock (creating indirect zones as
necessary) pointer, but it frees the datablock if present. Also it
frees the single and double indirect blocks if unused.
This makes the implementation of truncate_inode() simpler.
truncate_inode() now accepts a truncation length which makes
implementing truncate() and ftruncate() simple.
This also allowed implementing the F_FREESP fcntl().
2006-01-11 17:14:51 +00:00
Ben Gras
ffe192724e
Added truncate() and ftruncate() library calls (no FS support yet).
...
Added ELOOP message to errlist.
2005-12-20 14:18:16 +00:00
Ben Gras
f6e5052597
seteuid() and setegid()
2005-12-13 09:48:29 +00:00
Philip Homburg
3dd0a97049
Stubs for accessing the PCI driver
2005-12-02 14:41:46 +00:00
Ben Gras
282e2f8e78
getloadavg() interface
2005-11-14 15:48:12 +00:00
Philip Homburg
233c092280
Resurrected sys_eniop.
2005-11-09 17:14:14 +00:00
Philip Homburg
6d02d10805
Added getprotobyname.
2005-11-09 15:42:38 +00:00
Philip Homburg
7394f38ed7
Added paramvalue to the library.
2005-11-08 13:59:27 +00:00
Ben Gras
c6412ae342
"forward compatible" hack for lstat() - make new binaries work on old
...
systems
2005-11-07 13:15:09 +00:00
Philip Homburg
ee80996c9a
_sigsetjmp was missing.
2005-11-04 17:05:28 +00:00