Commit Graph

85137 Commits

Author SHA1 Message Date
ru
de5a5cffdf Don't hide global `s'. 2003-01-17 08:10:43 +00:00
mdodd
998d7c398f A driver for the System Management Application Program
Interface (SMAPI) BIOS, which is present on some IBM
Thinkpad models (560, 600, 770 to name a few.)

The SMAPI BIOS provides access to System Information,
System Configuration, and Power Management.
2003-01-17 08:10:18 +00:00
mdodd
ed3bb480aa - Add a major for SMAPI.
- Claim a few majors I have responsibility for.
2003-01-17 08:01:35 +00:00
hsu
5ee4aa12c2 SMP locking for ARP. 2003-01-17 07:59:35 +00:00
imp
ba27d7edce More wi info: adhoc means have reverted. 2003-01-17 07:54:27 +00:00
scottl
aba09f55b9 Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD from
RELENG_5_0 and allow RELENG_5_) to grow.
2003-01-17 06:18:25 +00:00
tjr
e2eae8f0a2 Do a better job of documenting mincore(2), esp. the MINCORE_* flags. 2003-01-17 04:06:57 +00:00
simokawa
72538448be Detect underrun of IT queue for debugging.
Add some comments.
2003-01-17 03:52:48 +00:00
ache
5098fa045d Add missing ca_ES, lt_LT, sr_YU aliases 2003-01-17 00:56:34 +00:00
bmah
1c1e58f6bb New errata entry: growfs(8) stopped working on vinum(4) volumes or
geom(4) entities.

Submitted by:	joerg
2003-01-16 23:58:28 +00:00
joerg
10b8bb0df1 While being here, remove a couple of unused "default:" labels in switch
statements, now that gcc loudly complains about them.

MFC after:	1 week
2003-01-16 23:49:34 +00:00
joerg
86c6d8c3aa Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

This is the non-DEVFS part which is normally not used in 5.x, but due
for MFC into 4.x.

PR:		bin/28294, bin/32588
MFC after:	1 week
2003-01-16 23:48:34 +00:00
joerg
621897e063 Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

(This is the DEVFS-only part, so no need to MFC.)

PR:		bin/28294, bin/32588
2003-01-16 23:47:04 +00:00
imp
58dab2ebd2 Restore a comment that was lost in the shuffle. 2003-01-16 23:38:08 +00:00
grog
0290fbefbc Correct typo.
Submitted by:	Alan Day <alan@alanday.com>
MFC after:	2 weeks
2003-01-16 23:37:26 +00:00
ue
e2944f259c MFbed: translation update
early-adopter/article.sgml:		1.11  -> 1.12
errata/article.sgml:			1.12  -> 1.17
hardware/common/dev.sgml:		1.126 -> 1.128
installation/common/trouble.sgml:	1.11  -> 1.12
relnotes/common/new.sgml:		1.475 -> 1.480
2003-01-16 22:41:47 +00:00
ue
1da7c4ecac Fixed a typo 2003-01-16 21:29:53 +00:00
phk
4f4ee2d1f6 Move a local variable to avoid the compiler warning about it being unused. 2003-01-16 20:06:45 +00:00
jhay
aa8fc802d7 hardpps() wants the raw hardware counter value converted to nanoseconds. 2003-01-16 19:22:13 +00:00
murray
18f0486660 We now include the dhcpctl subdirectory. 2003-01-16 19:05:56 +00:00
imp
b16e1187d3 wi now needs wlan. 2003-01-16 16:56:58 +00:00
scottl
6b90b6f0f2 Fix 'make release' from erroring out if this is an arch without driver
floppies.

Submitted by:   nyan
Reviewed by:   jhb
2003-01-16 16:51:52 +00:00
mbr
ca9362aa61 Fix memleak.
Reviewed by:	rwatson
MFC after:	2 weeks
2003-01-16 16:43:58 +00:00
bmah
8b91d2d4b7 Updated release note: ISC DHCP 3.0.1RC11. 2003-01-16 15:40:49 +00:00
yar
0d33e7e65c Prepend a space character if a line begins with a digit
in the output to the "STAT file" request.

This closes one discrepancy with RFC 959 (page 36.)

See also http://www.kb.cert.org/vuls/id/328867

Obtained from:	OpenBSD
2003-01-16 14:25:32 +00:00
nyan
9e0c3a0da7 MFi386: revision 1.372 2003-01-16 13:38:58 +00:00
yar
722c554dce Replace the instances of literal "/bin/ls"
with the _PATH_LS macro to be consistent
with the rest of the ftpd(8) source.
2003-01-16 13:27:58 +00:00
simokawa
0317f3164a Improve memory allocation.
- Don't use contigmalloc() and allocate page by page to avoid
	allocation failure.
