heinz
b63bcd4378
Add port 873 for rsync ( http://rsync.samba.org ), according to IANA
2002-09-19 02:09:52 +00:00
lukem
1addf6d6b3
makefile delint and reorg
2002-09-19 01:58:06 +00:00
grant
291ac7e9c4
don't include machine/asm.h (make this build again).
2002-09-19 01:24:43 +00:00
matt
5e29f1c268
Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it can never be undefined.
...
Instead, make sure the value of it is "no"
2002-09-19 01:23:24 +00:00
darrenr
0a30063654
For the trivial case where the packet is only in one mbuf, call bpf_tap()
...
(idea from FreeBSD) - alternative to changing bpf_filter() to be aware of
kernel calling convetion where 0 is passed as the length for mbufs.
2002-09-19 01:16:58 +00:00
uebayasi
27b327f06c
A missing .Fa.
2002-09-19 00:52:54 +00:00
mycroft
01d349833e
select() -> poll()
...
Also, change the way console input is passed to the subprocess -- instead of
echoing it in sushi, instead set the pty to cooked mode and have it do any
echoing. This will work better if we have scripts that accept input (sometimes
we don't want it visible; e.g. if it's a password) and also has the side effect
of allowing a command to be interrupted with ^C.
2002-09-19 00:45:47 +00:00
darrenr
600f9cb660
If M_PKTHDR is set we can use m_pkthdr.len instead of the for loop.
2002-09-19 00:34:00 +00:00
mycroft
8efb63f066
select() -> poll(), nanosleep()
2002-09-19 00:01:33 +00:00
mycroft
36b12b30ec
select() -> poll()
2002-09-18 23:33:37 +00:00
mycroft
ae627c1271
select() -> nanosleep()
2002-09-18 23:27:25 +00:00
mycroft
e653ca9e0b
sleep() -> nanosleep()
2002-09-18 23:24:13 +00:00
mycroft
7f79942c2d
select() -> nanosleep()
2002-09-18 23:18:44 +00:00
mycroft
9b3fb0ad17
Fix pluralization in a syslog message.
2002-09-18 23:16:13 +00:00
mycroft
c563d4c7c3
select() -> poll()
2002-09-18 23:13:39 +00:00
lha
4fa2032edc
uppercase the lkm kernel-userspace dev macros and prefix them with LKM_
...
make modload print the bdev and cdev major when its a dev lkm
2002-09-18 22:59:36 +00:00
mycroft
720a68f0ca
select() -> poll()
2002-09-18 20:58:56 +00:00
mycroft
4243014e02
Oops; fix array size. Nice compiler warning... not.
2002-09-18 20:57:02 +00:00
lha
a8882e9d5c
add missing /usr.bin/ to the include path, fixes last commit
2002-09-18 20:55:24 +00:00
lha
35e64a7b76
remove extra $ from previous commit
2002-09-18 20:50:22 +00:00
mycroft
51581bcb01
select() -> poll()
2002-09-18 20:37:11 +00:00
mycroft
015ea63be5
Fix an error message.
2002-09-18 20:20:28 +00:00
mycroft
315144beb5
select() -> poll()
2002-09-18 20:17:55 +00:00
mycroft
5580adb284
select() -> poll() and nanosleep()
2002-09-18 20:04:51 +00:00
manu
7f8a47f4a1
- missing bits of apm
...
- KNF
2002-09-18 19:54:47 +00:00
mycroft
3ead3ad29b
select() -> poll()
2002-09-18 19:54:25 +00:00
mycroft
0d30d3ce37
Duh, generate the pollfd arrays outside of loops, not that it really matters.
2002-09-18 19:48:58 +00:00
mycroft
6053f5543a
select() -> poll()
2002-09-18 19:40:34 +00:00
skrll
5152db4b16
Update error message after recent changes.
2002-09-18 19:29:12 +00:00
mycroft
855996c546
Remove an old comment.
2002-09-18 19:21:41 +00:00
mycroft
675b884ce8
select() -> poll()
2002-09-18 19:16:09 +00:00
mycroft
1bf9916dae
select() -> nanosleep()
2002-09-18 19:14:58 +00:00
thorpej
620a647b60
For the 21142/21143 internal Nway, only advertise/resolve media for
...
which we have SROM blocks.
2002-09-18 19:12:17 +00:00
ad
60c69eb3f1
Squash some bugs.
2002-09-18 18:42:06 +00:00
ad
4202c1f405
- The VSXXX is an 8-bit device, not 7.
...
- Obey ls->dz_line in dzputc(), since dzms uses it.
- Remove an odd "circular" reference that doesn't appear to be useful.
2002-09-18 18:36:52 +00:00
ad
02efaf3855
Remove some duplicate/confusing lines.
2002-09-18 17:06:07 +00:00
ad
4db02b982d
Initalize sc_dz[*].dz_line for the benefit of the bus front-end.
2002-09-18 16:51:16 +00:00
abs
332c0b2de1
Recognise the Intel PRO/100 VM Network Controller as seen in the HP
...
omnibook 6100.
2002-09-18 16:45:01 +00:00
thorpej
0e750f659f
Remove USE_NEW_TOOLCHAIN, replacing it with similar logic using
...
TOOLCHAIN_MISSING and EXTERNAL_TOOLCHAIN.
2002-09-18 15:20:53 +00:00
lukem
5d4973fe97
makefile delint. use NETBSDSRCDIR as appropriate
2002-09-18 14:00:33 +00:00
lukem
09ccdda836
rcsid fix
2002-09-18 13:50:52 +00:00
lukem
c52b93f508
minor makefile delint
2002-09-18 13:31:52 +00:00
uebayasi
c0ce4d9d69
Add .Xrefs to wscons(9) and cousins.
2002-09-18 11:56:28 +00:00
abs
65aee44fd2
We are so tight for memory here we cannot afford USERCONF.
2002-09-18 11:29:42 +00:00
drochner
b4f44c1118
print something sensible on -z if no dump device is set
2002-09-18 10:18:17 +00:00
uebayasi
8828f97591
Fix a typo.
2002-09-18 09:50:29 +00:00
lukem
32cfc56bab
minor makefile delint
2002-09-18 07:50:31 +00:00
junyoung
a5390eb121
_rtld_setup_pltgot() belongs to reloc.c.
2002-09-18 07:35:40 +00:00
lukem
0d1ba7e8a0
minor makefile delint
2002-09-18 06:38:50 +00:00
lukem
bafe5da620
use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
2002-09-18 06:24:33 +00:00