brian
27e1a5bbaa
Null commit:
...
The last modification removed the use of $HOME/.ppp.*
1997-11-09 13:18:18 +00:00
wosch
a69ac9160a
Add html-mv script. Html-mv rename HTML generated filenames to
...
human readable filenames. E.g.:
$ cd FAQ
$ make FORMATS=html
$ html-mv FAQ
$ ls
FAQ_ACKNOWLEDGMENTS.html
FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html
FAQ_Are_there_any_Database_systems_for_FreeBSD_.html
FAQ_Are_there_any_commercial_high-performance_X_servers_.html
FAQ_Books_on_FreeBSD.html
FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html
[...]
1997-11-09 11:23:54 +00:00
msmith
67ba7220fd
A better fix for the ddb command history buffer problem; use a static
...
buffer instead of trying to use malloc() in the input routine.
Submitted by: john hood <cgull@smoke.marlboro.vt.us>
1997-11-09 06:30:29 +00:00
brian
eae0088b91
Introduce ID0 logging.
...
Stay as the invoking uid as much as possible.
Execution as a normal user is still forbidden for now,
so these changes are pretty ineffective.
The next commit will implement the modifications suggested
on -hackers a number of days ago.
1997-11-09 06:22:49 +00:00
obrien
adcd7ae702
Add an introductory manpage for the ports system.
1997-11-09 06:05:45 +00:00
obrien
2e4b81cf96
Need to skip argv[0] when we are named "sum".
1997-11-09 05:47:55 +00:00
obrien
2a24ee7edf
When called "sum", it is not documented as accepting any arguments.
1997-11-09 05:35:26 +00:00
jkh
b820ab9845
MF22: MSG_EOR bug fix.
...
Submitted by: wollman
1997-11-09 05:07:40 +00:00
brian
555986da72
When responding to a CHAP challenge, don't try to use
...
ppp.secret to get a key value based on the peers name,
then send the value of AuthName with the encrypted result.
This is *way* too confusing.
Instead, always use AuthName and AuthKey as the documentation
says.
1997-11-09 03:55:27 +00:00
kato
df791f575c
Describe MNT_NOCLUSTER{R,W} flags.
...
Pointed out by: bde
1997-11-09 03:36:26 +00:00
brian
682b093038
Don't include RTA_GATEWAY in rtm_addrs unless it's specified.
1997-11-09 03:22:49 +00:00
jraynard
73454caef1
Make fix for PR 4883 consistent with other similar cases.
1997-11-09 00:48:01 +00:00
obrien
00ef31d9b5
If "-l" is given, make sure the target of the link exist.
1997-11-08 22:15:55 +00:00
brian
a344274dcf
Merge ppp configuration examples.
...
Add some useful bits & pieces.
1997-11-08 20:58:41 +00:00
jraynard
b75b0b1064
Back-out previous change. A better fix is to follow.
...
Requested-by: bde
1997-11-08 20:29:33 +00:00
julian
554abdcebf
fix slight breakages from PHK's VFS work.
...
also remove irrelevant copyright, now that all that code has gone away.
1997-11-08 19:02:28 +00:00
peter
84ea1e1ecb
Merge 971020 stuff.. Check 21142? SROM CRC.
1997-11-08 14:46:58 +00:00
brian
85bb474e62
Typo police.
1997-11-08 12:37:33 +00:00
brian
ded7d50b91
Update the LOOP AVOIDANCE section to reflect reality.
...
Requested by: Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
brian
cf98226436
Don't pass global vars as args.
...
Remove local/global conflicts.
1997-11-08 00:28:11 +00:00
sef
5cb2a472c9
Allow the system to be configured to pass "-n" to kerberos and
...
kadmind or not; also, only run kadmind on a non-slave server. Man
page for rc.conf is also updated.
Reviewed by: Mark Murray
1997-11-07 20:45:48 +00:00
brian
a44ce4640c
Mention how to keep the line for a minimum call charge.
...
Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
1997-11-07 20:44:12 +00:00
brian
7b18487ba9
Style police.
...
bzero -> memset
index -> strchr
rindex -> strrchr
Use libedit (this should make pppctl a lot more attractive than telnet).
1997-11-07 20:20:15 +00:00
tegge
cd60b5872c
Use UPAGES when setting up private pages for SMP (which includes idle stack).
1997-11-07 19:58:34 +00:00
phk
75e847c4a4
Make roots prompt "hostname -s
# "
1997-11-07 17:22:32 +00:00
ache
eb2e9db532
Add Slovenian keyboard
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
ache
37413d3760
Add Slovenian data
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:46:45 +00:00
ache
4da50d0b2b
Add Slovene link
1997-11-07 15:40:55 +00:00
ache
4c891001fa
Add sl_SI directories
1997-11-07 15:38:24 +00:00
ache
9f77a679cc
Add link to Polish locale
1997-11-07 15:27:12 +00:00
ache
bf03f8b79c
Add Polish link
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:18:11 +00:00
ache
5117a32704
Add Polish data
...
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:14:11 +00:00
joerg
557fc1ddef
Argl! Who's got the pointy hat these days? Hand it over to me, ASAP!
...
When setting an alarm that didn't trigger, i gotta clear it again
before going on. Hmpf!
1997-11-07 13:18:50 +00:00
kato
81bbaff831
Sync with following files:
...
- sys/i386/i386/machdep.c revision 1.271
- sys/i386/i386/trap.c revision 1.114
- sys/i386/isa/if_ed.c revision 1.128
- sys/i386/isa/if_fe.c revision 1.34
- sys/i386/isa/syscons.c revision 1.238.
- sys/i386/isa/wd.c revision 1.144
1997-11-07 12:54:01 +00:00
phk
ccc7e7fa9f
Rename some local variables to avoid shadowing other local variables.
...
Found by: -Wshadow
1997-11-07 09:21:01 +00:00
phk
4d26888936
Remove a bunch of variables which were unused both in GENERIC and LINT.
...
Found by: -Wunused
1997-11-07 08:53:44 +00:00
brian
e4fdd13249
Support interactive mode.
1997-11-07 02:54:49 +00:00
msmith
cfad384768
Don't try to do anything with the input history if MALLOC() for the buffer
...
failed.
This broke early debugging.
1997-11-07 02:34:50 +00:00
joerg
07c6e768fc
Pah! I didn't stick to my own advise to adjust the padding...
1997-11-07 00:18:25 +00:00
joerg
7eaff07d90
Typo fix that caused the value 0x1234 to be written to a random memory
...
location. Also, instead of jumping ot the CPU's restart vector, just
call int 0x19 to reboot. (Writing hte 0x1234 was a little useless
otherwise.)
PR: bin/4901
Submitted by: Jonathan Mini <mini@d198-232.uoregon.edu>
1997-11-07 00:12:55 +00:00
joerg
9ee9500401
Fix some breakage from my last set of changes.
...
PR: bin/4892
Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>
1997-11-07 00:09:40 +00:00
joerg
5e073d60a3
Teach tzsetup to understand blank lines in the iso3166 file.
...
Found by: evanc@synapse.net (Evan Champion)
1997-11-07 00:07:27 +00:00
joerg
bdb9ba6125
Fix the SYNOPSIS Lnie so the entry will actually work.
...
Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
1997-11-07 00:05:24 +00:00
imp
e963b91fae
Use warn rather than warnx to report errors opening the APM device.
...
Nit formatting fix
1997-11-06 23:55:38 +00:00
markm
45a9d49a7f
Rats. Committed the wrong version.
...
Move the declarations to the top of the ioctl() function so this compiles.
1997-11-06 20:06:19 +00:00
phk
4c8218a5c7
Move the "retval" (3rd) parameter from all syscall functions and put
...
it in struct proc instead.
This fixes a boatload of compiler warning, and removes a lot of cruft
from the sources.
I have not removed the /*ARGSUSED*/, they will require some looking at.
libkvm, ps and other userland struct proc frobbing programs will need
recompiled.
1997-11-06 19:29:57 +00:00
kato
363a7ddf85
Sync with sys/i386/conf/Makefile.i386 revision 1.105.
1997-11-06 09:51:34 +00:00
dyson
bae55d2661
Fix the "missing page" problem. Also, improve the performance of page
...
allocation in common cases.
1997-11-06 08:35:50 +00:00
joerg
7fafb4ffea
Make the Nakamichi CD-ROM changer detection detect more recent devices,
...
too.
1997-11-06 08:29:50 +00:00
markm
9b85573701
1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.
...
2) Fix temporal decimation, disable it when
doing CAP_SINGLEs, and in dual-field capture, don't
capture fields for different frames
Submitted by: Luigi Rizzo & Randall Hopper
1997-11-06 07:04:08 +00:00