grant
6910cb68bb
note addition of DOMAIN(generic) in sendmail netbsd-proto.mc.
2002-09-30 01:33:14 +00:00
grant
022aa88ee9
note umask removal from /etc/skel/.{cshrc,profile}.
2002-09-30 01:30:41 +00:00
grant
2f722d4d84
Include DOMAIN(generic) so that various standard configuration items are
...
included, notably enabling the use of /etc/mail/local-host-names.
2002-09-30 01:27:05 +00:00
lukem
b9472f8280
Fix from Giles Lean:
...
HP-UX has MAP_ANONYMOUS but not MAP_ANON
2002-09-30 00:39:21 +00:00
wiz
b1c7ac0e6d
"definitions" has lots of 'i's, but that's not reason to leave one out.
2002-09-29 23:23:56 +00:00
augustss
9c8c3183df
Regen.
2002-09-29 21:20:39 +00:00
augustss
434abd832d
Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.
2002-09-29 21:13:01 +00:00
gmcgarry
395d77f3dc
Back out __HAVE_CHOOSEPROC stuff.
2002-09-29 21:11:36 +00:00
augustss
9dd94a1878
Remove extra call to ohci_rem_ed(). From kern/18448, Takeshi Nakayama.
2002-09-29 20:59:30 +00:00
augustss
25ff7d8c33
Add some spl calls to protect critical regions. From kern/18440,
...
Takeshi Nakayama.
2002-09-29 20:58:25 +00:00
martin
f0d8fa7f7d
Fix typo: set _asi depending on requested endianess, not _sasi (the streaming
...
accessors take care of this themselfs). Fixes 32-bit kernels on PCI machines.
Problem found by Takeshi Nakayama in PR port-sparc64/18459, fix from
Mathew Green.
2002-09-29 20:56:40 +00:00
wiz
b7205c6129
misc mdoc fixes.
2002-09-29 20:42:45 +00:00
jdolecek
ecb97b038d
bring knote(9) and kfilter_register(9) from kqueue branch to mainline
...
HISTORY section mentions the interface is only available on experimental
kqueue branch (for now)
2002-09-29 20:29:13 +00:00
augustss
2505336106
Add a Netgear adapter. From OpenBSD.
2002-09-29 19:55:52 +00:00
martti
5aaa8070be
Remove unused ipl_usec.
2002-09-29 17:55:14 +00:00
wiz
81d41a5c52
Sort man page a bit after last.
2002-09-29 17:41:44 +00:00
wiz
2ebc2ec36b
No more sleep(9).
2002-09-29 17:38:37 +00:00
wiz
18d7c27687
Rename sleep.9 to ltsleep.9, since sleep(9) is not there any more.
2002-09-29 17:36:16 +00:00
wiz
2d1a83668f
Complete removal of sleep(9) references, update copyright and date.
2002-09-29 17:34:29 +00:00
tsutsui
c90eeb8f06
Call mb86960_attach() with MB86960_TYPE_86965 since
...
all FMV-18x have MB86964 or MB86965A, not MB86960,
2002-09-29 17:15:59 +00:00
jdolecek
fd22a64c93
sleep(9) was nuked in rev. 1.95 of <sys/proc.h> on 2000/05/27; remove it
...
from manpage too
2002-09-29 17:14:16 +00:00
tsutsui
f84a0fccc0
Fix chip identification bit definitions in DLC7 register,
...
from Christian Groessler on port-dreamcast.
2002-09-29 17:10:37 +00:00
thorpej
50d060cc52
Record stack growth, done inline to avoid another function call on
...
every user page fault.
XXX Should make uvm_grow() an inline.
2002-09-29 16:49:45 +00:00
wiz
d54826f715
options FD_SCRIPTS, not option FD_SCRIPTS.
...
From Ben Collver in PR 18467.
2002-09-29 15:36:34 +00:00
wiz
683554e2fd
Fix strangeness introduced in v1.4:
...
- panic("panic(\"Mem error interrupt\");");
+ panic("Mem error interrupt");
2002-09-29 15:11:14 +00:00
grant
5cc1bbe41d
Nuke 'umask 2' as it is inappropriate for the default useradd(8)
...
behaviour. The system default (022) is more sensible.
2002-09-29 14:52:57 +00:00
lukem
752effddfa
Instead of building the staging area with symlinks and using "mkisofs -f",
...
only populate the stage area with the minimal necessary files and use
"mkisofs -graft-points -path-list pathlistfile", and populate pathlistfile
with the "reachover" paths.
IMPORTANT NOTE:
This change requires mkisofs 1.15a34 or newer for a working
-graft-points option.
This can be found in the cdrecord-devel 1.11a34 package.
Don't fetch by default; the rsync is resource intensive on rsync.netbsd.org
and is often unnecessary. Deprecate NO_FETCH whilst here.
Use "make fetch" explicitly...
Explicitly add ${RELEASENAME} to RSYNC_SITE (and remove it from all
the other rsync options), and deprecate ${RELEASE_SUBDIR}
Add some # { and # } comments, to make it easier to track make(1)
conditionals & loops.
2002-09-29 14:29:19 +00:00
wiz
d6285bbf1d
Begin new sentences on new lines.
...
Patch from Robert Elz (kre at munnari oz au).
2002-09-29 14:05:52 +00:00
wiz
b6e0393610
End .Bl with .El. While here, sort options and improve markup a bit.
2002-09-29 14:04:59 +00:00
wiz
560a739939
Remove some unneeded backslashes.
2002-09-29 13:57:57 +00:00
bsh
5880df1648
avoid warning when NAPM==0
2002-09-29 13:16:22 +00:00
wiz
b1e5c9ad31
net.inet6.ip6.bindv6only was renamed net.inet6.ip6.v6only, from Stoned
...
Elipot in PR 18463.
While here: New sentence, new line; \- for minus signs.
2002-09-29 11:06:37 +00:00
martin
a531f18275
Plug memory leak. From OpenBSD via PR kern/18457.
2002-09-29 10:19:21 +00:00
onoe
4c66b63b21
Fix SIOCG80211BSSID to return current BSSID if associated.
2002-09-29 10:17:00 +00:00
martin
7c1bc900ef
Indentation nit.
2002-09-29 09:07:45 +00:00
martti
9e0869ba07
* <sys/poll.h> -> <poll.h>
...
* define "struct pollfd set[]" for USE_POLL
2002-09-29 08:19:16 +00:00
martti
9b50522649
<sys/poll.h> -> <poll.h>
2002-09-29 08:14:32 +00:00
lukem
4408faac1a
- don't hardcode the CD size to 666000 blocks; use CD_SIZE variable instead.
...
- access mksunbootcd via ${NETBSDSRCDIR}/... && ${PRINTOBJDIR}
- use ${INSTALLBOOT} for alpha,pmax,vax instead of /sys/arch/*/stand/...
- use ${.CURDIR}/macppc_installboot to access macppcboot.raw
2002-09-29 07:23:15 +00:00
sjg
2f6498ae9a
Replace COPTS?= with COPTS+= so that a setting of COPTS in mk.conf
...
(common on sparc systems) does not cause the -O2 in DEFCOPTS to
be lost - which results in an unloadable kernel on sparc.
Reviewed by: christos
2002-09-29 07:22:58 +00:00
lukem
6a507832d7
It's "HP-UX" not "HP/UX". (Thanks Giles).
2002-09-29 07:05:28 +00:00
lukem
461cf89b24
fix path to macppc INSTALL kernel
...
remove VAX_IBOOT?= ; it's set in the Makefile and i'll be fixing the
definition in the latter in another commit RSN
2002-09-29 06:44:36 +00:00
lukem
891c2e212a
clean up the building of macppcboot.raw (the previous mechanism wasn't
...
USETOOLS=yes friendly):
since the file only changes when a new bootxx.raw is committed into this
directory, commit a generated version of macppcboot.raw here as well.
clean up the framework that builds mkmacppcboot as well, and don't
remove macppcboot.raw on make clean.
2002-09-29 06:38:19 +00:00
isaki
2a8a7954f2
const-ify ia_name. It makes intio.c compilable.
2002-09-29 05:17:04 +00:00
chs
50403f5ce2
remove some vestigial FPU and cache code that's not need on ultrasparcs.
...
misc tidiness.
2002-09-29 04:12:02 +00:00
chs
70d1ddac15
avoid reading %pil in splx() if !SPLDEBUG.
...
misc tidiness.
2002-09-29 04:06:20 +00:00
chs
bbbc558e52
enable DHCP netbooting support.
2002-09-29 04:03:37 +00:00
wiz
7d6cfacbee
Remove ppp(4) options here (moved to ppp(4)); add Xr to ppp(4); bump date.
2002-09-29 00:36:43 +00:00
elric
c37b0f13ba
Fix usage of -mdoc that wiz pointed out to me.
2002-09-28 23:35:41 +00:00
elric
865fbcdb82
mention sh/vfork changes.
2002-09-28 23:29:50 +00:00
thorpej
e870e0c546
Pick up the following change from binutils-current:
...
2002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
* elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
.got sections.
2002-09-28 23:19:01 +00:00