lukem
f1e776b86c
minor cleanup. add note to why syslogd is here (a la note in ppp)
2001-04-26 03:54:38 +00:00
ross
18274acbcd
Delete the trapb ops bracketing mf_fpcr, they aren't needed.
...
Change the trapb ops bracketing mt_fpcr to excb ops.
2001-04-26 03:23:18 +00:00
ross
0c3b624af9
Complete rewrite. Call the new sysarch(ALPHA_FPGETSTICKY, ...).
2001-04-26 03:21:39 +00:00
ross
91a26b1052
remove the trapb ops bracketing mf_fpcr, in this one case they aren't needed
2001-04-26 03:19:10 +00:00
ross
885770193a
minor cleanup
2001-04-26 03:16:58 +00:00
ross
2df695b1e4
o IEEE 754 floating-point completion code.
...
o Implement the architected FP_C "Floating Point Control Quadword"
2001-04-26 03:10:44 +00:00
garbled
8032753ad3
Add sushi/system/sysctl to this file.
2001-04-26 02:53:46 +00:00
garbled
3eec81574d
Add the sushi/system/sysctl form.
2001-04-26 02:48:21 +00:00
garbled
90913cfc01
Add the sysctl form to the system menu. This will allow users to both set
...
sysctl's interactively, and save them in /etc/sysctl.conf.
2001-04-26 02:44:46 +00:00
garbled
9b38738db9
Add all the mtree lines for the sushi procs menu. ::whine:: I hate this
...
file.
2001-04-26 02:37:59 +00:00
garbled
5f3c1c7226
Forgot a directory, "procs"
2001-04-26 02:32:45 +00:00
garbled
972324bbb3
Add the procs tree to sushi, and fix some brain damage from my addition of
...
the network tree last night.
2001-04-26 02:31:35 +00:00
garbled
221495cc86
Add the entire "processes" menu. This will allow
...
starting/stopping/showing/restarting of things in /etc/rc.d. Also add a
few quick top(1)-like utilties just to round the menu off.
2001-04-26 02:26:16 +00:00
simonb
8b33f6cba9
Fix typos in an (unused) function return type.
2001-04-26 01:00:30 +00:00
lukem
9cd5a025fe
Use /dev/dtyXX instead of /dev/ttyXX, and other cleanups.
...
Heavily inspired by PR 12749 from Scott Telford.
2001-04-25 23:46:12 +00:00
lukem
e595ebd705
be consistent with other scripts when temporarily setting umask to 022
2001-04-25 23:27:37 +00:00
lukem
f08a3bbdf1
wrap file creation operation in: ( umask 022 ; <command...> )
2001-04-25 23:23:37 +00:00
lukem
d2c3bd6a11
- create the default accounting file with a umask of 022.
...
- set and use $accounting_command (/usr/sbin/accton) and
$accounting_file (/var/account/acct)
- fix spelo in message
2001-04-25 23:20:15 +00:00
lukem
18a7a9feca
set the umask to 022 (remembering the previous setting) for ssh_keygen()
2001-04-25 23:18:50 +00:00
wiz
4745f14f24
Remove /usr/include/dev/microcode, since it's empty now.
2001-04-25 22:37:02 +00:00
wiz
4f29714248
Update and add some Austrian prefixes.
2001-04-25 22:35:47 +00:00
kleink
fcdc363909
Add links for getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3)
...
and putchar_unlocked(3).
2001-04-25 22:19:13 +00:00
kleink
6213f73707
Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) and
...
putchar_unlocked(3); fixes PR lib/11340.
2001-04-25 22:06:53 +00:00
kleink
38ba8564f5
Add esm.
2001-04-25 18:32:10 +00:00
garbled
698e76a512
Fix a bunch of makefiles that prove that I cannot count the right number of
...
..'s
2001-04-25 18:32:01 +00:00
thorpej
93b0af8f60
pmap_resident_count() always exists. Besides, returning the
...
value of vm_rssize is pointless -- it is never initialized to
anything other than 0.
2001-04-25 18:09:52 +00:00
thorpej
a60e816e7a
Provide a pmap_resident_count() that simply expands to 0.
2001-04-25 18:03:19 +00:00
thorpej
4717bdf66e
Remove some redundant definitions (they're already in <mips/pmap.h>).
2001-04-25 17:54:07 +00:00
bouyer
937a7a3ed9
Pull up the thorpej_scsipi branch to main branch.
...
This is a completely rewritten scsipi_xfer execution engine, and the
associated changes to HBA drivers. Overview of changes & features:
- All xfers are queued in the mid-layer, rather than doing so in an
ad-hoc fashion in individual adapter drivers.
- Adapter/channel resource management in the mid-layer, avoids even trying
to start running an xfer if the adapter/channel doesn't have the resources.
- Better communication between the mid-layer and the adapters.
- Asynchronous event notification mechanism from adapter to mid-layer and
peripherals.
- Better peripheral queue management: freeze/thaw, sorted requeueing during
recovery, etc.
- Clean separation of peripherals, adapters, and adapter channels (no more
scsipi_link).
- Kernel thread for each scsipi_channel makes error recovery much easier
(no more dealing with interrupt context when recovering from an error).
- Mid-layer support for tagged queueing: commands can have the tag type
set explicitly, tag IDs are allocated in the mid-layer (thus eliminating
the need to use buggy tag ID allocation schemes in many adapter drivers).
- support for QUEUE FULL and CHECK CONDITION status in mid-layer; the command
will be requeued, or a REQUEST SENSE will be sent as appropriate.
Just before the merge syssrc has been tagged with thorpej_scsipi_beforemerge
2001-04-25 17:53:04 +00:00
thorpej
fe664428c8
Garbage-collect pmap_page_index().
2001-04-25 17:35:00 +00:00
cjones
875a9af487
Add references for mount(8), mount_filecore(8), mount_ntfs(8), and
...
mount_overlay(8).
2001-04-25 16:34:46 +00:00
bjh21
90dfa8d8ff
Undo my accidental revival of pmap_kenter_pgs().
2001-04-25 16:30:03 +00:00
thorpej
d7e12660a3
Work around the problem that causes kern/12554. Basically,
...
there are some pathological cases that cause pmap_page_protect()
to be called on a wired page to revoke all mappings. We
need to skip mappings that are actually wired to prevent Bad
things from happening later.
THIS IS JUST A WORK-AROUND. We need to prevent the pathological
behavior from happening in UVM to begin with. But it's unclear
what the right solution is there, right now.
2001-04-25 16:18:24 +00:00
thorpej
773ed79e5b
Add a comment describing a problem.
2001-04-25 14:59:44 +00:00
bjh21
7cf0a5e592
Arrange the "unamanaged" pages (entered through pmap_kenter_pa()) are tracked
...
and ignored as necessary.
2001-04-25 14:42:31 +00:00
lukem
5d63f9209b
store path to ldconfig in a variable and reference that
2001-04-25 13:00:17 +00:00
lukem
3909ce4551
setup tty[p-uw-zP-T]? (kern.maxpty default = 256) instead of just tty[p-s]?.
...
on platforms which don't reserve ttyv? for console on ttyv0, set up ttyv?
2001-04-25 12:59:16 +00:00
kleink
72eb13ae2a
Tyop poleece.
2001-04-25 12:38:20 +00:00
kleink
63ccd3db5b
Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.
2001-04-25 12:24:50 +00:00
kleink
e7e729ef95
ElfNN_RelA -> ElfNN_Rela, which I missed in the Great Renaming;
...
noticed by Juan Jose Garcia-Ripoll in PR standards/12274.
2001-04-25 12:18:48 +00:00
bjh21
5a25454f00
Fix typo: maching -> machine
2001-04-25 12:05:24 +00:00
jdolecek
a0cf66443f
change comment for accouting; /var/account/acct is not needed to be created
...
manually any more
2001-04-25 11:50:56 +00:00
jdolecek
b0cda2cf0b
If the accouting file doesn't exist, create it if possible.
...
Addresses misc/12735 by Robert Elz.
2001-04-25 11:48:22 +00:00
itojun
4db33fdf62
avoid null pointer deref. sync with kame.
2001-04-25 11:25:51 +00:00
tron
1b0bc07d26
Add placeholder for missing "Makefile.inc".
2001-04-25 10:31:30 +00:00
haya
94e69e110f
Initialise all function's latency timer and cacheline size.
2001-04-25 09:29:36 +00:00
haya
3d8f9a4f4f
Set function-in-use flag before calling power control function in
...
order to prevent turn on power twice. This change does not prevent
power-off/power-on conflicts.
2001-04-25 09:20:32 +00:00
mjl
6dd766a2b6
Fix typo and missing word. PR/12744 by Gael Queri.
2001-04-25 08:53:31 +00:00
garbled
021ccd864a
Oops.. fix the makefile to decend down the networking tree.
2001-04-25 04:05:04 +00:00
garbled
33208b1563
Add the whole sushi networking menutree kit and caboodle.
2001-04-25 04:02:08 +00:00