a81e82b3da
Tell the kernel about the new boottime and don't tell VFS. Tell DS about all processes in the boot image. PM_STIME is removed. Diagnostic for calls to do_getprocnr (DS should be used to get endpoints).
Philip Homburg2007-08-07 12:28:42 +00:00
fd151245e9
Removed sigaction call. PM tries to talk to DS. DS should not talk to PM.
Philip Homburg2007-08-07 12:25:21 +00:00
1f04287b3f
Removed dmap table. Publish endpoint in DS before calling mapdriver5.
Philip Homburg2007-08-07 12:24:06 +00:00
6ef2e9b866
Added global variable boottime, prototype for do_stime, and table entry for SYS_STIME.
Philip Homburg2007-08-07 12:21:40 +00:00
fab77fd01f
Added do_stime.c, return boot time in do_times.c
Philip Homburg2007-08-07 12:20:31 +00:00
4d2f56daf6
Added prototype for mapdriver5 (from RS to VFS, report the name of a driver instead of its endpoint).
Philip Homburg2007-08-07 11:59:02 +00:00
bf6620d285
Added prototypes for sys_stime and getuptime2 (tell the kernel about the boot time and return the boot time together with the uptime)
Philip Homburg2007-08-07 11:52:15 +00:00
a80365f407
. add checks to printer driver kernel calls . correct some i/o locations for printer in drivers.conf
Ben Gras2007-08-06 11:17:08 +00:00
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).
Ben Gras2007-07-31 15:01:49 +00:00
816f5dd550
a driver for wireless pci cards with the Prism chipset from Intersil
Ben Gras2007-07-24 14:49:09 +00:00
e2932a1180
. remove small image (doesn't fit) . edparams line a bit more readable . use image built in build tree, not regular source tree
Ben Gras2007-07-17 14:36:42 +00:00
cd4756933a
Typo reported by Johnathan Gurley.
Ben Gras2007-07-17 11:40:02 +00:00
b648da01d7
Tag of 3.1.3a, an incremental release of 3.1.3.
Ben Gras2007-06-08 11:21:21 +00:00
818b1a2741
Disable this test - there's a bug that vfs doesn't know an updated directory size after new directory entries are added. To be fixed.
Ben Gras2007-06-07 09:59:44 +00:00
2862654b07
firstdatazone is prone to overflowing with many inodes.
Ben Gras2007-06-06 15:14:58 +00:00
1560fc9b94
Bugfix for 'mkdir x; mkdir y; mv x y'
Ben Gras2007-05-31 13:37:38 +00:00
af78f809ee
improve FS process bookkeeping; fixes bug where vfs tries to e.g. send stime messages to NONE of an unmounted filesystem.
Ben Gras2007-05-31 12:20:09 +00:00
0e44ca2b61
Hack for dhcp on 3.1.3 branch (not necessary on trunk)
Ben Gras2007-05-30 16:44:43 +00:00
2db64a7fa5
run is as root so it can retrieve its signal set
Ben Gras2007-05-30 16:41:14 +00:00
ad93329236
Assume bios parameters are wrong/missing if any of the parameters are 0.
Ben Gras2007-05-30 16:13:52 +00:00
3a3f4496d9
Assume bios parameters are wrong/missing if any of the parameters are 0.
Ben Gras2007-05-30 16:13:36 +00:00
0a9128303d
New small release of 3.1.3 branch in preparation.
Ben Gras2007-05-30 13:40:54 +00:00
b918f61820
Boot monitor flag that enables 'sticky right-alt', permanent change to col selected from the keymap untill right-alt is pressed again.
Ben Gras2007-05-16 13:14:37 +00:00
b6cd5d0351
Include fonts blobs in src repository.
Ben Gras2007-05-16 13:00:43 +00:00
b00f287449
Restore user-owned bits from PSW after a signal handler, instead of copying complete PSW after signal handler.
Ben Gras2007-05-08 15:43:00 +00:00
56a68dc32b
Hack in service to use RS_START instead of RS_UP. RS reports the use of RS_UP.
Philip Homburg2007-05-02 15:20:28 +00:00
2db15eaa80
Added fxp. rtl8139 doesn't need to be root anymore.
Philip Homburg2007-05-02 11:40:15 +00:00
2d49b4ecb5
Use ds_retrieve_u32 to get the endpoint of inet.
Philip Homburg2007-05-02 11:39:10 +00:00
a124958e59
Use ds_retrieve_u32 to get the endpoint of inet.
Philip Homburg2007-05-02 11:32:22 +00:00
33d31720a5
Use ds_retrieve_u32 to get the endpoint of inet and of the ethernet drivers.
Philip Homburg2007-05-02 11:30:16 +00:00
9852471c08
Use ds_retrieve_u32 to find the endpoint of pci.
Philip Homburg2007-05-02 11:24:51 +00:00
b49ba611bd
shell at least as big in 'big' as in normal
Ben Gras2007-05-01 14:11:10 +00:00
ccd02a6028
Backports and a fix for the 3.1.3 branch. . backports of various fixes already on the trunk . pass label of driver as argv[0], allowing the pci driver to free pci resources for it (solved differently on the trunk code), allowing pci drivers to be restarted
Ben Gras2007-05-01 13:29:50 +00:00
69ca935251
getpeuid implementation. Get the uid of a process (by endpoint)
Philip Homburg2007-04-27 12:21:06 +00:00
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
Ben Gras2007-04-24 13:27:33 +00:00
cc7c561d41
obsolete manpages (these have become packages)
Ben Gras2007-04-24 13:25:57 +00:00
0dc0d3fe5b
Fixed releasing PCI resources after a driver terminates.
Philip Homburg2007-04-24 12:55:37 +00:00
ac64c1b3dc
Take out obsolete message about 4GB.
Ben Gras2007-04-24 12:40:25 +00:00
72e6862e4e
dp8390 doesn't cope with the different semantics of the pci functions.
Ben Gras2007-04-24 12:29:51 +00:00
cab8f526de
Fixed some lose ends in the serial line debug dump code.
Philip Homburg2007-04-23 15:59:16 +00:00
29f7031340
Remove KILL and VIRCOPY from drivers that don't need them. Added rtl8139.
Philip Homburg2007-04-23 15:39:46 +00:00
50f81c4939
Ethernet driver changes for asynchronous inet.
Philip Homburg2007-04-23 15:38:00 +00:00
bb659b1ad6
Disabled ser_putc for reporting debug internal to tty over the serial line. Disabled return statement for serial debug input in the kernel.
Philip Homburg2007-04-23 14:59:32 +00:00
a3c8619923
Added do_del_acl. More detailed debug output for the secure device capability.
Philip Homburg2007-04-23 14:54:51 +00:00
0bd4c5ee7d
Initial convertion to asynchronous sends for communicating with ethernet drivers.
Philip Homburg2007-04-23 14:49:20 +00:00
b613f5cb4b
Report and detect exec failures using a pipe. XXX Hardcoded values for s_ipc_to and s_ipc_sendrec.
Philip Homburg2007-04-23 14:47:04 +00:00