sobomax
486a1591a8
Add the following products in preparation for addition of CDCE driver:
...
- G.Mate, Inc's YP3X00 PDA;
- Prolific's PL2501 Host-Host interface;
- Numver of Sharp's Zaurus PDAs.
2005-03-21 08:43:54 +00:00
das
930b2ee454
Use sysconf(_SC_ARG_MAX) instead of NCARGS.
2005-03-21 08:01:14 +00:00
das
f5e55fd604
Support the L modifier for floating-point values as an extension.
...
When L is omitted, double precision is used, so printf(1) gives
reproducable results. When L is specified, long double precision is
used, which may improve precision, depending on the machine.
2005-03-21 08:01:09 +00:00
das
79d24f2484
Teach fmtcheck() about the ' (thousands separator) flag.
2005-03-21 08:00:55 +00:00
harti
47633d30dc
Reduce the number of explicit parameters passed to VarParse()
...
by passing them through struct VarParser.
Patch: 7.127
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2005-03-21 07:40:33 +00:00
scottl
677dba2c50
Start the process of modernizing the Tigon driver by using busdma for the
...
descriptor and configuration data. Thanks to Martin Nilsson for providing
hardware.
2005-03-21 07:17:27 +00:00
njl
6d63884eb3
Add support for probing EST settings from ACPI. This should handle more
...
modern CPUs that have multiple VID#s that aren't detectable via public
methods. We use the control value from acpi_perf as the id16 for setting
a given frequency.
2005-03-21 06:43:25 +00:00
kientzle
91e20dfee4
Stop building gtar. Bump __FreeBSD_version to reflect this change.
2005-03-21 05:30:58 +00:00
kientzle
0069c3a218
Ooops. Correctly disable "tar"->"gtar" link.
...
Thanks to: Simon L. Nielsen, who was the first of
several people to point this out. <sigh>
2005-03-21 04:02:42 +00:00
bmah
0980a5ab55
Modified release notes: KDE 3.4.0.
...
For both KDE and GNOME notes, fix upgrading instructions and point
users to the Web pages for these respective projects. [1]
Discussed with: marcus [1]
2005-03-21 00:38:17 +00:00
iedowse
eb14087c44
Root hubs don't have transaction translators, so skip printing the
...
message about them if the hub depth is zero.
2005-03-20 23:45:00 +00:00
iedowse
0638348255
Don't display the redundant `ehci_pci_attach: companion usbX'
...
messages unless EHCI debugging is enabled.
Suggested by: scottl
2005-03-20 23:42:54 +00:00
philip
df09d3a781
Simplify sysctl handling by consolidating various get/set functions into
...
generic functions, use a table for hooking up sysctls nodes rather than doing
it manually. While here, clean up some style bugs.
Glanced at by: njl
2005-03-20 23:36:36 +00:00
davidxu
4da02be559
Add locking code for tls routines.
2005-03-20 23:28:25 +00:00
iedowse
00f0fc2985
Remove trailing whitespace as per NetBSD's revision 1.91. Also
...
update the TODO comments to more closely match current reality.
2005-03-20 22:22:18 +00:00
iedowse
316bdea082
Don't skip the initialisation of tl->len when we hit an EOF immediately
...
after allocating a new buffer. This bug caused `tail -r < /dev/null'
to core dump when the `J' malloc option is set, and also affected
any other input that was an exact multiple of 128k.
2005-03-20 22:08:52 +00:00
glebius
c24d32c62d
- Don't lose TCP flags of the first packet in a flow.
...
- Don't account length of the first packet in a flow twice.
2005-03-20 21:03:43 +00:00
kientzle
c74d7d94bd
Deorbit gtar, step 1: Remove WITH_GTAR knob.
...
"tar" is now always a synonym for "bsdtar".
People who need gtar can access it as "gtar."
Approved by: No objections on arch@
2005-03-20 20:38:46 +00:00
murray
0aff3baf02
Return BUS_PROBE_DEFAULT in preference to 0.
...
Pointed out by: Nate Lawson <nate@root.org>
2005-03-20 20:13:21 +00:00
bmah
ee2d4fb50e
When building release documentation for release builds or for
...
release documentation snapshots, force URLS_ABSOLUTE. This
allows us to relocate HTML renderings anywhere without worrying
about breaking relative links to pages on the Web site. This can
happen when we use &base; as part of a URL.
I wonder if we should do this for all release documentation builds,
but I'm not quite sure what all the cases are.
2005-03-20 17:59:17 +00:00
simon
1ffec0c271
Add byteorder(9) to SEE ALSO.
...
MFC after: 3 days
2005-03-20 17:27:57 +00:00
iedowse
0c6a099057
Interrupt transfers and split transactions work now, so remove the
...
part of the BUGS section that says they don't. Leave the "quite
buggy" comment for now though, as it's still partially true.
2005-03-20 17:13:43 +00:00
rwatson
560261414f
Add a read-only kern.sched.preemption sysctl so that user space can tell
...
if "options PREEMPTION" is compiled into the kernel.
2005-03-20 17:05:12 +00:00
philip
31df036c3c
Document acpi_fujitsu(4).
...
Reviewed by: brueffer
2005-03-20 15:27:38 +00:00
brueffer
61525b96d0
Add a missing word.
2005-03-20 14:57:46 +00:00
glebius
d2dabbb47c
ifma_protospec is a pointer. Use NULL when assigning or compating it.
2005-03-20 14:31:45 +00:00
pjd
a0488b0220
Add regression tests for pkill/pgrep.
...
MFC after: 3 days
2005-03-20 12:38:08 +00:00
pjd
1fbe41652e
Whitespace fixes.
2005-03-20 11:47:44 +00:00
pjd
c7d05e490c
- Introduce an '-o' option which allows to match oldest of the matching
...
processes.
This option can be also found in Solaris and Linux.
- Use timercmp(9) macro for timeval comparsion.
- Include time.h directly, don't depend on stat.h doing it for us.
Reviewed by: gad (first point)
MFC after: 3 days
2005-03-20 11:42:26 +00:00
pjd
a5414c9dd1
- Introduce '-S' option which allows to match system processes (pgrep only).
...
- Rename IS_KERNPROC() macro to PSKIP() and extend its functionality.
Now it'll skip calling process and system processes when -S is not given.
As a side effect it fixes '-n' option. Before it was always matching
calling process (because of missing 'if (kp->ki_pid == mypid)' check)
and after that, calling process was ignored.
- When '-l' option is given and there are no arguments, use p_comm as an
arguments list (this is helpful for kernel threads matching).
Reviewed by: gad
MFC after: 3 days
2005-03-20 11:30:26 +00:00
pjd
b616d49d9f
Sort options properly.
...
Reviewed by: gad
MFC after: 3 days
2005-03-20 11:17:06 +00:00
pjd
d88f375460
Add a -i option to ignore case in the process match.
...
Obtained from: NetBSD
Reviewed by: gad
MFC after: 3 days
2005-03-20 11:12:13 +00:00
pjd
3f98083e57
Add and document '-F' option which allows to use file where PID is stored
...
for matching.
Reviewed by: gad
MFC after: 3 days
2005-03-20 11:03:11 +00:00
pjd
2b2f4d5e6e
Add and document '-j' option which allows to match processes based on its
...
jail ID.
Reviewed by: gad
MFC after: 3 days
2005-03-20 10:53:54 +00:00
pjd
a97367034b
Add and document the 'jid' keyword for the '-o' option.
...
Reviewed by: gad
MFC after: 3 days
2005-03-20 10:40:36 +00:00
pjd
d4e1d8c063
Make kvm(3) aware of ki_jid field.
...
Reviewed by: gad
MFC after: 3 days
2005-03-20 10:37:56 +00:00
pjd
2275c8c92e
Add ki_jid field to the kinfo_proc structure and store jail ID there.
...
Reviewed by: gad
MFC after: 3 days
2005-03-20 10:35:23 +00:00
pjd
26ccbbe010
Make prison structure visible from userland if _WANT_PRISON is defined
...
(simlar to _WANT_UCRED).
Reviewed by: gad
MFC after: 3 days
2005-03-20 10:33:27 +00:00
glebius
3adfed4ac4
Remove a workaround from previos revision. It proved to be incorrect.
...
Add two another workarounds for carp(4) interfaces:
- do not add connected route when address is assigned to carp(4) interface
- do not add connected route when other interface goes down
Embrace workarounds with #ifdef DEV_CARP
2005-03-20 10:27:17 +00:00
njl
d4583f618f
s/SLIST/STAILQ to catch up with changes to resource lists.
...
Missed by: imp
2005-03-20 06:55:49 +00:00
nyan
7833997031
s/SLIST/STAILQ/
2005-03-20 05:22:57 +00:00
njl
f2b3c68800
Attach acpi_perf early. Especially when it is being used to provide info
...
to other devices, it needs to be attached first. (Multi-pass newbus
probes would be a better solution.)
2005-03-20 03:51:18 +00:00
jmg
d4af181c4d
I forgot to commit this fix that is now kgdb aware...
2005-03-20 02:08:21 +00:00
sam
2283a8840c
fix braino introduced when converting from madwifi
2005-03-20 01:55:02 +00:00
sam
6a44674e68
eliminate mid-block variable decls
2005-03-20 01:27:33 +00:00
njl
f9994cc85e
Add the acpi_ec_read and write methods. This allows an external driver
...
(like an EC/SMbus controller) to access the EC address space. Access
is synchronized by the EcLock/Unlock routines in EcSpaceHandler().
Tested by: Hans Petter Selasky
2005-03-20 01:27:27 +00:00
njl
4dff4a6c79
Only activate ICH speedstep if we're going to use it. No bugs were observed
...
due to this but it's cleaner this way.
2005-03-20 01:25:21 +00:00
cognet
60d20350ea
Use the correct values for softfloat, in both the little endian and the big
...
endian cases.
2005-03-20 00:53:52 +00:00
cognet
f6962ae479
Bring in a version of float.h more correct for softfloat.
2005-03-20 00:34:24 +00:00
sam
08c85a6f55
version 1.1 (with cleanups)
...
Submitted by: John Bicket
2005-03-19 21:04:53 +00:00