kleink
b971350427
Add several missing items, and be less rageous about memory locking.
2003-02-01 00:42:03 +00:00
thomas
5d2b072ae0
Define Atari keyboard type.
2003-01-31 23:32:21 +00:00
mrg
cf9ff87a3a
make this build on alpha after daddr_t->64bit
2003-01-28 05:17:12 +00:00
fvdl
a3ff3a3038
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
...
it was used on-disk, so that on-disk formats remain the same.
Remove ufs_daddr_t and ufs_lbn_t for the time being.
2003-01-24 21:55:02 +00:00
hubertf
8221d7ffdd
Mention that the mount point for a remote swap file must exist as a directory.
...
Sanity checked by salo.
2003-01-24 19:48:52 +00:00
dsl
2ac00e9169
display machdep.diskinfo for i386 and x86_84
...
(agreed by christos)
2003-01-22 17:12:41 +00:00
atatat
dd0a8acd21
The next release will be 2.0, not 1.7.
2003-01-19 21:25:36 +00:00
tsutsui
b33c28a7f5
libutil (which was added for MNT_GETARGS) is no longer needed.
2003-01-19 12:37:41 +00:00
jdolecek
f9e0089642
fix typo on mount_ext2fs line
2003-01-19 10:52:25 +00:00
jdolecek
4a97217e59
do not link all mount programs into single image; the total size difference
...
isn't really that huge now that these are compiled as dynamic
2003-01-19 10:49:11 +00:00
kleink
b3df6303a9
Rename `sigset' locals to avoid symbol shadowing warning.
2003-01-16 09:38:37 +00:00
jmmv
dd4a382f46
Print missing newline in two bootselector-related messages. Approved by wiz.
2003-01-10 23:37:34 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
wiz
821c09da13
Bump date for revert. Use proper mdoc in some places. Avoid \fI and \fP.
...
Begin new sentences on new lines.
2003-01-06 11:37:19 +00:00
seb
d7b1a9a6a6
Introduce a new feature for reverting multiple boot configurations i.e.
...
effectively making the currently selected configuration the only one
active and removing boot configuration selection menu.
This is accomplished by running 'newbtconf revert'.
From PR bin/17808 by myself. Thanks to gendalia and lukem for the help finding
the right keyword.
Approved by lukem.
2003-01-06 00:31:49 +00:00
seb
7c96b4b4d4
Newbtconf is supposed to handle directories as well, like /etc/rc.conf.d,
...
hence fix directory handling.
From PR bin/17807 by myself. Approved by lukem.
2003-01-05 23:32:54 +00:00
kristerw
84b199e7d9
Correct length of a memcpy.
...
From Alan Barrett in PR 18620.
2003-01-05 22:28:41 +00:00
wiz
617b132aac
Spell output with two ts.
2003-01-04 23:43:02 +00:00
wiz
2208fe9813
Sort sections.
2003-01-02 10:32:01 +00:00
jschauma
b49ef594e9
Fix tyops pointed out by Igor Sobrado in PR misc/19623:
...
mount_filecore(8) - frquently (frequently), upto (up to)
mount_nfs(8) - NFSV3 (NFSv3), automaticly (automatically)
mount_ntfs(8) - particularily (particularly), fisk (disk)
2003-01-01 21:22:50 +00:00
manu
41bfbd28fe
On Darwin, mach_init is the system bootstrap process. It is responsible
...
for forking the traditional UNIX init(8) and it does the Mach port naming
service. We need mach_init for the naming service, but unfortunately, it
will only act as such if its PID is 1. We introduce a sysctl
(emul.darwin.init_pid) to fool a given process into thinking its PID is 1.
That way we can get mach_init into behaving as the name server.
Typical use:
/sbin/sysctl -w emul.darwin.init_pid=$$ ; exec /emul/darwin/sbin/mach_init
2002-12-24 12:15:45 +00:00
wiz
cbd9802b91
Remove traces of old names (verifiedexec_load and /dev/verifiedexec).
2002-12-21 23:41:44 +00:00
wiz
a054d0cce5
Add a BUGS section describing that async mounts are currently disabled,
...
and explaining the reason. From Julio Merino.
2002-12-21 20:33:35 +00:00
wiz
393a2f3aac
dependent only has es, no as; from Adrian Mrva.
2002-12-21 12:50:54 +00:00
wiz
b230951fd3
system with two ss, from Adrian Mrva.
2002-12-21 12:45:32 +00:00
wiz
5dd379b9d6
address has two ds, not three; from Adrian Mrva.
2002-12-21 12:43:07 +00:00
wiz
a8abcee79e
developed with one o only, from Adrian Mrva.
2002-12-21 12:41:58 +00:00
wiz
5fc05bb384
removable with only two es, from Adrian Mrva.
2002-12-21 12:27:14 +00:00
wiz
4afa55e863
Drop trailing whitespace.
2002-12-19 14:49:03 +00:00
lukem
b57d4fa862
It's ipppctl not ipppcontrol ...
...
Also add synopsis for ipppctl.
2002-12-19 11:57:32 +00:00
wiz
cb647c5704
Sort sections, new sentences begin on new lines, add a missing line,
...
fix a typo.
2002-12-18 19:20:05 +00:00
wiz
65bd87df00
Remove mention of update, per Kevin P. Neal in PR 19386.
2002-12-16 10:32:16 +00:00
scw
6054b38a2b
Use getlabeloffset() instead of LABELOFFSET.
2002-12-12 11:40:17 +00:00
scw
1c4717cddb
Use getlabel{sector,offset}() instead of LABEL{SECTOR,OFFSET}.
2002-12-12 11:34:46 +00:00
scw
992ae31275
Use getlabeloffset(3) instead of LABELOFFSET.
2002-12-12 11:06:12 +00:00
jdolecek
5fd22809a5
Add kern.forkfsleep sysctl - set/get time (in miliseconds) for which
...
process would be forced to sleep in fork() if it hits either global
or user maxproc limit. Default is zero (no forced sleep).
Maximum is 20 seconds.
2002-12-11 19:14:34 +00:00
fvdl
53d30b7a60
Handle MBRs for x86_64.
2002-12-11 14:28:46 +00:00
scw
39a5a9dc76
Add two sysctls: kern.labelsector and kern.labeloffset.
...
These are of use to userland code which previously depended on the
hard-coded values of LABELSECTOR and LABELOFFSET to figure out the
location of the disklabel for a particular platform.
With the introduction of umbrella ports such as evbarm, evbmips, etc,
the location of the disklabel may vary between kernels for the same
MACHINE. This sysctl will allow userland programs to remain independent
of the particular flavour of MACHINE in such cases.
2002-12-11 12:59:29 +00:00
thorpej
e8cc3884de
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
2002-12-10 17:14:02 +00:00
itohy
32c9c7f1cc
Add WSKBD_TYPE_MAPLE and WSMOUSE_TYPE_MAPLE for Dreamcast Maple bus devices.
2002-12-10 13:05:09 +00:00
thorpej
7ae2f112dd
Need <stdlib.h> for exit() prototype.
2002-12-06 02:26:14 +00:00
thorpej
92896efa64
Avoid strict alias warnings.
2002-12-06 02:20:43 +00:00
thorpej
764e56a614
Remove prototype for non-existent function log().
2002-12-06 02:20:00 +00:00
thorpej
cd81fc31ea
Avoid strict alias warnings.
2002-12-06 02:18:37 +00:00
jonb
8a96157b87
While cleaning up other places that invoked $EDITOR, noticed that
...
this one had all the infrastructure of fork/exec/wait, like the
others, but called system instead of exec creating an extra PID
and associated memory usage during the edit.
2002-12-05 22:59:25 +00:00
itojun
7955954132
correct the use of sizeof() on memset(). sync w/kame
2002-12-05 02:07:03 +00:00
elric
60e3448f30
Make iteration count for PKCS#5 settable in the parameters files.
2002-12-04 05:02:29 +00:00
agc
19cc8c4892
Fix compilation problems on non-i386.
2002-12-01 08:19:48 +00:00
fvdl
f77d71f782
Enable bootselector code for x86_64.
...
XXX the ifdef-ed parts should be split off into a seperate file.
2002-11-30 13:47:19 +00:00
christos
f93fe60ac0
sync with routed 2.27
2002-11-30 04:04:23 +00:00