Roman Kurakin
d30d48a258
Manual page for ng_sppp module.
...
Approved by: imp (mentor)
Reviewed by: julian
2004-03-30 15:28:09 +00:00
Dag-Erling Smørgrav
e764373e96
Bump date and remove trailing whitespace.
2004-03-30 15:11:16 +00:00
Garance A Drosehn
c3f750cfbf
Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),
...
so we get one line per process instead of one for each kernel-thread.
Noticed by: ache & tjr
2004-03-30 15:10:50 +00:00
Dag-Erling Smørgrav
20baa54f6b
Document ntpdate_hosts.
2004-03-30 15:10:39 +00:00
Dag-Erling Smørgrav
269c3d05f4
Remove the POSIX and en_US.US-ASCII links after ache@ explained why they
...
are unnecessary (and a bad idea).
2004-03-30 14:20:45 +00:00
Benno Rice
0c7e9074e6
Replace td2 with td on the assumption that this was a typo. This should at
...
least unbreak the build.
Pointy hat to: peter
Not tested either by: benno
2004-03-30 13:57:34 +00:00
Yoshihiro Takahashi
c16289f1c1
MFi386: WARNS=4 clean.
2004-03-30 12:22:31 +00:00
David Malone
1251855f52
Build OpenSSL so that it extects that is may be used in a threaded
...
environment. This stops some ports keeling over on an OpenSSL assert.
(The patch is not exactly the one from the PR, but has been refined
based on advice from freebsd-threads.)
PR: 51205
Submitted by: Jim Westfall <jwestfall@surrealistic.net>
MFC after: 1 month
2004-03-30 11:30:02 +00:00
Ruslan Ermilov
53090724b0
The VLAN TCI field should be operated in network byte order.
...
This fixes the VLAN support for nge(4).
Reported by: Jacob S. Barrett
MFC after: 3 days
2004-03-30 10:24:52 +00:00
Tim J. Robbins
6de4bcc717
Add cross-references to isideogram(3), isphonogram(3), isrune(3),
...
isspecial(3) and wctype(3).
2004-03-30 08:11:57 +00:00
Alan Cox
1dc10fceaa
White space and wording changes to init_param3().
...
Mostly submitted by: bde
2004-03-30 08:00:11 +00:00
Ruslan Ermilov
9137d52af5
Sync manpage's synopsis with usage().
2004-03-30 07:37:04 +00:00
Nate Lawson
c9b8d77d80
Disable serialize_methods and enable _OSI support by default. The former
...
is necessary because some IBMs use recursive methods (pointed out by
Robert Moore from Intel). The latter was a typo on my part. It was disabled
by default when it should have been enabled.
2004-03-30 07:35:18 +00:00
Tim J. Robbins
32d9553d83
Add basic manual pages for isideogram(), isphonogram(), isrune()
...
and isspecial().
2004-03-30 07:23:54 +00:00
Tim J. Robbins
bee1de57ca
Trim cross-references.
2004-03-30 07:19:35 +00:00
Tim J. Robbins
ba6699086d
Document the isnumber() and ishexnumber() functions, and explain how they
...
differ (at least in theory) from isdigit() and isxdigit().
2004-03-30 07:02:04 +00:00
Bruce Evans
dd1c7d1373
Fixed a style bug in previous commit (misformatted comment). Fixed
...
some nearby bugs (rotted and missing comments). Use similar wording
for describing broken options.
2004-03-30 07:01:56 +00:00
Jun Kuriyama
8aed1d4e4d
Down to WARNS=2 for a while.
2004-03-30 06:16:41 +00:00
Scott Long
744bb56d95
Catch all cases where bread() returns an error and a valid *bp, and release
...
the *bp.
Obtained from: DragonFlyBSD
2004-03-30 05:01:48 +00:00
Garance A Drosehn
0b42be7cb7
Switch to using strtoul() for parsing a potential UID or GID, which gets
...
this to correctly handle UID's and GID's larger than 2147483647.
Noticed by: bde
MFC after: 1 week
2004-03-30 04:20:33 +00:00
Vinod Kashyap
99635d6cdd
Initial check-in of the device driver for 3ware's 9000 series
...
PATA/SATA RAID controllers. This driver is a SIM under CAM, and
so, behaves like a driver for a SCSI controller.
2004-03-30 03:46:00 +00:00
Robert Watson
fc3fcacf52
Prefer NULL to 0 when testing and assigning pointer values.
2004-03-30 02:16:25 +00:00
Garance A Drosehn
f35e071573
Bruce would really like the prototype for fmt() to be split across lines
...
this way (although I still think it "looks weird"...).
Requested by: bde
MFC after: 1 week
2004-03-30 02:02:40 +00:00
Garance A Drosehn
ba50b0e03a
Minor style fixes, mostly adding indent-protection on some comment-blocks.
...
Noticed by: bde
MFC after: 1 week
2004-03-30 01:59:22 +00:00
Garance A Drosehn
5bd7b1f3c0
Replace pscomp() with a cleaner version, mostly written by bde (*).
...
This corrects a problem of lost-precision for `-r' (sort-by-CPU). Also,
for sort-by-CPU and sort-by-memory, any processes which have the same
value CPU or MEMORY are now sorted by TTY and then (if needed) by pid.
(* - I just added the NODEV checks, after doing some testing of my own)
Submitted by: bde
MFC after: 1 week
2004-03-30 01:45:23 +00:00
Jun Kuriyama
653681fb30
Make libdisk WARNS=4 clean.
...
Glanced by: jhb
2004-03-30 01:39:00 +00:00
Peter Wemm
9a6a4cb50d
Shorten some XXXKSE commentry
2004-03-29 22:46:54 +00:00
Peter Wemm
39d3505a30
Kill some XXXKSE's. vnlru/syncer are single threaded.
2004-03-29 22:45:33 +00:00
Peter Wemm
b21126c6b3
Clean up the stub fake vnode locking implemenations. The main reason this
...
stuff was here (NFS) was fixed by Alfred in November. The only remaining
consumer of the stub functions was umapfs, which is horribly horribly
broken. It has missed out on about the last 5 years worth of maintenence
that was done on nullfs (from which umapfs is derived). It needs major
work to bring it up to date with the vnode locking protocol. umapfs really
needs to find a caretaker to bring it into the 21st century.
Functions GC'ed:
vop_noislocked, vop_nolock, vop_nounlock, vop_sharedlock.
2004-03-29 22:41:21 +00:00
Robert Watson
24b316d5eb
Add per-softc locking to if_tun:
...
- Add tun_mtx to tun_softc. Annotate what is (and isn't) locked by it.
- Lock down tun_flags, tun_pid.
- In the output path, cache the value of tun_flags so it's consistent
when processing a particular packet rather than re-reading the field.
- In general, use unlocked reads for debugging.
- Annotate a couple of places where additional unlocked reads may be
possible.
- Annotate that tun_pid is used as a bug in tunopen().
if_tun is now largely MPSAFE, although questions remain about some of
the cdevsw fields and how they are synchronized.
2004-03-29 22:16:39 +00:00
Tim J. Robbins
ab02b93f75
Remove duplicate MLINK.
2004-03-29 21:46:52 +00:00
Robert Drehmel
9fbb80baff
Bring these files closer to style(9) conformance by comparing a
...
dereferenced character pointer to '\0' instead of using the ! operator.
2004-03-29 21:15:41 +00:00
Warner Losh
3666cedd6b
Eliminate support for FreeBSD 3.x and earlier now that we're in the
...
glide path for the 5.x branch.
2004-03-29 21:10:05 +00:00
Dag-Erling Smørgrav
696733c7fa
Fix the case where $ntpdate_hosts was not specified and /etc/ntp.conf
...
does not exist.
Submitted by: ru
2004-03-29 20:00:54 +00:00
Hiten Pandya
bc216e3cd2
Mdoc Police:
...
* Use .Fa instead of .Pa for function arguments.
* Utilize the .Po/.Pc commands for parenthesis
so the format is not ruined.
Inspired by: pjd's last commit to this file
2004-03-29 19:42:21 +00:00
Peter Wemm
5c89deaefc
Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some
...
files still #included the opt_ file. powerpc hadn't been updated yet.
2004-03-29 19:38:05 +00:00
Pawel Jakub Dawidek
449dfbbc83
Note that we can pass NULL as 4th argument for copystr() and copyinstr()
...
functions.
With little mdoc(7) help from: hmp
2004-03-29 19:23:45 +00:00
Robert Watson
7a5fa7f1e7
Lock down if_tun global variables using a new mutex, tunmtx. As with
...
other pseudo-interfaces, break out tear-down of a softc into a
separate tun_destroy() function, and invoke that from the module
unloader. Hold tunmtx across manipulations of the global softc list.
2004-03-29 18:42:51 +00:00
Doug Rabson
f88e6caca2
If we change obj_rtld.path after initialising __progname, make sure we
...
change __progname to point at the new storage otherwise it ends up
pointing at freed memory which leads to confusing garbled error messages.
2004-03-29 18:37:37 +00:00
Robert Watson
181e65db5b
Use a common return path for filt_soread() and filt_sowrite() to
...
simplify the impact of locking on these functions.
Submitted by: sam
Sponsored by: FreeBSD Foundation
2004-03-29 18:06:15 +00:00
Robert Watson
71c90a2944
In sofree(), moving caching of 'head' from 'so->so_head' to later in
...
the function once it has been determined to be non-NULL to simplify
locking on an earlier return.
2004-03-29 17:57:43 +00:00
Robert Watson
5a35e5f9af
If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;
...
otherwise, assert Giant in the callouts.
2004-03-29 17:00:05 +00:00
Mike Makonnen
572d95e285
o Also check that the mutex type is not less than the minimum allowable value.
...
o Don't check attribute for NULL. It's the callers responsibility.
2004-03-29 13:57:55 +00:00
Mike Makonnen
0ad70ba98e
Make the minimum implementation of pthread_kill conform to the
...
functionality spelled out in SUSv3.
o Signal of 0 means do everything except send the signal
o Check that the signal is not invalid
o Check that the target thread is not dead/invalid
2004-03-29 13:56:04 +00:00
Mike Makonnen
b321aa9888
o Don't explicitly check the thread for NULL. That is the caller's
...
responsibility.
o If a thread is not joinable, the correct return value is EINVAL.
2004-03-29 13:53:43 +00:00
Mike Makonnen
8c223652fb
o If a thread is marked as detached AND on the dead threads list
...
the correct return value is ESRCH.
o Don't check the attribute for NULL. It's the caller's responsibility.
o Make the bitwise comparison explicit.
2004-03-29 13:51:51 +00:00
Yoshihiro Takahashi
2c08d6bea1
Add a comment about time stamper.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2004-03-29 12:51:46 +00:00
Mike Makonnen
61bf8f4731
If a condition variable is statically initialized don't return
...
an error. Return successfully without doing anything.
2004-03-29 11:24:02 +00:00
Dag-Erling Smørgrav
9b9a184d22
This commit was generated by cvs2svn to compensate for changes in r127563,
...
which included commits to RCS files with non-trunk default branches.
2004-03-29 11:18:25 +00:00
Dag-Erling Smørgrav
5fce408cc4
Synch with NetBSD: avoid "unused parameter" warning.
2004-03-29 11:18:25 +00:00