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
tjr
99e93d002e
Adjust the exit status to conform to SUSv3 and document the fact it takes
...
multiple `argument' operands.
2002-06-14 15:08:05 +00:00
tjr
f8e6c7f292
Sort sections. Avoid using "The -? option" at the start of option descriptions.
2002-06-14 10:11:41 +00:00
jmallett
f46221a82d
Use an usage() rather than doing the fprintf inside option parsing.
2002-06-14 09:54:48 +00:00
tjr
5a8b5dcfa4
Don't treat the trailing ']' of an equivalence class expression as a
...
character in the set. tr -d '[=a=]' was deleting ]'s as well as a's.
Noticed by the textutils test suite.
2002-06-14 09:53:11 +00:00
tjr
29924b60f3
Add the P1003.1-2001 -C option which complements the set of characters
...
(not byte values) specified by the first string argument.
2002-06-14 08:58:30 +00:00
rwatson
d895407bfb
Reserve two constants for managing socket MAC labels via socket options.
2002-06-14 08:49:04 +00:00
rwatson
6d8d0aaf50
Whitespaec consistency.
2002-06-14 08:46:07 +00:00
hsu
abda76de0b
Notify functions can destroy the pcb, so they have to return an
...
indication of whether this happenned so the calling function
knows whether or not to unlock the pcb.
Submitted by: Jennifer Yang (yangjihui@yahoo.com )
Bug reported by: Sid Carter (sidcarter@symonds.net )
2002-06-14 08:35:21 +00:00
tjr
0c8a9db6f9
Implement support for equivalence classes ([=e=]) when the mapping is
...
one-to-one (SUSv3)
2002-06-14 07:37:08 +00:00
rwatson
6231c89ca3
Add a comment about how we should use vn_open() here instead of directly
...
invoking VOP_OPEN(). This would reduce code redundancy with the rest
of the kernel, and also is required for MAC to work properly.
2002-06-14 07:24:01 +00:00
imp
788e1edafc
I'm keeping an eye on xten
2002-06-14 06:59:49 +00:00