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
eeh
efaf3dbb74
Remove unnecessary header file that causes linker issues.
2000-11-10 17:47:55 +00:00
hannken
0ba0592864
Pull in dev/i2o/files.i2o.
2000-11-10 17:09:15 +00:00
simonb
aa306b1406
Adjust numbers in comments of previous.
2000-11-10 16:21:22 +00:00
eeh
132d16957c
Clean up config and fix things so kbd.h is generated even w/no keyboard.
2000-11-10 16:05:40 +00:00
matt
68967453ab
Add malloc types for IEEE1394 structures and data.
2000-11-10 15:47:03 +00:00
augustss
6836c0bd28
Update frlengths after a isoc transfer.
...
Suggested by Yuri <yuri@tsoft.com>
2000-11-10 14:11:49 +00:00
augustss
1bfab105b0
Don't try to set CM_OVER_DATA feature if features cannot be set.
...
From Ryutaroh MATSUMOTO <ryutaroh@ss.titech.ac.jp> in PR # 11428.
2000-11-10 14:08:32 +00:00
augustss
0510b1739c
Update documentation link. From OpenBSD.
2000-11-10 13:53:23 +00:00
augustss
9a10107274
Some OpenBSD defines. From aaron@monkey.org
2000-11-10 13:52:28 +00:00
mrg
3ea4c67b6b
remove unused variable
2000-11-10 11:57:26 +00:00
itojun
05b2e0b151
/t_line/t_linesw (typo)
2000-11-10 11:08:32 +00:00
itojun
7da1bb7a9c
synchronize with BIND 8.2.2-P7.
...
- resolve conflicts (there are many conflicts with $NetBSD$ tags -
dunno why they happen).
- type pedant (couple of typecasts).
correct yacc-generated file handling. remove bin/named/ns_parser.h,
use the header yacc generates at compilation time.
2000-11-10 09:56:56 +00:00
itojun
0f73fe0237
remove yacc-generated header
2000-11-10 09:51:03 +00:00
itojun
1dee783927
import LICENSE_RSA. maybe we should import other [A-Z]* too.
2000-11-10 09:41:14 +00:00
itojun
7992052d11
bind 8.2.2-P7
2000-11-10 09:33:54 +00:00
itojun
2ca8e58e8e
remove $Header$ from original. remove yacc/lex generated files, which are
...
unnecessary for import.
2000-11-10 09:23:42 +00:00
lukem
6b7eb3a804
use
...
(cd /foo ; tar zxpf -) < bar.tar.gz
instead of
tar -C /foo -zxpf bar.tar.gz
since the `pax as tar' on the install media doesn't have a working -C...
2000-11-10 06:56:11 +00:00
tshiozak
004f47d81c
u_long -> unsigned long in "offsetof" macro.
...
Using u_long causes <stddef.h> to undesirably depend on <sys/types.h> .
BTW: Why is the cast needed?
2000-11-10 06:35:45 +00:00
lukem
54878f1733
more rewording from allen briggs
2000-11-10 06:21:07 +00:00