peter
273a7df369
Use bailout() to exit (restores the screen).
...
Close the message catalog in bailout.
2005-01-12 17:47:07 +00:00
drochner
9f4d33cf9a
On my laptop, the SMI handler for the TCO interrupt appearently
...
re-tickles the watchdog, keeping the system from rebooting.
So enable the SMI for TCO only if the hardware reset is not available,
as a last resort.
2005-01-12 17:45:58 +00:00
kent
d69abf4ca0
- make this compile
...
- style fixes
2005-01-12 17:43:19 +00:00
peter
138a7b7812
s/select/poll/
2005-01-12 17:41:56 +00:00
peter
cc5f6766b3
ANSIfy & KNF. No functional changes.
2005-01-12 17:38:40 +00:00
xtraeme
80a3a0790b
* Kill __P()
...
* ANSIfy
* Remove main() prototype
2005-01-12 17:19:23 +00:00
xtraeme
ea13a7dd7d
ANSIfy another function missed in previous.
2005-01-12 17:10:05 +00:00
xtraeme
5c1d419d06
* Kill __P()
...
* ANSIfy
* No parenthesis are needed around the return value
2005-01-12 17:04:35 +00:00
xtraeme
b363f90b86
WARNS=3
2005-01-12 16:42:45 +00:00
drochner
bad8321653
apply "& WDOG_MODE_MASK" at some places, fixes termination of the
...
usermode tickler process and watchdog display,
make error handling more reasonable in case a wdog disappeared
2005-01-12 16:18:39 +00:00
drochner
3ad43282d2
apply an "& WDOG_MODE_MASK" so that user mode watchdogs started with "-A"
...
are terminated properly
2005-01-12 16:14:35 +00:00
kent
986f217c29
remove empty auixp_open() and auixp_close(). They are optional.
...
style fixes
* Don't associate a name with the types
* The function type must be declared on a line by itself
preceding the function.
* DO NOT initialize variables in the declarations.
* No parentheses are needed around the return value.
2005-01-12 15:54:34 +00:00
drochner
6e2d41ee05
cgd??? swwdog!!!
2005-01-12 15:16:33 +00:00
wiz
cdbe2b9d33
New sentence, new line.
2005-01-12 14:54:51 +00:00
wiz
d842ef9bbd
New sentence, new line, and fix a typo.
2005-01-12 14:54:45 +00:00
wiz
96df258a18
ie -> i.e.
2005-01-12 14:52:51 +00:00
wiz
1c849ffcd5
New sentence, new line; add an article.
2005-01-12 14:50:36 +00:00
xtraeme
4ed1105b0d
WARNS=3
2005-01-12 14:45:26 +00:00
wiz
379e07e3ac
Use \*[Am] and \*[Gt], like before the previous revision; use .In; minor other changes.
2005-01-12 14:44:11 +00:00
xtraeme
2abf3ae985
WARNS=3
2005-01-12 14:41:29 +00:00
xtraeme
1ac55ee68a
Kill __P(), ANSIfy, WARNS=3
2005-01-12 14:35:56 +00:00
wiz
c3005f5671
Use .In for including header files, remove some unnecessary quotes.
2005-01-12 14:35:55 +00:00
yamt
e4666bf785
don't reserve (uvm_mapent_reserve) entries for malloc/pool backends
...
because it isn't necessary or safe.
reported and tested by Denis Lagno. PR/28897.
2005-01-12 09:34:35 +00:00
simonb
3f75969658
Add (unsigned char) casts to is{digit,lower,space,upper} calls.
2005-01-12 09:04:53 +00:00
kent
47102b749e
note audio filter pipeline
2005-01-12 06:58:40 +00:00
christos
cef96160f5
more cleanups, WARNS=3
2005-01-12 05:45:23 +00:00
xtraeme
61ae8d8c7b
Kill __P() and ANSIfy, ok christos.
2005-01-12 05:34:23 +00:00
christos
d1ac9947b2
fix compile issue.
2005-01-12 05:27:48 +00:00
christos
d205f30a4b
fix compile issue and de-lint
2005-01-12 05:27:35 +00:00
christos
ac0a767984
bump libutil.
2005-01-12 03:37:16 +00:00
christos
c9cb0c3bbd
adapt to pw_gensalt() change.
2005-01-12 03:36:12 +00:00
christos
28e33dbb3b
Use pw_gensalt() instead of using the cipher functions directly. Simplifies
...
the code a lot.
2005-01-12 03:35:34 +00:00
christos
5b5b914e5a
adapt to pw_gensalt() changes.
2005-01-12 03:34:58 +00:00
christos
4c3e77eff3
add pw_getpwconf(), bump.
2005-01-12 03:34:33 +00:00
christos
4f49701cc6
modify footprint of pw_gensalt().
2005-01-12 03:33:32 +00:00
christos
ce097a4b71
add pw_getpwconf()
2005-01-12 03:33:11 +00:00
christos
3131ddcccc
- change the gensalt functions to take an optional string instead of
...
the number of rounds.
- make pw_gensalt() more generic, so that it does not depend in libutil.
2005-01-12 03:32:52 +00:00
christos
b2f0c10f07
undo accidental commit with MKPAM=yes
2005-01-12 01:46:03 +00:00
christos
f8b8ae274a
Always print pam error in messages
2005-01-12 01:45:32 +00:00
christos
6c0f1bcc27
:x
2005-01-12 01:45:31 +00:00
christos
0e59802be5
Fail closed for NetBSD. If /etc/pam.d and /etc/pam.conf are missing, then
...
return PAM_SYSTEM_ERR. This is done by checking that chains have at least
one member.
2005-01-12 01:38:23 +00:00
dyoung
f9f7b262bb
One of my users stumbled over a bug: src/distrib/sets/makeplist
...
uses find(1) in a non-POSIX way. The trouble is that -maxdepth is
not an option for POSIX find(1). His NetBSD 1.6.2 system tripped
over that. I converted the -maxdepth uses to -prune, which is
POSIX-compatible.
While I was in makeplist, I wrote a comment about the xargs/find/read
cleverness that I use to generate the @dirrm directives.
2005-01-12 01:38:04 +00:00
christos
68e7a6e2e1
SRCS is not needed.
2005-01-12 01:21:14 +00:00
lukem
6ea8d362d6
Rework PAM defaults:
...
MKPAM=yes # provide infrastructure by default (unless MKPIC=no)
USE_PAM=no # don't compile PAM support in by default
2005-01-12 00:39:48 +00:00
christos
59bf3abf20
gc unused file.
2005-01-12 00:38:17 +00:00
lukem
aa8cb2a456
If RESCUEDIR is defined, automatically add that to CPPFLAGS
2005-01-12 00:32:59 +00:00
reinoud
73b0466ba9
Update copyright date
2005-01-12 00:28:54 +00:00
reinoud
5c590de03d
Update copyright messages
2005-01-12 00:28:03 +00:00
reinoud
9695bde219
Add auixp(4) driver for the architectures that are known to have the ATI
...
IXP chipset.
2005-01-12 00:18:16 +00:00
reinoud
8bb284d8f6
Note addition of auixp(4) driver
2005-01-12 00:12:10 +00:00