archie
e3b28ee187
Fix minor typo.
1999-12-22 01:25:07 +00:00
asmodai
dd4337b929
Properly manify this manpage.
1999-12-21 11:25:10 +00:00
julian
443430016e
Manual page style work.
...
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
1999-12-21 01:25:21 +00:00
brian
20cf74c9c7
Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.
1999-12-20 20:47:58 +00:00
brian
89c7950e1a
Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.
1999-12-20 20:30:47 +00:00
brian
540cfa0f95
Use getpwuid() instead of getlogin() in ``allow users''.
1999-12-20 20:30:40 +00:00
brian
b6574956b6
Add missing linefeed.
1999-12-20 20:30:35 +00:00
brian
32de026316
Cosmetic: clean up some parenthesis confusion
1999-12-20 20:30:30 +00:00
brian
0a37c5b3ad
Handle comments at the end of lines.
1999-12-20 20:30:25 +00:00
brian
4145fb0c1b
Notice and warn about unterminated quoted strings in commands.
...
The entire command is ignored if the syntax is invalid...
1999-12-20 20:30:02 +00:00
brian
ff8174b1b3
Implement mbuf allocation internally by maintaining 8 buckets of
...
different sized mbufs, and mallocing them in chunks of 20 mbufs
at a time.
This improves back-to-back throughput by between 7 and 8%
1999-12-20 20:29:51 +00:00
brian
86f30d4f38
Cosmetic: Make struct mbuf more like kernel mbufs.
1999-12-20 20:29:47 +00:00
dcs
aac552da07
configApache does not exist anymore.
...
PR: 9582
Submitted by: Stephan Lagerholm <istephan@unilog.se>
1999-12-20 19:22:57 +00:00
billf
7124f5cecd
Now that we have an elf(5) we can x-ref it here.
1999-12-20 02:39:50 +00:00
jkh
b4b3bd7bb3
Whoops, this function is supposed to return a boolean status, not
...
flags.
1999-12-20 00:16:10 +00:00
jkh
81c7927f94
Do better things with router configuration (use proper display variable,
...
for one thing - it's router_enable to check, not router).
1999-12-19 22:38:59 +00:00
jkh
1d70a13d49
Whoops, I broke the doc browser (not that anyone would notice since nobody
...
READS the docs, but anyway.. :). Fix it.
1999-12-19 22:28:41 +00:00
jkh
0745b20d3b
D'oh! Inserted a clear() in a *very* wrong place with my last commit.
1999-12-19 20:41:06 +00:00
jkh
271f076406
Bah, I got the MFC and this commit backwards. :)
1999-12-19 19:42:02 +00:00
peter
55a1c6bee2
This commit was generated by cvs2svn to compensate for changes in r54816,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 13:50:37 +00:00
peter
05fc7a4a72
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00
jkh
d686cb2f42
MFC: can't stop tweaking this compulsively.
1999-12-19 07:02:46 +00:00
jkh
b844608749
cosmetics missed in last commit.
1999-12-19 06:50:44 +00:00
jkh
bead2e7139
More cosmetic surgery and a nasty null pointer bug in index.c fixed.
1999-12-19 06:34:22 +00:00
jkh
a9a9f9ac90
Be paranoid about refreshing after an action.
1999-12-19 04:06:46 +00:00
peter
d44e2d4226
Revert the libcrypt/libmd stuff back to how it was. This should not have
...
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
1999-12-18 13:55:17 +00:00
marcel
0895fb994c
Use long long format specifiers and cast each parameter to long long.
...
This avoids the ugly #if ARCH/#else/#endif construct.
Prompted to by: bde
Could have thought of this himself: marcel
1999-12-18 12:12:12 +00:00
jkh
0b50cdfa85
Yet more cosmetic fixes (I have a little time to kill while waiting for
...
something else, so I might as well tweak 3.4's look-and-feel for the better
while I'm at it - final release build should be sometime later on tonite).
1999-12-18 03:13:19 +00:00
brian
e320900d11
Learn to do pointer arithmatic (doh!)
1999-12-18 02:31:36 +00:00
jkh
597529e0d5
Add more strategic screen clears
1999-12-18 02:29:24 +00:00
jkh
47050d6c13
Better screen handling in X desktop setup.
...
Don't get cute with nested dialogs now.
1999-12-18 02:04:02 +00:00
marcel
c926be6ea7
o Don't use long for 64 bit variables. Use u_int64_t instead.
...
o Fix printf format specifiers on Alpha and add i386 version.
o Minor style fixes while there.
o Add -Wall compiler option.
1999-12-17 15:27:21 +00:00
sheldonh
f4fc7fc5af
Back out previous commit, which broke mouse wheel support in moused.
...
Requested by: yokota
1999-12-17 10:05:36 +00:00
obrien
3daedb32dd
Add a missing '"' in the examples.
1999-12-17 06:04:37 +00:00
jkh
d42718b143
Add another strategic screen clear.
1999-12-17 03:00:28 +00:00
jkh
38d1286e58
In retrospect, msgNotify() should leave its contents on the screen
...
longer to give the user something to look at while things are happening.
Change it to do so and insert the appropriate screen saves elsewhere.
1999-12-17 02:46:04 +00:00
jkh
ec81652781
Bump default root size to 50MB on i386 (70MB on Alpha).
...
Requested incessantly by: billf
1999-12-17 02:02:51 +00:00
roberto
b03622e07d
Bye bye xntpd, enter ntp.
...
Reviewed by: phk
1999-12-16 12:42:09 +00:00
roberto
6743cf9eb6
Remove the old binaries (they've been renamed) without the 'x').
...
Suggested by: phk
1999-12-16 12:40:51 +00:00
marcel
e32efbad28
Add libmd (or move it after libcrypt). We don't want the linker to be
...
smart because it will definitely get it wrong. This popped up during
cross-linking.
1999-12-16 10:55:45 +00:00
nik
f8b5138670
"char *area" -> "char **area", to match the source code.
...
PR: docs/14738
Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
1999-12-16 02:16:54 +00:00
jkh
b8ea83e2b2
Properly disable COMPAT_3X for alpha.
1999-12-15 18:55:27 +00:00
marcel
8c2845067b
Allow elf2exe to be compiled on architectures other than Alpha. This
...
is trivially accomplished by including sys/elf64.h instead of elf.h.
1999-12-15 18:02:33 +00:00
yokota
efcb9d59cb
- Improve the three button emulation by introdusing a small state
...
machine. The three-button emulation of moused has been somewhat
difficult to use for many people. I hope this update fixes it.
- Add a new option, -E, to set timeout value to detect two buttons
are pressed down simulteneously. The default value for this timeout
is 200msec.
1999-12-15 12:58:58 +00:00
jkh
61075c3a9d
Put up some more helpful dialog boxes.
...
Adjust some text to make more sense.
1999-12-15 01:30:52 +00:00
cwt
0340751ede
Replace spaces with a tab to fix build breakage
1999-12-15 01:07:28 +00:00
hm
a53726a684
update to isdn4bsd beta release 0.90
1999-12-14 21:14:28 +00:00
obrien
7ecbe9c845
Install chown' into /sbin rather than /usr/sbin as
chown' is needed by
...
`MAKEDEV'. And one might need to `MAKEDEV' inorder to get a device node
in order to mount /usr from.
1999-12-14 04:48:17 +00:00
jkh
d3944eb60a
Completely rip-out and redesign sysinstall's refresh model as well
...
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.
This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately). At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
1999-12-14 04:25:29 +00:00
jkh
003a13cc32
Make kerberos4 conditional.
1999-12-14 00:47:23 +00:00