christos
a0d7588f62
Simplify code a bit, and whitespace.
2004-11-28 05:40:47 +00:00
christos
694d5b6a91
We don't need to include bpfilter.h
2004-11-28 02:37:38 +00:00
lukem
3d10694e7c
"doc" SUBDIR needs config_local.h from "libamu", so reorder former after .WAIT.
2004-11-28 01:11:17 +00:00
lukem
0f4ca6a061
Use "${CPP} -P ${CPPFLAGS}" instead of "cpp -P".
2004-11-28 01:10:00 +00:00
lukem
52e85685ca
Support MAKEVERBOSE.
...
Improve build_version.h dependency, based on native Makefile.
2004-11-28 00:07:15 +00:00
wiz
b81f308085
Fix typo in formatting.
2004-11-27 23:23:26 +00:00
christos
3bca82ec33
PR/26785: Jess Thrysoee: libedit - H_NEXT and H_PREV shifts cursor on failure
2004-11-27 18:31:45 +00:00
he
04ecec855d
Not only get_args.o depends on build_version.h -- get_args.d does as well.
...
Add a dependency reflecting that.
2004-11-27 14:30:46 +00:00
christos
43b36b3a81
Add a missing =
2004-11-27 05:52:16 +00:00
christos
8b6d7749b0
Mention am-utils
2004-11-27 01:44:18 +00:00
christos
ccc24aa67e
fix merge botches.
2004-11-27 01:39:50 +00:00
christos
f2a03aeb65
Adapt to b5.
2004-11-27 01:39:23 +00:00
christos
763bdaa346
Resolve conflicts.
2004-11-27 01:24:35 +00:00
christos
f8d5cae651
from 20040916 from ftp.am-utils.org
2004-11-27 01:00:29 +00:00
uwe
520a24ea83
Use standard uintN_t types instead of home-grown u_intN_t types.
2004-11-26 22:29:36 +00:00
he
5e3fe78edd
Convert the sgimips section to use int types from <sys/stdint.h>
...
instead of <sys/types.h>, to allow hp700's mkboot to build both as
a host tool and built for the target. The problem with including
<sys/types.h> before <sys/bootblock.h> is that this ends up defining
_NETBSD_SOURCE, which is incompatible with the tool build.
I've verified that both sgimips and hp700 build after this change.
2004-11-26 21:51:50 +00:00
mycroft
67325f43a5
Fix what appears to be a byte order error on big-endian systems with Symbol
...
cards.
2004-11-26 17:55:41 +00:00
wiz
bd8c343563
No dot at end of SEE ALSO.
2004-11-26 10:15:37 +00:00
jmc
25287474ca
Put back a few locators.h includes that are still needed here. Now evbppc
...
kernels build clean once again
2004-11-26 05:10:31 +00:00
lukem
309eefda19
implement "protocols"
2004-11-26 05:07:12 +00:00
lukem
f6f918f7c3
implement "networks"
2004-11-26 04:52:45 +00:00
uwe
c82b9df9d8
Fix several typos in comments.
2004-11-26 02:07:09 +00:00
christos
845189a2e2
Consider framebuffers in text emulation mode as regular ttys. Should fix
...
a few PRs.
2004-11-25 20:23:36 +00:00
christos
8526cbfc67
WARNS=3
2004-11-25 20:23:09 +00:00
kim
d62a9fc15a
Whitespace police.
2004-11-25 16:13:34 +00:00
wiz
c79a26d6f8
Sort options in SYNOPSIS.
2004-11-25 16:05:11 +00:00
wiz
56c0f8cbac
Bump date for previous; new sentence, new line.
2004-11-25 16:04:30 +00:00
martin
4d3b851c60
Document that carrier scripts are run at starttime. Bump date.
2004-11-25 15:55:29 +00:00
manu
6dfb732236
For and from bouyer@: call wdc_init_shadow_reg(chp) only after chp has
...
been initialized. Cause the hard disk to be detected again on the iBook G4,
and probably other machines.
Weee, I can run -current again!
2004-11-25 15:24:14 +00:00
wiz
055a617415
Remove "CFLAGS+=-g".
2004-11-25 14:10:28 +00:00
wiz
eb1dcbb30e
Mark up paths with .Pa.
2004-11-25 11:40:56 +00:00
christos
35a75baff6
PR/28418: Do not drop packets for which we cannot add state, because adding
...
state is not applicable. The fix just reverts the new code that blocked
packets where fr_addstate() fails. This is not correct in all cases, but
blocking them is a bit drastic and breaks existing functionality. The proper
fix is to change fr_addstate() to return:
- state added
- adding state failed
- adding state is not applicable
and then filter packets only in the second case. I am leaving this for someone
else.
2004-11-25 09:49:12 +00:00
christos
aae3f73769
include sys/types.h to make this compile again.
2004-11-25 08:30:52 +00:00
jmc
9a999c376a
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
...
w/o error now.
2004-11-25 08:09:14 +00:00
martin
59ca47f545
In the initial interface scan at start time, query the link status of
...
the interfaces and call the CARRIER script if a link is already there.
This allows me to boot my notebook with the cable pluged and
fixes PR bin/26830.
2004-11-25 06:57:38 +00:00
yamt
5dac1f19cb
revert unintended changes in the previous. pointed by matthew green.
2004-11-25 06:52:14 +00:00
christos
051b79b0c3
Add pty group and mode settings.
2004-11-25 05:15:10 +00:00
yamt
eb54e7db24
lookup bufq using link_set rather than a switch statement.
2004-11-25 04:52:23 +00:00
yamt
e558aadcb2
remove __lockbarrier, which i forgot to remove in the previous.
2004-11-25 04:50:48 +00:00
atatat
e7eaf9a12d
Properly set va_fsid so that st_dev ends up correct.
2004-11-25 03:46:50 +00:00
ginsbach
9edd582697
New sentence, new line.
2004-11-25 03:11:17 +00:00
christos
5a55e0c902
Don't give write privileges at all if the tty group is missing.
2004-11-25 02:49:46 +00:00
atatat
c8c0bfb574
Put the rest of the -f description in the right place, while adjusting
...
the wording and starting a new sentence on a new line.
My turn to play wiz and fix the man page he broke. :)
2004-11-25 01:41:51 +00:00
perry
87352ee9ba
add ./var/chroot and subdirectories
2004-11-25 01:33:31 +00:00
wiz
6f3f0eb54a
Remove netsmb(4); nsmb(4) replaces it (and is linked to it for now).
...
Sort MLINKS lines in Makefile.
2004-11-24 22:38:44 +00:00
christos
96832589f8
Limit the hard-coding of things to tty_bsdpty.c.
2004-11-24 22:19:27 +00:00
christos
3a6758fe9c
Add a method to set the vattr of the granted pty, so that ptyfs can set it
...
to what it wants.
2004-11-24 22:18:35 +00:00
christos
6c29f97902
Remove _TTY_GID
2004-11-24 22:17:51 +00:00
christos
db5d4e2d6a
I really want to kill the hard-coding of _TTY_GID. Set the group to the
...
primary group of the user if the group tty does not exist.
2004-11-24 22:17:19 +00:00
christos
f11900e378
Add arguments for ptyfs: slave tty group and mode, so we don't have to
...
hard-code them in the kernel.
2004-11-24 22:13:08 +00:00