David E. O'Brien
ed403545fc
Also allow and document a "build" ordering for variables.
...
Both "product" and "build" ordering are rampant in /usr/src. This document
is not indented to be as strict as style(9) as historically BSD hasn't been
as consistent about Makefile as C code. Also there are too many variations,
exceptions and allowances in out existing Makefile style to be strict.
However there is a general level of consensus on what the general BSD style
of our Makefiles is. This manpage documents that "smell".
2003-03-02 02:51:40 +00:00
David E. O'Brien
a250a46170
o Do not use VPATH.
...
o Give the proper spelling for WARNS.
o Clarify using NO_WERROR.
o Embelish -D after -I verbage.
o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@.
Based on: brucification
2003-03-02 02:40:38 +00:00
Scott Long
1a3a935b84
Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.
2003-03-02 02:35:00 +00:00
David E. O'Brien
ef91670a0e
Mdoc police.
...
Submitted by: ru
2003-03-02 02:21:37 +00:00
Kirk McKusick
d35ae777f2
Add the mksnap_ffs command to the sbin directory. This setuid root
...
program allows users in the operator group to take filesystem
snapshots. Its first use will be in support of `dump -L'.
Approved by: Technical Review Board <trb@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
2003-03-02 01:50:33 +00:00
Juli Mallett
de7653f681
Forgot to update the date field; from David Magda <dmagda@magda.ca>.
2003-03-01 23:43:53 +00:00
Juli Mallett
e7cb5ef774
Add functionality to only list hosts specified on the command line. If none
...
are specified the old behaviour is old. The submitted applied a much cleaner
diff to ruptime.c, however it did not cover cases like listing failures. It
would probably be a good idea to move the printing from the ruptime function,
and have that function just be used to build the list, as that would unbreak
sorting, but this diff is intended to be clear, relative to the original
code. As the sort order is the order specified on the command line, for now,
such is documented in the manual page accordingly.
Submitted by: Edward J. M. Blocklesby <ejb@lythe.org.uk>
MFC after: 3 weeks
2003-03-01 23:09:26 +00:00
Alan Cox
1a1e9f41e5
Teach vm_page_sleep_if_busy() to release the vm_object lock before sleeping.
2003-03-01 19:16:32 +00:00
Tom Rhodes
49ff556b75
`Word-smithing'
2003-03-01 19:13:27 +00:00
Warner Losh
3506aa8ed8
Add notes about which versions of firmware is known to work/fail with
...
various functions of the card. Be pedantically careful to use 'station
firmware' when talking about the version of Prism firmware.
As always, word-smithing welcome.
MFC-After: Tom Rhodes wakes up and notices :-)
2003-03-01 18:26:49 +00:00
Tor Egge
c6faf3bf1d
Remove unneeded code added in revision 1.188.
2003-03-01 17:18:28 +00:00
Bruce A. Mah
3dc02da1ae
New release note: NETNCP/nwfs working.
...
Updated release note: ipfw(4) uid rules working.
2003-03-01 17:08:26 +00:00
Bruce A. Mah
cd00dd1969
Updates for the status of ipfw(4) bugs [1] and NETWARE/ncp [2].
...
Submitted by: maxim [1], tjr [2].
2003-03-01 16:58:53 +00:00
Mike Barcroft
2019acb6e0
Share ino_t and nlink_t.
2003-03-01 16:51:40 +00:00
Hidetoshi Shimokawa
37413f0a0f
Don't reset agent before processing OCB has done.
2003-03-01 16:50:40 +00:00
Bruce A. Mah
1c7a473664
Updated release notes: add nooption/nomakeoption to nodevice, FILE
...
3.41.
MFC noted: IPFilter 3.4.31.
2003-03-01 16:28:25 +00:00
Tom Rhodes
129c3aa7cb
Use .Pa for file names and paths.
2003-03-01 15:56:42 +00:00
Luigi Rizzo
f6cb89e74d
New mapping for the italian keyboard, includes the Euro symbol
...
and other localized keys.
MFC candidate pending re@ approval.
Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org)
No-reply-from: ache
MFC after: 3 days
2003-03-01 14:45:17 +00:00
Alan Cox
72c3aad7e8
MFi386 revision 1.88
...
Remove some long unused declarations.
2003-03-01 10:02:11 +00:00
Søren Schmidt
638914f17d
Fix support for HPT controllers they where always left in PIO mode.
...
Amazing what a ';' can do :/
2003-03-01 09:33:35 +00:00
Stefan Eßer
1fa4dd2f14
Make /dev/pci use MAJOR_AUTO.
2003-03-01 08:57:16 +00:00
Jeff Roberson
bff5362bf2
- gc USE_BUFHASH. The smp locking of the buf cache renders this useless.
2003-03-01 05:55:03 +00:00
Marcel Moolenaar
59c9bb54ee
Speed up debugging in the context of unexpected traps by printing
...
the address of the image base of the loader. Given cr.iip, we can
use the symbol table to figure out what function caused the trap.
2003-03-01 05:18:28 +00:00
Marcel Moolenaar
884d549049
Paranoia: Don't use the length of the option string alone to
...
determine whether we have command line options. We expect a
valid string pointer as well.
2003-03-01 05:13:59 +00:00
Scott Long
9e2e96d803
The aac driver has evolved enough over the last few months that it no
...
longer resembles the 4.x version very much. Garbage collect the legacy
bits.
2003-03-01 05:07:19 +00:00
Sam Leffler
cb91dd133a
Describe the 5823 and why there's no AES support.
2003-03-01 00:50:09 +00:00
Giorgos Keramidas
35adbc4d5c
Remove traces of MAKEDEV & add xref to mount_devfs(8).
...
DEVFS is now mandatory in CURRENT.
PR: docs/48095
Submitted by: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>
2003-02-28 22:47:18 +00:00
Ruslan Ermilov
e1ace8b4d3
Hopefully, obviate the need of ``make depend''.
2003-02-28 22:17:47 +00:00
Ruslan Ermilov
ddc474a84b
Initiate the de-orbit burn sequence for <bsd.kern.mk>.
...
Always use sys/conf/kern.mk when building kernel/modules.
<bsd.kern.mk> is only preserved for sys/boot/pc98/boot2
for now, but this will be fixed. If there are other
users of <bsd.kern.mk>, please let me know.
Reminded by: bde
2003-02-28 22:12:17 +00:00
Giorgos Keramidas
a1ceffbc22
Document keybell="" switch and refer to kbdcontrol(1) for details.
2003-02-28 22:07:19 +00:00
Ruslan Ermilov
5d1b6a85bc
Standardize handling of locore.[sS] etc. files.
...
Submitted by: jake, bde, ru
2003-02-28 21:59:14 +00:00
Giorgos Keramidas
9d5eb445a3
The .Nm utility.
2003-02-28 21:04:17 +00:00
Sam Leffler
595064e871
fix compilation w/o INET6
...
Noticed by: "James E. Flemer" <jflemer@acm.jhu.edu>
2003-02-28 20:06:29 +00:00
Maxime Henrion
0bc60d9734
GC the major number for the network entries.
2003-02-28 19:56:10 +00:00
John Hay
11229bf39e
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
...
The Lego Infrared Tower use it.
2003-02-28 19:28:29 +00:00
Orion Hodson
19921b23b5
o Move vendor ids into separate table.
...
o Add assorted vendor and codec ids.
2003-02-28 18:04:52 +00:00
Maxime Henrion
7e1f8a0b2f
Make the network /dev entries use MAJOR_AUTO.
2003-02-28 18:04:42 +00:00
David Xu
9948c47f0e
Check kse group limit before linking new ksegrp.
2003-02-28 15:57:33 +00:00
Ruslan Ermilov
01ba618f4a
Don't pretend natd(8) doesn't work with ppp(8) interfaces.
...
While there's probably a better way to achieve the same,
nothing precludes us from using natd(8) on tun(4) links.
Noticed by: bde
2003-02-28 15:41:45 +00:00
Jacques Vidrine
de8ab39c6a
Spellcheck.
2003-02-28 15:01:31 +00:00
Warner Losh
f6820d8b82
86 ufm: it now uses MAJOR_AUTO.
2003-02-28 13:25:06 +00:00
Warner Losh
56dd04580a
ufm doesn't care what major it uses.
2003-02-28 13:23:31 +00:00
Warner Losh
cfb14e7100
These appear to work as cardbus cards too
2003-02-28 13:21:17 +00:00
Poul-Henning Kamp
98bbd7aa59
NO_GEOM cleanup:
...
Retire the "dev_t" centric version of the disk mini-layer.
Remove now unneeded linkage field in dev_t and struct disk.
2003-02-28 10:02:02 +00:00
Poul-Henning Kamp
3e7b60db4b
NO_GEOM cleanup:
...
Convert to "struct disk *" centric API.
OK'ed by: sos
2003-02-28 09:53:36 +00:00
Poul-Henning Kamp
82a5503800
Retire #3 : wd.
2003-02-28 09:48:59 +00:00
Poul-Henning Kamp
8cfa9ac669
NO_GEOM cleanup:
...
Convert to "struct disk *" centric API.
2003-02-28 09:47:22 +00:00
Poul-Henning Kamp
ad89059cbf
Attempt to mark the majors which are used by drivers checked into the
...
CVS tree.
2003-02-28 07:49:57 +00:00
Jake Burkholder
53faa77b2f
Sync with bsd.kern.mk.
...
Reminded by: bde
2003-02-28 06:49:59 +00:00
Warner Losh
9cd41be1d0
pccard isn't picky about WHAT major it gets.
2003-02-28 05:56:06 +00:00