mike
9b39ed7b94
Use POSIX macros for wait(2)-style status information instead of the
...
deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int
confusion.
2002-06-03 23:13:11 +00:00
jeff
d9ab0c8dbc
Add a comment describing a resource leak that occurs during a failure case
...
in obj_alloc.
2002-06-03 22:59:19 +00:00
jhb
44fd6d9091
Backout revision 1.2 since it didn't work and replace it with a fix that
...
actually does work. Ignore errors from kldload(2) if the errno value is
EEXIST. It would help if this return value were documented in the
kldload(2) manual page.
2002-06-03 22:36:52 +00:00
pdeuskar
6d55ec63aa
Added support for 82545EM and 82546EB based adapters.
...
Added Vlan support.
MFC after: 1 week
2002-06-03 22:30:51 +00:00
iedowse
60f926334d
Use a per-device worker thread to avoid blocking in mdstrategy()
...
until the I/O completes. This fixes some easily reproducable deadlocks
that occur when using md(4) with GEOM.
Reviewed by: phk
2002-06-03 22:09:04 +00:00
brian
be443b894f
Add a missing ``a''.
2002-06-03 21:36:20 +00:00
tobez
2d369daa85
Recognize 0xbe as an uppercase character.
...
Approved by: ache
2002-06-03 21:30:28 +00:00
gad
329e6eb3ba
Stop using the depreciated 'union wait' definitions, moving to a more
...
standard handling of wait()-related routines.
Submitted by: mike
MFC after: 2 weeks
2002-06-03 20:47:01 +00:00
jmallett
cc031d1bb1
Make the manpage consistent with the code on the subject of comments, as to
...
not change the code to always do the "GNU" thing, as it's possible people
rely on BSD m4(1) traditionally resetting comment characters in case of no
arguments to the changecom function.
PR: bin/17480 (I think this satisfies the problem report)
2002-06-03 20:35:35 +00:00
jhb
f21ffaa690
Fix handling of the 'noError' variable. According to the code comments,
...
one can set the 'noError' variable to ignore any errors that occur for the
next command. However, the code was only unsetting 'noError' when an error
actually occurred, so if you set 'noError', the next command completed ok,
and the command after that failed, the second command's failure would be
ignored. This fixes this by performing the 'noError' check earlier and
then unsetting 'noError' after every command that is run.
Sponsored by: The Weather Channel
2002-06-03 19:42:49 +00:00
jhb
3566425519
Add a 'mediaClose' script command to close the open media. An example use
...
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.
Sponsored by: The Weather Channel
2002-06-03 19:39:28 +00:00
sobomax
1b3b69c6ec
Correct bswap64() prototype.
...
Submitted by: glewis
MFC after: 1 day
(assuming that there is re's approval)
2002-06-03 19:04:10 +00:00
ru
03744f08ef
Do not overwrite mm locale files.
2002-06-03 15:12:42 +00:00
tjr
485e62a544
Correct History: cal(1) appeared in V5, not V6.
2002-06-03 15:02:02 +00:00
tjr
25b36dd1e7
Correct history (again): V3 had a kill command, only it was in section 8,
...
not 1.
2002-06-03 14:59:49 +00:00
tjr
a935329b0a
Correct History: nice(1) appeared in V4.
2002-06-03 14:56:57 +00:00
tjr
b7d1507d7b
Correct History: time(1) appeared at least as early as V3.
2002-06-03 14:54:04 +00:00
ru
f24282207a
Reimplement FILES support using bsd.files.mk with the
...
same set of features as in recently added bsd.incs.mk
(FILESGROUPS, accessibility from both bsd.prog.mk and
bsd.lib.mk, de-pessimized typical installation path,
etc.) New standard targets: buildfiles, installfiles,
and files (buildfiles + installfiles).
2002-06-03 14:49:34 +00:00
tjr
22070ef719
Correct History: sync(8) appeared in V4.
2002-06-03 14:48:33 +00:00
tjr
910511d3ed
Correct History section: kill(1) appeared in V4, not V6.
2002-06-03 14:45:20 +00:00
tjr
287490dff8
Sort sections.
2002-06-03 14:42:28 +00:00
tjr
1a15fcee23
Correct HISTORY section - split(1) appeared at least as early as V3.
2002-06-03 14:41:32 +00:00
iedowse
19859b2689
Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers
...
are down. Avoid trying to send RPCs to the pidXXX@machine names
used in the special amd(8) mounts.
PR: bin/6183
Submitted by: Petr Lampa <lampa@fee.vutbr.cz>
2002-06-03 12:06:49 +00:00
ache
c76b7b05b9
Skip %pN comes from ncurses
...
PR: 15418
2002-06-03 10:44:39 +00:00
nyan
69cfbbb22e
Add pc98 subdirectory.
2002-06-03 09:58:44 +00:00
mdodd
6791283485
Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)
...
Module loads and unloads properly.
Thanks to Richard Hodges <rh@matriplex.com> for donating the hardware
to allow me to work on this driver.
2002-06-03 09:16:52 +00:00
mdodd
50437cfa68
Add new 'hea' driver files.
2002-06-03 09:14:12 +00:00
mdodd
cf74b6b577
Build a 'hea_pci' driver module.
2002-06-03 09:13:53 +00:00
mdodd
ff7e1ba7e5
- Add 'hea'.
...
- Compile 'hfa' only on i386 (for now).
2002-06-03 09:13:22 +00:00
rwatson
db454a65d4
Remove comment about NO_WERROR, since it no longer applies.
...
Pointed out by: silby
2002-06-03 00:21:13 +00:00
alc
d75c291207
o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it
...
to vm_object_split(). Its interface should still be changed
to resemble vm_object_shadow().
2002-06-02 23:54:09 +00:00
des
70bffa5c27
Connect perl to the build.
2002-06-02 22:43:17 +00:00
des
7464466a40
ANSIfy the one remaining K&R function.
2002-06-02 21:57:28 +00:00
des
f58932ded5
Whitespace nits.
2002-06-02 21:55:58 +00:00
des
a79d7499e2
Add support for 'j' flag. Simplify the size modifier code and reduce code
...
duplication. Also add support for 'n' specifier.
Reviewed by: bde
2002-06-02 21:54:55 +00:00
schweikh
28bcbfe85d
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
alc
02c58f2a49
o Style fixes to vm_map_split(), including the elimination of one variable
...
declaration that shadows another.
Note: This function should really be vm_object_split(), not vm_map_split().
Reviewed by: md5
2002-06-02 19:32:05 +00:00
marcel
4ecb10ebe3
Fix breakage caused by allocating the I/O buffer. There was a
...
sizeof(buf) lurking around that I missed.
PR: 38811
Submitted by: Adrian Colley <aecolley@spamcop.net>
2002-06-02 19:20:37 +00:00
obrien
4769e37d2a
Turn on the math function stub stubs.
...
Submitted by: Martin Blapp <mb@imp.ch>
I believe OK with: peter
2002-06-02 17:49:08 +00:00
bmah
800521956d
Two markup fixes in sendmail section, add a missing word.
2002-06-02 16:24:23 +00:00
bmah
28eb702bc6
Fix error in ls -h relnote.
...
Submitted by: Kurashina Hideyuki <ac14806t@st.nagaoka-ct.ac.jp>,
Ross Lippert <ripper@eskimo.com>
2002-06-02 16:20:36 +00:00
ache
530d8e1567
Add NCURSES_OSPEED replace command to MANFILTER
2002-06-02 16:11:57 +00:00
brian
f1bf75d03d
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
...
sufficient.
In fact, using both breaks the radiator RADIUS daemon when used with
a db as it maps both attributes to the same field value and then
fails the insert.
I decided to remove RAD_NAS_IP_ADDRESS on the basis that rfc2138 says:
An Access-Request MUST contain a User-Name attribute. It SHOULD
contain either a NAS-IP-Address attribute or NAS-Identifier
attribute (or both, although that is not recommended). It MUST
despite the fact that this not recommended bit was removed from the
updated rfc.
2002-06-02 14:27:02 +00:00
tjr
b93a81cb4e
Support the SysV-style -exec utility args.. {} + function, required by
...
SUSv3. This is similar to find foo -print0 | xargs -0 utility args.
2002-06-02 12:57:41 +00:00
schweikh
b4166dc3bd
Fix spelling errors: minumum, overriden, inheritted
...
MFC after: 3 weeks
2002-06-02 10:41:43 +00:00
schweikh
f406339f37
Correct a bunch of typos. Translators can ignore this commit.
...
MFC after: 3 weeks
2002-06-02 10:27:41 +00:00
schweikh
4f32a2cb23
Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).
...
Fix typos:
s/evironment/environment
s/cont/const
s/_lonjmp/_longjmp
MFC after: 3 weeks
2002-06-02 10:05:55 +00:00
tjr
58f7295568
Don't exit immediately if an error occurs, continue but exit non-zero.
2002-06-02 09:32:39 +00:00
tjr
0930ee47eb
Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,
...
not shoptarg.
2002-06-02 08:34:09 +00:00
tjr
0a9f255d03
Adding an entry to the history with H_ENTER moves libedit's internal
...
history cursor. Reset the cursor after adding the entry to the history
when doing ``fc -s'' so the output is correct.
2002-06-02 08:27:04 +00:00