is
b9243cdc97
repair edito in BUGS session.
1999-08-16 14:10:06 +00:00
simonb
22066837c7
Make -r the default for RENAME, as per discussion on tech-install.
1999-08-16 13:57:03 +00:00
simonb
17f87d3816
Print out the module number that causes the ECC error.
1999-08-16 13:13:00 +00:00
simonb
1eda4ea610
Remove bogus CSR #defines and replace with known ones.
1999-08-16 13:12:41 +00:00
simonb
7e9978db4e
Neaten up #defines for the CSR.
...
XXX: Still not sure if some of these are right.
1999-08-16 13:12:17 +00:00
simonb
259ba92fef
Pass (csr & KN0x_CSR_BNK32M) to dec_mtasic_err() so that it knows what
...
size individual memory modules are.
1999-08-16 13:11:45 +00:00
simonb
120f2d5c70
Remove board-specific CSR definitions.
1999-08-16 13:10:52 +00:00
kleink
72c8365c20
Document reentrant log gamma interfaces.
1999-08-16 12:35:18 +00:00
blymn
c04ccf9dbf
Updated library minor version and fixed small type glitch (limit is now
...
size_t not int)
1999-08-16 08:34:33 +00:00
blymn
b059cacf58
Updated the minor version of libtermcap
1999-08-16 08:31:04 +00:00
abs
c15135486d
Add generic make_bsd_partitions() in bsddisklabel.c useable by virtually all
...
orts. Since port specific information is in appropriate arch/.../md.h
bsddisklabel.c is currently #included by arch/.../md.c.
I'm not totally happy about this, but my concience is somewhat salved by the
overall reduction in breakage.
Initially only pmax, sparc, vax and x68k are using bsddisklabel.c.
While I'm here adjust defs.h for more than eight partitions in a generic
fashion.
1999-08-16 08:29:04 +00:00
jdolecek
129d05b5b3
the Unicode uppercase translation table is read when first ntfs volume
...
is mounted and all ntfs volumes share it; the space occupied by the
table is freed upon last ntfs volumen umount. Saves 128KB for every
ntfs volume mounted.
XXX for now, read just first 256 entries - no more would be currently used
anyway
1999-08-16 08:11:34 +00:00
enami
2d400d39d4
Copy the definition of MADV_FREE from sys/mman.h.
1999-08-16 07:55:20 +00:00
nisimura
44861c8d16
- Fix a severe bug I introduced May 7th. MIPS kernel ran for long time
...
in kernel mode after master interrupt (MIPS_SR_INT_IE) disabled. Tons
of appreciation for Noriyuki Soda and Masanari Tsubai for almost full
time help to spot of the issue.
1999-08-16 07:53:18 +00:00
christos
6db3689f29
make this compile on non bsd-4.4 systems
1999-08-16 07:49:45 +00:00
jdolecek
6d72115a23
msdosfs_access(): initialize mode to ap->a_mode instead of 0. Fixes PR 7619.
...
The bug has been accidentaly introduced in revision 1.56.
msdosfs_setattr(): do ROFS checks as appropriate; while here optimize
to only call deupdat() if there actually has been any change
Tested by: jdolecek
Rewieved by: wrstuden
1999-08-16 07:43:12 +00:00
bgrayson
15e449f40e
Initial support for rfilter and wfilter namespaces, in pt_filter.c.
...
Also, recur into ./examples, to grab the tutorial and example configurations.
1999-08-16 06:55:27 +00:00
bgrayson
854e99c51a
Initial checkin. Contains some tutorial-like examples, plus configurations.
1999-08-16 06:42:48 +00:00
bgrayson
ac273e7f35
Changes include:
...
- user mounts of fs namespace are now possible.
- if read/write access is not possible, fall back to read-only.
- use lose_credentials() as a common method to change UID etc.
(it is also used by the rfilter and wfilter code)
- some KNF changes, while I was here.
1999-08-16 06:38:12 +00:00
bgrayson
5abfdc83cb
Make life a little easier: warn if the configuration file is not an absolute
...
path, and under DEBUG, keep stderr around.
1999-08-16 06:34:50 +00:00
bgrayson
7804500eab
Added new directory for mount_portal examples
1999-08-16 06:31:08 +00:00
tsubai
775199a39f
Make configurable without ams.
1999-08-16 06:28:09 +00:00
thorpej
95755c54bb
Pull in <machine/alpha_cpu.h>.
1999-08-16 06:24:07 +00:00
simonb
299578ebd5
Spell "privilege" correctly (correct spelling from Jonathan Stone).
1999-08-16 02:59:22 +00:00
enami
f6e5e6544e
Always unlink the temporary file created by mkstemp(3).
1999-08-16 02:49:20 +00:00
thorpej
a01d72e890
Fix several LP64 problems, and clear up kernel pointer vs. physical
...
address confusion. This driver now works on the Alpha.
1999-08-16 02:01:11 +00:00
sjg
84a0eb9650
Add support for multiple locate databases via $LOCATE_PATH and/or
...
command line switch.
Also exit(0) only if a match is found.
1999-08-16 01:41:16 +00:00
kleink
f8173630a0
Add single-precision versions of interfaces to their manual pages' NAME section
...
and install links as appropriate.
1999-08-15 22:23:53 +00:00
kleink
58bbec2442
Make these SVR4 ABI ready.
1999-08-15 18:45:18 +00:00
thorpej
f06d918d30
Protect userland from the vast majority of this file.
1999-08-15 18:32:51 +00:00
tsubai
be72fab2f7
My last change was wrong. Revert.
1999-08-15 12:47:15 +00:00
blymn
1bb0398527
Added new interface to termcap that allows the manipulation of multiple
...
termcap entries simultaneously and lifts the 1024 byte limit on the termcap
entry. The original termcap api is unchanged but also no longer has
the 1024 byte limit if the termcap functions are used.
1999-08-15 10:59:01 +00:00
veego
59873a18ee
Rename the awk internal symbol 'proc' to 'awkproc'.
...
This fixes the build error on the alpha which has now a
extern struct proc *fpcurproc;
in <machine/cpu.h>.
1999-08-15 10:22:30 +00:00
oster
770de7bb5a
Print a error message instead of panicing in rf_RecoveryPQFunc().
1999-08-15 03:44:46 +00:00
oster
b2af35bc2d
rf_MakeConfig succeeds only if it returns 0, not if it returns
...
values 0 or greater.
1999-08-15 03:18:19 +00:00
oster
225f5a8b60
Display the parity status as part of the status ('-s') display.
1999-08-15 03:15:00 +00:00
oster
d516e7b571
Make these compile with RF_INCLUDE_RAID6.
1999-08-15 02:36:40 +00:00
oster
ff6d7dd494
Cleanup a bit.
1999-08-15 02:36:03 +00:00
oster
07cc4855f1
Minor cleanup. No functional changes.
1999-08-14 23:34:18 +00:00
kleink
48f055e09b
Add missing MPU interrupt glue.
1999-08-14 22:42:16 +00:00
oster
4ba14d22b0
Fix an 'off-by-one' error in a RF_ASSERT which meant that a reconstruct
...
would panic in the case where the stripe width was 1 block.
1999-08-14 21:44:24 +00:00
augustss
c97c41e5c8
Add opl* at wss?
1999-08-14 21:20:45 +00:00
augustss
19570e813c
Implement opl at wss.
1999-08-14 21:19:29 +00:00
augustss
5573b3ba36
The wss driver is not necessarily half-duplex.
1999-08-14 21:18:05 +00:00
leo
d7601eb1b1
Correct the argument order for memcpy(). This tremendously improves the
...
behaviour of wscons.... (Why did history create both bcopy & memcpy?)
1999-08-14 20:48:33 +00:00
ragge
7638e3fbe3
Add boot support for the VAX 3300/3400 LANCE chip.
1999-08-14 19:41:14 +00:00
itojun
b0ad0eaf51
typo fix (from koji@dti.ad.jp).
...
remove things that are already done.
1999-08-14 19:17:19 +00:00
ragge
b906b753ad
Support for ibus-attached LANCE.
1999-08-14 18:44:00 +00:00
ragge
33baeca394
Search for LANCE.
1999-08-14 18:42:46 +00:00
ragge
9752aa250e
Support interrupt vector auto-detection on level-trigged devices also.
1999-08-14 18:42:17 +00:00