fjoe
df09012184
Generate opt_inet.h.
...
Add opt_inet.h to SRCS.
2004-03-18 09:45:17 +00:00
ru
5d4e87542e
More cleanups:
...
- 0 should have been -1 in previous commit (just to stay consistent),
- Spell null pointers as NULL, not 0,
- Fixed the comment about pr_usesysctl to not confuse it with boolean.
Pointed by: bde
2004-03-18 07:21:31 +00:00
pjd
5fae899223
Move "is consumer attached?" check before G_VALID_PROVIDER() check,
...
because if consumer is not attached, its provider never will be valid,
so we never reach this check.
Approved by: phk
2004-03-18 07:17:10 +00:00
obrien
f4bef7958a
Configure as --enable-64-bit-bfd.
2004-03-18 04:45:29 +00:00
des
3c71581195
Braino in previous commit.
2004-03-18 03:01:28 +00:00
bde
c7a88c84c9
Removed a vestige of the stl driver.
2004-03-18 02:54:42 +00:00
obrien
b1c0b90eb8
Document machdep.hlt_cpus.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
2004-03-18 02:53:38 +00:00
njl
83fe32529b
Back out code for auto-gdb detection that accidentally leaked into the
...
bus_alloc_resource_any commit.
Submitted by: bde
Pointy-hat: njl
2004-03-18 02:36:41 +00:00
njl
2217ce5fdc
Support the DPF (start dependent function) resource type in parsing _PRS.
...
This should fix this error people get attaching cardbus controllers:
pcib0: _PRS resource entry has unsupported type 2
2004-03-18 02:33:58 +00:00
gad
abf08cd271
Fix 'ps -p proclist' and 'ps -u userlist' so the command returns non-zero
...
if no processes were matched. Also sorts the list of 'int's in main, as
long as I had to add another one...
Noticed by: Nate Lawson
MFC after: 10 days
2004-03-18 01:28:23 +00:00
sobomax
5ddc04cafb
Regen after 1.169 of usbdevs.
2004-03-18 01:06:28 +00:00
sobomax
7c365a1241
Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of them
...
are based on the same USB->COM bridge, but have different product IDs.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: http://www.tnpi.biz/computing/freebsd/crystalfontz.shtml
MFC after: 3 days
2004-03-18 01:02:46 +00:00
obrien
183497738c
Mention the user account for 'pf' is "proxy".
2004-03-18 00:50:40 +00:00
obrien
1afdbf7134
Cleanup hints, given that no hammer machine have (nor ever will have)
...
ISA slots.
Submitted by: Peter
2004-03-18 00:18:45 +00:00
alc
d48f3c1617
Revise socow_iodone() in light of recent sf_buf changes. Specifically,
...
use sf_buf_free() instead of sf_buf_mext() to consolidate all actions
that require the page queues lock in one critical section. While I'm
here remove unnecessary splvm() and splx() calls.
2004-03-17 23:25:04 +00:00
gad
5091cee4e6
Improvements to 'ps -p <x>'. If <x> is a process id that does not exist, then
...
just print the header (if any) and exit, thus matching the behavior on -stable
and other OS's.
Also adds support for <x> being a comma-separated list of processes, and does
a much better checking for invalid-values of <x>, such as 'ps -p someword'.
Reviewed by: mentioned on freebsd-current
MFC after: 10 days
2004-03-17 22:46:58 +00:00
green
436fe9bbc1
Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it bogusly
...
clip/destroy the dB value contained in the wi(4)'s receive frames,
it doesn't match with the flag set in the radiotap header
(unperturbed dB versus dBm).
2004-03-17 21:54:52 +00:00
njl
39929fa757
Fix border error to allow systems that specify 100 for latency also use
...
C2 and 1000 to use C3.
Submitted by: Bruno Ducrot <ducrot@poupinou.org>
Tested by: Scott Lambert <lambert@lambertfam.org>
2004-03-17 21:49:47 +00:00
jmg
0368fc0848
sync comment with i386's isa.c.. This removes a comment that is YEARS
...
old...
2004-03-17 21:45:55 +00:00
mlaier
01e7b3342e
Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdef
...
Also set HOOK_HACK to true (remove the related #ifdef's) as we have the
hooks in the kernel this was missed during the merge from the port.
Noticed by: Amir S. (for the HOOK_HACK part)
Approved by: bms(mentor)
2004-03-17 21:11:02 +00:00
pjd
257769d6cc
Add a comment with an explanation why we don't report EPIPE errors on
...
nfs sockets.
Requested by: ru
2004-03-17 21:10:20 +00:00
ru
11511b476d
NULL -> 0.
2004-03-17 20:50:25 +00:00
ru
4bafff45c6
NULL -> 0.
2004-03-17 20:19:45 +00:00
ru
4be5843981
Fixed a warning.
2004-03-17 20:10:59 +00:00
jhb
275240297d
- Replace wait1() with a kern_wait() function that accepts the pid,
...
options, status pointer and rusage pointer as arguments. It is up to
the caller to copyout the status and rusage to userland if needed. This
lets us axe the 'compat' argument and hide all that functionality in
owait(), by the way. This also cleans up some locking in kern_wait()
since it no longer has to drop locks around copyout() since all the
copyout()'s are deferred.
- Convert owait(), wait4(), and the various ABI compat wait() syscalls to
use kern_wait() rather than wait1() or wait4(). This removes a bit
more stackgap usage.
Tested on: i386
Compiled on: i386, alpha, amd64
2004-03-17 20:00:00 +00:00
jmg
ed6ec60972
remove stale comment since these limits have been increased YEARS ago...
2004-03-17 19:04:58 +00:00
obrien
27cc316a97
I accidently spammed rev. 1.18, back out rev 1.19.
2004-03-17 18:38:07 +00:00
pjd
f8bf3c9231
Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
...
mounts which will be closed by netapp, solaris, etc. if left idle too long.
Obtained from: NetBSD
2004-03-17 18:10:38 +00:00
njl
05a1f56fc9
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
nectar
2283471bb5
Resolve conflicts after import of OpenSSL 0.9.7d.
2004-03-17 17:44:39 +00:00
njl
c7c23f8cb0
Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the
...
appropriate default values. Document it in the manpage.
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Abstains: bde
2004-03-17 17:40:34 +00:00
nectar
58c7296bfa
Update manual pages for OpenSSL 0.9.7d.
2004-03-17 16:15:46 +00:00
nectar
15b921d648
This commit was generated by cvs2svn to compensate for changes in r127128,
...
which included commits to RCS files with non-trunk default branches.
2004-03-17 15:49:33 +00:00
nectar
0f095e8a2a
Vendor import of OpenSSL 0.9.7d.
2004-03-17 15:49:33 +00:00
brueffer
d269d6d966
Fix typo
2004-03-17 14:07:44 +00:00
brueffer
af2feb2357
o Start sentences on new lines
...
o misc format fixes
2004-03-17 14:06:57 +00:00
brueffer
d247561ee6
Language cleanup
2004-03-17 13:55:40 +00:00
brueffer
54a87c98c2
Language cleanup
2004-03-17 13:41:37 +00:00
pjd
11852bf574
Fix information leakage.
...
Without this fix it is possible to cheat policies like:
- sysctl security.bsd.see_other_[gu]ids=0,
- mac_seeotheruids(4),
- jail(2)
and get full processes list with their arguments.
This problem exists from revision 1.62 of kern_proc.c when it was
introduced.
Reviewed by: nectar, rwatson.
2004-03-17 13:19:43 +00:00
rwatson
0f33a4da2f
Make ddp_ports static, as it's not used outside of ddp_usrreq.c.
...
Inspired by: Day spent hiking to hot springs in Taiwan
Powered by: Asia BSDCon 2004
2004-03-17 12:54:21 +00:00
tjr
41709fbe79
Update list of macros defined in <stdio.h>.
2004-03-17 12:54:06 +00:00
tjr
dab1ed1529
Re-add description of putc() macro (back out rev. 1.13.)
2004-03-17 12:46:17 +00:00
tjr
430cbeb954
Re-add text that says getc() is a macro (back out rev. 1.16.)
2004-03-17 12:37:28 +00:00
nectar
e8232d78ab
Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079).
...
Obtained from: OpenSSL CVS (http://cvs.openssl.org/chngview?cn=12033 )
2004-03-17 12:11:08 +00:00
nectar
5899dbda42
This commit was generated by cvs2svn to compensate for changes in r127114,
...
which included commits to RCS files with non-trunk default branches.
2004-03-17 12:11:08 +00:00
ceri
be82494534
Correct a grammatical error.
...
PR: docs/63984
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 1 day
2004-03-17 11:35:23 +00:00
ru
1837ea9bf5
Improved incorrect usage diagnostics.
2004-03-17 11:06:40 +00:00
ru
50bea8bbbe
Trust bsd.prog.mk to set SRCS correctly.
2004-03-17 10:52:12 +00:00
ru
89525cfb11
GC unnecessary include file.
2004-03-17 10:51:18 +00:00
cperciva
b9e38dc622
Adjust the number of processes waiting on a semaphore properly if we're
...
woken up in the middle of sleeping.
PR: misc/64347
Reviewed by: tjr
MFC after: 7 days
2004-03-17 09:37:13 +00:00