Commit Graph

143682 Commits

Author SHA1 Message Date
martin 73bd099735 Protect parts inside #ifdef _LKM that are only supposed to be there
when building an LKM.
2006-02-13 14:25:05 +00:00
christos 10f8fe2052 PR/32817: Magnus Svensson: write_history and read_history returncode is not
readline compatible.
2006-02-13 14:12:04 +00:00
hamajima 9290fbe544 identify model from DeviceCfg register, and delete "options ARMADILLO210".
get DRAM information and boot argument from bootloader.
2006-02-13 12:24:21 +00:00
hamajima cff2b34165 add SYSCON DeviceCfg register. 2006-02-13 12:13:20 +00:00
gdamore 7d9a6498cf Do not reset GPIO2 block -- causes PCI reset. 2006-02-13 04:30:47 +00:00
gdamore de65dd41eb Add rgephy for RealTek GigE 2006-02-13 04:30:12 +00:00
gdamore 8ea5188929 Added board support for hard-reset (reboot) and power off. 2006-02-13 02:37:05 +00:00
gdamore 2bc42dde61 GPIO support for all supported Alchemy parts. 2006-02-13 00:09:15 +00:00
peter 57be7a5a81 Fix a typo, use uintN_t, use assigned variables, add newline to a printf. 2006-02-12 23:19:14 +00:00
macallan 503ed99804 add vcons.9 2006-02-12 23:16:03 +00:00
macallan 1f4c33f072 crude attempt on a man page for the generic virtual consoles framework 2006-02-12 23:06:42 +00:00
dsl 9f26f448bf Need to read and swap cpustats separately from the dkstats.
I wonder how many more programs use the code in vmstat/dkstats.c
2006-02-12 22:11:54 +00:00
macallan 53b4acd93d Add support for colour and virtual consoles 2006-02-12 21:00:46 +00:00
macallan 569533352e framework for generic virtual consoles 2006-02-12 20:55:35 +00:00
gdamore 1388c544a6 Add GPIO driver, and GPIO access functions for other subsystems. 2006-02-12 20:49:34 +00:00
tron cbb0e8c88b Share Intel hardware random number generator support between amd64 and
i386 port. This will benefit EM64T systems using Intel i9xx chipsets.
2006-02-12 18:16:01 +00:00
tron 699ad05e6e Remove created file groff_mom(7) in "cleandir" target. 2006-02-12 18:11:54 +00:00
gdamore bea21c55c8 Added a HISTORY section. 2006-02-12 16:42:32 +00:00
tron bc6a85f1e9 Add hardware RNG support for Intel i925X chipset. 2006-02-12 16:37:31 +00:00
tron 7e0f377097 Regen. 2006-02-12 16:36:58 +00:00
tron 50e5429967 Fix inconsistencies in names for components for recent Intel chipsets. 2006-02-12 16:35:20 +00:00
christos fd2c82a86e Partial rl_getc_function support from Jess Thrysoee. 2006-02-12 16:15:07 +00:00
agc e1b73336e6 Discovery masking has been implemented 2006-02-12 15:53:34 +00:00
agc 9a2c5d1a2e Sync the manual page with reality after adding the netmask functionality 2006-02-12 15:48:17 +00:00
agc d728d0329e Pick up the netmask functionality. 2006-02-12 15:38:34 +00:00
agc ba1e98d16d Check that the initiator address is allowed to discover targets.
Log a LOG_INFO error if an initiator attempts to discover targets it
shouldn't be.
2006-02-12 15:36:54 +00:00
agc 890f7ccd9f minor cleanup - no functional change. 2006-02-12 15:35:00 +00:00
agc a31b31cf51 keep a reference to the device target information in the globals structure 2006-02-12 15:34:29 +00:00
agc e48ae9ed1d use a proper prototype for allow_netmask 2006-02-12 15:33:26 +00:00
agc cfc7ed417d Add functionality for matching netmasks with addresses 2006-02-12 14:49:40 +00:00
agc a0d5cb1f08 make this conform to latest sources 2006-02-12 14:48:49 +00:00
tron 0b49145263 Add hardware RNG support for Intel i945G/P and i955X chipsets. 2006-02-12 12:03:55 +00:00
tron 3ab60a2c88 Regen. 2006-02-12 11:54:00 +00:00
tron c72bdde37c Correct cut and paste error in last change. 2006-02-12 11:53:26 +00:00
tron 48465288bd Regen. 2006-02-12 11:51:23 +00:00
tron 4b13e8432a Add entries for Intel i955X chipset. 2006-02-12 11:51:07 +00:00
yamt 9f9e6a32dd - do PTHREAD_MLOCK_KLUDGE in pthread__stackid_setup, rather than callers,
so that the main thread is not different from others.
  as a side effect, fix memory leak in pthread_create on error.
- make pthread__stackid_setup return a error rather than calling err(2).
2006-02-12 11:41:53 +00:00
yamt 16b7c5d1dd print a header on each outputs if and only if the output has 2 or more lines. 2006-02-12 11:23:31 +00:00
bjh21 24b46da494 Make Econet code compile again. 2006-02-12 10:32:46 +00:00
bjh21 22ce92c5a5 Make this compile again (change of signature for arcppopen() and arcppclose()). 2006-02-12 10:30:30 +00:00
yamt 62eb3a15e1 factor out swap clustering code. 2006-02-12 09:19:59 +00:00
yamt 2a89e06daa uvm_pageunwire: use uvm_pageactivate rather than a copy. 2006-02-12 09:19:27 +00:00
riz 3c535000dc Add linux32_machdep.h . 2006-02-12 07:14:34 +00:00
gdamore cf9fe31b7c Consistency wrt phys physical and KSEG1 addresses. 2006-02-12 06:43:03 +00:00
dogcow b3d46538fd add VFS_MAGICLINKS so things compile again. 2006-02-12 06:18:25 +00:00
uwe 2e71b70d1f While here, use uintN_t. 2006-02-12 02:30:55 +00:00
uwe c6474efc78 Revert changes made in 1.10. They should not be necessary (we are
doing a single word store).  I've been running my Jornada without them
for a very long time, but got no word from dreamcast folks.  Thanks to
Nick Hudson for testing it on dreamcast finally.
2006-02-12 02:23:03 +00:00
chs 899d1b31b2 convert "magiclinks" from a per-fs mount option to a system-wide sysctl.
as discussed on tech-kern quite some time ago.
2006-02-12 01:32:06 +00:00
wiz c11d7dc6e6 re-add elvis_syntax, lost in 1.2; spaces -> tab while here. 2006-02-12 01:18:05 +00:00
chs 90eb347e9c increase NKMEMPAGES_MAX_DEFAULT to 1 GB.
this allows lots more memory to be used for amaps, etc.
2006-02-12 01:12:48 +00:00