dfr
7cb77dfe12
Reserve space for signal state.
2001-10-20 15:19:43 +00:00
dfr
0868d006f6
Implement setjmp, longjmp, sigsetjmp and siglongjmp.
2001-10-20 15:19:08 +00:00
dfr
368f88c747
Add __divdf3(), __divsf3() and __infinity[].
...
Obtained from: Intel (for the divide code)
2001-10-20 15:17:31 +00:00
iedowse
03bd269b08
Move the code that computes the system load average from vm_meter.c
...
to kern_synch.c in preparation for adding some jitter to the
inter-sample time.
Note that the "vm.loadavg" sysctl still lives in vm_meter.c which
isn't the right place, but it is appropriate for the current (bad)
name of that sysctl.
Suggested by: jhb (some time ago)
Reviewed by: bde
2001-10-20 13:10:43 +00:00
roberto
6d757ee04c
Remove the ``-c 22'' option from newfs command line. Changes in newfs(8)
...
makes that obsolete. The jury^W-arch is still out about the block and fragment
sizes so I'll that for later.
Reminded by: obrien
MFC after: 2 days
2001-10-20 09:28:53 +00:00
jlemon
a3a164e488
Only examine inet addresses of the interface. This was broken in r1.83,
...
with the result that the system would reply to an ARP request of 0.0.0.0
2001-10-20 05:14:06 +00:00
darrenr
ea76382201
Do an ipf -y after bringing up ppp to ensure rules which mention ppp get
...
matched. Moification on PR to handle ipnat not being dependant on
ipfilter_enable
PR: 22859
2001-10-20 04:46:32 +00:00
darrenr
c34948e321
Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable to
...
be set to "yes"
PR: 25223
2001-10-20 04:41:47 +00:00
darrenr
2d265de5c7
Create /var/db/ipf
...
PR: 27070
2001-10-20 04:33:12 +00:00
darrenr
06070b833f
Put in place for using ipfs use on shutdown and startup.
...
PR: 27070
2001-10-20 04:33:02 +00:00
darrenr
5d34df19b7
include ipfs in subdirs
...
PR: 27063
2001-10-20 04:27:45 +00:00
darrenr
ad097c4ec9
build ipfs for -current
...
PR: 27063
2001-10-20 04:27:05 +00:00
darrenr
afdf388b19
Add the ipfilter directory in share/examples
...
PR: 26763
2001-10-20 04:18:41 +00:00
darrenr
deb49f0603
Add the ipfilter subdirectory
...
PR: 26763
2001-10-20 04:18:13 +00:00
darrenr
7460780f26
Add the IPFilter how-to and other related documents to the base install
...
so that users gets ipfilter examples without a source install.
PR: 26763
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
2001-10-20 04:17:07 +00:00
marcel
11dcd74077
Save the AP wake-up vector from the SAL descriptor under SMP.
...
Note that the descriptor is optional. Add a comment to indicate
that we want to register the OS_BOOT_RENDEZ here as well.
2001-10-20 03:39:55 +00:00
marcel
35cc982506
Make this compile under option SMP.
2001-10-20 03:33:07 +00:00
jhb
891c34698a
- Make the sio_inited handling more properly MP safe.
...
- If we are booting with a serial console, then pass the MTX_QUIET flag to
mtx_init of the sio lock as otherwise KTR_VERBOSE simply doesn't work.
2001-10-20 03:32:33 +00:00
jhb
6d85fccce7
Assert that a ucred is unshared before we remap its ids.
2001-10-20 03:30:34 +00:00
jhb
8ceded814a
Make the flag field in the ps output one char wider to account for recent
...
growth in the number of flags used. Also, if a thread is blocked on a
mutex, print the mutex name in the wait channel column.
2001-10-20 03:22:23 +00:00
gallatin
60a8e7b108
apparently EV5 2x00s have their t2 CSRs where I'd expect to find
...
them on a 2100A
Thanks to Tyler Willingham <ze_willow@yahoo.com> for letting me
test this on his AS2000
2001-10-20 01:27:23 +00:00
jhb
5eebcc2012
The mtx_init() and sx_init() functions bzero'd locks before handing them
...
off to witness_init() making the check for double intializating a lock by
testing the LO_INITIALIZED flag moot. Workaround this by checking the
LO_INITIALIZED flag ourself before we bzero the lock structure.
2001-10-20 01:22:42 +00:00
obrien
ce20b502fb
Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT
...
on would have built-in FP support.
2001-10-20 01:15:54 +00:00
des
bfa4675b15
Tweak the way we determine if an interface needs to have its name translated.
...
Add some missing break statements in the socket ioctl switch.
Check the return value from copyin() / copyout().
Fix some disorderings and misindentations.
Support a couple more socket ioctls.
Add missing break statements.
2001-10-20 00:01:26 +00:00
peter
f36c042920
Add a sysctl for preventing the sync() in panic() recovery. This can
...
be so dangerous it isn't funny. eg: if you panic inside NFS or softdep,
and then try and sync you run into held locks and cause either deadlocks,
recursive panics or other interesting chaos. Default is unchanged.
2001-10-19 23:32:03 +00:00
mp
b83678939d
Fix includes based on recent changes to lock.h, mutex.h and ktr.h.
2001-10-19 22:45:46 +00:00
dfr
c7d86f1eb2
Add unaligned.c and delete commented out entry for userconfig.c
2001-10-19 22:25:00 +00:00
dfr
7ebbe27eff
Make a start at an unaligned trap handler. Only integer loads and stores
...
are handled so far.
2001-10-19 22:23:51 +00:00
mp
e6b6c884ab
Make override of nm consistent across all platforms and sort the overrides.
...
Reminded by: obrien
2001-10-19 22:19:06 +00:00
dfr
9f90cf9c52
Make a start at a regression test for the unaligned trap handler.
2001-10-19 22:10:13 +00:00
bmah
eec97c36d0
Bring a few multi-architecture arch= attributes into the hardware
...
list, based primarily on dmesg logs posted to various mailing lists.
2001-10-19 20:56:31 +00:00
dfr
242c14f742
Translate various userland traps into SIGBUS (instead of just panicing).
2001-10-19 20:46:12 +00:00
bmah
ab44779593
Support a comma-separated list of architectures for the arch=
...
attribute. This change is necessary in order for the release
documentation to scale to support more than two architectures.
Based on work by: hrs
2001-10-19 20:41:09 +00:00
obrien
c3723c4c99
Make the logic more explicit.
2001-10-19 20:20:16 +00:00
ru
31c1fa83c5
Fix the typedef of va_list.
2001-10-19 20:07:46 +00:00
bmah
57b0ac62f3
New release note: xl(4) checksum offloading.
...
Reviewed by: alc
2001-10-19 20:07:07 +00:00
ru
b514c94182
Try two on the preprocessing logic.
...
Reviewed by: obrien
2001-10-19 20:06:23 +00:00
bmah
4d5438833c
New release note: route(8) add -ifp/-ifa.
...
Submitted by: ru
2001-10-19 20:02:22 +00:00
obrien
e4ab2c9a0f
Try two on the preprocessing logic.
...
Reviewed by: ru
2001-10-19 20:01:01 +00:00
jhb
079e2fd6e8
- Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h.
...
- Change LOCK_DEBUG so that it is always on if KTR is compiled in
regardless of the state of KTR_COMPILE. This means that we no longer
need to include sys/ktr.h before sys/lock.h to ensure a valid setting
for LOCK_DEBUG.
- Change the use of LOCK_DEBUG so that it is now always defined and its
value is used instead of merely its definition. That is, instead of
#ifdef LOCK_DEBUG, code should now use #if LOCK_DEBUG > 0.
- Use this latest to #error out in sys/mutex.h if sys/lock.h isn't
included before sys/mutex.h to ensure that the proper versions of the
mutex operations are used.
- As a result of (2) sys/mutex.h no longer includes sys/ktr.h in the
KERNEL case.
Requested by: bde (1)
2001-10-19 19:28:18 +00:00
jhb
d0bdf2ae5d
Remove unneeded sys/mutex.h includes.
2001-10-19 19:23:32 +00:00
jhb
7c87908b48
Move sys/mutex.h include after sys/lock.h to ensure we use the proper
...
versions of the mutex operations.
2001-10-19 19:22:04 +00:00
obrien
975b6d2e75
Blah, fix braino where ru had to remind me of proper preprocessor syntax.
...
Bad fingers, no cookie.
2001-10-19 19:17:11 +00:00
schweikh
49b9e95f88
Properly handle backslash newline within an identifier or keyword.
...
PR: bin/6015
Submitted by: myself (schweikh)
Patch by: Alexey V.Neyman <alex.neyman@auriga.ru>
Tested by: indenting my chess problem solver and running its test suite
MFC after: 3 weeks
2001-10-19 19:10:36 +00:00
mjacob
7d137e3ffb
Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.
...
Reviewed by: freebsd-net
2001-10-19 18:29:57 +00:00
des
46810589e3
Argh! I updated the version number in the MODULE_DEPEND() thingamagook but
...
not in the actual MODULE_VERSION(). Pass me the pointy hat.
2001-10-19 18:23:51 +00:00
bmah
4d14ab00d9
New release notes: libstand/loader(8) bzip2 support, isdnphone(8) -k,
...
arp(8) fddi/atm output.
MFC noted: arp(8) interface name in output.
2001-10-19 16:27:05 +00:00
mp
70a9a913c6
Cleanup of the stdarg code.
...
Submitted by: ru
2001-10-19 16:15:46 +00:00
brian
4a51aeed51
Include the right i4b files for NetBSD
2001-10-19 15:56:56 +00:00
jlemon
8c68d2bf5d
Fix the le driver - it has been broken for a while and these fixes have
...
been sitting neglected in my tree.
2001-10-19 15:47:41 +00:00