christos
09f431f5bf
Add libutil.
2002-09-20 21:23:02 +00:00
christos
5b90483a76
use snprintb()
2002-09-20 21:21:53 +00:00
christos
3be5c8ee9c
Regression test for snprintb(3)
2002-09-20 21:13:28 +00:00
christos
6a066bf4a4
Add snprintb(3)
2002-09-20 21:11:36 +00:00
christos
d0a6aa04fc
Add rcsid, config.h
2002-09-20 21:11:11 +00:00
christos
4ac3045a5a
Add snprintb(3) inspired from bitmask_snprintf(9), but made to look like
...
more like snprintf(3). Discussed with thorpej.
2002-09-20 21:10:10 +00:00
itojun
129dc41857
make sure to use %s on printf format string. xs@kittenz.org
2002-09-20 21:01:31 +00:00
mycroft
7d5f560aeb
Minor rearrangement.
2002-09-20 21:00:01 +00:00
mycroft
956ffb1e5c
Remove an unused declaration.
2002-09-20 20:58:12 +00:00
jschauma
9f40601644
comment out the (no longer) builtin newgrp
2002-09-20 20:57:58 +00:00
mycroft
67ba9a5805
select() -> poll()
...
Also, turn off talk announcements; it's a wretched hack.
2002-09-20 20:54:15 +00:00
jschauma
b186175fa1
We don't have 'newgrp' -> ifdef the builtin alias. This prevents
...
the shell from unexpectedly dying if a user enters the (nonexistent)
'newgrp' command. OK'd by perry.
As seen in OpenBSD.
2002-09-20 20:07:09 +00:00
mycroft
a5f0bfc173
Set fd of unused pollfd entries to -1.
2002-09-20 19:51:33 +00:00
mycroft
012f202229
Minor simplification.
2002-09-20 19:49:59 +00:00
mycroft
39f9b8328c
Set fd of unused pollfd entries to -1.
2002-09-20 19:48:58 +00:00
mycroft
ab637af34b
Minor cosmetica.
2002-09-20 19:23:58 +00:00
mycroft
9a36a8340f
Use the argument to stilloob() for the poll...
2002-09-20 19:13:24 +00:00
mycroft
e62e5a8b1a
Remove dead code.
2002-09-20 19:11:17 +00:00
mycroft
49ac051d58
Remove a small piece of dead code.
2002-09-20 19:07:34 +00:00
mycroft
48aa4a8c4d
If we're searching for a huntd, probe local_address along with broadcast
...
addresses.
2002-09-20 17:27:57 +00:00
mycroft
e92308f210
select() -> poll()
2002-09-20 15:47:19 +00:00
mycroft
f90ffa1f0c
select() -> poll()
2002-09-20 15:23:06 +00:00
mycroft
bead6c7cd4
Use STDIN_FILENO/STDOUT_FILENO as appropriate.
2002-09-20 15:23:05 +00:00
mycroft
1ae4d43ce6
select() -> poll()
2002-09-20 15:15:49 +00:00
pooka
e59b54da09
regen
2002-09-20 15:03:22 +00:00
mycroft
ace9bd9c2e
select() -> poll(), nanosleep()
2002-09-20 15:00:06 +00:00
pooka
c19950f9de
Add vendor Dynalink and a few devices by other manufacturers for use
...
in the iwic ISDN driver.
2002-09-20 14:59:58 +00:00
kanaoka
c9aa0785fe
Add support for "Intel 82801DB LPC".
...
kern/18348: From Andreas Wrede <andreas@planix.com>.
2002-09-20 14:52:39 +00:00
joda
a9b4e358d7
make sure the client creates a subkey; also make the server check that
...
it actually got a subkey, and if not use the session key
2002-09-20 14:45:29 +00:00
mycroft
ae69ed2b35
select() -> poll()
2002-09-20 14:16:03 +00:00
uwe
fd3534dbc5
Nit-pick: use || instead of | in the test. Ok by simonb.
2002-09-20 14:09:45 +00:00
mycroft
562704fd8f
select() -> poll()
2002-09-20 13:30:18 +00:00
mycroft
648377324d
select() -> poll()
2002-09-20 13:08:21 +00:00
christos
322bb64a6e
Discourage use of $*, prefering "$@", since it is white-space preserving.
2002-09-20 12:57:33 +00:00
martti
3b553bac54
Added (commented out) IPFILTER_DEFAULT_BLOCK.
2002-09-20 10:39:48 +00:00
mycroft
c2748cb222
select() -> poll()
2002-09-20 06:02:25 +00:00
lukem
1b2d905cd0
cast "%ld", xxx.tv_sec to a long
2002-09-20 04:12:42 +00:00
junyoung
48910dcfc1
Cosmetic changes (long lines).
2002-09-20 03:39:22 +00:00
uebayasi
90abde1a33
.Xr each other.
2002-09-20 03:35:33 +00:00
wrstuden
4f7aaad83c
Re-add own alloc(). Recent issues with kernels randomly dying on boot
...
are related to using libsa's alloc(). Problems go away with this alloc().
The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.
2002-09-20 03:20:24 +00:00
jdarrow
aec33ab640
Very belatedly add myself
2002-09-20 01:30:41 +00:00
oster
8a7eefa217
Another couple of functions that arn't used unless one is debugging RAIDframe.
2002-09-19 23:29:03 +00:00
oster
5faa29ac7d
Introduce RF_DEBUG_MAP, and use it to ignore more rarely used code.
2002-09-19 23:23:19 +00:00
ad
600684fe1c
Also initalize dz_sc for each line.
2002-09-19 23:22:56 +00:00
oster
bc235cf75b
Introduce and use RF_DEBUG_PSS, and save a few more bytes.
2002-09-19 22:52:52 +00:00
oster
0c1690c441
One signal will do, thanks.
2002-09-19 22:41:51 +00:00
oster
c3bab92ad6
Nuke an obsolete comment.
2002-09-19 22:36:23 +00:00
lukem
94989d34ca
switch from checking USE_NEW_TOOLCHAIN == yes to TOOLCHAIN_MISSING != yes,
...
and don't bother with tc.old any more
2002-09-19 22:04:34 +00:00
mycroft
176cc386e1
If we can't set FD_CLOEXEC on a listening socket, close it rather than allowing
...
it to be passed down to inetd's children.
Note: Setting FD_CLOEXEC can't actually fail, but we did check for the error
anyway...
2002-09-19 21:59:03 +00:00
rearnsha
efc53cb5f7
Pull up the following patch from FSF GCC (fixes aborts when compiling
...
large functions for ARMv4):
Fri Nov 12 13:31:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
addresses the same way GO_IF_LEGITIMATE_INDEX does.
2002-09-19 21:52:29 +00:00