das
8375566745
U areas are going away, so don't allocate one for process 0.
...
Reviewed by: arch@
2004-11-20 02:29:25 +00:00
das
af608beb40
Disable U area swapping and remove the routines that create, destroy,
...
copy, and swap U areas.
Reviewed by: arch@
2004-11-20 02:29:00 +00:00
das
22907ad4ac
Malloc p_stats instead of putting it in the U area. We should consider
...
simply embedding it in struct proc.
Reviewed by: arch@
2004-11-20 02:28:48 +00:00
das
bab4eb89e3
In preparation to remove U areas, don't refer to p_uarea in libkvm.
...
Reviewed by: arch@
2004-11-20 02:28:26 +00:00
das
ec9f9971e7
user.h is included only to get pcb.h, so use the latter directly instead.
2004-11-20 02:28:14 +00:00
jkoshy
efe0d253ae
Bring signal(9) in sync with -current.
...
Reviewed by: ru (mdoc changes)
2004-11-20 02:11:42 +00:00
cognet
d28f205253
Increase cnt.v_syscall and cnt.v_trap when needed.
2004-11-20 00:55:57 +00:00
ru
339fc9c24a
Do not emit a spurious warning when "directory" argument
...
to "rmdir -p" is absolute, with one or more leading slash.
2004-11-20 00:41:08 +00:00
ru
f5e118fbbd
Fixed "rmdir -p" that got broken by rev. 1.15.
...
(This also fixes "rmdir -v /nonexistent".)
2004-11-20 00:12:08 +00:00
glebius
c52af354ac
Remove unused macro.
...
Approved by: julian (mentor)
2004-11-19 22:35:53 +00:00
bz
5035152f77
Document NO_NIS variable.
...
Submitted by: Pawel Worach <pawel dot worach at telia dot com>
Approved by: rwatson (mentor)
MFC after: 1 week
2004-11-19 22:23:57 +00:00
glebius
4eeaf10421
Cancel pending timeout before scheduling a new one. This fixes
...
item leak, I've introduced with previous change.
Approved by: julian (mentor)
2004-11-19 20:23:46 +00:00
emax
9f3a10cb66
Correct typo. Return ENXIO instead of EIO.
2004-11-19 18:54:54 +00:00
obrien
74d2e3d5a7
Man page for the HighPoint RocketRAID 182x driver.
...
Forgotten by: scottl
2004-11-19 18:24:51 +00:00
scottl
f6f04e816f
Revert part of rev 1.57. The tag boundary is honored by splitting the
...
segment, not by bouncing.
2004-11-19 17:56:22 +00:00
scottl
34b1372302
Revert part of rev 1.56. Tag boundaries are handled by splitting segments,
...
not through bouncing.
2004-11-19 17:51:29 +00:00
obrien
6c9183a0b3
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 17:31:31 +00:00
obrien
4eb13d1561
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 17:12:56 +00:00
csjp
9fa1882006
Use statfs instead of getmntinfo(). This will make the procfs checks
...
play nicer in prisons. It also simplifies things.
Reviewed by: rwatson
Bumped into by: Jilles Tjoelker
2004-11-19 16:11:54 +00:00
simon
efabaa0455
- Fix typo in portaudit reference.
...
- Bump document date for last commit.
Pointed out by: ceri, ru
Pointy hat to: simon
2004-11-19 11:44:26 +00:00
obrien
b1bf787bf2
Install the header for libmagic.
...
PR: 73647
Submitted by: Uranus <uranus@it.muds.net>
2004-11-19 04:04:14 +00:00
obrien
b9dd8b026d
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
...
PR: 73879
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-11-19 03:56:47 +00:00
obrien
4f24961bde
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
...
PR: 73878
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-11-19 03:53:36 +00:00
obrien
090bfc3771
Make logic more readable.
2004-11-19 03:52:41 +00:00
obrien
07115bc66a
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 03:51:12 +00:00
obrien
201a68af49
Add the the Allied Telesyn AT-2700 familly.
2004-11-19 03:47:01 +00:00
marks
2edc978740
Place function comment above the right function.
2004-11-19 00:58:30 +00:00
marks
a420fe6ce1
Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).
...
This is now a native system call.
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:59:19 +00:00
marks
dca89dc1d6
Rebuild from compat/freebsd32/syscalls.master:1.43
...
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:56:09 +00:00
marks
60b0534c96
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179
...
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:54:26 +00:00
marks
443920bae9
Rebuild from syscalls.master:1.179
...
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:52:40 +00:00
marks
3041fc9932
Add ntp_gettime(2) system call.
...
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:46:14 +00:00
marks
d0ae6351d9
Add system call implementation of ntp_gettime(2).
...
Moved most of the work to ntp_gettime1(), which is now called by
ntp_gettime() and ntp_sysctl().
Reviewed by: imp, phk, njl, peter
Approved by: njl
2004-11-18 23:44:49 +00:00
rwatson
c2184962b7
Add a couple of summary paragraphs at the head of mbuf_tags(9) to
...
indicate how m_tags might be used, and what their high level properties
are. This may help developers using tags get a more clear picture
before delving into the technical details of ABI cookies and API calls.
Suggested by: Rene de Vries <rene at canyon dot xs4all dot nl>
2004-11-18 23:01:07 +00:00
gibbs
1b5955369f
Add some useful target mode diagnostics for incoming commands
...
under the AHC_SHOW_TQIN debug flag.
2004-11-18 20:33:43 +00:00
gibbs
b2e3496e1c
Revert to basing all timeout/timer values in ms rather than us. The switch
...
to us was to help out the Linux port, but really just invited overflow.
In fact, the request sense timer was overflowing prior to this change making
it much shorter than intended.
aic_osm_lib.h:
Be more careful about overflow in all timer/timeout primitives.
2004-11-18 20:22:31 +00:00
simon
84a128d3c4
- Document the DISABLE_VULNERABILITIES knob.
...
- Don't say this manual page is too long, it's not that long.
- s/man page/manual page/g
MFC after: 3 days
2004-11-18 19:40:00 +00:00
emax
d4ffd83e77
Check in updated bthidd(8). This is still work in progress.
2004-11-18 18:05:15 +00:00
phk
a1fa5f3147
Add dropped implementation of ioctl for fifos.
2004-11-18 17:18:11 +00:00
phk
959fcf0357
Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)
...
Add dropped call to VOP_IOCTL().
2004-11-18 17:15:04 +00:00
csjp
6f4de09216
-Add a note that currently two syntax styles for label element declaration
...
is supported.
-Document the new more preferred syntax
-Add examples for the new syntax
-Add a note that the old syntax will be deprecated in the future.
Reviewed by: rwatson
2004-11-18 15:24:47 +00:00
phk
e424635fea
Pass path to filesystem when mounting root
2004-11-18 14:31:24 +00:00
yar
604b588faf
Make chrootdir global and use it in log messages
...
regarding restricted users.
MFC after: 2 weeks
2004-11-18 14:15:32 +00:00
yar
d46c701ed5
Nitpicking on style(9) and whitespace.
...
Tested with: md5(1)
2004-11-18 13:55:15 +00:00
glebius
1ad65ec555
- Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag
...
from divert sockets.
- Remove div_disconnect() method, since it shouldn't be called now.
- Remove div_abort() method. It was never called directly, since protocol
doesn't have listen queue. It was called only from div_disconnect(),
which is removed now.
Reviewed by: rwatson, maxim
Approved by: julian (mentor)
MT5 after: 1 week
MT4 after: 1 month
2004-11-18 13:49:18 +00:00
yar
b18d29fccd
Use __FBSDID.
2004-11-18 13:46:29 +00:00
glebius
a187eb4ddf
s/priveleged/privileged/
2004-11-18 13:37:33 +00:00
keramida
7731e3a14e
Fix a minor comment typo: priveleged = privileged.
2004-11-18 12:20:52 +00:00
cperciva
b2b632794a
Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.
...
Approved by: des
2004-11-18 12:01:30 +00:00
yar
47da99e1ad
Don't say, "file: permission denied," if the operation
...
is disabled entirely.
2004-11-18 11:50:01 +00:00