fvdl
7d91366682
Fix up COMPAT_LINUX support for amd64. Still a work in progress, not
...
usable yet ("Hello World" runs, but many other things do not work).
2005-05-15 21:44:41 +00:00
fvdl
49395ac65e
Make the arch_prctl system call use the saved %gs and %fs mechanism.
2005-05-15 21:43:08 +00:00
fvdl
2f9b8a3b68
Start at implementing USER_LDT. Doesn't compile yet (but it didn't previously
...
either).
2005-05-15 21:42:01 +00:00
fvdl
eeb59b85ad
New definitions for LDT system call arguments, amd64 version. Compatible
...
with the Linux interface. As yet unused.
2005-05-15 21:39:56 +00:00
fvdl
69aa2aa9e8
Optionally include saving and restoring the 64bit %gs and %fs base register
...
values in the PCB. Do this in pmap_activate for now (XXX not a good place
for it, but a convenient one).
2005-05-15 21:37:46 +00:00
christos
4de0ea44a5
Replace the original fgetln with a simpler one that:
...
1. Works if the last line does not end up in \n
2. Does not scan the string multiple times.
3. Does not copy the string, but writes it directly in the buffer.
4. Handles out of memory conditions gracefully.
2005-05-15 21:31:26 +00:00
dsl
9abd2f5605
Split getnfsargs() out into its own file, it drags in 70kB of rpc code.
...
I might manage to write a version that doesn't pull in all the crud.
(Which will give a load of space in the install floppy images)
2005-05-15 21:18:34 +00:00
christos
8adc5f9efb
add t_putws
2005-05-15 21:12:53 +00:00
christos
bac9dcf8ce
bump libtermcap.
2005-05-15 21:11:59 +00:00
christos
cf3e6ebd2b
add t_putws
2005-05-15 21:10:52 +00:00
thorpej
f2b0a44663
u_short -> uint16_t
2005-05-15 21:01:34 +00:00
dsl
54cc3da266
Make the arg to getnetconfigent const char * to match the man page (and
...
likely calling code).
2005-05-15 20:54:41 +00:00
martin
bc2f09f761
Add the assembler files.
2005-05-15 19:32:21 +00:00
dsl
d85801918d
Set (and report) the new time (not the old one).
...
I broke it in rev 1.38, someone has finally noticed....
2005-05-15 18:39:39 +00:00
martin
de0502e591
Just ignore (and don't fail) FBIO{S,G}CURSOR.
2005-05-15 16:41:25 +00:00
yamt
176be94d27
add fgetwln.
2005-05-15 13:09:13 +00:00
dsl
148ea12326
Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.
...
rescue_tiny fits again...
2005-05-15 10:15:47 +00:00
yamt
62de7e0c8d
dcngettext: don't return stack garbage when there's no usable database.
2005-05-15 09:58:06 +00:00
yamt
627b0d5099
remove anon related statistics which are no longer used.
2005-05-15 08:01:06 +00:00
yamt
f3bf234dc9
disable IFCAP_CSUM_IPv4_Tx and comment why.
2005-05-15 07:48:49 +00:00
christos
a1484a9949
be more lenient on the comparison to argv[0] to determine our personality.
2005-05-15 02:04:30 +00:00
christos
85b51312ff
bump libc.
2005-05-14 23:59:32 +00:00
christos
406fc04640
add new stdio wide functions.
2005-05-14 23:58:51 +00:00
christos
75b76923c6
Wide stdio functions.
2005-05-14 23:51:42 +00:00
christos
6a08589259
bump for wide stdio functions.
2005-05-14 23:51:16 +00:00
christos
f432bbb6fd
Add the missing wide char support functions from freebsd.
...
XXX: long double support is missing until we get gdtoa, and add the
necessary wide functions.
2005-05-14 23:51:02 +00:00
dsl
f023cb8f18
Mark ./usr/share/examples/racoon/roadwarrior/server/phase1-down.sh
...
as obsolete (it was deleted in the previous commit).
Fix sort errors.
2005-05-14 20:03:31 +00:00
martin
4f8a6aa79a
We need ${X11FLAGS.EXTENSION} here, because it carries what xsrc calls
...
GlxExtraDefines - and those are very important on 64 bit archs at least
(-D__GLX_ALIGN64)
2005-05-14 19:27:56 +00:00
dsl
4ed2a0cea6
Helps if the definition of xconnect() matches its declaration....
2005-05-14 18:56:45 +00:00
christos
398a081644
Allow writing symlinks that point outside our tree, but not traversing
...
them to write other files.
2005-05-14 18:49:51 +00:00
tshiozak
dd416aa868
add plural support.
2005-05-14 17:58:56 +00:00
tshiozak
a023aa0fb7
* add some comments.
...
* add some functions:
_citrus_memory_stream_bind_ptr()
_citrus_memory_stream_tell()
_citrus_memory_stream_ungetc()
_citrus_region_get_subregion()
* fix a bug in _citrus_memory_stream_seek().
2005-05-14 17:55:42 +00:00
hubertf
9029dfc48a
mounting filesystems with nodev/nosuid wasn't considered that a good idea,
...
undo.
2005-05-14 17:10:16 +00:00
christos
d1ca0533bf
make sure ty_class is cleared on each entry.
2005-05-14 15:43:47 +00:00
lukem
7f321b8850
Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4
2005-05-14 15:26:43 +00:00
chs
408467d27a
allow rsh if the user's password is null. from christos.
2005-05-14 15:17:47 +00:00
chs
2438f5c3ad
add hp700 support.
2005-05-14 14:46:21 +00:00
skrll
990898b846
Use the correct AS when creating the mknative environment.
...
Reviewed by mrg@
mknative re-runs will appear soon.
2005-05-14 08:00:58 +00:00
ginsbach
d96d2a6f15
Adjust field width for route -n show similar to netstat -rn when displaying
...
INET6 route entries.
2005-05-13 14:58:47 +00:00
manu
6add206c2f
- Fix a double free
...
- For acquire messages, when NAT-T is in use, consider null port as a
wildcard and use IKE port
2005-05-13 14:09:44 +00:00
wiz
c5fa1fbb8b
Fix typo reported by Brad at comstyle com.
2005-05-13 06:36:22 +00:00
mhitch
9277bf836b
Fill in fb_depth, fb_width, and fb_height in the fb_type info. XFree86 works
...
better now.
2005-05-13 06:33:32 +00:00
lukem
8b69a0f5ac
* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)
...
in various places. Fixes a problem noted by Allen Briggs.
* Improve warning printed when connect(2) for the data channel fails.
2005-05-13 05:03:49 +00:00
lukem
e03970d626
correct line for "password"
2005-05-13 02:56:34 +00:00
ginsbach
bb3f166314
Fix botched prior commit. Additional debugging error messages mistakenly
...
committed.
2005-05-13 01:59:47 +00:00
cube
d1d157a6fb
Regen
2005-05-12 23:12:05 +00:00
cube
d8a65a5514
Two re(4) candidates. From Francois Romieu in private mail.
2005-05-12 23:10:32 +00:00
bouyer
89e3f91e8d
Remove obsolete file missed from the bouyer-xen2 merge.
...
Pointed out by YAMAMOTO Takashi.
2005-05-12 22:28:54 +00:00
ginsbach
22f8a99e92
* Honor -net when using CIDR (net/mask) notation. This differs
...
from the default CIDR (host/mask) interpretation. As discussed on
tech-net.
* Use errx() in place of fprintf() and exit(). Make the error message
formats consistent.
2005-05-12 21:10:49 +00:00
christos
1a54f2152a
PR/22058: Onno van der Linden: duplicate detection of isa ip.
...
Use some more undocumented bits to find out if the card is in pnp mode or not.
2005-05-12 18:53:08 +00:00