drochner
c2819fbfcf
avoid NULL dereference in log output if the command line parser
...
failed to extract a port number from the URL
2009-08-13 17:55:18 +00:00
dholland
69c3e9d213
Pass WARNS=4, not without some gross preprocessor hackery.
...
XXX: does this program actually do anything useful these days?
2009-08-13 06:59:37 +00:00
dholland
e63a3e7105
Assorted minor cleanup:
...
- use stdbool.h (partly)
- move extern declarations of data to header files
- use right types for calloc() wrapper
- remove bogus casts on return values
- remove excessive Pascal-style parentheses in conditionals
- a couple const fixes
- fix some typos in comments
2009-08-13 05:53:58 +00:00
dholland
7d59a3fee1
pass -Wshadow
2009-08-13 04:09:53 +00:00
dholland
72efe4fb6f
Sprinkle const.
2009-08-13 03:50:02 +00:00
dholland
6c23c8ddec
woops (doh!)
2009-08-13 03:10:03 +00:00
dholland
f42113e362
Whitespace.
2009-08-13 03:07:49 +00:00
dholland
b74af21b24
sprinkle static
2009-08-13 02:10:50 +00:00
matt
5f89c92891
Don't build for MIPS anymore
2009-08-12 23:39:13 +00:00
wiz
67bd9cb78f
Remove superfluous parenthesis in #ifdef DEBUG.
...
From Henning Petersen in PR 41844.
2009-08-07 14:05:58 +00:00
wiz
ba544bf010
Add missing parenthesis in commented out code.
...
From Henning Petersen in PR 41838.
2009-08-07 13:53:54 +00:00
wiz
8356afb2c1
Fix typos in comment.
2009-08-05 19:08:28 +00:00
plunky
018ad52aa7
add new Service Class ID and Protocol UUIDs from the Service Discovery
...
assigned numbers document at www.bluetooth.com
add detail printing for Message Access Profile v1.0
2009-07-25 17:32:47 +00:00
gson
5861f6c435
When installing via a temporary file, base the name of the temporary
...
file on the name of the target file, not just the target directory, to
ensure uniqueness when multiple concurrent invocations of install(1)
simultaneously install files in the same directory. Fixes bin/41512.
2009-07-25 11:45:58 +00:00
dholland
6d977e7b2a
de-__P() and ANSIfy; no functional change
2009-07-25 08:20:24 +00:00
dholland
6263c6ea9c
(1) reject instead of ignore extra arguments;
...
(2) reject requests for environment variables containing '='
(PR 41774, but with different patch)
(3) fix capitalization of usage message
2009-07-25 08:18:33 +00:00
christos
f7c0a24801
the movers came.
2009-07-24 14:28:36 +00:00
njoly
420fe75a02
Delay emulation record output, to be processed after the current
...
syscall; to avoid picking syscall name from the wrong emulation table.
2009-07-24 11:34:03 +00:00
ahoka
b05ff95e20
Modify to support multibyte characters.
2009-07-21 01:35:02 +00:00
ahoka
d5fb12b51d
Apply some ANSI and KNF.
2009-07-21 01:25:14 +00:00
ahoka
e48fb46a99
Change to support multibyte characters.
2009-07-21 01:12:55 +00:00
christos
00bd3af563
ansi prototypes for yyinput.
2009-07-20 21:13:28 +00:00
christos
6a7d49166f
ssh has moved
2009-07-20 17:35:05 +00:00
christos
34af4cdada
openssl has moved
2009-07-20 17:34:41 +00:00
apb
3ac228d1b2
Declare "com" as volatile in execute(), to make it safe to use
...
across setjmp/longjmp.
Inspired by PR 41255 from Kurt Lidl, but this change makes "com" a
volatile pointer to const non-volatile data, whereas the PR made it a
non-volatile pointer to const volatile data.
2009-07-14 21:15:48 +00:00
apb
3e4a7fe1fe
Don't assume that two identical-looking string literals will have the
...
same address and will therefore be comparable with the == operator.
Instead, use a const variable.
Inspired by PR 41255 from Kurt Lidl.
2009-07-14 21:08:31 +00:00
apb
4259cd2ab8
Delete unused static smatch() function.
...
Inspired by PR 41255 from Kurt Lidl (which used #if 0 instead of
deleting the function).
2009-07-14 21:05:34 +00:00
apb
d47a5ef0ce
Compare strings with strcmp(), not ==.
...
Part of PR 41255 from Kurt Lidl.
2009-07-14 21:02:24 +00:00
christos
585ce9eda6
move _KMEMUSER higher!
2009-07-13 21:44:32 +00:00
christos
d96e875904
need _KMEMUSER too.
2009-07-13 21:43:24 +00:00
roy
7027866a09
Rename internal getline() function to get_line() so it does
...
conflict with the soon to be added getline(3) libc function.
2009-07-13 19:05:39 +00:00
christos
f73facbc14
sys/mqueue.h needs sys/types.h now
2009-07-13 17:57:35 +00:00
joerg
5f6627fa61
mandoc(1): -width is redundant for a item list
2009-07-11 18:38:30 +00:00
joerg
ea92254557
Fix markup.
2009-07-11 18:35:48 +00:00
plunky
447afe8d7e
add interpretation of "PNP Information" service class (Device ID profile)
2009-07-04 16:01:15 +00:00
mrg
983926d7bf
note that -t can take [.dddddd]. sort -q.
...
from dhgutteridge@sympatico.ca in PR#36928.
2009-07-02 04:45:27 +00:00
dholland
63eb8c3760
Add some markup to improve clarity.
2009-06-29 03:49:41 +00:00
dholland
69388abb04
Fix typo
2009-06-28 19:02:46 +00:00
wiz
0f05513297
Remove superfluous Pp. Grammar improvement, typo fix, sort sections, fix Xr.
2009-06-26 09:31:04 +00:00
sjg
dd8e1ba252
JobExec: child of vfork must not empty the sigset_t that parent will
...
restore. Use a separate mask.
2009-06-26 01:26:32 +00:00
wiz
c16d893d82
Remove trailing whitespace.
2009-06-25 23:20:55 +00:00
hubertf
c8c572c3bf
Add an example .windowrc
2009-06-25 21:48:49 +00:00
joerg
a0922fbd98
Add work-in-progress unzip(1) frontend for libarchive.
...
Derived from FreeBSD's unzip.
2009-06-25 20:27:05 +00:00
wiz
d9d40568a0
Remove superfluous quotes.
2009-06-21 15:05:59 +00:00
wiz
eff7f14d80
Sync usage with man page.
2009-06-21 15:04:56 +00:00
wiz
205b6ccb09
Fix error in previous.
2009-06-21 15:04:07 +00:00
wiz
bd7419a011
Sort options and option descriptions. Use EXIT STATUS header for exit status
...
description. Use Pa for paths.
2009-06-21 15:02:54 +00:00
wiz
37d95f331f
Sync usage with man page.
2009-06-21 14:59:53 +00:00
wiz
65c247649d
Use Pa for paths.
2009-06-21 14:58:58 +00:00
wiz
7bba45dc18
Sync usage with man page.
2009-06-21 14:58:16 +00:00