Commit Graph

138416 Commits

Author SHA1 Message Date
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
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