Philip Homburg
d9166df3f7
Added FS_READY (from vfsif.h), and MAPDRIVER (from RS to VFS)
2007-08-07 11:57:33 +00:00
Philip Homburg
23fd914307
New message type 9: 5 longs, 3 shorts, and 2 chars.
2007-08-07 11:56:28 +00:00
Philip Homburg
498728bdbe
New call SYS_STIME, restructured fields for SYS_TIMES, removed PM_STIME,
...
added VFS_BASE.
2007-08-07 11:55:28 +00:00
Philip Homburg
fc0d7995e9
Some parts of dmap can be private (to vfs)
2007-08-07 11:53:41 +00:00
Philip Homburg
bf6620d285
Added prototypes for sys_stime and getuptime2 (tell the kernel about the
...
boot time and return the boot time together with the uptime)
2007-08-07 11:52:15 +00:00
Philip Homburg
2a58d1dc58
Constants for symlink loops
2007-08-07 11:43:49 +00:00
Philip Homburg
1d4afb3599
Compile-time option to duplicate console output to the first serial line
2007-08-07 11:27:03 +00:00
Philip Homburg
acfaea0fa2
More space on ramdisk
2007-08-07 11:22:35 +00:00
Philip Homburg
f352a3fb15
Print the value of a capability as well.
2007-08-07 11:21:57 +00:00
Ben Gras
a80365f407
. add checks to printer driver kernel calls
...
. correct some i/o locations for printer in drivers.conf
2007-08-06 11:17:08 +00:00
Ben Gras
03446f5554
micro_delay in sysutil, used in ti1225, dp8390, fxp and
...
orinoco now. Uses a combination of tickdelay (where possible) and
calibrated busywait (where necessary).
2007-07-31 15:01:49 +00:00
Ben Gras
2dc2db4ba1
'fix' crlf style
2007-07-24 14:49:39 +00:00
Ben Gras
816f5dd550
a driver for wireless pci cards with the Prism chipset from Intersil
...
Original version, by Stevens Le Blond and Michael Valkering.
2007-07-24 14:49:09 +00:00
Ben Gras
e2932a1180
. remove small image (doesn't fit)
...
. edparams line a bit more readable
. use image built in build tree, not regular source tree
2007-07-17 14:36:42 +00:00
Ben Gras
cd4756933a
Typo reported by Johnathan Gurley.
2007-07-17 11:40:02 +00:00
Ben Gras
30ba1ec187
also allow vm_map.
2007-07-11 13:45:06 +00:00
Ben Gras
eb4609c108
Don't exit when rebooting.
2007-07-11 13:44:45 +00:00
Ben Gras
d524b0b351
Don't quit (some processes want to talk to pci at reboot time)
2007-07-11 13:44:00 +00:00
Ben Gras
ee3e40516b
. clarify panic messages in syslib about pci
...
. use ds_retrieve_u32 instead of _pm_findproc
2007-07-11 13:38:13 +00:00
Ben Gras
c829928cf1
Give arp and install the default amount of memory - otherwise they run
...
out of memory in extreme cases.
2007-07-11 13:36:31 +00:00
Ben Gras
2746a5a2a9
Reported by Erik van der Kouwe <vdkouwe at cs.vu.nl>:
...
- fprintf(stderr, "%s: reboot(): %s\n", strerror(errno));
+ fprintf(stderr, "%s: reboot(): %s\n", prog, strerror(errno));
Other minor fixes inspired by other warnings produced by gcc.
2007-07-02 11:16:27 +00:00
Ben Gras
ad93329236
Assume bios parameters are wrong/missing if any of the parameters are 0.
2007-05-30 16:13:52 +00:00
Ben Gras
ed920a691d
include 'printer' driver
2007-05-30 15:40:12 +00:00
Ben Gras
b918f61820
Boot monitor flag that enables 'sticky right-alt', permanent change
...
to col selected from the keymap untill right-alt is pressed again.
Sticky alt code and russian keymap contributed by Roman Ignatov
and Yaroslav Schekin.
2007-05-16 13:14:37 +00:00
Ben Gras
b6cd5d0351
Include fonts blobs in src repository.
2007-05-16 13:00:43 +00:00
Ben Gras
b00f287449
Restore user-owned bits from PSW after a signal handler, instead of
...
copying complete PSW after signal handler.
This fixes a psw corruption bug reported by Jens de Smit <jst260@few.vu.nl>.
2007-05-08 15:43:00 +00:00
Philip Homburg
56a68dc32b
Hack in service to use RS_START instead of RS_UP. RS reports the use of RS_UP.
2007-05-02 15:20:28 +00:00
Philip Homburg
2db15eaa80
Added fxp. rtl8139 doesn't need to be root anymore.
2007-05-02 11:40:15 +00:00
Philip Homburg
2d49b4ecb5
Use ds_retrieve_u32 to get the endpoint of inet.
2007-05-02 11:39:10 +00:00
Philip Homburg
a124958e59
Use ds_retrieve_u32 to get the endpoint of inet.
2007-05-02 11:32:22 +00:00
Philip Homburg
33d31720a5
Use ds_retrieve_u32 to get the endpoint of inet and of the ethernet drivers.
2007-05-02 11:30:16 +00:00
Philip Homburg
9852471c08
Use ds_retrieve_u32 to find the endpoint of pci.
2007-05-02 11:24:51 +00:00
Ben Gras
47c18edb26
date not built from here
2007-05-01 14:18:55 +00:00
Ben Gras
b49ba611bd
shell at least as big in 'big' as in normal
2007-05-01 14:11:10 +00:00
Philip Homburg
02a229f14d
Publish endpoints in ds.
2007-04-27 13:03:33 +00:00
Philip Homburg
93f9bb4a57
Restrict access to rs to root's processes.
2007-04-27 12:27:40 +00:00
Philip Homburg
69ca935251
getpeuid implementation. Get the uid of a process (by endpoint)
2007-04-27 12:21:06 +00:00
Ben Gras
8eb09f6ddc
. readall: use lseek64() to read more than 4GB of a device
...
. vfs: 64-bit offset support for character device i/o
(also remove unused dev_bio function)
. memory: /dev/null and /dev/zero are infinitely large, don't stop
reading/writing at 4GB
2007-04-24 13:27:33 +00:00
Ben Gras
cc7c561d41
obsolete manpages (these have become packages)
2007-04-24 13:25:57 +00:00
Philip Homburg
0dc0d3fe5b
Fixed releasing PCI resources after a driver terminates.
2007-04-24 12:55:37 +00:00
Ben Gras
ac64c1b3dc
Take out obsolete message about 4GB.
2007-04-24 12:40:25 +00:00
Ben Gras
72e6862e4e
dp8390 doesn't cope with the different semantics of the pci
...
functions.
Bug and workaround reported by "E.Agafonov" <e.a.agafonov@gmail.com>.
2007-04-24 12:29:51 +00:00
Philip Homburg
cab8f526de
Fixed some lose ends in the serial line debug dump code.
2007-04-23 15:59:16 +00:00
Philip Homburg
29f7031340
Remove KILL and VIRCOPY from drivers that don't need them. Added rtl8139.
2007-04-23 15:39:46 +00:00
Philip Homburg
50f81c4939
Ethernet driver changes for asynchronous inet.
2007-04-23 15:38:00 +00:00
Philip Homburg
bb659b1ad6
Disabled ser_putc for reporting debug internal to tty over the serial line.
...
Disabled return statement for serial debug input in the kernel.
2007-04-23 14:59:32 +00:00
Philip Homburg
a3c8619923
Added do_del_acl. More detailed debug output for the secure device capability.
2007-04-23 14:54:51 +00:00
Philip Homburg
0bd4c5ee7d
Initial convertion to asynchronous sends for communicating with ethernet
...
drivers.
2007-04-23 14:49:20 +00:00
Philip Homburg
b613f5cb4b
Report and detect exec failures using a pipe.
...
XXX Hardcoded values for s_ipc_to and s_ipc_sendrec.
2007-04-23 14:47:04 +00:00
Philip Homburg
727ce18aa8
Initialize exec_pipe.
2007-04-23 14:43:25 +00:00