Commit Graph

10488 Commits

Author SHA1 Message Date
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
wiz
f29f41d64b Use Pa for paths. 2009-06-21 14:57:33 +00:00
wiz
43ec52d73e Fix Dd argument. New sentence, new line. Remove superfluous .Pp. 2009-06-21 14:56:49 +00:00
christos
75a86bdab6 PR/40274: Takahiro Kambe: "P" flag stops rotating files. 2009-06-20 19:34:19 +00:00
christos
e5962c583f PR/22627: Greywolf: Support for yp nicknames map. 2009-06-20 19:27:26 +00:00
mrg
95c070cab9 - add extended WAVE header support
- attempt to play a bunch more WAV files
2009-06-18 02:37:27 +00:00
sjg
39bb2e98a1 Child of vfork() must not alter the state of parent.
There is no need to touch the state of vars in child anyway.
Change 2nd arg to Var_Export1() to indicate if we are the parent or child,
and only set flags in the parent.
2009-06-16 05:44:06 +00:00
christos
d3f46c621c PR/41581: Der mouse: window SEGV with certain terminals. does strcmp first
and then checks for null pointer for underline and bold.
2009-06-12 15:19:52 +00:00
ginsbach
2248a77687 Add -o output option, which can be used to specify an output file. The
file can even be the same as the input file.  Idea from IRIX unifdef(1).
2009-06-11 03:16:34 +00:00
yamt
6539ec6cea tabify and wrap long lines. 2009-06-08 21:58:44 +00:00
gson
57a8678315 Fix race condition causing "install -d" to randomly fail when multiple
concurrent install processes try to create the same directory.
Modelled after the code handling the "mkdir -p" case in mkdir(1).
2009-06-08 14:22:01 +00:00
christos
e3dfcc9dfe remove file 2009-06-07 23:16:50 +00:00
christos
0587e0bf24 unhook ssh 2009-06-07 22:46:43 +00:00