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
thorpej
175c3312a8
- Use ANSI function decls.
...
- Sprinkle some static.
2005-07-10 00:18:52 +00:00
cube
16e20b37d6
Regen.
2005-07-09 22:40:34 +00:00
cube
57017881b4
Implement pselect(2) and pollts(2).
2005-07-09 22:40:13 +00:00
cube
0056ee71b1
Make netbsd32_select() use selcommon() instead of a gross copy/paste of
...
the old sys_select() code.
2005-07-09 21:58:09 +00:00
christos
d818d83647
Add .m in the list of suffixes, otherwise including bsd.sys.mk in a Makefile
...
treats the .m.o: suffix rule as a target. This broke typing 'make' in
${NETBSDSRC}/sys/kern.
2005-07-09 18:45:16 +00:00
xtraeme
a8b011d03a
Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
...
ok'ed by yamt.
2005-07-09 15:25:17 +00:00
xtraeme
76bb6413ee
If there's bootxx_lfsv2 on the ramdisk, we could use LFS for the
...
root filesystem, add the missing bit for that.
2005-07-09 15:05:13 +00:00
xtraeme
ab8df35bc8
After calling the function to find the disks, refresh the screen again.
...
This removes messages like "sd0: fabricating a geometry".
2005-07-09 14:56:23 +00:00
christos
20dd96aff1
Don't drop fragments that are smalled than the ip header size. From skd
2005-07-09 14:51:11 +00:00
xtraeme
997ffdbad9
Move ipl.h into the ipfilter block, which is the right place.
2005-07-09 14:15:11 +00:00
christos
d39684a368
make the isdn drivers compile again with -Wconst, -Wshadow
2005-07-09 02:05:09 +00:00
thorpej
76fd10b45a
Move VFS extended attribute support to its own file.
2005-07-09 01:05:23 +00:00
cube
0d4567cd91
Regen.
2005-07-08 22:22:19 +00:00
cube
01f1f7ce7d
Add mlockall(2) and munlockall(2).
2005-07-08 22:21:43 +00:00
cube
e1c5d71d3d
Regen
2005-07-08 21:40:26 +00:00
cube
dfc332d6df
Implement the extattr(3) family of syscalls.
...
XXX However, those remain untested as there are currently no backend for
XXX extattr(9) in NetBSD.
2005-07-08 21:39:39 +00:00
thorpej
3429324371
Whitespace tweaks.
2005-07-08 16:13:32 +00:00
abs
ff3ec262da
remove reference to ncr(4)
2005-07-08 13:21:48 +00:00
abs
ffccc1f4a2
Reference siop(4) not ncr(4)
2005-07-08 13:21:34 +00:00
thorpej
99c4ea1319
- Use ANSI function decls.
...
- Liberally apply static.
2005-07-08 05:07:31 +00:00
mrg
d6989eccf4
apply the patch from PR#30680: always print the header in extended
...
(-x) mode, as it is much easier to see what is going on.
2005-07-07 22:31:45 +00:00
snj
944f9952e1
config lives in src/usr.bin/config these days.
2005-07-07 20:57:27 +00:00
tron
b7be5e481c
Defopt IPSEC_NAT_T.
2005-07-07 19:34:51 +00:00
mrg
85577dbf52
fill in historical data for mrg-vm-swap and mrg-vm-swap2.
2005-07-07 19:20:20 +00:00
thorpej
9beb4d2c61
Remove the __packed__ attribute from these structures. Everything is
...
naturally aligned anyway, and __packed__ just causes the compiler to
generate slower code.
2005-07-07 19:02:11 +00:00
thorpej
0be3d66be4
Apply const and static where appropriate.
2005-07-07 18:43:47 +00:00
drochner
a8dbed44ea
tighten the autoconf constraints by passing the atapi/ata/ata_hl attribute
...
to config_found()
(after some cleanup we might be able to kill SCSIPI_BUSTYPE_*)
2005-07-07 17:51:31 +00:00
drochner
4a286e2d41
-tighten the autoconf constraints by passing the atapi/scsi attribute
...
to config_found()
(after some cleanup we might be able to kill SCSIPI_BUSTYPE_*)
-remove scsipiprint() -- the parts which make it differ from
scsiprint()/atapiprint() were unreachable anyway
2005-07-07 17:27:37 +00:00
tron
04b9c3437f
Add (commented out) IPSEC_NAT_T option.
2005-07-07 17:05:46 +00:00
nonaka
ba180bf75f
Added EMODE cache operation.
2005-07-07 16:56:50 +00:00
tron
58b513c9f5
Defopt IPSEC_NAT_T.
2005-07-07 16:00:56 +00:00
christos
d9a0117f1e
Back to using curproc in the VLNK case when uiop->uio_procp == NULL,
...
and explain why we need to.
2005-07-07 14:26:37 +00:00
tron
17c8267bba
Fix typo which broke the build of kernels with support for 586 and
...
686 class CPUs.
2005-07-07 13:20:53 +00:00
christos
66e17a310f
add a missing const.
2005-07-07 12:57:03 +00:00
tron
d3544c4e45
Document that "aes" can be used for IKE and ESP encryption.
2005-07-07 12:34:17 +00:00
yamt
300f70f6e0
handle tx buffer exhaustion.
2005-07-07 12:01:25 +00:00
wiz
0d76cf2134
openssl-0.9.8 is out.
2005-07-07 11:24:27 +00:00
drochner
67cce9c6dd
oops, missed a second occurence of libc.so
...
noticed by Juergen Hannken-Illjes
2005-07-07 10:52:50 +00:00
pooka
b0e100a5fc
match & attach Panasonic 50" Touch Panel
2005-07-07 09:59:37 +00:00
pooka
520b2cddab
regen for panasonic tp
2005-07-07 09:59:09 +00:00
pooka
1a814357c3
add panasonic 50" touch panel
2005-07-07 09:58:23 +00:00
yamt
f3a6189c5b
yamt-lazymbuf branch.
2005-07-07 08:49:50 +00:00
christos
c7f5a1fb60
1. use p = uio->uio_procp consistently and eliminate suspicious uses
...
of curproc (where uio->uio_procp should be used?). Don't do this
for nfs_commit(), because yamt says it is possibly wrong.
2. nfs_doio() does not use struct proc; remove it and the code to compute it.
3. use copyin_proc() and copyout_proc() instead of copyin() and copyout().
4. check return of copyout_proc(). and mark return from copyin_proc() XXX
5. Eliminate check p == curproc assertion check from nfs_write;
nfs_read does not have it and we might be called in a different
process context anyway (PR 20138).
2005-07-07 02:05:03 +00:00
dyoung
0b81c10899
Cosmetic: use the idiom &ic->ic_nw_keys[0] instead of ic->ic_nw_keys,
...
just be a little more parallel to &ic->ic_nw_keys[IEEE80211_WEP_NKID]
on the same line.
2005-07-07 00:43:01 +00:00
dyoung
86283b24c9
Don't write WEP keys to the chip unless it is enabled.
...
Suspend and restart the transmit/receive engines while writing WEP
keys.
2005-07-07 00:12:22 +00:00
christos
ac0ee9b2c0
Allow F{G,S}OWN to succeed on a tty that has no session associated with it,
...
and it is not the controlling tty. This change allows us to use SIGIO on
a non-controlling tty (eg. debug ntpd with a refclock on a tty).
2005-07-07 00:01:32 +00:00
dyoung
83a9bf2c5c
Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed
...
out their modes and rates at boot. Revert to the historical
behavior.
2005-07-06 23:58:14 +00:00
dyoung
707b2b4ae1
Avoid an unnecessary API difference between NetBSD and FreeBSD:
...
back out my change to ieee80211_crypto_encap that made it free its
mbuf argument on error. I had thought it was a bug. It was not.
It's the drivers that are broken. Make an(4), atw(4), ipw(4),
iwi(4), ral(4), rtw(4), ural(4), and wi(4) free the mbuf when
ieee80211_crypto_encap returns NULL. Also, return ath(4) to the
way it was---i.e., free the mbuf.
Thanks to Sam Leffler to pointing out my mistake.
2005-07-06 23:44:15 +00:00