agc
57ef716bf6
Document the --version switch to print out the version information from
...
the libopenpgpsdk(3) library
2009-02-02 20:24:36 +00:00
agc
c350af2e45
Document the function to get the version information for the openpgpsdk
...
library.
2009-02-02 20:21:26 +00:00
agc
40cade5517
Add a --version command to the openpgp utility, and document it. The
...
version is grabbed from the openpgpsdk library.
Make openpgp just include the one catch-all openpgpsdk header file.
2009-02-02 20:13:59 +00:00
abs
c145c58334
support gemdos as a type of unmounted filesystem during set selection
2009-02-02 18:38:37 +00:00
joerg
90e9431320
Include the right header to get usb_hid_descriptor_t.
2009-02-02 18:15:36 +00:00
tsutsui
191f7dda19
- u_int8_t -> uint8_t
...
- use ANSI function decls
2009-02-02 15:59:20 +00:00
tsutsui
849e430f36
Remove obsolete #if defined(LKM) block. PR kern/40513
2009-02-02 15:57:51 +00:00
joerg
e2e8a79757
Include guards and match usbd_get_hid_descriptor prototype and
...
implementation.
2009-02-02 14:12:01 +00:00
haad
07b62696b9
Add support for loading pseudo-device drivers. Try to autoload modules from
...
specs_open routine. If devsw_open fail, get driver name with devsw_getname
routine and autoload module.
For now only dm drivervcan be loaded, other pseudo drivers needs more work.
Ok by ad@.
2009-02-02 14:00:27 +00:00
enami
ad526ef003
- An errno is missed in rev. 1.11 while converting return statement to
...
goto statement.
- A local variable still in use is intercepted in rev. 1.6. Define and
use variable of its own.
2009-02-02 11:19:29 +00:00
apb
1cdee1d2a2
The -d or -t flag must appear after -c/-C/-e/-E flags, because of the
...
way we add the device name. after the flags.
Addresses PR 40495 from Ryo HAYASAKA.
2009-02-02 09:24:47 +00:00
uebayasi
9281ce080c
Make nbpwd_mkdb always generate version 1 by deciding version depending on
...
sizeof(pw_change). No objection on tech-userlevel.
2009-02-02 04:24:18 +00:00
wiz
7eff20f8db
New sentence, new line.
2009-02-02 03:27:37 +00:00
yamt
5e978bf3b6
remove a non-ascii comment.
2009-02-02 00:10:18 +00:00
yamt
e1146d7ee9
back to malloc for now as wapbl_biodone is called by softint.
2009-02-02 00:07:06 +00:00
hubertf
47da095c98
-c: make it clear where the file hierarchy starts
...
-I, -E: they also work with -C, not just with -D
2009-02-01 22:37:22 +00:00
hubertf
dde9e1886b
When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errno
...
to print what's actually wrong
2009-02-01 22:36:24 +00:00
pooka
233a89adc0
Drop splnet() *after* tsleep instead of before. Fixes a race condition
...
between sleep and wakeup. (tested on NetBSD 4.0)
2009-02-01 21:25:06 +00:00
ad
c26577a1b0
Apply kmem patch posted to tech-kern.
...
- Add another level of caches, for max quantum cache size -> PAGE_SIZE.
- Add debug code to verify that kmem_free() is given the correct size.
2009-02-01 18:51:07 +00:00
ad
58fb9db514
Apply pipe patch posted to tech-kern, slightly updated:
...
- Cache kva.
- Convert to use mutex_obj_alloc().
- Make better use of pool_cache.
Also:
Disable direct transfers for the moment. I believe there may be a bug that
can cause transfers to stall when switching between direct/buffered access.
I think this has most recently been run into on 'denver' but I have seen it
as far back as 3.1.
(As an aside, direct is a not a clear win on modern systems with large cache
and high TLB invalidation overhead. Particularly so on MP systems, although
micro benchmarks may report otherwise because they typically do not tax the
system. Anyone want to write a decent benchmark?)
2009-02-01 18:23:04 +00:00
ad
74d10dbea4
PR kern/40469 5.0_BETA/amd64 INSTALL kernel panics when installing on log-enabled filesystems
...
PR kern/40470 WAPBL corrupts ext2fs
Don't touch inodes at all unless VOP_FSYNC(). Might fix the ext2fs problem,
I am not sure.
2009-02-01 17:36:43 +00:00
pooka
0b60e66a6d
enable GATEWAY
2009-02-01 17:05:26 +00:00
pooka
b660d07d87
Init ipflow pool dynamically instead of using a linkset.
2009-02-01 17:04:11 +00:00
skrll
07a88e53a6
Fix printing of tv_sec,tv_usec in UVMHIST.
2009-02-01 14:25:11 +00:00
wiz
e0de6d25c7
Bump date for previous.
2009-02-01 12:59:05 +00:00
yamt
168debd7ec
note some options' optarg in DESCRIPTION as well.
2009-02-01 08:12:25 +00:00
yamt
ca6221a5b3
make -o option consistent with others.
2009-02-01 07:55:42 +00:00
mrg
ec49af9bdc
fill in cflags for freetype. make xft-config.in depend on Makefile,
...
so that changes to the Makefile cause rebuilds.
fixes PR#40285.
2009-01-31 21:23:45 +00:00
agc
fed46fd602
Remove a block of text, which wiz had commented out - it was not meant to
...
be.
2009-01-31 16:00:18 +00:00
agc
8588595fb1
Add an entry for libopenpgpsdk. Thanks to wiz for the nudge.
2009-01-31 15:57:55 +00:00
yamt
fc774e4e61
settime1: fix a bug i introduced when i made l_stime use monotonic time.
...
from Matthias Drochner on tech-kern@. PR/40511 from Martin Husemann.
2009-01-31 15:53:36 +00:00
pooka
cd37e181af
flags|=PG_WANTED instead of flags=PG_WANTED
2009-01-31 15:13:18 +00:00
tsutsui
aa1af4640d
Disable LOAD_NOTE on floppy boot.
...
Tested by isaki@ and fixes PR install/38943 on x68k.
2009-01-31 14:22:21 +00:00
wiz
127b1b6933
mdoclint cleanup:
...
remove trailing whitespace and a few nits.
2009-01-31 14:16:34 +00:00
wiz
8edb63eafb
Add all options to SYNOPSIS.
...
Sort option descriptions.
Describe --passphrase, while it still is supported.
Use more markup.
Comment out block of text that didn't make sense to me in the context.
Punctuation improvements.
2009-01-31 14:14:10 +00:00
bouyer
af9cd4822a
Under some circunstance, the JMC250A2 (and maybe others) can enter a state
...
where INTA is asserted while no enabled interrupts are pending, which
cause a continous strean if interrupts with no way to clear it.
Clearing/resetting the enabled interrupt mask in the interrupt handler seems
to workaround this issue (this is what the FreeBSD driver does).
While there properly return 0 if the interrupt was not for us, and explicitely
disable JME_TMCSR in addition to TIMER1 and TIMER2.
2009-01-31 13:57:03 +00:00
martin
c7cc01c1be
Add id for 5090 variant - reported in PR kern/40524 by Andrew Daugherity.
2009-01-31 13:54:10 +00:00
bouyer
12ae2b8914
Pass a bus_space_tag_t as first argument of bus_space_unmap, not an int.
2009-01-31 13:49:29 +00:00
roy
5d89f8af11
Import dhcpcd-4.0.9
2009-01-31 13:33:04 +00:00
roy
366affd3d0
Import dhcpcd-4.0.9
...
Changes from dhcpcd-4.0.8
* Add a bit more pedantic error checking
* Zero the DHCP message struct instead of trying to terminate the options
2009-01-31 12:57:30 +00:00
martin
81ebd85110
Make it attach on JavaStation KRUPS again
2009-01-31 10:35:38 +00:00
yamt
740c75e25d
- malloc -> kmem_alloc
...
- kill WAPBL_UVM_ALLOC.
- kill wapbl_blk_pool to reduce #ifdef.
2009-01-31 09:33:36 +00:00
yamt
18be80bfbe
0 -> NULL
2009-01-31 09:22:08 +00:00
yamt
e52a72295f
wapbl_log_position: 1 -> MNT_WAIT
2009-01-31 09:14:15 +00:00
yamt
cec5254ed7
uvm_swapin: uncomment an assertion which is now ok.
2009-01-31 09:13:09 +00:00
plunky
8f0a91453b
Fix a problem which prevents remote parties connecting to our NAP service,
...
we got the services mixed up.
2009-01-31 07:21:15 +00:00
isaki
80a3550743
Revert previous one. It has already fixed in net.h,v 1.25.
2009-01-31 06:22:46 +00:00
lukem
bc395719cc
sign-compare fix
2009-01-31 06:08:28 +00:00
hira
104ce1db3a
Fix typo in comment (OUT -> OUI).
2009-01-31 05:44:05 +00:00
isaki
28468b1f07
Fix build error. Declare getsecs() before (re-)defining it.
2009-01-31 04:11:28 +00:00