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
mycroft
227330d532
Slight redux.
2002-09-19 21:26:56 +00:00
mycroft
804a85524e
select() -> poll()
2002-09-19 21:12:10 +00:00
mycroft
59edfd2c03
Simplify the accept() code a little -- sockaddr_storage is fine for both
...
AF_LOCAL and AF_INET{,6}.
2002-09-19 20:35:56 +00:00
mycroft
4082cae6ac
If we exit because the pid file is locked, syslog that.
2002-09-19 20:22:32 +00:00
mycroft
e1a3e519ec
select() -> poll(), nanosleep()
2002-09-19 20:08:58 +00:00
joda
ee1dfded94
change unconfigured error code back to ENXIO
2002-09-19 19:48:33 +00:00
joda
7417b5942f
de-__P and comment out all parameter names
2002-09-19 19:22:53 +00:00
nathanw
4b6782ddb3
Slight wording cleanup in a comment.
2002-09-19 19:04:50 +00:00
oster
f6127d1018
Introduce and use RF_DEBUG_STATES to save a bit more kernel space.
2002-09-19 18:54:50 +00:00
nathanw
4a30a46eca
Regen.
2002-09-19 18:53:00 +00:00
nathanw
d6e8dbd366
Add AMD 761 system controller and ppb.
2002-09-19 18:50:45 +00:00
oster
f1113b29c2
Nuke old (and now incorrect) comment.
2002-09-19 17:55:22 +00:00
ragge
5e6a28c57c
Adopt to boot block change; check for LUN on SCSI disks also.
2002-09-19 17:41:58 +00:00
ragge
a5beda58fa
Remove the (today) unneccessary boot unit number conversions for rom-booted
...
disks. This allows for booting from different LUNs on SCSI disks.
2002-09-19 17:41:21 +00:00
ragge
77d3833330
Need strtoul() also.
2002-09-19 17:37:32 +00:00
thorpej
771b8c8404
Change the TOOLCHAIN_MISSING from == "no" to != "yes", to be consistent
...
with the other tests of this variable.
2002-09-19 17:13:01 +00:00
manu
e2da53c091
More definitions to get apmd building (but it is not functionnal yet)
2002-09-19 16:52:00 +00:00