Ruslan Ermilov
324cfdb7e8
Use the standard section name.
2005-01-18 20:54:50 +00:00
Ruslan Ermilov
6c7216df78
Sort sections.
2005-01-18 13:43:56 +00:00
Robert Watson
c8fbd1ec9b
If su(1) is run without an effective uid of 0, generate an error to
...
the user indicating that su is not running setuid, which may help
suggest to the user that it should be setuid, or should not be
running from a file system mounted nosuid.
Suggsted by: Ivan Voras <ivoras at fer dot hr>
MFC after: 2 weeks
2005-01-17 19:57:59 +00:00
Xin LI
617efa7ad5
Cleanup:
...
- Change signedness of nxtfld() to make msgs(1) WARNS=6 clean
- Add several static's
2005-01-17 17:45:38 +00:00
Xin LI
a074c8897c
Bump WARNS=6 by adding const constraint and initialize the pointer
...
to NULL at start.
2005-01-17 13:47:05 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Ruslan Ermilov
6a5796e734
Eliminate macro calls inside literal displays.
2005-01-15 12:28:01 +00:00
Ruslan Ermilov
6bf2021116
Markup nit.
2005-01-15 11:20:51 +00:00
Stefan Farfeleder
b2bbe750a9
Fix off-by-one error.
2005-01-14 09:21:54 +00:00
Brian Somers
9e777bc6e2
Don't reprint file names unnecessarily.
...
PR: 75028
Submitted by: mteterin at 250-217 dot customer dot cloud9 dot net
MFC after: 7 days
2005-01-12 04:06:31 +00:00
Suleiman Souhlal
7a13f01f6f
Get the vnode from file.f_vnode instead of file.f_data.
...
Nowadays, f_data points to the vnode only if the underlying filesystem
doesn't use it for other purposes (devfs uses it to store the cdev,
for example).
Found by: csjp
Reviewed by: csjp
Approved by: phk, wes, grehan (mentor)
MFC after: 1 week
2005-01-11 18:52:12 +00:00
Ruslan Ermilov
4438d91ea2
Scheduled mdoc(7) sweep.
2005-01-11 10:32:52 +00:00
Ruslan Ermilov
3baccdb9fd
Formatting fixes.
...
(This exposes a bug in mdoc(7) for which a patch has been sent upstream.)
2005-01-11 10:32:29 +00:00
David Malone
06256619a5
Bump WARNS to 4 as this seems OK on the alpha now.
2005-01-10 20:22:37 +00:00
David Malone
d0990ea900
Cast size_t to off_t before adding them to avoid warnings on the alpha.
...
Use %ld and intmax_t for printing an off_t.
2005-01-10 20:19:46 +00:00
David Malone
a2fb00d93f
Some variables became unused or global in the last change to this
...
file. Remove the now redundant declarations.
Add declarations for the new show and set_events functions and make
them static.
2005-01-10 20:16:08 +00:00
Pawel Jakub Dawidek
dc347bc474
Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) field
...
'fts_number' to remember number of blocks.
This makes du(1) 64bit-clean.
This work is part of the BigDisk project:
http://www.FreeBSD.org/projects/bigdisk/
Discussed on: arch@
MFC after: 5 days
2005-01-07 00:12:24 +00:00
Olivier Houchard
e4bac6b864
Fix a typo in comment.
...
Reviewed by: mux (mentor)
2005-01-05 11:52:40 +00:00
Robert Watson
f6a9459c8d
evise use of queue(9) macros for netipx when used from userspace:
...
LIST_FOREACH() is difficult to use correctly, so don't try to.
2005-01-02 19:26:06 +00:00
Ceri Davies
9a706e4158
Add a newline at the end of the file to silence warnings.
...
PR: conf/75347
Submitted by: Gareth Redman <gredman at hyper dot net dot nz>
MFC after: 1 day
2005-01-01 18:58:28 +00:00
Robert Watson
84989ba75d
Apply a simplifying patch submitted by rik to the IPX support in
...
netstat(1):
- Make previously unnecessarily global variables local.
- Use LIST_FOREACH() in preference to manual iteration.
- Restore a sanity check through slightly incestuous use of queue macro
knowledge.
Submitted by: rik
2004-12-31 12:04:21 +00:00
Robert Watson
fff3e23824
Update netstat(1) for recent conversion of netipx to queue(9) from
...
home-brew linked lists. Read in the ipxpcb_list structure first in
order to find the first pcb pointer. Then follow the chain as
before, only the termination condition is a NULL next pointer
rather than a next pointer equal to the original offset.
2004-12-31 00:32:50 +00:00
Andrey A. Chernov
d56162c180
NO_NIS cleanup: LINKS and MLINKS
2004-12-29 08:16:39 +00:00
Andrey A. Chernov
aee042045b
More NO_NIS cleanup: LINKS and MLINKS
2004-12-29 08:13:20 +00:00
Ruslan Ermilov
dffc5d9a8e
Update for FILE v4.12.
2004-12-28 12:29:06 +00:00
Ruslan Ermilov
8e0675e010
Update for FILE v4.12.
2004-12-28 12:17:56 +00:00
David E. O'Brien
efd3a489a7
Catch up with file 4.12 import.
2004-12-28 04:35:01 +00:00
Josef El-Rayes
806abfccac
Remove warnings and make wc WARNS=6 clean.
...
Add FreeBSD Id to Makefile.
Approved by: ssouhlal
2004-12-27 22:27:56 +00:00
Ruslan Ermilov
7f36b97c54
Look into machine-specific manpage subdirectories too.
...
PR: bin/72243
MFC after: 3 weeks
2004-12-22 16:04:58 +00:00
Ruslan Ermilov
482c89954d
Fixed the only warning and mark as WARNS=6 clean.
2004-12-22 15:25:51 +00:00
Ruslan Ermilov
0ab4b27257
- Fixed handling of manpage subdirectories:
...
catman /usr/share/man/man8
cd /usr/share/man; catman man8
- Don't print false warnings about invalid cat pages which are
machine-specific cat page subdirectories (visible with -v).
- Fixed one memory leak.
2004-12-22 15:24:48 +00:00
Tim Kientzle
225ac9a3dd
Add a fallback version of fnmatch() to the bsdtar
...
source code. Include configure logic to pick up the
system one when it exists and use the fallback version
when it doesn't exist. Set the default for FreeBSD
to use the system version.
With this, bsdtar should now be quite portable.
2004-12-22 06:08:04 +00:00
Tim Kientzle
4d7142130b
GC an unused #include
2004-12-22 05:54:10 +00:00
Tim Kientzle
882aa4c9cd
Fix -W long option handling.
...
In particular:
-W excl=text
fails because "excl" is a prefix of both "exclude" and "exclude-from". But,
-W exclude=text
is okay because it matches "exclude" exactly.
Thanks to: Jose F Nieves
MFC after: 7 days
2004-12-22 03:38:28 +00:00
Tim Kientzle
e69591ddc3
Portability: the included fts.c should now
...
compile on many non-FreeBSD systems, including
Linux, Solaris, Darwin, etc.
Thanks to: many people who pointed out the same portability problem
2004-12-22 00:21:28 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Ruslan Ermilov
83c7ade90a
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
Ruslan Ermilov
ab7a294721
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Ruslan Ermilov
07736e20e9
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Hartmut Brandt
5dd8ec0fd1
Fix compilation for the USE_KQUEUE case.
...
Submitted by: Emil Mikulic <emikulic@dmr.ath.cx>
2004-12-20 10:21:27 +00:00
Hartmut Brandt
0512b0a6c7
maxJobs is declared extern in job.h so it cannot be static in job.c.
...
PR: bin/75210
Submitted by: Andreas Jochens; Robert Millan <rmh@debian.org>
2004-12-20 10:14:05 +00:00
Ruslan Ermilov
a8b18d10fb
Sort by month/day/year/login.
2004-12-20 10:09:06 +00:00
Mark Santcroos
2e03d4887d
Add myself.
2004-12-19 22:21:41 +00:00
Colin Percival
0993d1af06
Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which
...
is the common unit for a kilobit).
2004-12-19 13:29:25 +00:00
Christian Brueffer
4b2c187db5
Specify the state of my birth, similar to other entries.
2004-12-18 00:58:22 +00:00
Hartmut Brandt
674a77f864
Remove all the cleanup functions. There is no reason to free memory
...
just before exiting (especially given the number of memory leaks) -
it just costs time.
2004-12-17 13:20:19 +00:00
Ruslan Ermilov
025bfb24c4
Fix a long-standing bug when make(1) is passed the -V and
...
-f options in MAKEFLAGS environment variable, and some of
these options are also specified on the command line.
Thanks to: marcel
Reviewed by: harti
2004-12-16 19:46:50 +00:00
Hartmut Brandt
1d614caea7
Instead of dynamically allocating list heads allocated them statically
...
now that their size is only two pointers. This eliminates a lot of calls
to Lst_Init and from there to malloc together with many calls to
Lst_Destroy (in places where the list is obviously empty). This also
reduces the chance to leave a list uninitilized so we can remove more
NULL pointer checks and probably eliminates a couple of memory leaks.
2004-12-16 16:14:16 +00:00
Greg Lehey
f2d336274b
Correct the event of 17 December 1770: Ludwig van Beethoven was
...
christened. We don't know whether he was born on the same or the
previous day.
From: Die Musik in Gecshichte und Gegenwart (Bärenreiter, Kassel,
1989), 1:1509
2004-12-16 00:29:35 +00:00
Greg Lehey
d96795a5db
Correct the dates and locations relating to Ludwig van Beethoven's
...
birth:
1. Remove anachronistic "Germany". Depending on your viewpoint, he
was born in the Rheinland or Prussia.
2. Remove reference to his date of birth. It's not known, though
it's possible it was 16t or 17 December.
3. Get the date of his christening right.
2004-12-16 00:26:53 +00:00
Suleiman Souhlal
f6bbd7a8e9
If ferror is true, we must reset the error indicator.
...
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
Approved by: grehan (mentor)
2004-12-15 06:24:57 +00:00
Niels Heinen
8a7a5b487d
Add myself to the committers' birthday calendar
...
Approved by nectar (mentor)
2004-12-13 12:22:28 +00:00
Ceri Davies
8693799f41
Bump document date before ru gets me.
2004-12-11 13:14:54 +00:00
Ceri Davies
876b0a88dd
Add a -k flag for querying whois.krnic.net (the National Internet
...
Development Agency of Korea) which hold details of IP address
allocations within Korea.
Approved by: bms
2004-12-11 13:14:07 +00:00
Hartmut Brandt
54bb820a75
Remove a list that was just used to free all variables just before exiting.
2004-12-10 11:58:34 +00:00
Hartmut Brandt
fadeed7fb8
Remove a list that used to hold all the GNodes just to be able
...
to free them just before exiting.
2004-12-10 10:32:10 +00:00
Hartmut Brandt
16fa982c70
Remove a useless list where just all command lines are stuffed onto, never
...
used and just freed at the end. The idea might have been to be able
to free all the strings, but what's the point to free just before exiting?
2004-12-10 10:13:40 +00:00
Hartmut Brandt
3cfcafb49a
Nobody actually checked the return codes from Lst_Append and Lst_Insert
...
so don't return anything.
2004-12-09 15:31:32 +00:00
Hartmut Brandt
0354c3e056
If a path element directory was never opened it is not on the list of
...
open directories so there is no need to remove it from there. This fixes
a core dump introduced by removing the run-time check from Lst_Remove.
2004-12-09 10:00:55 +00:00
Hartmut Brandt
4ec22b1196
Now that circular lists are gone remove stuff for them. Simplify
...
somewhat so that we can remove a local variable.
2004-12-08 17:48:15 +00:00
Hartmut Brandt
c81703e6a4
No caller checks the return code from Lst_Remove, so don't return one.
...
Simplify the algorithm now that circular lists are gone.
2004-12-08 17:43:43 +00:00
Hartmut Brandt
74c71bfc19
Don't check the return code from Lst_Remove. There is no way
...
that the list's first element is not on the list.
2004-12-08 16:50:14 +00:00
Hartmut Brandt
2e022816d8
Remove return value from Lst_Concat. None of the callers ever checked
...
it. Remove stuff that was needed for circular lists.
2004-12-08 16:47:19 +00:00
Hartmut Brandt
3220c0368c
Don't free the second list in Lst_Concat for LST_CONCLINK; free it
...
in the caller instead.
2004-12-08 16:28:53 +00:00
Hartmut Brandt
c76d7d5047
Get rid of the sequential access feature of the lists. This was used
...
only in a couple of places and all of them except for one were easily
converted to use Lst_First/Lst_Succ. The one place is compatibility
mode in job.c where the it was used to advance to the next command on
each invocation of JobStart. For this case add a pointer to the node to
hold the currently executed command.
2004-12-08 16:22:01 +00:00
Hartmut Brandt
db7ce92a3c
Constify the arguments to the list compare function. This temporarily
...
requires to make a copy of the filename in ReadMakefile and to duplicate
two small functions in suff.c. This hopefully will go away when everything
is constified.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (partly)
2004-12-08 12:59:27 +00:00
Hartmut Brandt
5d7406afd3
Constify some calls of Buf_AddBytes.
...
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2004-12-08 08:18:13 +00:00
Hartmut Brandt
cb93e26c8a
Consify the arguments to str_concat. Remove the STR_DOFREE flag for that
...
purpose and explicitely free the input string in the one place that was
calling str_concat with that flag.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2004-12-08 08:11:59 +00:00
Hartmut Brandt
bf1ead0608
Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of
...
the structs itself not of pointers to them. This will simplify constification.
Checked by: diff on the object files
2004-12-07 13:49:13 +00:00
Hartmut Brandt
b82f920f8e
Constification of arguments passed to functions; no change on the
...
resulting executable.
Checked by: diff on original and new objects
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2004-12-07 12:23:45 +00:00
Hartmut Brandt
644a6874f9
Make needs no circular lists so remove them from the list code.
2004-12-07 10:14:16 +00:00
Alexander Nedotsukov
59dd44d303
Fix -t option processing.
...
Partially initialized tm structure was passed into mktime(3).
Approved by: ru
2004-12-06 15:38:24 +00:00
Hartmut Brandt
a82682c493
Some constification which doesn't require code rewrites.
2004-12-06 15:20:12 +00:00
Hartmut Brandt
595e513a56
Style: fix indentation.
2004-12-06 11:30:36 +00:00
Ruslan Ermilov
4b2a3d41da
Unbreak sockstat(1) on systems without the divert protocol.
2004-12-06 09:28:05 +00:00
Hartmut Brandt
f2b0d1538d
Remove an unused macro.
2004-12-06 08:57:41 +00:00
Hartmut Brandt
45f507983f
Constify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-06 08:56:30 +00:00
Hartmut Brandt
997206eed2
Remove extra empty lines.
2004-12-06 08:52:02 +00:00
Hartmut Brandt
491fb056d3
Style: fix indentation, prototypes for functions even in comment.
2004-12-06 08:51:34 +00:00
Ruslan Ermilov
2cfbdf89b7
Show divert(4) sockets as well.
2004-12-05 14:17:14 +00:00
Hartmut Brandt
e97977d265
Remove an extra space.
...
Submitted by: ru
2004-12-03 13:03:16 +00:00
Hartmut Brandt
a8b951bb30
Fix breakage introduced on 64-bit platforms with my last commit. Need
...
to change to size_t in a couple of other places too.
2004-12-03 12:55:57 +00:00
Hartmut Brandt
db397f6ffe
Plug a memory leak.
2004-12-03 12:07:03 +00:00
Hartmut Brandt
2d3d282892
Put macro arguments in paranthesis.
...
Submitted by: johan
2004-12-03 12:02:14 +00:00
Hartmut Brandt
b6899024a6
Make sizes to be of type size_t and correct function arguments that
...
should be Byte (as the numerous casts to Byte in the function calls show).
2004-12-03 11:59:30 +00:00
Hartmut Brandt
002c565593
Style: fix indentation, protect macro with do { } while (0).
...
Checked with: diff on object file.
2004-12-03 08:43:07 +00:00
Hartmut Brandt
b52c5e95b6
Describe the .SHELL target.
...
Reviewed by: ru
2004-12-03 08:03:11 +00:00
Hartmut Brandt
421cdafee3
Change the algorithm that matches the builtin shells from the name keyword
...
of the .SHELL target. Formerly it used to select the shell with the
longest common trailing substring, so that bash would select sh, but pocsh
would select csh. Now an exact match is required so that specifying bash
without also giving a path and the other keywords will give an error.
PR:
Submitted by:
Reviewed by: ru
Approved by:
Obtained from:
MFC after:
2004-12-03 08:02:52 +00:00
Jean-Sébastien Pédron
df12ac4fe8
Add myself to the committers' birthday calendar
...
Reviewed by: mux
2004-12-03 01:41:55 +00:00
Hartmut Brandt
743cf01795
Remove a double test for the same ptr != NULL and use the official
...
macro for this; reorder an if.
2004-12-01 17:44:04 +00:00
Hartmut Brandt
d21474cec4
Style: remove a lot of unnecessary casts, add some and spell the null
...
pointer constant as NULL.
Checked by: diff -r on the object files before and after
2004-12-01 10:29:20 +00:00
Hartmut Brandt
e6417f6fe2
Stylification: missing spaces, extra space after function names, casts
...
and the sizeof operator, missing empty lines, void casts, extra empty lines.
Checked by: diff on make *.o lst.lib/*.o
Submitted by: Max Okumoto <okumoto@soe.ucsd.edu> (partly)
2004-11-30 17:46:29 +00:00
Garrett Wollman
f14eed08c0
Use ?= with WARNS.
...
Requested by: ru
2004-11-30 16:41:40 +00:00
Hartmut Brandt
17446c050c
Constify the array of predefined shells. It turns out that we need two
...
versions of the structure definition for this: one with const char
pointers, because otherwise gcc won't let us initialize the fields with
constant strings, and one without the const, because we need to work
with the structure.
2004-11-30 15:35:51 +00:00
Hartmut Brandt
e35e595f1d
Change a couple of the primitve list functions to be macros. This changes
...
the semantic of Lst_Datum which formerly returned NULL when the argument
node was NULL. There was only one place in the source that relied on this
so change that place.
2004-11-30 10:35:04 +00:00
Hartmut Brandt
617a8c57ad
Fix a bug that would truncate the full name of an archive member if
...
the length of happens to be larger than MAXPATHLEN.
PR: bin/74368
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Obtained from: DragonFlyBSD
2004-11-29 16:23:34 +00:00
Hartmut Brandt
1734fd27b4
Use typedefs for the types of the functions that are passed as arguments
...
to the list functions for better readability.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
2004-11-29 12:17:13 +00:00
Hartmut Brandt
6a72a34d01
Merge the contents of lstInt.h into the public lst.h. This let's us get
...
rid of a lot of uneccesary casts and temporary variables that have just
obfuscated the code. This also let's us implement a couple of the one-
liner list functions as macros (the first one is Lst_IsEmpty) and
simplify life once we start to throw consts on the code.
2004-11-29 08:38:16 +00:00
David Schultz
6004362e66
Don't include sys/user.h merely for its side-effect of recursively
...
including other headers.
2004-11-27 06:51:39 +00:00