wosch
d38151f2d0
httpd-error is a shell script which print a summary about
...
Web files which does not exists on your host.
E.g.
httpd-error -userhits < /var/log/httpd-error.log
print the number of errors by users, sorted by error hits.
1998-02-15 18:54:26 +00:00
yokota
a0ce30b205
Reword description of Brazilian keyboard.
...
Submitted by: Daniel C. Sobral
1998-02-15 18:22:40 +00:00
steve
4b339db2da
The ' character is treated differently as the first character of a line.
...
PR: 5754
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-02-15 17:03:58 +00:00
phk
ba776d443a
A bunch of nits from bde.
...
Make the name "pps" all over the place.
Remove the hardcoded 10us offset, use sawtooth for it.
1998-02-15 14:54:09 +00:00
peter
f62f770acb
Update to support SI/XIO PCI host cards (Z280 based) and the enhanced
...
SXISA and SXPCI host cards (Transputer based).
PR: 4836, 5021, 5654
Submitted by: Nick Sayer <nick@specialix.com>
1998-02-15 14:42:33 +00:00
phk
369a4922e3
A bunch of nits from bde.
1998-02-15 14:15:21 +00:00
phk
65d335ce82
Add a nanotime() function so that we can start to use this call.
1998-02-15 13:55:06 +00:00
phk
9b84234e63
unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant.
...
Fix a couple of nits from bde while here anyway.
1998-02-15 13:50:12 +00:00
kato
eb21aa8bb0
Sync with sys/i386/isa/npx.c revision 1.57.
1998-02-15 11:19:15 +00:00
kato
295276ab74
Sync with sys/i386/isa/sio.c revision 1.197.
1998-02-15 11:18:47 +00:00
jkh
e7e4c82493
Revert part of my previous patch - I don't see the *need*
...
to call splbio() from within an interrupt handler here. :-)
1998-02-15 08:28:26 +00:00
jkh
3923d0f80a
missing spl() call and off by one error in the handling of the partitions.
...
Submitted by: Chris Csanady <ccsanady@friley585.res.iastate.edu>
Obtained from: OpenBSD
1998-02-15 08:14:39 +00:00
bde
6a55e98a33
Removed a superstitious fnop() that broke the usefulness of the FPU's
...
"last instruction" pointer.
1998-02-15 06:25:26 +00:00
bde
1743f0cdee
Fixed an aliasing bug. It was too easy to defeat the check for moving
...
or shrinking an open partition (by changing the label for a compatibility
slice while partitions on the corresponding real slice are open, or vice
versa).
1998-02-15 05:41:31 +00:00
dyson
fbe6fe8df6
Make the rootdir handling more consistent. Now, processes always
...
have a root vnode associated with them, and no special checks for
the null case are needed.
Submitted by: terry@freebsd.org
1998-02-15 04:17:09 +00:00
jb
09f4c25713
Add #include <string.h> to get prototype for memcpy().
1998-02-15 04:15:47 +00:00
jb
e56ba0b4bd
gcc on alpha complains about nested comments. A comment in this
...
file referred to a path ending in "/*" which was reasonable to me,
but gcc wasn't so sure. So now the comment refers to a path ending in
"*".
1998-02-15 04:09:48 +00:00
jb
3317d38e22
signal() returns SIG_ERR, not just -1. The sys/signal.h header file
...
provides the cast from -1 to the signal() return type, so no further
casting by programmers should be required.
Pointed out by: bde (of course).
1998-02-15 00:46:47 +00:00
steve
b0853d61f8
Clarify the -batch arguments.
...
PR: 5677
Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
1998-02-14 22:55:23 +00:00
steve
89c1054333
Overhaul this manpage - removing typos, awkward phrasing, and addressing
...
a few technical faults.
PR: 5692
Submitted by: dannyman@arh0300.urh.uiuc.edu
1998-02-14 18:33:37 +00:00
steve
623d77caec
Note that '+' and '?' are not special characters in basic REs but they
...
can be simulated using bounds.
PR: 5708
Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
1998-02-14 18:26:29 +00:00
nate
ee159ceede
- If a PCCARD serial device is removed from the system, let the serial
...
driver 'break out' of the infinite loop waiting for a response from
it. This is a bad thing, but no worse than having the kernel hang.
1998-02-14 16:17:17 +00:00
steve
71e81c1b84
Correctly document h and m modifiers to the time format.
...
PR: 5739
Submitted by: Matthew Cashdollar <mattc@rfcnet.com>
1998-02-14 16:12:53 +00:00
steve
70962efd65
Cleanup code so that long lines to be quoted don't get truncated.
...
PR: 5679
Reviewed by: Bruce Evans <bde@zeta.org.au>
1998-02-14 15:38:29 +00:00
peter
5884281637
Fix top sorting of idle processes. top used p_cpticks as a tie-breaker
...
but that isn't suitable (it gets zeroed each second apparently).
PR: bin/4957
Submitted-by: Dan Nelson <dnelson@emsphone.com>
1998-02-14 13:34:59 +00:00
peter
d5c5dbdaff
A hack to work around the sleep prior to calling the built-in diff. This
...
affects speed of doing 'cvs diff' (in all modes) and 'cvs update' over the
network.
1: don't pause at all unless running in server protocol mode.
2: if running in server protocol mode, do a kludge that intercepts the
stdout and stderr write functions and diverts them to cvs_output() and
cvs_outerr(). Yes, this might be done with fwopen() etc, but that also
requires copying "FILE" structs since you can't freopen stdout etc and
specify functions at the same time.
This HACK will go away once the cvs folks have done their changes to the
library version of gnu diff to use the callbacks as mentioned in the
comments.
1998-02-14 09:47:14 +00:00
kato
a0c428b214
Sync with sys/i386/conf/majors.i386 revision 1.27.
1998-02-14 08:40:09 +00:00
kato
c49d3ffe6d
Sync with sys/i386/isa/syscons.c revision 1.256.
1998-02-14 08:39:35 +00:00
alex
e01140a727
Avoid using grep when determining ipfw's default policy -- it may not
...
be available at this stage of the boot if /usr is NFS mounted.
1998-02-14 04:12:23 +00:00
pst
81b6e7dabd
Change wfd major block device to 1 as part of the effort to make wfd's
...
bootable without a big increase in boot2's size.
1998-02-13 22:41:00 +00:00
pst
9a3c14c7bf
Change wfd major block device to 1 as part of the effort to make wfd's
...
bootable.
1998-02-13 22:40:32 +00:00
ache
4b75e9fb53
Fix very rare but dangerous bug:
...
for some DES passwords
crypt(real_password, salt)
is equal to
crypt("", salt);
It means that this user (and not only he) can login without
entering password at all, just pressing Return.
So if empty password entered and crypted password is not empty,
invalidate any crypt result by assigning ":"
1998-02-13 21:02:53 +00:00
jkh
2d31a8b4c6
MF22: Optimize DOC bootstrap.
1998-02-13 20:34:25 +00:00
julian
60d84a6b87
Add the GRE protocol
...
Generic Routing Encapsulation (RFC 1702)
1998-02-13 20:21:04 +00:00
phk
185fab4e32
Fix a couple of lines that dropped out in my merge yesterday.
...
Complained about by: ache
1998-02-13 17:54:53 +00:00
phk
1ae301cadb
Man, twice in as many days. Gotta learn to check that uname.
1998-02-13 17:35:33 +00:00
kato
a2c02d8f2d
Sync with sys/i386/isa/syscons.c revision 1.255.
1998-02-13 16:59:01 +00:00
kato
e50588385a
Sync with sys/i386/conf/majors.i386 revision 1.26.
1998-02-13 16:57:31 +00:00
phk
4b33cbe49a
Add a skelleton pulse-per-second timing driver. This will become more
...
useful when I get my timecounter changes past the Bruce-filter.
1998-02-13 13:00:02 +00:00
phk
76528cc622
Implement the spirit but not the letter of Terrys hot-char patch.
...
The differences Terrys patch and this patch are:
* Remove a lot of un-needed comments.
* Don't put l_hotchar at the front of stuct linesw, there is no need to.
* Use the #defines for the hotchar in the SLIP and PPP line disciplines
1998-02-13 12:46:28 +00:00
phk
3a8117ec4d
Hmm, it is generally an advantage to commit the most recent version of
...
ones changes: A faster character painter procedure and fix on cursor
bug.
1998-02-13 11:31:34 +00:00
kato
c0ce8e5301
Use RDMSR instruction instead of WRMSR.
1998-02-13 09:34:42 +00:00
kato
cf182e9c4c
Sync with sys/i386/isa/npx.c revision 1.56.
1998-02-13 09:32:50 +00:00
kato
0c954cc6d4
Sync with sys/i386/isa/clock.c revision 1.110.
1998-02-13 09:32:17 +00:00
kato
c31348ec3f
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.254 and
...
1.37, respectively.
1998-02-13 09:31:35 +00:00
jkh
7fe482c8b0
MF22: correct bogus failure return.
1998-02-13 08:01:01 +00:00
bde
f571342745
Staticized.
1998-02-13 07:34:52 +00:00
bde
b8c473161f
Don't (conditionally) override the kernel's min() and max() functions
...
with macros. This breaks if the functions are replaced by macros with
unsuitable semantics. Define a MAX() macro unconditionally instead.
max() is unsuitable since we need a constant expression. Don't define
MIN() - we never used min().
1998-02-13 07:09:38 +00:00
bde
ef1ebbaf54
Ifdefed SMP-only declarations.
1998-02-13 06:59:22 +00:00
bde
6ef28c2f03
Don't generate warnings for test coverage checking when compiling LINT.
...
Generate code instead.
1998-02-13 06:49:16 +00:00