thorpej
cbf6f69cb2
Oops, the mbuf may have been freed -- do a NULL check in the wrapper.
2000-11-12 19:29:31 +00:00
bouyer
089961e7c5
- use jumbo rx if mtu is too big to fit in one mbuf, not when larger than
...
ETHERMTU.
- add support for ETHERCAP_VLAN_MTU.
2000-11-12 18:32:43 +00:00
jdolecek
ab8c5177be
use SIGACTION() macro to get on appropriate sigaction
...
structure
2000-11-12 18:17:56 +00:00
joda
25f03b52f9
remove extra .Xc
2000-11-12 15:40:19 +00:00
fvdl
3c20e1e72d
Add a message saying that a /emul or /emul/aout symlink has been renamed
...
to .old.
2000-11-12 15:33:26 +00:00
wiz
18c121ba47
ispell
2000-11-12 15:32:57 +00:00
fvdl
f86b12aaef
Handle existing /emul symlink better when it points to nothing; same
...
with /emul/aout. Prevents unexpected sudden exits because during
aout lib move in upgrade.
2000-11-12 15:28:48 +00:00
perseant
c4c7b2adbb
Do not needlessly dirty segment table blocks during lfs_segwrite,
...
preventing needless disk activity when the filesystem is idle. (PR #10979.)
2000-11-12 07:58:36 +00:00
mycroft
63270df506
Sync with GENERIC.
2000-11-12 06:52:37 +00:00
hubertf
2becbc3b35
number of panics caused by the vnode locking mechanism before:
...
many -> some
Reading the original text led to the conclusion we paniced a lot
which was not true.
2000-11-12 03:22:47 +00:00
wiz
3be3dc88e0
two nits
2000-11-12 03:10:45 +00:00
hubertf
3361c5eca6
Point out that files affected by README.export-control are e.g. in
...
src/crypto and src/sys/crypto.
2000-11-12 03:08:44 +00:00
wiz
27b30b18ba
Miscellaneous fixes (mostly typos & grammar)
2000-11-12 02:57:21 +00:00
toshii
af22f56146
Fix obsolete comments in lfs_writeinode since rev. 1.27.
...
New comments are mostly from perseant, with my additions.
2000-11-12 02:13:51 +00:00
matt
4f839c4a48
Do the makesums out of the right directories. Create the installation
...
directories.
2000-11-12 00:59:05 +00:00
matt
be0f83d30a
Make the install kernel images by installing the ramdisk image into them.
2000-11-12 00:56:13 +00:00
matt
94830b9252
Add a gzip'ed ramdisk image for make release
2000-11-12 00:54:58 +00:00
matt
e71da4d1f5
Support "make release" and descend into the new kernels subdir.
2000-11-12 00:51:36 +00:00
matt
148061c7a6
INST kernel should be under BUILD_KERNELS
2000-11-11 22:47:57 +00:00
perseant
d5e76bbac2
Don't hold every segment that is being cleaned in memory in its entirety;
...
instead, if the segment doesn't have many live blocks, copy them to a
more appropriately sized chunk of memory and release the original.
This should prevent the cleaner from distending itself when cleaning many
segments with only one or two live blocks each, as when using the "-b" option.
2000-11-11 22:40:13 +00:00
perseant
5975446609
Add "-f" flag to match fsck(8) manual page. This flag currently has no
...
effect. Fixes PR #11129 .
2000-11-11 22:26:10 +00:00
christos
ff59a2fadd
- add support for home and end keys.
...
- improve debugging support
2000-11-11 22:18:57 +00:00
matt
890463ed5e
Add the install kernels
2000-11-11 20:56:46 +00:00
pk
258784289c
This file is no longer needed; it's superseded by the MI mk48xx driver.
2000-11-11 12:34:22 +00:00
pk
d80d0a8b06
Print host ID in hex.
2000-11-11 12:24:07 +00:00
pk
f88b137bd5
De-__P() this file.
2000-11-11 12:19:20 +00:00
pk
53c656364f
Switch to MI mk48xx and intersil7170 time-of-day clock drivers.
2000-11-11 12:14:03 +00:00
pk
109cb0fd5e
Rename storage for the sun4 idprom structure to `sun4_idprom_store'.
2000-11-11 12:12:46 +00:00
pk
ad9bda9339
Change `nvram size' data type to `bus_size_t'.
2000-11-11 11:59:42 +00:00
scw
d7b439dff5
udp.c is now needed in SRC_sa.
2000-11-11 11:36:17 +00:00
pk
0d4a68ac9b
Pull in the mk48txx and intersil7170 drivers.
2000-11-11 11:19:52 +00:00
pk
035ceca5b2
Add note about time-of-day and interval timer programming on this chip
...
are combined into the same (write-only!) control register.
2000-11-11 11:18:07 +00:00
pk
526def8fd1
Add a function to retrieve the size of the on-chip NVRAM area.
2000-11-11 11:03:31 +00:00
pk
09d659f070
Remove `boot', since it causes all files named `boot' to be removed from
...
all subdirs. This is not the intended effect.
2000-11-11 10:27:56 +00:00
sato
47ee1d1c1f
update vrc4172 pwm unit codes.(but not yet completly)
2000-11-11 10:08:12 +00:00
tsutsui
071bf9bca9
Don't print "]" if loading kernel does not have symbol table.
2000-11-11 09:25:12 +00:00
tsutsui
96deb0588d
Reduce NKMEMPAGES_MIN_DEFAULT.
2000-11-11 09:05:09 +00:00
sato
c8c49f7222
- vrc4172 address map definisions.
...
- vrc4172 gpio/ucy/pcs/pmu/pwm register definitions.
- vrc4172 pwm driver (not yet completely)
2000-11-11 04:42:08 +00:00
mycroft
e43fd45f1a
Make SHMSEG much larger to accomodate GNOME and imlib.
...
It's limited by SHMMAXPGS anyway.
2000-11-11 02:24:55 +00:00
thorpej
dcf80e02de
Update for the new pfil framework.
2000-11-11 01:22:37 +00:00
thorpej
8517807044
Actually, our local ip_off variable isn't needed.
2000-11-11 00:55:51 +00:00
thorpej
d44ee5cf6e
Bumk to 1.5K -- pfil changes.
2000-11-11 00:53:24 +00:00
thorpej
65fd25ea82
Restructure the PFIL_HOOKS mechanism a bit:
...
- All packets are passed to PFIL_HOOKS as they come off the wire, i.e.
fields in protocol headers in network order, etc.
- Allow for multiple hooks to be registered, using a "key" and a "dlt".
The "dlt" is a BPF data link type, indicating what type of header is
present.
- INET and INET6 register with key == AF_INET or AF_INET6, and
dlt == DLT_RAW.
- PFIL_HOOKS now take an argument for the filter hook, and mbuf **,
an ifnet *, and a direction (PFIL_IN or PFIL_OUT), thus making them
less IP (really, IP Filter) centric.
Maintain compatibility with IP Filter by adding wrapper functions for
IP Filter.
2000-11-11 00:52:36 +00:00
itojun
a21e536042
improve spec conformance of node information query (07).
...
sync with kame.
2000-11-11 00:46:36 +00:00
thorpej
ecf191df62
Pull in <sys/time.h>, since we use timevals here.
2000-11-11 00:11:04 +00:00
mycroft
0581ae5bad
Make ldd(1) build again.
2000-11-10 23:53:04 +00:00
mycroft
2d376bed2b
When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL.
2000-11-10 21:31:30 +00:00
mhitch
4ecd975981
Change the disktype of the diskimage to what the kernel is looking for to
...
detect a 'miniroot' disklabel. Booting from the diskimage will now get
the real disk geometry and adjust the incore disklabel parameters
accordingly.
Also revert back to using a prototype file - disklabel truncates the
disktype to 15 characters when using the disktab entry, but will use 16
characters when using the prototype file.
2000-11-10 19:06:17 +00:00
simonb
ae2c9c22f1
Fix linked-list botch with sysctl-based library selection that meant
...
only the last line was used. Allow more than one white space character
between fields.
Reviewed by Christos Zoulas.
2000-11-10 18:19:06 +00:00
itojun
980886f151
do not advertise dynamic/cloned routes
2000-11-10 18:15:57 +00:00