dfr
9c65ee6d6b
Add busspace hacks for ia64.
2001-10-04 08:33:16 +00:00
dfr
974d6a2329
Use return_PTR, not return_VALUE when returning pointers.
2001-10-04 08:32:18 +00:00
dfr
158d043f88
Check the compatible ID as well as the hardware ID in acpi_MatchHid.
2001-10-04 08:31:17 +00:00
bde
c5bb23781e
Fixed pedantic syntax error (trailing semicolon in enum).
2001-10-04 07:51:42 +00:00
bde
7e16402646
Fixed some style bugs.
2001-10-04 07:39:14 +00:00
bde
55491453e2
Fixed namespace pollution:
...
- only declare the application symbols specified in Posix.1-200x drafts,
not everything in <sys/types.h> and <stddef.h>.
- don't use the application symbol 'm' for an arg name.
2001-10-04 07:37:57 +00:00
bde
1e25e4053d
Fixed style bugs (indentation errors, missing punctuation, and unsorting)
...
in rev.1.61.
2001-10-04 07:25:16 +00:00
bde
d46fa27980
Fixed a missing forward declaration and unsorting of prototypes in rev.1.18.
2001-10-04 07:12:37 +00:00
bde
e344ce4b2a
Fixed wrong include in synopsis.
...
Fixed bitrot in synopsis. Const'ification of make_dev() and
make_dev_alias() had not reached here.
2001-10-04 06:22:22 +00:00
mike
aebf871de5
Include <string.h> to prototype strcpy(3). While I'm here, make use
...
of the new RCSID macros.
MFC after: 3 days
2001-10-04 04:42:03 +00:00
luigi
0a6d2bba3a
Add functions to lookup in /etc/networks and set interface
...
addresses, invoke them from /etc/rc
2001-10-04 00:46:44 +00:00
luigi
800c8cb93d
Add "networks" file used to lookup netmasks
2001-10-04 00:46:03 +00:00
luigi
2652a9c097
Use @__CWD__@ as the magic string meaning "this directory"
...
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
2001-10-04 00:42:20 +00:00
grog
8dd9793ef0
Remove duplicate entries.
2001-10-04 00:38:36 +00:00
bde
47d228f315
Fixed a missing proc -> thread substitution.
...
Broke future detection of this bug in userland by not declaring kernel
prototypes in userland.
2001-10-03 17:23:26 +00:00
bde
fef75fe036
Fixed various type errors in synopsis.
2001-10-03 16:53:59 +00:00
bde
8ef25d0d0b
Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly
...
inconsistently weird const poisoning in the man pages relative to the
headers.
2001-10-03 16:47:56 +00:00
bde
6713900c98
Fixed spelling of rpow in rpow's prototype.
2001-10-03 16:33:00 +00:00
bde
9097abc647
Fixed missing `const' in synopsis.
2001-10-03 16:29:21 +00:00
bde
52c081280b
Fixed return type in synopsis.
2001-10-03 16:25:08 +00:00
ume
078ebb5411
We don't ship pim6dd/pim6sd any more.
...
MFC after: 1 week
2001-10-03 16:15:59 +00:00
bde
a98e38f50d
Fixed bitrot in synopsis. The change of the color type from byte to u_long
...
had not reached here.
2001-10-03 15:20:03 +00:00
sos
174605ab56
Doh! committed from the wrong tree, this is the right "stuff"...
2001-10-03 11:36:25 +00:00
alfred
11010dfe79
Forced commit:
...
Previous delta was,
Tested by: David Taylor <davidt@yadt.co.uk>
and should be
MFC after: 1 week
2001-10-03 11:03:59 +00:00
alfred
036a7d2e16
Avoid getting stuck in system(3) when the internal call to wait4()
...
is interrupted by saving the pid.
The old code would assign the return value to pid which would trash
it, to fix the problem save a copy of the pid to be used as the
paramter to wait4().
Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org>
2001-10-03 11:01:39 +00:00
sos
fb11970d9b
Update with latest chipset supports.
2001-10-03 09:02:05 +00:00
asmodai
32b7a97fcb
Fix alphabetical order of supported chipsets.
2001-10-03 08:31:16 +00:00
sos
f6777e1335
Proberly support the Promise TX2/4.
...
Programming info kindly provided by Daniela Engert <dani@ngrt.de>
2001-10-03 08:27:29 +00:00
dfr
17f2c62587
The encoding for the bus being passed to SAL was completely wrong.
2001-10-03 08:25:58 +00:00
sos
f181b807ce
cosmetics in the bootverbose probe-
2001-10-03 08:25:37 +00:00
sos
8f9173fea7
Hopefully fix the identify failed on ATAPI slaves on some notebooks.
2001-10-03 08:25:11 +00:00
obrien
25f2ac9140
Clarify parameter "names" in prototypes.
...
Submitted by: bde
2001-10-03 07:33:59 +00:00
takawata
f24a98e690
Add PnP ID 'IBM3781' for TP240 mouse.
2001-10-03 07:26:28 +00:00
bde
1504179848
Don't install manpage links for the nonexistent functions exp2(),
...
exp2f(), log2() and log2f().
2001-10-03 06:30:11 +00:00
bde
44d201ca6b
Removed .Nm's for the nonexistent functions exp2() and exp2f().
2001-10-03 06:25:55 +00:00
jkh
6f03352a6e
Add commented-out/prototype entries for samba's swat configuration tool.
...
Requested by: "William Wong" <willwong@samurai.com>
MFC after: 1 week
2001-10-03 05:30:56 +00:00
bde
e94a83a247
Made this header self-sufficient.
...
Fully parenthesized a macro definition.
2001-10-03 05:25:07 +00:00
bde
fb673f2a68
Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.
...
The corresponding bugs in <wchar.h> have no effect because the function
prototypes there don't have args so the __restrict "keyword" is
misinterpreted as an arg.
2001-10-03 05:19:47 +00:00
bde
62ec0d2249
Fixed missing return type in synopsis.
2001-10-03 04:01:51 +00:00
obrien
21a8993a87
Restore MSDOSFS support to the install kernel.
...
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
2001-10-03 03:58:08 +00:00
bde
eadd87b6ca
Fixed wrong arg type in synopsis.
2001-10-03 03:57:42 +00:00
bde
3f1e09f08e
Fixed bitrot in synopsis. The change of the return type of
...
Set_Boot_Blocks() from void to int had not reached here. Callers
still don't check the new return value.
2001-10-03 03:49:48 +00:00
bde
3ebf15b40c
Fixed missing includes in synopsis.
2001-10-03 03:05:26 +00:00
bde
ef9cbcca28
Fixed misspelled arg type in synopsis.
2001-10-03 01:45:37 +00:00
bde
341e54f418
Fixed missing include in synopsis.
2001-10-03 00:51:30 +00:00
mjacob
a8a01b12b0
Let's not kid ourselves- we don't *really* support jumbframes yet.
...
We only support the size of frame we are currently allocating, which
is MCLBYTES - sizeof (struct ether_header) usable, so don't set an
MTU that would go over this.
2001-10-02 22:36:49 +00:00
des
e96a60dd27
Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set
...
on the node in question. Also add two API functions for setting and clearing
this flag; setting it also reclaims all vnodes associated with the node.
2001-10-02 22:22:42 +00:00
mjacob
1a3f19d036
Various fixes and improvements- some from the folks at Sitara Networks (thx)
2001-10-02 22:21:21 +00:00
des
6ac4dc906e
Only print "XXX (un)registered" message if bootverbose.
2001-10-02 22:21:07 +00:00
hrs
90ba351a4b
Merge the following from the English version:
...
1.145 -> 1.149 relnotes/common/new.sgml
2001-10-02 20:48:08 +00:00