mjacob
f02d3e0eeb
Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.
...
MFC after: 1 week
2002-06-16 04:53:26 +00:00
mjacob
bcf9304591
Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Add
...
DEFAULT_FRAMESIZE && DEFAULT_EXEC_THROTTLE references.
MFC after: 1 week
2002-06-16 04:52:53 +00:00
tjr
63d8853dda
When trying to emulate a cross-device move operation with cp and rm, add
...
a "--" argument after the options so filenames with leading dashes are
handled correctly.
PR: 39318
Submitted by: Serge van den Boom <svdb@stack.nl>
MFC after: 1 week
2002-06-16 04:06:58 +00:00
gad
8da8ab73f4
Just rename two generic-queue init routines from 'init_*' to '*_gi'
...
("gi" short for 'generic init'...).
MFC after: 10 days
2002-06-16 01:51:37 +00:00
gad
075d7239bd
Add a nearly complete rewrite of the lpc command 'down'. The only user-
...
visible change should be that more than one queue can now be specified,
if one uses the '-msg' parameter to separate the list of queues from the
status message to set.
The previous implementation of 'down' remains available as the command
'xdown', available for instant fallback if there seems to be anything
wrong with the new one. If no one reports a problem after a few weeks,
then a later update will remove 'xdown'.
Reviewed by: freebsd-print@bostonradio.org
MFC after: 10 days
2002-06-16 01:43:29 +00:00
gad
3037932163
Make the description of the 'down' command a little more readable.
...
MFC after: 10 days
2002-06-15 23:47:40 +00:00
wollman
00e94fa29a
Add pselect(3) to the build. Need to figure out the most appropriate
...
way to document this interface.
2002-06-15 23:42:59 +00:00
wollman
756a1d4e88
Add some (but not all) of the things POSIX expects to be declared in
...
<sys/select.h>.
2002-06-15 23:39:10 +00:00
wollman
5999218fab
Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())
...
per POSIX.
2002-06-15 23:38:43 +00:00
wollman
c8820b3ff9
Fix visibility issues; use <sys/timespec.h>.
2002-06-15 23:37:33 +00:00
wollman
f6d43efe7a
Partially fix namespace visibility issues by using new visibility macros.
...
Some issues still remain, and will require research in old POSIX standards
if we care to get them right.
2002-06-15 23:35:37 +00:00
gad
d26b6e946e
Reorganize the way that arguments are processed in lpc's generic-queue
...
commands, to make things a little cleaner (mainly for a later update).
Reviewed by: freebsd-print@bostonradio.org
MFC after: 10 days
2002-06-15 23:31:27 +00:00
gad
6bfe568248
Add a new command to 'lpc' called 'setstatus', which would be used to
...
change the status message of a print queue. This includes some minor
changes to the upstat() routine, so that error messages are not printed
while seteuid(priv-user).
Reviewed by: freebsd-audit and freebsd-print@bostonradio.org
MFC after: 10 days
2002-06-15 22:51:58 +00:00
mux
62289e8461
nmount'ify unionfs further by using separate options instead
...
of passing a flags mount options. This removes the include of
sys/fs/unionfs/union.h in mount_unionfs as it should be.
Reviewed by: phk
2002-06-15 22:48:14 +00:00
mux
a9b7ee8dc7
Convert UDF to nmount.
...
Reviewed by: scottl
2002-06-15 22:40:13 +00:00
phk
06a5147771
mdcreate_vnode() isn't correctly clearing things out of the linked
...
list if the file is of 0 size or mdsetcred() fails.
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
2002-06-15 19:18:43 +00:00
alc
12d0065cbf
o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neither
...
vm_map_check_protection() nor vm_map_unwire() expect Giant
to be held.
2002-06-15 19:10:19 +00:00
ume
adc2ddac9e
Do not issue deprecated ioctl.
...
Obtained from: KAME
MFC after: 2 weeks
2002-06-15 18:56:32 +00:00
gordon
3f27304ae2
Make sendmail really not start when sendmail_enable="NONE"
...
Submitted by: Dennis Kristensen <snicki@snicki.dk>
Reviewed by: Mike Makonnen <makonnen@pacbell.net>
2002-06-15 18:39:05 +00:00
ume
fd3447185a
Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.
2002-06-15 18:04:51 +00:00
ume
788c1c0ad4
Don't install obsolete prefix(8). We now have `ifconfig eui64'.
2002-06-15 15:41:44 +00:00
ume
5d49110708
Add eui64 option which fills interface index (lowermost 64bit of
...
an IPv6 address) automatically.
This should obsolete prefix(8).
Obtained from: NetBSD
MFC after: 2 weeks
2002-06-15 15:35:24 +00:00
jmallett
04a334b0ce
Remove local prototype for main().
2002-06-15 11:28:09 +00:00
jmallett
fe733a8c21
Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value.
...
FBSDID.
2002-06-15 11:26:25 +00:00
jmallett
c492727786
Remove <sys/types> where we use <sys/param> already.
...
protoize.
2002-06-15 11:03:28 +00:00
tjr
b09484b4f3
Remove obsolescent -tabstop option from Synopsis (it was already removed
...
from the usage() message). Document what the -t option does in a more
standard place. Add a standard Diagnostics section.
2002-06-15 10:52:20 +00:00
tjr
7853af48f5
Allow <blank>s to be used to separate tab stop positions with the -t
...
argument, not just ASCII space characters and commas. Don't count
non-printing characters when determining column position.
2002-06-15 10:16:39 +00:00
mikeh
379207e179
Update for lukemftp-1.6-beta2.
2002-06-15 09:42:17 +00:00
mikeh
2712fbd627
This commit was generated by cvs2svn to compensate for changes in r98247,
...
which included commits to RCS files with non-trunk default branches.
2002-06-15 09:40:37 +00:00
mikeh
500352886b
Import lukemftp-1.6-beta2.
2002-06-15 09:40:37 +00:00
tjr
97dbe1e674
Sort sections.
2002-06-15 08:41:12 +00:00
tjr
7abf4fbe29
fstat() returns information about the target of any symbolic link that
...
was opened, not the link itself. Remove dead code.
2002-06-15 08:31:19 +00:00
brian
6ff6823d37
A better prinflike fix...
2002-06-15 08:03:59 +00:00
brian
72243fc694
Remove whitespace at the end of lines.
2002-06-15 08:03:30 +00:00
tjr
361d0dd8a7
Improve parsing of character and equivalence classes:
...
[:*] and [=*] are parsed as `infinitely many repetitions of :' (or *)
instead of literal characters (SUSv3)
2002-06-15 07:38:27 +00:00
chris
5f3176158f
o Move more information from BUGS into SECURITY CONSIDERATIONS and
...
condense the redundant bits.
o Provide an example for using snprintf over sprintf. This may be
supplemented with an asprintf() example soon.
Sponsored by: DARPA, NAI Labs
2002-06-15 06:00:56 +00:00
alc
769ca8bfda
o Remove the acquisition and release of Giant from munlock().
...
Reviewed by: tegge
2002-06-15 05:05:04 +00:00
brian
fbed14fd88
Fix a printflike format error
2002-06-15 01:36:36 +00:00
brian
017c077056
Remove a forgotten diagnostic
2002-06-15 01:35:03 +00:00
keramida
a09941cc30
Add missing verb.
2002-06-14 22:15:22 +00:00
mjacob
ca56b67283
Note that sio is required.
...
PR: 39305
Submitted by: Michael Hogsett <hogsett@csl.sri.com>
MFC after: 1 week
2002-06-14 20:20:13 +00:00
mux
49532dbc77
Change vfs_copyopt() so that the length argument passed to it
...
must be the exact same size as the mount option. This makes
vfs_copyopt() much more useful.
2002-06-14 20:04:21 +00:00
wollman
adc6403288
Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>
...
are still awaiting a worldstone. Functions and their declarations to
come later.
2002-06-14 19:37:06 +00:00
arr
399bacf14b
- Chainsaw the storage pool code. This was being used by a bunch of code
...
within the HARP atm stack and the hea and hfa device drivers, but since
all of these systems were changed to use UMA zones, there is no use for
the api any longer.
2002-06-14 19:31:07 +00:00
alc
42cf959f18
o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and
...
vm_map_user_pageable().
o Remove vm_map_pageable() and vm_map_user_pageable().
o Remove vm_map_clear_recursive() and vm_map_set_recursive(). (They were
only used by vm_map_pageable() and vm_map_user_pageable().)
Reviewed by: tegge
2002-06-14 18:21:01 +00:00
arr
ddf3317bec
- Turn the hea and hfa HARP storage pools into UMA zones and insert
...
the necesary uma_zcreate() and uma_zdestroy calls into module loading
handler and the device attach handling.
- Change the related HARP netatm code to use UMA zone functions when
dealing with the zones that were formerly the ATM interface (hea, hfa)
storage pools.
- Have atm_physif_freenifs() now get passed an uma_zone_t so that we can
properly free the allocated NIF's back to their zone.
This should be the last commit to remove any code that makes use of the
netatm storage pool api. I will be removing the api code within the near
future.
Reviewed by: mdodd
2002-06-14 16:59:38 +00:00
tjr
1fa61e7038
Move the #include and #define's to the top of the file.
2002-06-14 15:56:52 +00:00
tjr
38575dbfdf
Bump the size of the equivalence set to NCHARS; this file was left out
...
of a previous commit implementing equivalence classes.
2002-06-14 15:53:38 +00:00
nsayer
b3afd3bfa3
Add an entry for the US Robotics 2415.
...
PR: i386/38879
Submitted by: jordi_yc@lycos.es
MFC after: 1 week
2002-06-14 15:32:01 +00:00
tjr
6e2af6c134
Use the Cm macro for the clear, init, reset and longname operands.
2002-06-14 15:16:03 +00:00