ichiro
8597354bd2
s/RL8150/RTL8150
2002-05-13 05:41:31 +00:00
matt
6456f8fa92
Make COMPAT_LINUX compile again on Alpha. linux_getdents64 moved but
...
files.linux_alpha wasn't updated. common/linux_file64.c contains a lot
of syscalls which aren't on Linux/alpha so #ifdef them for alpha.
2002-05-13 05:41:26 +00:00
simonb
75119b46c5
Remove an unreachable "return error;".
2002-05-13 05:37:58 +00:00
simonb
7a0dcaf565
Remove an unreachable "return 0;".
2002-05-13 05:35:47 +00:00
simonb
f6efa04293
Remove an unreachable "break" after a return statement.
2002-05-13 05:31:42 +00:00
matt
83765a6e69
Don't count on kernel includes to exports user variables.
2002-05-13 05:13:23 +00:00
simonb
c790dd34b6
Add a comment after an #endif to match up with an #ifdef.
2002-05-13 04:15:40 +00:00
itojun
ca89359407
sync with 3.2.1 as of 5/13.
...
NOTE: privilege separation is turned off by default
as it seems there still are issues with setsid().
2002-05-13 02:58:17 +00:00
itojun
8d032cd221
note ssh config file name change
2002-05-13 02:53:07 +00:00
itojun
24255a6a60
OpenSSH 3.2.1 as of 2002/5/13
2002-05-13 02:28:40 +00:00
itojun
c68a2428ba
correct handling of "unique" policy. bump version to 20020507
...
(corresponds to filename in ftp://ftp.kame.net/pub/kame).
2002-05-13 02:10:34 +00:00
lukem
7d134e662e
add "-M makeobjdirprefix" to build.sh
2002-05-13 01:44:34 +00:00
simonb
ee2264c945
All MIPS ports have been ELF for a long time (most since they were
...
created); remove non-ELF assembly support.
2002-05-13 01:39:17 +00:00
matt
3064b5ac0a
Eliminate common.
2002-05-13 01:33:12 +00:00
soren
f514efc600
Make the build machinery happy for now.
2002-05-13 01:26:27 +00:00
lukem
18da51172f
- reorganise to be more consistent with other distrib/* directories
...
(no need for a "common" subdir which contains stuff only really
referenced by one other directory)
- use Makefile.tarfloppy instead of local code to build floppies
- use .WAIT in the top-level Makefile appropriately
- install inst.fs directly from ramdisk/Makefile rather than providing
separate inst/Makefile
2002-05-13 01:04:18 +00:00
matt
075e474458
Eliminate commons.
2002-05-12 23:16:52 +00:00
matt
6e15a048de
Remove declaration of total. nothing uses it.
2002-05-12 23:15:42 +00:00
matt
0cb85bc7b9
Eliminate commons.
2002-05-12 23:06:27 +00:00
matt
caf4b56c6f
Eliminate commons
2002-05-12 23:04:35 +00:00
kleink
602066c0d6
Provide local definitions of in_{addr,port}_t in <netinet/in.h> and use
...
them where deemed appropriate by XNS5.2/POSIX-2001.
2002-05-12 23:04:15 +00:00
kleink
cc7147e7f6
Use <sys/ansi.h> definitions for in_{addr,port}_t.
2002-05-12 22:59:50 +00:00
kleink
d05cce938c
Provide private definitions for in_{addr,port}_t.
2002-05-12 22:58:48 +00:00
kleink
cca13d14cc
Catch up with recent $MACHINE developments.
2002-05-12 22:47:17 +00:00
matt
7ec7462c84
Remove/move a redundant extern.
2002-05-12 21:43:57 +00:00
matt
cc7f90a332
Eliminate commons.
2002-05-12 21:43:23 +00:00
thorpej
c1f51e00c0
Back out change accidentally committed.
2002-05-12 21:39:46 +00:00
matt
8dcbea3bed
Eliminate commons.
2002-05-12 21:30:35 +00:00
wiz
10f4f9ee80
Sync usage with man page synopsis. From Ryan Younce in bin/16644, with
...
slight changes.
2002-05-12 21:28:50 +00:00
matt
ea5cd1699b
Extern speclisth
2002-05-12 20:42:03 +00:00
matt
2d83d27dfa
Eliminate more commons.
2002-05-12 20:40:11 +00:00
matt
17b32e3800
Make ppp_softc[] extern and declare in if_ppp.c
2002-05-12 20:38:15 +00:00
matt
e89ff519c5
Make domains extern.
2002-05-12 20:36:58 +00:00
matt
380e257dac
acctp is not used anywhere so delete it.
2002-05-12 20:35:15 +00:00
matt
c03e11f081
Eliminate commons.
2002-05-12 20:33:50 +00:00
matt
13e5187f62
More commons eliminated.
2002-05-12 20:23:49 +00:00
leo
6f64f8bcf2
This got lost somewhere.
2002-05-12 19:50:30 +00:00
matt
2364682526
Eliminate use of commons.
2002-05-12 19:09:12 +00:00
jschauma
839f90b6f7
Linux does not implement SO_REUSEPORT, but allows reuse of a
...
host:port pair through SO_REUSEADDR even if the address is not a
multicast-address. Effectively, this means that we should use
SO_REUSEPORT when SO_REUSEADDR is set (from the linux process)
to allow Linux applications to not exit with EADDRINUSE.
(Previously erraneously applied to 1.5 branch; approved for
proper location by thorpej)
2002-05-12 18:30:32 +00:00
matt
403b0fdb73
If a dma map can't be loaded due to resource shortage, make we report that
...
as a resource shortage instead of a driver stuffup.
2002-05-12 16:51:06 +00:00
pooka
ffbee2115d
Raiders of the Lost Arch
2002-05-12 16:27:59 +00:00
wiz
05ffd2143d
Add return type. From KAWAKUBO Hiroshi in lib/16776.
2002-05-12 15:51:29 +00:00
wiz
d30d25dc1a
Spelling fixes, from Sergey Svishchev in kern/16650.
2002-05-12 15:48:36 +00:00
jdolecek
4d23ad14c5
don't strip the resulting bootprog on install; it's raw binary
...
XXX I hope this is correct way to do this
2002-05-12 15:18:27 +00:00
jdolecek
9e0898063f
regen - hook linux_sys_fcntl64()
2002-05-12 15:05:56 +00:00
ichiro
be557a5f28
change ICP12x0 steppings.
...
define CPU_IXP12X0
2002-05-12 15:05:41 +00:00
jdolecek
b6168e0ca7
regen - 64 fs syscalls
2002-05-12 15:04:59 +00:00
jdolecek
0197718567
hook in remaining 64bit fs syscalls
...
make most of stuff in linux_file64.c available unconditionally,
with exception of fcntl64, which is not present on Linux m68k
2002-05-12 15:04:27 +00:00
jdolecek
a757d39f99
regen
2002-05-12 13:57:08 +00:00
jdolecek
187c2394f1
update for newer syscalls (from 2.5.15)
...
Linux m68k doesn't seem to have fcntl64 syscall - oversight?
2002-05-12 13:55:54 +00:00