- allocate buffer by PAGE_SIZE.
2003-01-16 13:09:33 +00:00
des
601b96f8f1 Clear part_set, part_size_type and part_offset_type before parsing the
ascii label; otherwise checklabel() might report spurious errors because
of leftovers from a previous pass.

Reviewed by:	bde
MFC after:	1 week
2003-01-16 12:57:53 +00:00
mdodd
b2eb191083 The abs() function isn't defined locally; include a header file that
defines it.
2003-01-16 08:53:03 +00:00
alc
5dc5943aac Fix two long-standing, but likely harmless, errors in the use of
vm_pageout_deficit:
1. Update vm_pageout_deficit before VM_WAIT.  There is no sense in
   delaying the update; the sooner the pageout daemon receives this
   information the better.  Reviewed by: tegge
2. Update vm_pageout_deficit according to the number of pages still
   needed to complete the allocation, not the original size of the
   allocation.  Submitted by: tegge

(These errors have existed since the introduction of vm_pageout_deficit
in revision 1.144.)
2003-01-16 08:14:56 +00:00
obrien
7438cfe4e7 Update for the isc_dhcp_3_0_1_rc11 import. 2003-01-16 07:53:32 +00:00
obrien
42423ca671 Use the stock version of this file -- all our needs have been taken care of. 2003-01-16 07:41:43 +00:00
obrien
3e36b3bfe6 Make the "SEE ALSO" suitable for FreeBSD. 2003-01-16 07:36:45 +00:00
obrien
9f681e127a Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD. 2003-01-16 07:31:49 +00:00
murray
51ef4a0cfa This commit was generated by cvs2svn to compensate for changes in r109365,
which included commits to RCS files with non-trunk default branches.
2003-01-16 07:29:37 +00:00
murray
4a18459fb2 Import ISC DHCP 3.0.1 RC11 omshell interface. 2003-01-16 07:29:37 +00:00
obrien
4f37dc42eb Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) into
isc_dhcp_3_0_1_rc11.
2003-01-16 07:28:12 +00:00
mbr
a5173e4613 Implement nonblocking tpc-connections. rpcgen -m does still
produce backcompatible code.

Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
2003-01-16 07:27:30 +00:00
obrien
08d70aef6b Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD. 2003-01-16 07:23:57 +00:00
obrien
9c8794b59d Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)
into isc_dhcp_3_0_1_rc11.
2003-01-16 07:22:32 +00:00
obrien
aa01d29e23 Merge our spelling changes into isc_dhcp_3_0_1_rc11. 2003-01-16 07:19:43 +00:00
mbr
8e075e7fa8 Implement non-blocking tcp-connections.
Reviewed by:	rwatson
Obtained from:	NetBSD
MFC after:	1 day
2003-01-16 07:13:51 +00:00
obrien
47bdc7b536 Import isc-dhcpd-3.0.1rc11.
This fixes a security vulnerability in the bundled resolver library.

Requested by:	scottl(re)
2003-01-16 07:04:57 +00:00
obrien
6bce98120e This commit was generated by cvs2svn to compensate for changes in r109357,
which included commits to RCS files with non-trunk default branches.
2003-01-16 07:04:57 +00:00
simokawa
02e6f232bf Use cycleMatch for precise IT DMA start timing. 2003-01-16 07:01:54 +00:00
rwatson
0805bd819c Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,
rather than specifically setting the process priority and resource class;
otherwise, we improperly set other aspects of the login class.  We have
a bit more to do here, but the proper fix will probably involve breaking
out MAC labels from the login class at some point, as well as further
clarifying the logic here.

Pointed out by:	kuriyama, max
2003-01-16 03:41:57 +00:00
mtm
fbce5d90e8 Purely cosmetic change.
The # PROVIDE line should precede the # REQUIRE line.

Approved by: markm (mentor)
2003-01-16 02:27:52 +00:00
anholt
342c144c76 Add missing lib/X11/xedit/lisp directory. 2003-01-16 02:17:28 +00:00
njl
4211a1b2f1 kernel:
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0

user:
* Increase timeout in usermode to CAM_TIME_INFINITY.  The initiator is in
  charge of timeouts and the value was in ms, not seconds.
* Bring two debugging printfs under the debug flag
* Clean up man page to show increased testing on isp(4)

Submitted by:	gibbs (bugfixes)
2003-01-16 00:24:29 +00:00