dyoung
55512dd5b2
Add undefined variable 'ic' to rtw_attach.
2005-07-11 06:01:42 +00:00
christos
ab760d2891
make setsig() return sig_t
2005-07-11 02:37:31 +00:00
christos
3564ac65d4
Don't hard ignore signals that were ignored by our environment, because
...
when we try to set a trap on them it will not work. Also while I am here:
1. don't change the action status if the signal system call failed.
2. don't try to sigignore it if signal failed.
3. clear the signal mask in case our parent blocked it for us.
2005-07-11 02:37:05 +00:00
lukem
1527bc4c2a
Fix a typo in the description of -f. Noted by Jukka Salmi in PR 30713.
...
Add some missing punctuation.
2005-07-11 00:25:08 +00:00
uwe
51d0cd96db
Implement syscall_intern for sh3.
2005-07-10 22:27:20 +00:00
thorpej
f5546fc71e
Move the rest of the extattr stuff into vfs_xattr.c
2005-07-10 22:10:00 +00:00
thorpej
9c6adeffa0
Regen:
...
Add Linux-compatible {,fl}{get,set,list}xattr() system call interface
to the VFS extended attribute subsystem.
2005-07-10 22:05:24 +00:00
thorpej
ccbebfaaf1
Add Linux-compatible {,fl}{get,set,list}xattr() system call interface
...
to the VFS extended attribute subsystem.
2005-07-10 22:04:20 +00:00
dyoung
ac7254c1e3
Cosmetic: the '_type' argument to ATH_LOCK_IMPL and family is more
...
properly called '_obj'.
2005-07-10 19:07:39 +00:00
christos
61a46bc6b1
pass the code out of getargs, so that ktracing __syscall using syscalls
...
works.
2005-07-10 19:05:47 +00:00
dyoung
c23eb30613
Bring an_newstate up-to-date with net80211 conventions. Now an(4)
...
works again. Jonathan Perkins reported the bug and tested the
patch.
2005-07-10 19:04:00 +00:00
christos
1a8fb0ada9
Add a -s flag to switch between terminals.
...
Misc KNF.
2005-07-10 17:57:28 +00:00
christos
f1f78efdd1
Now that sparc has syscall intern, no need to define it here too.
2005-07-10 17:02:51 +00:00
christos
aed9aed801
- add syscall_{plain,fancy}
...
- make it use mi_userret
2005-07-10 17:02:19 +00:00
christos
dac018add9
More syscall_intern lossage.
2005-07-10 16:45:33 +00:00
christos
24d0f10c0f
define sunos_syscall_intern now that sparc needs it.
2005-07-10 16:40:49 +00:00
cube
0057da6efa
NOFOLLOW should be passed to NDINIT() instead of FOLLOW for lstat(2).
...
Reported by Martin Husemann.
2005-07-10 16:34:53 +00:00
uwe
b044b5b620
Cosmetic: drop leading underscores from the volatile keyword.
2005-07-10 16:24:29 +00:00
uwe
496eb1f350
Cosmetic: use uintN_t, drop leading underscores from the volatile
...
keyword, use extern in function declarations.
2005-07-10 16:21:01 +00:00
martin
17668059a3
Add siginfo based signal delivery.
2005-07-10 16:15:19 +00:00
macallan
d091c8c1bb
added Tadpole TS102 SBus-PCMCIA bridge driver (tslot) and a couple of PCMCIA card drivers
2005-07-10 15:49:12 +00:00
macallan
8d4c3dfddd
added Tadpole TS102 SBus-PCMCIA bridge driver (tslot)
2005-07-10 15:47:37 +00:00
martin
d6c7a12fb5
Fix COMPAT_NETBSD32 ucontext padding and move the definition next to the
...
(sparc) original.
2005-07-10 15:44:23 +00:00
cube
4a8942e74c
Regen.
2005-07-10 14:32:35 +00:00
cube
7e3a28a419
Add support for fsync_range(2).
2005-07-10 14:32:16 +00:00
cube
cbb77bc452
The comment listing the arguments of fsync_range(2) wrongly described
...
"length" as an int. It is an off_t.
2005-07-10 14:26:02 +00:00
lukem
2265a4eed3
Correct the path to ping6 & rtsol.
...
Problem noted by Lubomir Sedlacik.
2005-07-10 13:00:21 +00:00
cube
c6a5f27efa
Regen.
2005-07-10 11:29:35 +00:00
cube
b01a57e4ce
Implement __clone(2).
2005-07-10 11:28:58 +00:00
cube
91598566dc
Report changes from sys_wait4().
2005-07-10 11:28:03 +00:00
christos
b132d4d5fd
Fix typo
2005-07-10 09:22:56 +00:00
martin
ba7a82bf5c
Add SUPPORT_DHCP - otherwise bootp does not work (packet is too short for
...
root-path). From Christos.
2005-07-10 08:40:21 +00:00
dyoung
9e9d2907ec
Cosmetic: reunite a comment with the code it describes.
2005-07-10 08:12:50 +00:00
dyoung
0e4587ae92
Bug fix: reset saw_bss when we start iterating over a new interface's
...
nodes, so that we list every interface's ic_bss node, instead of
listing only the first interface's.
2005-07-10 08:11:40 +00:00
isaki
723dc0caf2
Use errx() rather than err() where appropriate.
2005-07-10 07:12:13 +00:00
christos
9f68247977
Turn on dhcp support.
2005-07-10 06:40:35 +00:00
christos
4a35068121
Small correction to skd's patch from darren.
2005-07-10 05:49:38 +00:00
christos
7460ad1f15
matt asked for his 32<->64 debugging back.
2005-07-10 05:17:37 +00:00
christos
bafe6873ac
Remove sparc from the delinquent ports. The standard culprits are still
...
present of course.
2005-07-10 04:35:38 +00:00
christos
ecc4f71237
define syscall again.
2005-07-10 04:23:30 +00:00
christos
ec1dc88c1d
define syscall here.
2005-07-10 04:20:34 +00:00
christos
67f3bd4030
don't define syscall() here because the archs that don't have syscall_intern
...
yet, define syscall with different signatures in trap.c
2005-07-10 04:19:14 +00:00
christos
3439f8bdc3
move some more code out to getargs to match the upcoming sparc.
2005-07-10 02:34:42 +00:00
christos
415655638b
Forgot to add this.
2005-07-10 01:58:57 +00:00
thorpej
4457fd076f
Defflag UFS_DIRHASH.
2005-07-10 01:08:52 +00:00
christos
4d0656f353
include the _32 flavor of the machdep file too.
2005-07-10 00:56:19 +00:00
christos
6667cfbdab
We have syscall_intern now.
2005-07-10 00:56:01 +00:00
christos
df1b79805d
don't declare syscall and syscall_intern.
2005-07-10 00:54:54 +00:00
christos
1e568eda97
Re-factor syscall, and make it use syscall_{plain,fancy}.
2005-07-10 00:50:16 +00:00
christos
f1461c7e8a
No point in declaring syscall_intern and syscall in a zillion places.
2005-07-10 00:45:52 +00:00