dogcow
02ef5933d0
add TCVN to mtree from the recent i18n changes. (hi, tnozaki!)
2006-11-13 22:28:47 +00:00
xtraeme
58528a6767
regen
2006-11-13 22:03:20 +00:00
xtraeme
4eb9440ff5
Fix typo in previous (hi bouyer).
2006-11-13 22:02:58 +00:00
christos
7f29b88c81
regen
2006-11-13 22:01:59 +00:00
mrg
bb915868b8
properly detect when the output fails (eg, full filesystem) and do not
...
delete the input file. patch from PR#35048.
2006-11-13 21:57:59 +00:00
christos
600680c6c3
merge conflicts.
2006-11-13 21:55:36 +00:00
christos
4a5ea8ca2f
import 0.9.8d
2006-11-13 21:16:04 +00:00
pooka
c025c6ae8f
add note to BUGS about the questionable nature of puffs_node
2006-11-13 21:09:16 +00:00
pooka
c3f04e4e04
sync with change to lookup
2006-11-13 21:06:16 +00:00
pooka
0ef848220b
remove special-case handling for CREATE/RENAME from lookup() - this fs
...
does not need it, just return ENOENT
2006-11-13 20:59:48 +00:00
pooka
93a5732221
No need to return a special value for CREATE/RENAME lookup, so just
...
handle ENOENT. If there's a real error, userspace will return
something else.
2006-11-13 20:57:56 +00:00
christos
381520cf11
PR/34979: Scott Ellis: Detect 0 length name and skip it instead of infinite
...
loop.
2006-11-13 20:24:00 +00:00
bouyer
e530856a89
Regen: add NetMos 9855 Quad UART and 1284 Printer port
2006-11-13 20:12:10 +00:00
pooka
bc745833ff
fix link count for rootnode broken last week
2006-11-13 20:11:36 +00:00
bouyer
5b3f17e412
Add NetMos 9855 Quad UART and 1284 Printer port
2006-11-13 20:11:10 +00:00
dyoung
2ed50f892c
make the routing socket report the right source address in RTM_GET
...
responses when a source-address selection policy is in use.
2006-11-13 19:16:01 +00:00
dyoung
00aa0b8d95
Fix bugs in rt_get_ifa() and put aside the sequence number stuff,
...
which isn't ready for primetime yet.
2006-11-13 19:14:30 +00:00
ad
048c3d68d9
Tweak output slightly, and fix a bug.
2006-11-13 19:08:52 +00:00
tnozaki
74fca02cf1
avoid infinity loop, iso2022 module's stdenc_get_state_desc_generic()
...
never return _STDENC_SDGEN_INITIAL.
2006-11-13 19:08:19 +00:00
ad
316b72d710
Fix errors.
2006-11-13 18:28:15 +00:00
dyoung
e362cfc96f
In rtalloc(), release our reference to the prior rtentry before
...
referencing a new rtentry.
2006-11-13 17:51:02 +00:00
jmmv
c963ce01ee
Pull in opt_ktrace.h (and sys/ktrace.h) so that the ktrace-related code
...
is compiled when enabled. You know, preprocessor hell...
2006-11-13 17:01:06 +00:00
jmmv
870dd91500
Let this build when KTRACE is not enabled. Closes PR kern/33210.
2006-11-13 16:57:40 +00:00
ad
119899c354
Remove authors section, and update history where appropriate.
2006-11-13 16:33:56 +00:00
ad
4608df106c
- Remove AUTHORs section.
...
- Mention twa.
2006-11-13 16:29:05 +00:00
ad
bea3d13d1d
Add manual pages for RW locks, mutexes and condition variables. Not
...
enabled in the Makefile.
2006-11-13 16:22:11 +00:00
jmmv
b1fe4841a1
Let ext2fs be built even when none of ffs, lfs and mfs are present.
2006-11-13 16:12:54 +00:00
christos
ed6e95ed81
tzcode 2006o is available
2006-11-13 15:52:47 +00:00
tnozaki
79a70a823d
1. add iconv support for followint encoding:
...
Vietnamese
TCVN 8bit Viet Nam National Standard
VISCII 8bit RFC1456
VIQR 7bit RFC1456(libVIQR)
Unicode Escape (GNU libiconv compatibility)
C99, JAVA (libUES)
2. fix iconv_std module:
add special treatment for POSIX Defect Report #288 case.
2006-11-13 15:16:28 +00:00
jmmv
52b7ca57d3
Fix typo in comment.
2006-11-13 11:47:37 +00:00
he
0b108ad573
Adapt to the wsmouse_input() change where we now require the 'w' axis.
2006-11-13 09:35:34 +00:00
dyoung
2d1d707101
Plug memory leak.
2006-11-13 05:48:00 +00:00
dyoung
f6957fedf7
Cosmetic: join lines.
2006-11-13 05:44:37 +00:00
dyoung
a25eaede91
Add a source-address selection policy mechanism to the kernel.
...
Also, add ioctls SIOCGIFADDRPREF/SIOCSIFADDRPREF to get/set preference
numbers for addresses. Make ifconfig(8) set/display preference
numbers.
To activate source-address selection policies in your kernel, add
'options IPSELSRC' to your kernel configuration.
Miscellaneous changes in support of source-address selection:
1 Factor out some common code, producing rt_replace_ifa().
2 Abbreviate a for-loop with TAILQ_FOREACH().
3 Add the predicates on IPv4 addresses IN_LINKLOCAL() and
IN_PRIVATE(), that are true for link-local unicast
(169.254/16) and RFC1918 private addresses, respectively.
Add the predicate IN_ANY_LOCAL() that is true for link-local
unicast and multicast.
4 Add IPv4-specific interface attach/detach routines,
in_domifattach and in_domifdetach, which build #ifdef
IPSELSRC.
See in_getifa(9) for a more thorough description of source-address
selection policy.
2006-11-13 05:13:38 +00:00
dyoung
075fd7d1e9
Stop using typeof() in the bit-twiddling macros, per yamt@'s
...
suggestion. This change requires that I use the __PRIuBITS format
string in atw and rtw, so do that.
2006-11-13 03:35:59 +00:00
dyoung
e3361bb265
Add strsep(3) to libkern.
...
To avoid code duplication, move strsep.c to the kernel/userland
common files.
Soon I will commit source-address selection (options IPSELSRC).
It will use strsep(3).
2006-11-13 03:26:43 +00:00
christos
b7cb52a381
for pt_syscall, send a signal to our parent, not out grandparent. Noted by
...
mrg and ad.
2006-11-13 02:52:08 +00:00
cbiere
28fb298561
Added missing F_GETLK, F_SETLK, F_SETLKW to print_fcntlcmd().
2006-11-12 23:29:37 +00:00
dyoung
fabb7d3379
Improve the tags target for i386:
...
Update the Atheros HAL directories.
Don't compute tags for nonexistent assembly-language sources
in sys/arch/i386/isa/.
Don't echo the rm -f step.
2006-11-12 22:44:00 +00:00
bouyer
df1600e329
Properly detect if BAR5 is IO or MEM type; avoid a message about not being
...
able to map the BAR on boot (note that it's just cosmetic, the registers were
mapped anyway). Tested by paul at whooppee.com; thanks !
2006-11-12 22:42:20 +00:00
yamt
ec585a4e4d
protect bt_poolcache by splvm because it's shared among all arenas
...
including ones which can be used in interrupt context.
PR/35042 from Manuel Bouyer.
2006-11-12 22:28:17 +00:00
plunky
57c0199dcf
Tidy away wsmouse_input() abstractions and update
...
documentation to include the W direction.
2006-11-12 19:00:42 +00:00
he
f50e36b715
Move settings of CLEANFILES and LDFLAGS outside the conditional, so that
...
the dummy libssp_nonshared.a file will be cleaned under clean/cleandir.
2006-11-12 15:18:29 +00:00
tsutsui
d990bcf038
Replace RTK_ETHER_ALIGN with RE_ETHER_ALIGN, which I missed.
...
Pointed out by dieter roelants in PR kern/35041.
2006-11-12 15:12:02 +00:00
tsutsui
26a4066f11
Remove an extra semicolon.
2006-11-12 12:02:19 +00:00
bjh21
867c8b45a3
Add GWS.
2006-11-12 11:29:51 +00:00
jmmv
d4e479987d
Regen. Per bernd@'s instructions.
2006-11-12 09:14:32 +00:00
itohy
96de608110
Oops, I didn't notice the file had been updated and overwrote
...
the changes in 1.93....
Rescue the changes in 1.93 (IPv4 checksum fix).
2006-11-12 07:16:14 +00:00
itohy
3b284b614d
- In some rare cases, both Tx Complete and Dn Complete bits are set.
...
I'm not sure what it exactly means, but at least, the packet in question
is reloaded in ex_txstat() and should not handle the Dn Complete event
at the moment --- it should be served on later interrupt.
- Reload packet on collision, too.
2006-11-12 07:07:39 +00:00
christos
5b239d0be1
PR/35039: jklowden: Fix example to include -i or -p for ipf or pf.
2006-11-12 06:24:08 +00:00