uwe
03bdc52085
#include <crypto/rijndael/rijndael-api-fst.h> to make this compile.
2003-08-28 22:31:46 +00:00
thorpej
f3552c7ce0
Make sure we consistently report DT when sending an xfer mode async event.
2003-08-28 22:16:01 +00:00
dsl
cb20da8aae
Add options_def.h to DPSRCS and CLEANFILES
2003-08-28 22:04:23 +00:00
manu
850173c462
Correctly get framebuffer dimensions
2003-08-28 21:47:02 +00:00
wiz
5526319b35
In emacs mode, when expanding file names containing characters that should
...
get quoted with <ESC>*, _do_ quote them.
Patch from Federico Schwindt fgsch@openbsd -- thanks!
[rev 1.25 in OpenBSD version of this file]
2003-08-28 19:53:32 +00:00
wiz
9fdd63d776
From FreeBSD bug report 54294, via Jonathan Gray and then jmc@openbsd:
...
-l option to ls(1) gives all permissions, not just owner and group.
2003-08-28 19:44:09 +00:00
wiz
c5400d5e9a
Sync termios(4) with header file. Reported by Vink Joris.
...
Diff provided by jmc@openbsd -- thanks!
2003-08-28 19:39:40 +00:00
thorpej
7ac69b3354
* Make matching and chip info table-driven.
...
* Print product name and revision at attach time.
* Use aprint_*().
2003-08-28 19:00:52 +00:00
wiz
829e2cfa46
Bump date for last.
2003-08-28 18:55:16 +00:00
thorpej
a81f6a99c2
Remove an unnececssary PCI config read.
2003-08-28 18:13:33 +00:00
heas
3efa170e45
add myself
2003-08-28 16:59:14 +00:00
xtraeme
8d24bc30f3
Add myself to the list of developers
2003-08-28 16:38:23 +00:00
mrg
7f2b4aa8bd
fix error in previous
2003-08-28 16:36:22 +00:00
dsl
43d69358c2
Use the options.awk script to generate options_def.h (as in nvi distribution).
...
Modify options.awk to detect an incorrectly sorted options array.
NB: if GTAGS is undefined theses sources will still generate invalid programs.
2003-08-28 16:23:40 +00:00
dsl
eb24d00445
nvi's version should be nb10 - I just added 1 yesterday :-(
2003-08-28 16:15:47 +00:00
elric
6ab21fc010
Add sorting based on last login time via -t (most recent first a la ls(1)).
...
Add reverse of current sort via -r (like ls(1) as well.)
Add a couple of lines of documentation to the man page about the two new
options.
2003-08-28 15:54:41 +00:00
thorpej
8cc6a38914
Regen; spell Hifn correctly, add more Hifn products.
2003-08-28 15:18:32 +00:00
thorpej
9ecf7b4619
Hi/Fn is now spelled Hifn. Add some more Hifn products (from openbsd).
2003-08-28 15:17:54 +00:00
thorpej
16bab1291f
Hi/Fn is now spelled Hifn.
2003-08-28 15:15:43 +00:00
cl
d194415ee8
add myself.
2003-08-28 15:15:28 +00:00
thorpej
873a015164
ANSI'ify (matches change in openbsd v1.140 of this file).
2003-08-28 15:05:10 +00:00
ragge
b6d1d6091d
Keep track of which addresses that are used by devices, so that probing
...
do not fiddle with registers on already found devices.
2003-08-28 14:59:06 +00:00
enami
2340975258
Use vm_map_{min,max}() rather than accessing struct vm_map.header.{start,end}
...
directly.
2003-08-28 14:54:32 +00:00
dsl
d264f181ea
Fix typo in 'help', bump date in vi.1
2003-08-28 14:44:48 +00:00
dsl
5e8df6a3d7
Add definition of matchchars
2003-08-28 13:25:13 +00:00
dsl
41efebfb61
Make the order of these defines match the correctly sorted definition
...
in options.c.
Is there any reason why we don't use options.awk so this file would
always be correct? (especially if the awk script checked the sort)
2003-08-28 13:19:05 +00:00
pk
9a4aea0127
When retiring a swap device with marked bad blocks on it we should update
...
the `# swap page in use' and `# swap page only' counters. However, at the
time of swap device removal we can no longer figure out how many of the
bad swap pages are actually also `swap only' pages.
So, on swap I/O errors arrange things to not include the bad swap pages in
the `swpgonly' counter as follows: uvm_swap_markbad() decrements `swpgonly'
by the number of bad pages, and the various VM object deallocation routines
do not decrement `swpgonly' for swap slots marked as SWSLOT_BAD.
2003-08-28 13:12:17 +00:00
tron
1fc6b8eac2
Fix logic error in last change which caused GCC 3.x to be the default for
...
several platforms unintentionally.
2003-08-28 12:28:34 +00:00
wiz
a24c4806d6
Nm -> Fn getnameinfo; grammar improvements; markup improvement;
...
all from jmc@openbsd, thanks.
2003-08-28 12:03:08 +00:00
agc
8fcc4625a4
Use bounded string op (snprintf instead of sprintf) for an automatic
...
array which is used to calculate the maximum width of a scroll entry
item. Previous use of sprintf would blindly overwrite the stack if
there were more than 100 characters in an entry item.
2003-08-28 11:32:33 +00:00
tron
aae64118ef
Add missing blank line.
...
Don't treat pointers as boolean values.
2003-08-28 10:58:37 +00:00
ragge
3627139aef
Add qt.
2003-08-28 10:07:34 +00:00
ragge
b17488c45b
Add qt as the DELQA-PLUS driver.
2003-08-28 10:04:28 +00:00
ragge
bc6fe7fbed
Driver for the DELQA-PLUS card in Turbo mode, from 2.11BSD, written by
...
Steven M. Schultz.
2003-08-28 10:03:32 +00:00
isaki
589895ff03
Delete unnecessary RCSID.
2003-08-28 09:47:07 +00:00
wiz
520d0eab98
Bump date for CAVEATS; fix punctuation usage in one place;
...
drop trailing space; use \*[Am] instead of & for HTML generation.
2003-08-28 09:39:11 +00:00
itojun
467deb61ca
rijndael-api-fst.h is not needed
2003-08-28 08:38:19 +00:00
mrg
4245208cbc
don't include opt_coda_compat.h unless _KERNEL_OPT. also, only include it
...
once...
2003-08-28 05:55:19 +00:00
dsl
ea28621fa8
Bump nvi to nb9 for addition of :set matchchars
2003-08-28 05:04:28 +00:00
dsl
68b9f13602
Bump for inclusion of :set matchars
2003-08-28 05:00:09 +00:00
mrg
d47feee1f7
can't print size_t with %d
2003-08-28 01:55:17 +00:00
thorpej
0ee518aff8
Print out a bit more information about which part is present at attach
...
time, generally tidy up autoconfiguration messages.
2003-08-28 01:53:06 +00:00
itojun
e3a97c1624
use NI_NUMERICHOST for 2nd invocation
2003-08-28 01:49:30 +00:00
itojun
9de573eee1
add int error in CAVEAT
2003-08-28 01:46:45 +00:00
itojun
91c72951cb
add CAVEATS section
2003-08-28 01:43:14 +00:00
fvdl
7674ed5fa0
Support the BCM5704C rev 3. From Nicolas Joly, PR 22620
2003-08-27 23:13:50 +00:00
dsl
904ed3bb04
An ever sneakier way of making memcmp and bcmp use the same code:
...
__strong_alias(memcmp,bcmp)
2003-08-27 22:53:18 +00:00
dsl
d0db314661
Use memset not bzero to help shrink alpha bootxx_lfs
...
(sys/arch/alpha/stand/common/start.S also uses bzero, I don't know
any alpha opcodes so cant change that one...)
2003-08-27 22:42:08 +00:00
thorpej
0f48886732
Fix some diagnotic printfs.
2003-08-27 22:07:57 +00:00
itojun
ca14877c77
reject rc5/idea/mdc2 commands if OPENSSL_NO_xx is specified
2003-08-27 21:05:02 +00:00