lukem
ebeb074411
openssl is now at 0.9.6e
2002-08-03 03:58:06 +00:00
itojun
4fd217fda9
o Instead of passing "*system*" as the fname to process_crontab()
...
for the system crontab file, pass a NULL pointer instead. This
prevents someone from creating a "*system*" file in the tabs directory
that acts as an alternate root crontab.
from openbsd
2002-08-03 02:03:00 +00:00
oster
354a8ea84b
Improve error messages.
2002-08-03 01:24:03 +00:00
oster
48a3ce178f
Nuke function prototypes for previously nuked functions.
2002-08-03 01:07:53 +00:00
oster
91d1d5d729
Nuke two more functions that arn't used anywhere and are only contributing
...
to kernel bloat.
2002-08-03 01:06:48 +00:00
soren
5db905460e
CG3 on at least the Classic doesn't have a "model" name, so fake one.
2002-08-03 00:59:00 +00:00
oster
35940367a4
Cleanup configuration and auto-configuration information printing.
...
Thanks to mrg for the suggestions.
2002-08-03 00:55:54 +00:00
thorpej
846dbf2b23
Descend into man4.evbarm.
2002-08-03 00:40:03 +00:00
oster
61015077a7
Backout some "new stuff" that accidentally got included on the last commit.
2002-08-03 00:38:42 +00:00
itojun
8dd04cdcd7
correct range check, have overflow check, fix type mismatches,
...
for cmap args and some other calls. from openbsd
2002-08-03 00:12:48 +00:00
wiz
84a99e2b3e
No leading 0 in day dates.
2002-08-02 23:35:06 +00:00
wiz
f4fa257831
ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes.
2002-08-02 23:20:34 +00:00
itojun
e7f66af2b2
fix incorrect overrun check.
...
http://marc.theaimsgroup.com/?l=openssl-cvs&m=102831516309127&w=2
(thank todd!)
2002-08-02 23:09:03 +00:00
manu
652d91cab0
Introduce a shared group structure, and make the sproc implementation
...
more SMP friendly.
2002-08-02 23:02:51 +00:00
manu
2ce44de983
typo
2002-08-02 22:52:50 +00:00
manu
0e12143ef8
Missing P_ZERO in priority mask
2002-08-02 22:52:36 +00:00
manu
6e3939dc6a
Move the call up exit hooks before curproc = NULL so that we can
...
use lockmgr in exit hooks.
2002-08-02 22:45:57 +00:00
wiz
ac26526e01
ispell. Some mandoc cleanups.
2002-08-02 22:20:59 +00:00
thorpej
7ff17d754e
Add evbarm/iopwdog(4) manual page.
2002-08-02 21:29:46 +00:00
thorpej
2e22ba9f6b
Manual page for the watchdog timer found in the Intel XScale I/O
...
Processors.
2002-08-02 21:29:01 +00:00
thorpej
a1ef87dff1
Add {cat,man}4/evbarm subdirectories.
2002-08-02 21:22:23 +00:00
thorpej
26c8830394
Add {man,cat}4/evbarm subdirectories.
2002-08-02 21:21:43 +00:00
thorpej
c8c1d803c3
Add evbarm/iopaau(4) manual page.
2002-08-02 21:20:28 +00:00
thorpej
2c34344b0a
Add a manual page for the Intel IOP AAU.
2002-08-02 21:11:19 +00:00
pooka
cc3d906ee9
work around cross-compile problems on 1.5.x, don't try to include
...
<stdint.h> on that platform
2002-08-02 20:32:55 +00:00
chris
624b632030
Fix segv when running show_help.
...
Seems that copyright had it's type changed, but not the extern.
2002-08-02 20:03:36 +00:00
soren
5fa952b83f
As in PR kern/10999 from Matthew Orgass, make the panic message more
...
helpful in the case where no console device has registered.
2002-08-02 19:55:32 +00:00
soren
f69878391e
Regen.
2002-08-02 19:36:26 +00:00
soren
6d154bbd46
Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.
2002-08-02 19:35:43 +00:00
soren
2c3f82e5d3
Match mbuf changes.
...
Fixes PR kern/16039 from Tomas Svensson.
2002-08-02 19:21:57 +00:00
perseant
479f3c7ea7
Add regression tests section for LFS. First regression test is based on
...
IWAMOTO Toshihiro's test program submitted with PR #9994 , modified to
perform the same operations on a control file, presumably held in a
known-working filesystem. Test and control files are compared with "diff"
after the run (assuming that the kernel does not panic, which is really
the main point of the test).
Not included in the parent Makefile's list, as it requires the existence of
an LFS of some size.
2002-08-02 19:10:49 +00:00
soren
8e607cdca8
G/c vestiges of old sun3-specific SYMTAB_SPACE support.
2002-08-02 18:19:58 +00:00
soren
c760d33b3e
Fix comment about format.
...
Fixes PR misc/17722 from David MacKenzie.
2002-08-02 18:02:53 +00:00
seb
46495173b2
Fix FTP_CMD for Solaris: something went wrong when it was added.
...
Approved by wiz.
2002-08-02 17:04:55 +00:00
explorer
4dd0826200
display the V, W, and Wh rather than mV, mW, and mWh
2002-08-02 16:51:48 +00:00
wiz
42ec3bd114
Support wtmpx.
2002-08-02 15:05:57 +00:00
wiz
d9deaad608
de__P(), ANSIfy.
2002-08-02 14:59:40 +00:00
oster
4488afa61f
Do not truncate the size of the vnd, as that will cause lossage with
...
images with sizes that are not multiples of 1MB. Fix as proposed by me on
tech-kern, and ok'ed by Christos.
2002-08-02 14:43:32 +00:00
is
539874bb55
loadbsd doesn't work for ELF kernels.
2002-08-02 14:35:49 +00:00
itojun
95c7243aec
more effort to make it compile on platforms w/o linux emul
2002-08-02 14:29:34 +00:00
blymn
93ae143731
Do not free the first element of the fields array. This fixes pr 17754.
2002-08-02 14:10:25 +00:00
christos
c9bffd0130
fix argument order.
2002-08-02 14:06:07 +00:00
christos
0f38e42a7a
fix typos that prevented us from cleaning utmpx. Noted by wiz
2002-08-02 14:03:22 +00:00
ad
22a1da8740
Regen.
2002-08-02 12:45:23 +00:00
ad
7416434a87
PR 17719 from Mark Davies: Additional Adaptec RAID controller types.
2002-08-02 12:44:42 +00:00
scw
451eb422ae
Fix dump_lfs build following recent utmp changes.
2002-08-02 12:29:36 +00:00
tshiozak
0b03f5f98b
remove an obstructive ?: operator of the check added in the last commit by
...
itojun-san.
2002-08-02 12:27:32 +00:00
blymn
4e295cd045
Allow REQ_RIGHT_CHAR to get to the end of the line.
2002-08-02 11:49:18 +00:00
blymn
a5ab810726
Refresh window after a driver command.
2002-08-02 11:48:02 +00:00
bouyer
d9c216c219
Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790.
2002-08-02 10:40:30 +00:00