skrll
236df38503
Be more pedantic about where we use -shared, etc.
2004-03-24 08:01:26 +00:00
junyoung
325f5482a8
Nuke __P().
2004-03-24 07:55:01 +00:00
junyoung
1e2b269ded
- Nuke __P().
...
- Drop trailing spaces.
2004-03-24 07:50:48 +00:00
junyoung
7e0c058612
Drop trailing spaces.
2004-03-24 07:47:32 +00:00
simonb
45cc2456c0
Add promiscuous and multicast support.
...
From KIYOHARA Takashi in PR port-powerpc/23892.
2004-03-24 07:45:23 +00:00
fair
e008163968
Add an EXAMPLES section to answer PR 22255
2004-03-24 06:55:58 +00:00
fair
c223370599
Document that tr(1) was written for US-ASCII and may not work as
...
expected on other character sets which do not share ASCII's properties
(e.g. a symmetric set of capital and lower case characters), per PR 18738
Change all double quotes to nroff macros.
Change "System V" references to the .At macro.
2004-03-24 06:35:53 +00:00
snj
afedcd8968
We can't guarantee that the continuation will run at the specified IPL,
...
so desired_ipl is a better name than continue_ipl.
Suggested by jonathan@
2004-03-24 06:03:26 +00:00
fair
88327f9bbc
Add FILES section to document where the daemon is.
...
Add some paragraph breaks to make the man page more readable.
Add the history of the talkd -> ntalkd change as I recall it to
the HISTORY section. All of this to answer PR 13433
2004-03-24 05:32:42 +00:00
fair
790f7311ff
Add man page link from talkd.8 to ntalkd.8 per PR 13433
...
We should probably rename all of this back to talkd. XXX
2004-03-24 05:20:12 +00:00
fair
91a52bbfc3
Document that TCP wrappers do not work on UDP services, per PR 18960
2004-03-24 04:31:34 +00:00
lukem
a5a429b354
Only examine mbr_bootsel* #ifdef BOOTSEL.
...
Noted on current-users@ by Markus Hennecke.
2004-03-24 02:49:37 +00:00
fair
c680acdbd9
Document that the flags in the configuration file are parsed
...
in a case-insensitive manner, per PR 22985
2004-03-24 02:25:15 +00:00
dbj
647ebaa109
move my copyright statement up to new berkeley license
2004-03-24 02:20:09 +00:00
snj
2a2b000f5a
It's continue_ipl, not desired_ipl.
2004-03-24 01:29:37 +00:00
matt
3549b49655
Don't use malloc/free for fixed sized items, use a pool instead.
2004-03-24 01:27:57 +00:00
fair
11b2aeb6e2
Fix comment per PR 24437; make(1) tries "makefile" first, and then
...
"Makefile", not the other way around as previously documented.
2004-03-24 00:59:40 +00:00
matt
deeed00084
Set the M_HASFCS flag on received traffic.
2004-03-24 00:31:15 +00:00
minoura
240b66c0fa
Fix my bogus copyright notice. Pointed out by wiz.
2004-03-23 23:36:15 +00:00
matt
336f743b3b
s/CDROM.work/CDROM.dir/ VAX ISOs can be built again.
2004-03-23 22:35:30 +00:00
jdc
dd5d3aabfc
Add (missing) mvgetch() and mvwgetch() manual pages.
2004-03-23 21:56:53 +00:00
oster
b359c2a356
This assert is outdated, and just plain wrong.
2004-03-23 21:55:23 +00:00
oster
54df291697
Partially back out some changes that were causing grief with
...
RAID5 sets with more than 3 drives. Still need to figure out why
the original changes were losing, but need the version in tree reliable
first!
Huge THANKS to Juergen Hannken-Illjes for helping track down
the changes that were causing the lossage.
2004-03-23 21:53:36 +00:00
jdc
34e5b04618
Clarify the getch() family return values.
...
Add (missing) mvgetch() and mvwgetch().
2004-03-23 21:53:34 +00:00
jdc
3d248dff59
Change the values of ERR and OK.
...
This makes our getch() and related functions conform to SUSv2.
Also fixes PR lib/15920.
XXX: This causes an API incompatability, but comes less than 27 hours after
the libcurses major number was incremented, so should have minimal impact.
2004-03-23 21:35:29 +00:00
jdc
92cd5d7a66
We should check against NULL here.
...
From Brett Lymn.
2004-03-23 21:17:20 +00:00
martti
7103cae5ac
Do not install ip_fil_netbsd.c as dist/ipf/ip_fil.c
2004-03-23 21:07:47 +00:00
drochner
ab2eb6de06
put the old and the very old syscall glue into appropriate
...
COMPAT_ conditionals
2004-03-23 19:39:42 +00:00
drochner
35b8d1d3ff
initialize the old "int 0x80" syscall only for COMPAT_16/NETBSD32,
...
and the very old callgate for COMPAT_10/IBCS2
2004-03-23 19:35:16 +00:00
drochner
be0359e629
-don't refer to oosyscall() unless COMPAT_10 or COMPAT_IBCS2 is defined
...
-improve diagnostic message on bus errors in the TRAP_SIGDEBUG case
2004-03-23 19:09:01 +00:00
pk
8a0244288a
Call PIC_PROLOGUE only once.
2004-03-23 19:07:40 +00:00
drochner
d81255df54
some int->ACPI_INTEGER to make it compile on amd64 again
2004-03-23 19:00:03 +00:00
drochner
ea5ee473a8
bump default data size to 256M, enough to build a "-g" kernel
2004-03-23 18:54:32 +00:00
pk
dc7908cc61
Store the correct boolean value in sc_onstack.
2004-03-23 18:54:03 +00:00
pk
5e5e68672c
The sc_g1, sc_o0 members in the jmp_buf aren't used.
2004-03-23 18:47:55 +00:00
pk
de8223fe4d
Since libpthread may want to interpose signal handling, we can't directly
...
invoke the sigprocmask syscall trap. So build a stack frame and call
the signal handling functions by name.
2004-03-23 18:46:47 +00:00
matt
a7913cb227
In alpha_ucode_to_ksiginfo, don't adjust ucode since that's already been
...
done in the FP_C_TO_NETBSD_MASK macro. Constify a read-only static array.
This should fix regress/lib/libc/ieeefp/except failures.
2004-03-23 18:44:00 +00:00
martti
c3f78782b9
Make ip6_getpmtu() globally visible. This is needed by IPFilter 4.x.
2004-03-23 18:21:38 +00:00
drochner
a8c94ef1d3
simplify: it doesn't need an i387 to kill a sign bit
2004-03-23 17:11:35 +00:00
drochner
3219cdc550
replace the last occurence of an "int 0x80" syscall
2004-03-23 16:33:47 +00:00
drochner
cd85223ee2
save errno while trying to install a !SA_SIGINFO trampoline -- this
...
is expected to fail with !COMPAT_16 kernels, and we shouldn't
overwrite errno in this case
2004-03-23 16:19:40 +00:00
pk
d82ce85d20
Fix comment: g6 => o1
2004-03-23 16:13:27 +00:00
pooka
c40b96229f
Breate some band-aid here: for some reason new autoconf wants to use
...
$(mkdir_p) which isn't defined anywhere. So replace it with good ol'
$(mkinstalldirs) to fix problem with tools installation.
XXX: need to revisit this to discover true lossage.
Problem noted by Nick Hudson.
2004-03-23 15:49:53 +00:00
pk
24bb95542f
Add openfirmware() entry point.
2004-03-23 15:36:08 +00:00
pk
bfbcd7cff5
prom_pa_location: re-arrange code a bit; use u_long cast to make this compile on 64 bit systems; to do: openfirmware version of this.
2004-03-23 15:29:56 +00:00
junyoung
ff32ba0bff
pmap_copy() and pmap_update() might be defined as macros in <machine/pmap.h>.
2004-03-23 14:15:59 +00:00
kochi
2b5897d796
Don't use ACPI CA internal functions
2004-03-23 14:07:42 +00:00
junyoung
fdc32973e7
- Nuke __P().
...
- Drop trailing spaces.
2004-03-23 13:22:32 +00:00
junyoung
a222c81884
Nuke __P().
2004-03-23 13:22:03 +00:00
oster
7dc6ce2f91
Ooops.. this free should come at the end of the loop. Thanks
...
to Juergen Hannken-Illjes for pointing it out.
2004-03-23 13:09:18 +00:00