nyan
9142c1d158
- The pc98_ttspeedtab() function returns an error status instead of a divisor,
...
and sets a divisor to the third argument.
- The second argument of the pc98_set_baud_rate() function is changed from int
to u_int.
2002-03-08 12:12:46 +00:00
luigi
d51f2cb75f
Use a default of 25 lines for xterm. This only affects the behaviour
...
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
2002-03-08 12:10:13 +00:00
nyan
3cb712268c
MFi386: revision 1.125
2002-03-08 11:38:00 +00:00
sos
1bc9da8fed
Support newer Highpoint BIOS's extended config.
2002-03-08 11:33:52 +00:00
sos
350dda324d
cosmetics
2002-03-08 11:31:37 +00:00
phk
a0eef1421a
Move the mount of the root filesystem to happen in the init process before
...
the exec if /sbin/init.
This allows the scheduler to get started and kthreads a chance to run
before we start filesystem operations.
2002-03-08 10:33:11 +00:00
luigi
cd753a9875
Major cleanup of PicoBSD startup scripts, which now should be
...
closer to doing "the right thing".
The structure is now the following:
* /etc/rc (from MFS) loads the rest of /etc and /root from
/fd and then from floppy (if present), then transfers control
to /etc/rc1
* /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
set the hostname basing on the MAC address of the first ethernet
interface, and then sources /etc/rc.conf and /etc/rc.conf.local
for local configurations
* The rest of the startup process is then performed (rc.network and so on).
Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:
rc.conf rc.firewall hosts
Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.
2002-03-08 05:15:08 +00:00
luigi
c6dc01db12
MFS: sync with -stable (no functional difference).
2002-03-08 04:54:52 +00:00
luigi
faa48bae89
Invalidate password for sample user entry.
2002-03-08 03:57:57 +00:00
luigi
c2ba12d180
Atapi units are now /dev/ad* and not /dev/wd*
2002-03-08 03:55:19 +00:00
mike
897b9245a0
Use a integral type that doesn't require <sys/types.h>. This
...
accomplishes the goal of actually making <grp.h> independent of other
headers for the definition of its types.
Pointy hat to: mike
2002-03-08 03:09:46 +00:00
luigi
9a82a61e3d
Misc fixes to the build script:
...
+ fix some dialog entries to correctly modify variables instead of working
in a subshell
+ add a logverbose function for debugging purposes
+ force 512/4096 blocks on filesystems
+ use 'auto' for disklabel so it works irrespective of the floppy size.
This is useful for larger images than 1720k
2002-03-08 02:24:21 +00:00
keramida
9f56e61a6c
Fix typo: capablities -> capabilities.
2002-03-08 01:59:52 +00:00
keramida
417bb60d18
Fix typo: to examining -> to examine.
2002-03-08 01:29:06 +00:00
keramida
46c2cb6285
Merge a duplicate description of the -L option into the first one.
...
PR: docs/34782
MFC after: 1 week
2002-03-08 00:36:36 +00:00
obrien
1f44a051a9
Slightly more efficient version of rev 1.6.
2002-03-07 23:01:55 +00:00
obrien
95a49d6685
A less intrusive version of rev 1.2.
2002-03-07 23:00:27 +00:00
obrien
54df1db664
Slightly more efficient fix to the const problem.
2002-03-07 22:58:16 +00:00
obrien
62ebc4b77f
Back out part of rev 1.51. The lesser impact fix is to just remove
...
the unused global var.
2002-03-07 22:36:56 +00:00
obrien
8c32f1c265
Add Cenatek Inc.'s ID.
2002-03-07 21:20:30 +00:00
wilko
9abc29b6de
Update info on SCSI on AlphaStation 500 now that I own one
...
to play with and find out myself.
2002-03-07 20:38:31 +00:00
des
5e9dfbda74
This commit was generated by cvs2svn to compensate for changes in r91830,
...
which included commits to RCS files with non-trunk default branches.
2002-03-07 19:24:22 +00:00
des
f880afc9ee
Fix bugs in module loading and caching code (perforce change #7381 )
...
Sponsored by: DARPA, NAI Labs
2002-03-07 19:24:22 +00:00
sos
a46bff4575
Oops I mixed up the patch for -current & -stable, sorry ....
2002-03-07 19:20:23 +00:00
des
24b94443d1
Forced commit to document repo-copy from src/libpam/libpam.
2002-03-07 17:53:23 +00:00
rwatson
cdc267c5ec
DBA update: used the wrong of several NAI DBAs.
2002-03-07 17:52:03 +00:00
rwatson
7adf46cde7
Update DBA for NAI. We have several. We used the wrong one. :-)
2002-03-07 17:49:06 +00:00
mjacob
f68a7b8594
Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like
...
it worked- but I ran into a case with a 2204 where commands were being lost
right and left. Best be safe.
For target mode, or things called if we call isp_handle_other response- note
that we might have dropped locks by changing the output pointer so we bail
from the loop. It's the responsibility of the entity dropping the lock to
make sure that we let the f/w know we've read thus far into the response
queue (else we begin processing the same entries again- blech!).
MFC after: 1 day
2002-03-07 17:32:45 +00:00
sobomax
575465b27e
Don't ignore system CFLAGS.
2002-03-07 16:56:19 +00:00
bmah
45ee22e859
New release note: SA-02:13.
2002-03-07 16:53:21 +00:00
markm
07752e7a26
Completeley revert this to the vendor code. This is in preparation to
...
doing some fixing...
...asked for by: bde
2002-03-07 16:45:41 +00:00
sos
59e9e2f850
Minor cosmetic changes to minimise diffs for MFC.
2002-03-07 16:34:19 +00:00
sos
54e40abd3d
Fix a couble of bugs in the rebuild code, return errors properly.
2002-03-07 16:32:21 +00:00
markm
ec7360c554
Fix build for OpenPAM. The directories needed tweeking.
2002-03-07 16:03:56 +00:00
green
288e8e4cb7
Add new errno ``ENOATTR''.
2002-03-07 15:13:44 +00:00
nectar
76f1cf7f58
Update version string.
2002-03-07 14:36:28 +00:00
markm
2824933135
Revert/fix the most controversial parts of the last commit:
...
1) place __FBSDID() correctly IAW style(9).
2) revert (and slightly correct) a "complex" expression in an if()
statement.
2002-03-07 14:11:41 +00:00
markm
0735f3117d
1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,
...
thus breaking systems with unpolluted <sys/stat.h>'s.
2) Back out an initialisation of a variable in BSS.
Reported by: bde (1), many(2)
2002-03-07 14:00:33 +00:00
obrien
f25d9a30bd
Update FreeBSD SCM IDs.
2002-03-07 12:52:27 +00:00
benno
d0a5f895e9
Install the DSI and ISI trap handlers and their appropriate locations.
2002-03-07 12:22:44 +00:00
benno
1677c33b4d
Copy the "implementation" of pmap_prefault from sparc64.
2002-03-07 12:22:08 +00:00
des
9992450028
s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/
...
Sponsored by: DARPA, NAI Labs
2002-03-07 12:11:34 +00:00
des
8be0c27f41
This commit was generated by cvs2svn to compensate for changes in r91799,
...
which included commits to RCS files with non-trunk default branches.
2002-03-07 12:11:34 +00:00
des
71fdfa9918
This file is not needed any more
2002-03-07 12:03:50 +00:00
des
7b1f85a23b
Add missing #include <string.h>
2002-03-07 11:59:04 +00:00
des
56f7fe68a1
This commit was generated by cvs2svn to compensate for changes in r91796,
...
which included commits to RCS files with non-trunk default branches.
2002-03-07 11:59:04 +00:00
markm
eea532a9e2
Darn. There is (now was) a signed/unsigned issue that resulted in a
...
very long loop.
Reported by: nnd@mail.nsk.ru (Nickolay Dudorov)
2002-03-07 10:41:11 +00:00
benno
df94f0796e
Move tunable initialisation so it can get access to physmem.
2002-03-07 10:15:17 +00:00
benno
c736f65e51
Calculate physmem.
2002-03-07 10:09:24 +00:00
mike
2944366d30
Leave the `copyright' variable exposed, since the main purpose of it
...
is to put a copyright in the object file.
Submitted by: bde
2002-03-07 10:06:00 +00:00