christos
d6ecb79b20
Use the ttys file from etc.${MACHINE} directly.
2004-11-16 02:33:21 +00:00
christos
ee21460344
moved to m68k/m68k
2004-11-16 01:24:01 +00:00
christos
527610e2db
moved from x86k/x68k
2004-11-16 01:21:45 +00:00
christos
4de5735102
off-by-one
2004-11-15 23:28:50 +00:00
christos
fdad6cabc9
Use the 1st element's size as the argument to bsearch.
2004-11-15 21:59:23 +00:00
christos
c2edf6628e
Oops, always store a full struct sockaddr_storage.
2004-11-15 21:01:18 +00:00
christos
b904cdf4f6
- use sockaddr_storage directly.
...
- socklen_t instead of int.
- check ss_len for validity.
- pass -a to login so that it can record the address we've logged in from.
- constify.
2004-11-15 20:45:52 +00:00
cube
0af5ad74e4
Free mbufs as they're read instead of leaking them. Now qemu lets me do a
...
FTP install in tunfd network mode.
2004-11-15 20:19:06 +00:00
jdolecek
b1dec5cb21
fix comment (s,basesrc,src,)
2004-11-15 17:18:12 +00:00
oster
5cdd8e2bd5
continueFunc and continueArg arn't used. Turf. Simplify calls to
...
rf_GetNextReconEvent().
2004-11-15 17:16:28 +00:00
he
52bd3adde5
Don't leave the stray reference to etc.${MACHINE}/ behind in the ttys
...
file installation command.
2004-11-15 16:33:41 +00:00
he
5cdd904c9b
Add a cast to unsigned char when using a ctype function/macro.
2004-11-15 12:21:29 +00:00
rtr
ca0e376ca6
record rtr-xorg-branch
2004-11-15 10:31:50 +00:00
martin
ddde12b011
Add bus_space_region_stream* functions (verbatim copy from sparc64).
...
Fixes PR port-sparc/28302. OK'd by pk.
2004-11-15 10:18:58 +00:00
wiz
6c359ba88f
gdb-6.3 out.
2004-11-15 01:03:49 +00:00
christos
829bf2603d
Don't append ptys to the ttys file. It is not needed anymore as ttyslot
...
will DTRT.
2004-11-15 00:28:16 +00:00
mbw
13d793cad5
Small correction to macppc X server info
2004-11-15 00:23:13 +00:00
yamt
ded5cfa88c
install PF configs.
2004-11-14 20:28:28 +00:00
yamt
2918ba1f0d
handle configinstall target correctly.
2004-11-14 20:27:13 +00:00
cube
992f7838e6
It compiles at WARNS=3.
2004-11-14 20:06:03 +00:00
cube
96c0d03c20
Add tap (as in Linux's tap) functionality to ethfoo. That means you now
...
have a device interface to the ethfoo devices through a device node.
select, poll, kqueue and SIGIO are possible on that device node. See TODO
for what remains to be done at that level.
2004-11-14 20:05:42 +00:00
nathanw
433feed71e
Obsolete the short-lived wsfb.o.
...
XXX this mechanism sucks. fixed under duress.
2004-11-14 19:53:59 +00:00
christos
67197f4e02
Remove erroneous KASSERT; i_size is one of the fields mentioned in
...
<ufs/inode.h> as unused by ext2fs.
2004-11-14 19:42:13 +00:00
christos
4be762fee1
Use common procfs_machdep.c
2004-11-14 19:10:56 +00:00
christos
8eb2aff618
Delete empty function.
2004-11-14 19:10:03 +00:00
christos
f65821a933
Remove copy of empty function.
2004-11-14 19:09:01 +00:00
christos
10f45207fd
Use shared file.
2004-11-14 19:08:13 +00:00
christos
a0138ea436
Use common procfs_machdep.c
2004-11-14 19:04:44 +00:00
christos
1666a373fd
Delete copy of empty function.
2004-11-14 19:03:50 +00:00
christos
9e909da589
use the common procfs_machdep.c
2004-11-14 19:03:06 +00:00
christos
accc5fc2e1
Delete copy of empty function.
2004-11-14 19:02:26 +00:00
christos
f9258cf2bd
Eliminate copies of functions that do nothing.
2004-11-14 19:01:22 +00:00
christos
6e77b72448
use the common procfs_machdep.c
2004-11-14 18:59:50 +00:00
christos
f19f4f121f
Add CPU/FPU information from Radek Kujawa
2004-11-14 18:58:22 +00:00
dsl
8c170ab578
Stop md_pre_disklabel falling off its bottom.
2004-11-14 18:36:11 +00:00
christos
8b4b693dbe
Pass -a [srrvis'd struct sockaddr] to login, so that login can record the
...
address where we have logged in from.
2004-11-14 18:07:56 +00:00
christos
4a9bb0c8f3
Add a -a option to pass the host address of the host we logged in from in
...
addition to the host name. This option is needed by programs suchs as
telnetd, because at the point they invoke login, they already have opened
a pty, and the stdin of login is no longer the socket connected to the
remote host. In addition don't chop the hostname up to the first dot if
the domain matches. These practices are 70's fashion and they only serve
to lose information. These days we have long enough fields in utmpx and
wtmpx to store the full names.
2004-11-14 18:01:21 +00:00
uwe
61e6610474
Fix several typos in comments.
2004-11-14 15:45:02 +00:00
soren
ba1f348292
s/using DMA data transfers/using DMA/ to make it fit in 80 columns.
...
DMA only applies to data transfers anyway..
2004-11-14 15:25:11 +00:00
soren
9feb7a04f4
Regen.
2004-11-14 15:24:05 +00:00
soren
05f81f873e
Add Mylex ExtremeRAID 1100.
...
Shorten ATI Technologies to ATI.
Simplify names of Intel mobile USB controllers.
2004-11-14 15:23:42 +00:00
he
3629f91d5b
Add casts to unsigned char for args to ctype functions.
2004-11-14 13:34:53 +00:00
he
19278a71d3
Um, linux_exec_machdep.c only exists on i386, so don't try to compile
...
it for the other machine types which traverse this directory.
2004-11-14 12:19:28 +00:00
yamt
3925b5c019
PF updated to OpenBSD 3.6.
2004-11-14 12:14:40 +00:00
he
c8d952d682
Um, linux_exec_machdep.c only exists on i386, so don't try to compile
...
it for the other machine types which traverse this directory.
2004-11-14 11:40:08 +00:00
yamt
23c8222edb
merge after importing pf from openbsd 3.6. (userland part)
...
some files were imported to the different places from the previous version.
v3_5:
etc/pf.conf
etc/pf.os
etc/spamd.conf
share/man/man4/pf.4
share/man/man4/pflog.4
share/man/man5/pf.conf.5
share/man/man5/pf.os.5
share/man/man5/spamd.conf.5
v3_6:
dist/pf/etc/pf.conf
dist/pf/etc/pf.os
dist/pf/etc/spamd.conf
dist/pf/share/man/man4/pf.4
dist/pf/share/man/man4/pflog.4
dist/pf/share/man/man5/pf.conf.5
dist/pf/share/man/man5/pf.os.5
dist/pf/share/man/man5/spamd.conf.5
2004-11-14 11:26:43 +00:00
yamt
da18614102
resolve conflicts. (pf from OpenBSD 3.6, kernel part)
2004-11-14 11:12:16 +00:00
yamt
533d14a1b9
import pf from OpenBSD 3.6. (userland part)
2004-11-14 11:08:58 +00:00
mbw
3e90bb8279
Clarified a few details about installing 32 bit sparc distribution on
...
sparc64 systems.
2004-11-14 04:54:25 +00:00
mbw
4fa9587561
Very minor sparc64 typo in quick install notes for the impatient.
2004-11-14 04:15:40 +00:00