Maxim Sobolev
13b21828a8
Add support for loading bzip2-compressed filesystems. Among other things
...
this would allow to load bzip2-compressed kernels/modules from the loader(8)
(support for that will be committer separately).
MFC after: 1 month
2001-09-18 13:01:12 +00:00
Ruslan Ermilov
2fb2e1897d
Style.
2001-09-18 12:28:22 +00:00
Ruslan Ermilov
6990ffd8a9
Style.
2001-09-18 12:03:42 +00:00
Ruslan Ermilov
6c053bebf9
KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.
...
Forgotten by: peter
2001-09-18 11:03:35 +00:00
Murray Stokely
e23a4b011e
Add release note entry about the amdpm(4) driver.
2001-09-18 04:55:25 +00:00
Jonathan Lemon
6a494eeb34
Change p into ke->ke_proc, this was hidden behind INVARIANTS.
2001-09-18 03:36:21 +00:00
Murray Stokely
06b41eeff1
Add 'device smb' to the synopsis, as this is required to do anything
...
useful with these devices.
2001-09-18 02:50:24 +00:00
Peter Wemm
d7ffc0023d
Remove hard coded magic load address. Now to change the load address,
...
we just have to change the pmap.h constants and ld will automatically
adapt based on the "kernbase" symbol.
2001-09-18 01:12:43 +00:00
Bill Paul
1d083681bc
Tweak the autoneg kickoff code to that it more closely resembles the
...
method uses in the nsgphy driver.
2001-09-18 00:31:19 +00:00
Bill Fenner
febceb3e27
Handle the absence of net.inet.ip.fw.verbose_limit better, just like
...
brian's fix for v6 in rev 1.56.
2001-09-18 00:03:48 +00:00
Peter Wemm
d2718e479a
Fix a fatal type mismatch (char *static_env; vs char static_env[]).
...
Submitted by: bde
2001-09-17 21:27:41 +00:00
Peter Wemm
8116859a74
Use includes to get prototypes for hints and env arrays.
...
Submitted by: bde
2001-09-17 21:25:48 +00:00
John Baldwin
52d4106b53
Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code
...
since the filenames are only used in the LOCK_DEBUG case and are just bloat
in the !LOCK_DEBUG case.
2001-09-17 21:21:02 +00:00
Greg Lehey
e3c822c968
Fix multiple uses of commas to separate countries. This construct is
...
commonly used in the United States of America to represent a
hierarchical relationship between city and state or country
("Evacuation Day in Suffolk County, Massachusetts"), but it was also
being abused to enumerate unrelated places ("Independence Day in
Albania, Mauritania").
Remove the list of countries observing All Souls' Day. This is a
widely observed holiday, and the list only included South American
contries.
There's more to do here; the list is rather patchy.
2001-09-17 21:19:28 +00:00
Julian Elischer
fdd4e5c652
Replace line accidentally deleted during KSE additions.
...
Symptom.. Stopped program unable to be restarted if it was stopped
while already sleeping.
2001-09-17 20:42:25 +00:00
John Baldwin
58dac15e58
Don't inline mutexes in the LOCK_DEBUG case.
2001-09-17 19:31:26 +00:00
John Baldwin
8c7e62a632
If any of various debug kernel options are enabled, set a LOCK_DEBUG
...
cpp macro that can be used to differentiate code generation for locking
functions.
2001-09-17 19:30:41 +00:00
John Baldwin
2509e6c20b
Add a lock assertion to linux_sendsig() to match other sendsig functions.
2001-09-17 17:22:31 +00:00
Mitsuru IWASAKI
23b4e251d0
Call acpi_DeviceIsPresent() only for devices. This should make
...
non-ACPI_TYPE_DEVICE devices (such as acpi_tz and acpi_cpu) enabled
again.
Reviewed by: msmith
2001-09-17 15:11:55 +00:00
Maxim Sobolev
9ad4f43281
Fix segfault introduced in previous commit (when adding local packages).
2001-09-17 13:37:50 +00:00
Ruslan Ermilov
3754c38b40
Fix the bootstrapping aid from revision 1.9.
...
WORLD was renamed to BOOTSTRAPPING.
2001-09-17 11:59:43 +00:00
Ruslan Ermilov
e08effdafa
When bootstrapping install(1), libc may not have the strtofflags(3) support.
2001-09-17 11:58:14 +00:00
Ruslan Ermilov
a1e0e968b7
Run the bootstrap-tools' and
cross-tools' stages with BOOTSTRAPPING
...
flag defined. This replaces the WORLD flag that got lost in revision
1.96.
2001-09-17 11:50:36 +00:00
Andrey A. Chernov
74b6098af4
First appeared in 5.0, not in 4.4
2001-09-17 08:18:45 +00:00
Mike Silbersack
42e5dee992
Common Mike adds see alsos from all of the synchronization
...
man pages to their brethren.
2001-09-17 07:24:48 +00:00
Mike Silbersack
e8ef96508d
Fix a typo: documenation -> documentation
2001-09-17 06:54:26 +00:00
Jonathan Lemon
0d5d2695c0
Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.
2001-09-17 03:49:51 +00:00
Garance A Drosehn
a4c7cc9f12
Fix so that lpc's interactive-mode will not be confused by EditLine processing
...
into thinking that there is a print-queue called 'xterm'...
Reviewed by: short discussion on freebsd-stable
MFC after: 1 week
2001-09-17 02:35:34 +00:00
Jonathan Lemon
7032f49f4d
Change permissions for initial install of maillog file to 640. (from 644)
...
Pointed out by: rwatson
2001-09-17 02:04:20 +00:00
Jonathan Lemon
dbae8e5b46
Change maillog to have permissions of 640. Users shouldn't be able to
...
eavesdrop on other users' communications.
2001-09-17 01:33:15 +00:00
Mike Barcroft
a5aecc7707
style(9)
...
Silence from: phantom
2001-09-17 00:23:19 +00:00
Murray Stokely
21cdb1a3c0
Add amdpm.4 to build.
2001-09-16 22:36:25 +00:00
Murray Stokely
c896039b9b
SMBus support for the AMD 756 power management unit. See smbus(4),
...
amdpm(4) and smb(4).
This device can be used with userland programs such as sysutils/lmmon
to retrieve sensor information from the motherboard.
PR: kern/23989
Obtained from: Matthew C. Forman <mcf@dmu.ac.uk>
Based on: alpm(4)
2001-09-16 22:35:07 +00:00
Matthew Dillon
6fbcb1c3e9
Avoid empty decls when __FBSDIDs are turned off.
...
Suggested by: bde
MFC after: 1 week
2001-09-16 21:43:34 +00:00
Matthew Dillon
e67f5b9fca
Implement __FBSDID()
2001-09-16 21:35:07 +00:00
Robert Watson
35105a5f91
Disable per-user .login_conf support due to incorrect merging of local
...
and globaly settings. An alternative implementation will be developed.
Reported by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
2001-09-16 16:48:40 +00:00
Yoshihiro Takahashi
9849949cae
Added pc98 support.
2001-09-16 12:40:20 +00:00
Yoshihiro Takahashi
aadcbac104
MFi386: sys/isa/fd.c revision from 1.205 to 1.219.
2001-09-16 12:39:59 +00:00
Yoshihiro Takahashi
07468e79b7
Allocate i/o and memory resources using gdc driver.
2001-09-16 12:38:39 +00:00
Murray Stokely
0aef0b4d6b
Recognize two cheap PCI 16550 devices :
...
CyberSerial (1-port) 16550
Oxford Semiconductor Dual Port 16550
Sort the list of PCI devices while I'm here.
2001-09-16 11:14:56 +00:00
Hiroki Sato
2e9122ea5b
Catch up with the English version:
...
1.5 -> 1.7 errata/article.sgml
2001-09-16 09:17:25 +00:00
Hiroki Sato
0ec5fd8092
Fix some typo and malformed SGML markups.
2001-09-16 08:28:53 +00:00
Warner Losh
89f43a1aa9
Ian Dowse had closed the race a little more in card ejection events.
...
Maybe this will also fix the suprious eject events that we're seeing?
2001-09-16 06:12:16 +00:00
Yoshihiro Takahashi
21c8480091
MFi386: added comment for ed driver.
2001-09-16 05:34:34 +00:00
Yoshihiro Takahashi
11dbeb93db
MFi386: cosmetic changes.
2001-09-16 05:34:05 +00:00
Yoshihiro Takahashi
096048af92
MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.
...
Removed unnecessary PnP moden entries.
2001-09-16 05:33:07 +00:00
Yoshihiro Takahashi
accd559318
MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.
2001-09-16 05:30:59 +00:00
Yoshihiro Takahashi
f058eb7562
MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.
2001-09-16 05:30:08 +00:00
Yoshihiro Takahashi
555c5bb9dd
MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.
2001-09-16 05:29:27 +00:00
Yoshihiro Takahashi
dc27775f75
Added (commented out) ACPI attachment.
2001-09-16 05:28:16 +00:00