Commit Graph

210623 Commits

Author SHA1 Message Date
pgoyette
d2616fb0aa The k_helper3 program does not need to be (and shouldn't be) installed
in its own subdirectory.
2012-04-14 02:46:17 +00:00
nakayama
3be522d63f Remove duplicate code. 2012-04-14 02:15:01 +00:00
christos
0934ef62e5 a clarification, an a formatting nit. 2012-04-14 02:01:12 +00:00
christos
07636659d9 Minimize diffs. 2012-04-14 01:34:37 +00:00
christos
e457beb983 new flag. 2012-04-14 01:34:08 +00:00
christos
3765cebf73 - If fd == NULL, do the dance with opening /dev/tty
- Add a flag to enter a newline when we are done.
2012-04-14 01:33:43 +00:00
pgoyette
04ec1fc554 Create the directory for the helper program; hopefully fixes the build
break.

XXX It's odd that k_helper3 needs to have its directory pre-created, when
XXX k_helper, k_helper2, and k_uvm don't need it...
2012-04-14 00:14:22 +00:00
christos
4dd26a2880 use getpassfd() 2012-04-13 23:57:08 +00:00
christos
ffed4f27af add more options. 2012-04-13 23:29:14 +00:00
christos
f1232d151c replace the custom getpass with getpassfd() 2012-04-13 16:36:37 +00:00
wiz
2306ff07c8 Sort errors. 2012-04-13 16:32:15 +00:00
yamt
3b2f9a6361 comment 2012-04-13 15:38:04 +00:00
yamt
6c548e4b68 add a big comment
(copy and paste from cvs log rev.1.1)
2012-04-13 15:37:12 +00:00
yamt
88246c7ae3 comment 2012-04-13 15:35:57 +00:00
yamt
36347bfd16 uvm_km_kmem_alloc: don't hardcode kmem_va_arena 2012-04-13 15:34:42 +00:00
yamt
a630250ee1 comments 2012-04-13 15:33:38 +00:00
yamt
ea84519110 comment 2012-04-13 15:32:15 +00:00
yamt
6e7d55c554 - do_sched_getparam: release locks earlier.
- add comments
2012-04-13 15:27:13 +00:00
yamt
8cd2291e6a needs sys/lwpctl.h for constants 2012-04-13 15:14:58 +00:00
yamt
0df0c59ba6 - fix ambiguous sentences.
- mention scheduling class.
2012-04-13 15:14:27 +00:00
pgoyette
84c6871a07 Let's get it right this time. 2012-04-13 15:02:37 +00:00
pgoyette
bfea36353b Put k_helper3 in the correct location. 2012-04-13 14:54:39 +00:00
ttoth
8be0dba80d prepare for chfs's makefs 2012-04-13 14:50:35 +00:00
christos
d6d7452b38 prefer ETIMEDOUT. 2012-04-13 14:42:18 +00:00
christos
5d7ab7f99c add timeout to getpassfd. 2012-04-13 14:39:49 +00:00
christos
77cac556d1 add timeout. 2012-04-13 14:39:34 +00:00
christos
98ba7d206f - don't update the length of the buffer until the allocation succeeds
- print only printable characters otherwise print '?'
2012-04-13 14:16:27 +00:00
cegger
fbb3a1d6f5 replace amdtempbus with amdnb_miscbus.
pointed out by pgoyette@
2012-04-13 13:36:57 +00:00
cegger
c42e0053b0 Replace amdtempbus with amdnb_miscbus.
This allows us to have independent drivers on the same device (northbridge f3)
each coming with a certain functionality/feature.
This way we do not need to mess with amdtemp(4) to utilize other features.
2012-04-13 13:11:16 +00:00
njoly
d2c0752725 Do not re-add -mieee option on alpha, it's already set by default. 2012-04-13 12:31:19 +00:00
cegger
5828a00eed - support AMD Family15h
- deregister pmf on detach
2012-04-13 12:14:41 +00:00
cegger
84c7344590 regen. 2012-04-13 12:04:11 +00:00
cegger
eb047aba90 Add AMD Family15h ids 2012-04-13 12:03:14 +00:00
jruoho
e49dc377ca Add a helper program that loads a module and returns the errno from modctl(8).
XXX: As noted on tech-kern@, the syscall should be modified to fail
     consistently with a given predefined errno on non-MODULAR kernels.
2012-04-13 07:05:32 +00:00
wiz
78f50b6e04 Bump date for previous. 2012-04-13 06:38:55 +00:00
wiz
3193029c4f Remove trailing whitespace. 2012-04-13 06:38:18 +00:00
mrg
91a679a45c allow kmem_guard_depth to be set in the config file. 2012-04-13 06:27:02 +00:00
mrg
18f8e19f58 don't bother whining about bogusintr on zs. 2012-04-13 06:26:04 +00:00
jruoho
144c5468dc Although this does not fail, add a case for the discussion in PR bin/46327. 2012-04-13 06:12:32 +00:00
jruoho
93242fdaae Xfail on qemu unconditionally after all. 2012-04-13 06:10:55 +00:00
christos
4e156f338e unconfuse lint; XXX: should really fix lint. 2012-04-13 02:20:50 +00:00
rkujawa
a0e4064467 Mention that FastATA 1200 Mk-IV CF/SATA edition is also supported. 2012-04-13 01:12:32 +00:00
christos
311b90b920 add GETPASS_ECHO_STAR 2012-04-12 23:16:38 +00:00
macallan
f8ec5c70cf in 32 bit colour assume RGB ordering, allow override using a device property 2012-04-12 22:36:15 +00:00
christos
22b1441247 add getpassfd 2012-04-12 22:10:05 +00:00
christos
2968c226a9 name protection for getpassfd 2012-04-12 22:08:46 +00:00
christos
dd362f33aa man page for getpassfd 2012-04-12 22:08:32 +00:00
christos
7def94a8ad add getpassfd 2012-04-12 22:08:02 +00:00
christos
969c948d8b add getpassfd() that gives us even more fine grain control on how to get
the password.
2012-04-12 22:07:44 +00:00
wiz
0e4c610c3c Remove trailing whitespace. 2012-04-12 20:15:37 +00:00