rtr
f88de63c1b
Document additional line required to emulate sendmail using postfix.
...
Without line error will be appended to mailed output of daily script.
Solves part of PR bin/18800.
Patch provided by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-12-01 11:35:33 +00:00
agc
35a5ff86d4
Make this compile in the presence of -Werror
2002-12-01 11:02:11 +00:00
isaki
90a3bd2d8c
Add bmd(4) for x68k.
2002-12-01 09:17:27 +00:00
isaki
8f17eedef1
Add manual page of bmd.
2002-12-01 09:14:34 +00:00
isaki
6f6758a6cd
Add bmd(4) for x68k.
2002-12-01 09:04:17 +00:00
isaki
c3d95a36c4
add bmd, memory disk driver for x68k.
2002-12-01 09:03:03 +00:00
isaki
24eac1647f
Regen; add bmd
2002-12-01 09:02:13 +00:00
isaki
0875e475a6
add bmd, memory disk driver for Nereid bank memory.
2002-12-01 09:01:07 +00:00
isaki
14096cb14e
Add bmd, memory disk driver for Nereid bank memory.
2002-12-01 09:00:35 +00:00
agc
19cc8c4892
Fix compilation problems on non-i386.
2002-12-01 08:19:48 +00:00
sjg
ecdc5fc7ad
Parse_DoVar: don't free cp until we are done with it!
...
Reviewed by: hannken
2002-12-01 05:53:30 +00:00
isaki
d014576fdb
Fix broken $NetBSD$ tag in 1.12 - 1.13
2002-12-01 04:23:22 +00:00
fvdl
8848e366f2
For softints, there's no intrframe on the stack, so don't try to use it.
...
Use a seperate lock function (in taking the same lock) instead.
2002-12-01 00:15:36 +00:00
matt
60db16d1ff
Add multiple inclusion protection for headers. Fix mismatched
...
variable declarations (missing const's) as needed.
2002-12-01 00:12:06 +00:00
tsutsui
d03ac2a783
Fix botch in previous. This is pcb.h, not reg.h.
2002-11-30 22:50:01 +00:00
fvdl
14067df51c
Fix format warnings in INTRDEBUG case.
2002-11-30 22:22:53 +00:00
lukem
20b1f73235
revert previous; this *DOES* use -lutil
2002-11-30 21:56:34 +00:00
lukem
c6f399207c
add check back for util.h; needed on some foreign systems
2002-11-30 21:43:27 +00:00
kristerw
fa033b67e7
Softdep is mature enough that it shouldn't define DEBUG and DIAGNOSTIC
...
unconditionally.
2002-11-30 20:27:50 +00:00
tsutsui
d658fd6e12
Add a configuration of struct platform for NEC-J96A,
...
NEC Express5800/240 with R4400 and EISA.
XXX not functionally working yet. (hangs after mountroot via NFS)
2002-11-30 19:23:44 +00:00
bouyer
d986226518
Change uvm_km_kmemalloc() to accept flag UVM_KMF_NOWAIT and pass it to
...
uvm_map(). Change uvm_map() to honnor UVM_KMF_NOWAIT. For this, change
amap_extend() to take a flags parameter instead of just boolean for
direction, and introduce AMAP_EXTEND_FORWARDS and AMAP_EXTEND_NOWAIT flags
(AMAP_EXTEND_BACKWARDS is still defined as 0x0, to keep the code easier to
read).
Add a flag parameter to uvm_mapent_alloc().
This solves a problem a pool_get(PR_NOWAIT) could trigger a pool_get(PR_WAITOK)
in uvm_mapent_alloc().
Thanks to Chuck Silvers, enami tsugutomo, Andrew Brown and Jason R Thorpe
for feedback.
2002-11-30 18:28:04 +00:00
tsutsui
24a8d1e5a3
Remove extern from mach_init() prototype declaration.
2002-11-30 17:57:42 +00:00
jdolecek
923f85008b
add afterboot.8 here. pointed out by Julio Merino
2002-11-30 15:29:36 +00:00
tsutsui
b208e285e6
Fix swapped model name and vendor name in struct platform.
2002-11-30 14:38:06 +00:00
tsutsui
9604e7689d
More cleanup of MI mb86960 driver:
...
- Add support for byte system bus mode. Based on patch in kern/17193 by
Christian Groessler, with some improvements by me.
- Rename sc_flags in mb86960_softc to sc_stat, rename "type" to sc_flags
to specify controller quirks and remove enum mb86960_type.
- Pass controller type via new sc_flags in mb86960_softc rather than
via an mb86960_attach() arg.
- Handle unaligned mbufs properly in mb86960_write_mbufs(). (from ne2000.c)
- Fix a signed/unsigned comparision warning.
- Add definitions of status bits in the RX packed header.
- Change types of some members in mb86960_softc.
2002-11-30 14:15:10 +00:00
jdolecek
4b413dd039
add afterboot(8) manpage - things to check after the first complete boot
...
adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me
2002-11-30 14:09:50 +00:00
jdolecek
0214b6cccf
pkgsrc/devel/py-kqueue added, remove from TODO list
...
add couple random notes
2002-11-30 13:52:14 +00:00
fvdl
f77d71f782
Enable bootselector code for x86_64.
...
XXX the ifdef-ed parts should be split off into a seperate file.
2002-11-30 13:47:19 +00:00
jdolecek
2c21ec9d61
Unfortunately, we can't really know if select collision is needed
...
until after wakeup event, so we can't clear the SI_COLL flag
in selrecord(). Thus, effectively back rev. 1.57 off.
Problem reported in PR kern/17517 by David Laight, program triggering
the problem is in regress/sys/kern/poll/poll3w.c.
2002-11-30 13:46:58 +00:00
fvdl
1e23499b18
Make biosgeom struct packed, so that it works out on x86_64.
2002-11-30 13:46:26 +00:00
jdolecek
fdb9be22e1
add basic framework to build compat_irix LKM
...
the LKM is not likely to actually do anything useful, but this is good
to quickly check compat/irix is buildable
2002-11-30 13:41:40 +00:00
jdolecek
555659c55c
there is single emul_irix now
...
use irix_n32_setregs for the IRIX n32 execsw entry
2002-11-30 13:19:37 +00:00
jdolecek
e1e0ff678b
move ELF-specific items from irix_exec.c to irix_exec_elf32.c
...
merge the two emul_irix structures; the only difference was
setregs function, which can be handled by exec-specific setregs hook
rename setregs_n32() to irix_n32_setregs(), and make it suitable
as the exec-specific setregs hook
make irix_check_exec() a macro now that just single compare
2002-11-30 13:18:13 +00:00
jdolecek
6826135dbc
make LKM friendlier by only including opt_* #ifdef _KERNEL_OPT
2002-11-30 12:28:26 +00:00
manu
005949afda
cosmetic fix
2002-11-30 11:20:51 +00:00
jdolecek
9a87c0933c
make LKM friedlier - only include opt_* ifdef _KERNEL_OPT
2002-11-30 10:52:16 +00:00
jdolecek
615f789e98
fix typo in comment. pointed out by David Sainty
2002-11-30 09:59:22 +00:00
jdolecek
e0d29a5578
fix bug in previous - if child was traced and p_opptr == p_pptr,
...
need to reparent the process to initproc, so that child wouldn't
have its p_pptr pointer still pointing on the exited parent
pointed out by Dave Sainty in private mail (the patch in kern/14443
didn't have this bug)
2002-11-30 09:54:43 +00:00
jdolecek
c12288aed8
add NetBSD RCS Id and TNF copyright
2002-11-30 09:32:58 +00:00
jdolecek
3c100b29c2
add test program for 3way select/poll collision on descriptor, problem
...
described in kern/17517
2002-11-30 09:31:31 +00:00
itohy
ed4d8d79e7
White space police.
2002-11-30 07:06:40 +00:00
jmc
1f366747d4
Tidy up some debug routines and make verbose packet dumps only when sbp2debug>2
2002-11-30 06:18:54 +00:00
jmc
88fe775d19
Print out some more details from incoming packets (tlabel's).
...
Also, when receiving a write packet, respond with a proper ack if something
was available to process it. (Fixes most of the sbp2 random hangs)
2002-11-30 06:09:42 +00:00
lukem
4d5f70e6b6
add DPADD for ${LIBUTIL}
2002-11-30 06:04:57 +00:00
lukem
6e171ecdf8
clean up {LD,DP}ADD. no need to set WARNS=1 here
2002-11-30 06:00:42 +00:00
christos
e6ede96041
mention routed.
2002-11-30 04:05:30 +00:00
christos
f93fe60ac0
sync with routed 2.27
2002-11-30 04:04:23 +00:00
christos
d8c7cd31c5
New auth length defines. We don't play with sockaddr for now. Also make
...
the list of commands const.
2002-11-30 04:02:19 +00:00
lukem
764c86e2b1
don't need -lutil here
2002-11-30 03:16:14 +00:00
lukem
e825428033
don't need -lutil any more
2002-11-30 03:12:55 +00:00