joerg
c4685eb87a
Annotate removal of Darwin, Mac, IRIX and PECOFF emulation
2011-04-26 20:35:04 +00:00
martin
57d2159dd2
When failing, point to PR lib/44057 and the discussion therein about the
...
relevant compiler bug.
2011-04-26 20:20:16 +00:00
martin
6f0225fc15
Stupidly (but standards commpliant) the gidsetsize argument of the
...
getgroups() syscall is "int" - i.e. signed.
Explicitly check for negative values and make them fail.
2011-04-26 19:58:12 +00:00
martin
8d374d551c
Simplify
2011-04-26 18:50:53 +00:00
martin
29b0298b15
Minor simplification
2011-04-26 18:42:08 +00:00
ahoka
73b363db12
remove some debug printf leftover
2011-04-26 17:42:20 +00:00
ahoka
7d403a6f10
Hold the current lwp's mutex, instead of the lwp we want to wait for
...
in kthread_join(). This fixes panics with DIAGNOSTIC and possibly some
rare race conditons.
2011-04-26 17:40:38 +00:00
ahoka
50cd66ec6e
it seems we have a config_detach_children (though undocumented)
...
lets use that to detach flash devices before detaching nand
2011-04-26 17:31:57 +00:00
joerg
5914da777f
Remove compat_darwin(8) itself
2011-04-26 17:30:45 +00:00
ahoka
55074f67ed
whitespace
2011-04-26 17:27:52 +00:00
joerg
787e55aa29
Remove PECOFF/Win32 emulation.
2011-04-26 16:57:38 +00:00
joerg
e958063324
Remove IRIX emulation
2011-04-26 16:36:40 +00:00
joerg
5aca2679d7
Remove Darwin, MACH and Mach-O support.
2011-04-26 15:51:22 +00:00
ahoka
8f72be80f9
fix some bugs in detachment
2011-04-26 13:38:13 +00:00
hannken
87522af425
Change vflushbuf() to return an error if a synchronous write fails.
...
Welcome to 5.99.51.
2011-04-26 11:32:38 +00:00
he
ae7d1665f4
The new Heimdal adds -lwind and -lheimbase to the set of libraries,
...
so define the corresponding LIB* variables.
These are also needed in the PAM_STATIC_* variables, so add them there too.
2011-04-26 08:22:17 +00:00
phx
b424687509
Priority of QNAP board detection was still too high. It should be lowest,
...
because a Realtek chip at pci device 15 is used on several boards. Now
NH230/All6250 detection should work again.
2011-04-26 08:08:39 +00:00
hannken
881623aec8
Fixup previous.
...
The bug was in scsibusdetach(), which is not doing things in the proper
order: it has to detach its children and check for error. If no error,
then it can release the resources that the children were using.
From David Young via source-changes-d.
2011-04-26 07:41:18 +00:00
wiz
8973a7a700
Sort sections.
2011-04-25 23:14:33 +00:00
wiz
5989309eef
Add -f to usage, and make it match man page.
2011-04-25 22:54:05 +00:00
wiz
819b5392dd
New sentence, new line. Use more markup.
2011-04-25 22:53:09 +00:00
wiz
933a549c56
Make usage match manpage.
2011-04-25 22:51:26 +00:00
wiz
9ebf684514
Remove unimplemented -b option. From YOMURA Masanori.
2011-04-25 22:49:06 +00:00
wiz
d489035474
Markup consistency, from YOMURA Masanori. Add serial comma.
2011-04-25 22:47:27 +00:00
wiz
d76f551343
Add option arguments to descriptions. From YOMURA Masanori.
2011-04-25 22:46:35 +00:00
wiz
f62c7cc384
Typo, and markup consistency. From YOMURA Masanori.
2011-04-25 22:45:31 +00:00
wiz
064134a9dd
Improve description, based on OpenBSD v1.11.
2011-04-25 22:42:11 +00:00
wiz
3f4e964f9f
Sort errors.
2011-04-25 22:38:34 +00:00
wiz
a3587e505a
Use Fl for flags, not Ar.
2011-04-25 22:34:46 +00:00
njoly
778925efe8
Do not try to lower limits that are already at 0.
2011-04-25 22:34:16 +00:00
wiz
2da9b3e053
New sentence, new line.
2011-04-25 22:32:27 +00:00
wiz
d154cf1438
Add missing word.
2011-04-25 22:31:12 +00:00
njoly
dd925c8942
Avoid creating test files oustide atf-run temporary tree.
2011-04-25 22:29:35 +00:00
wiz
aa6a6987e7
Remove trailing whitespace.
2011-04-25 22:28:21 +00:00
wiz
929b5a7b29
Sort sections.
2011-04-25 22:27:20 +00:00
wiz
221e203109
Spelling.
2011-04-25 22:26:29 +00:00
yamt
aba9023af0
comment
2011-04-25 22:24:36 +00:00
yamt
792bcb515e
remove unused ptei
2011-04-25 22:24:00 +00:00
wiz
a26db019aa
Use Nx.
2011-04-25 22:23:47 +00:00
christos
736e11067f
- make log_krb5 varyadic
...
- centralize error handling to one function
- check for NULL context
2011-04-25 22:22:25 +00:00
yamt
0cc7ac519a
undefer csum in looutput.
...
looutput is used by various code (ether_output, mcast) to loopback packets.
2011-04-25 22:20:59 +00:00
wiz
2c1d99899f
New sentence, new line. Remove trailing whitespace.
2011-04-25 22:20:29 +00:00
yamt
022ceac2bd
fix module build
2011-04-25 22:16:21 +00:00
yamt
21f7828965
use ETHER_IS_MULTICAST macro. no functional changes.
2011-04-25 22:14:45 +00:00
wiz
2c034b81c0
Improve wording.
2011-04-25 22:13:45 +00:00
yamt
3e17d0f5a4
tcp_input: simplify redundant assignment. no functional changes.
2011-04-25 22:12:43 +00:00
wiz
9c28d8c767
Use more markup.
2011-04-25 22:12:05 +00:00
yamt
45430a8699
ip_undefer_csum:
...
- don't forget ntohs.
- don't add hdrlen twice for l4 header offset.
- use M_CSUM_DATA_IPv4_IPHL instead of extracting it from ip header.
- simplify code.
- KNF.
2011-04-25 22:11:31 +00:00
wiz
1319ff4810
Add serial comma.
2011-04-25 22:09:29 +00:00
wiz
235dacfc64
Sort SEE ALSO, sort errors.
2011-04-25 22:08:18 +00:00