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
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