wiz
3ae928cec9
Improve formatting and punctuation for "NUL-terminate".
2009-05-02 09:37:32 +00:00
wiz
1de194650d
Sort sections.
2009-05-02 09:31:08 +00:00
wiz
f6d35c037f
Remove duplicate entry.
2009-05-02 09:31:01 +00:00
reed
176583bef9
Fix typo that I saw on website. I don't know how this gets converted to HTML though.
2009-05-02 06:21:16 +00:00
elad
0b783346d2
PR/41332: Jason V. Miller: paxctl(8) leaks file descriptors
...
Always close(fd) before returning.
Thanks for the report!
2009-05-02 06:01:30 +00:00
agc
ea53d15fcc
Reorder the args to a static function to mirror some other function calls.
...
Attempt to use mmap(2) to read a file, and fall back to multiple read(2)
calls if that fails.
2009-05-02 04:19:43 +00:00
agc
7cf9b94e1a
Document the way to get detached sig files from this library
2009-05-02 02:44:36 +00:00
agc
32262391d9
Give credit where credit is due.
2009-05-02 02:43:15 +00:00
agc
de70477951
Make this code WARNS=4
...
Add an option to the netpgp command to produce a detached signature.
2009-05-02 02:38:54 +00:00
agc
71e559c1d8
Fix a build failure reported by Perry
2009-05-02 02:31:35 +00:00
perry
26f303d919
more libc.so.12.166->libc.so.12.167 -- hopefully the end
2009-05-02 02:20:20 +00:00
pooka
45ef580f17
Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened
...
with the ffs kernel module and follows the trend of retiring ufs.
It also allows to get rid of a special case kludge in runtime module
loading, since ufs was not really a module. librumpfs_ufs is now
obsoleted and ffs consumers should be linked solely against
librumpfs_ffs.
2009-05-02 01:15:52 +00:00
agc
b79fe05de0
Get rid of files which aren't used
2009-05-01 23:40:32 +00:00
agc
1991192fb5
Retire openpgpsdk - replaced by netpgp
2009-05-01 23:10:29 +00:00
perry
7663ec7383
note a new failure mode thanks to the new string functions
...
requested by mrg
2009-05-01 23:08:25 +00:00
agc
794ef7cba4
Don't descend into openpgpsdk directory - it's about to go away.
2009-05-01 23:00:37 +00:00
agc
2c67f700b7
Remove openpgp files from the build (replaced by netpgp)
2009-05-01 22:59:51 +00:00
christos
07ad48e732
add test for c99 for loops
2009-05-01 22:06:06 +00:00
christos
6892362adf
add variable declarations in for loops for c99
2009-05-01 22:03:36 +00:00
perry
5658834bef
fix a tyop
2009-05-01 21:49:59 +00:00
perry
56bf6b0b77
update libc minor number
2009-05-01 21:45:45 +00:00
wiz
52d9a489d1
Bump date for previous.
2009-05-01 21:38:19 +00:00
wiz
15dfd8155b
Drop trailing whitespace.
2009-05-01 21:34:45 +00:00
apb
6697c4d3cd
Mention sha256 changes in install(1) and build system.
...
Also reformat previous entry to fix a long line.
2009-05-01 20:53:19 +00:00
apb
41d8d87770
Switch from sha1 to sha256 in the METALOG. The same information
...
also ends up in /etc/mtree/set.* after installation.
2009-05-01 20:47:53 +00:00
dyoung
aaa0eb2937
Use device_t, cfdata_t, device_private().
2009-05-01 20:43:41 +00:00
apb
be7721cd8f
Add support for writing sha256, sha384, and sha512 digests to
...
a metalog. mtree(8) has supported these for a long time.
2009-05-01 20:16:23 +00:00
ginsbach
8f7e60d3bc
Extend %z to support all RFC-2822 timezone formats.
2009-05-01 20:15:05 +00:00
perry
b1606298a5
note that we have strsignal but it is in the wrong include file.
2009-05-01 20:01:23 +00:00
snj
75626c3937
Introduce MKSUBPIXEL, which allows enabling subpixel rendering code
...
in FreeType.
2009-05-01 19:42:18 +00:00
perry
95b8b10f8d
add stpcpy, stpncpy, strnlen pages.
...
also sort
2009-05-01 18:02:24 +00:00
perry
c38da20b98
add support for St -p1003.1-2008
2009-05-01 17:52:27 +00:00
perry
5825922a21
add a POSIX 2008 macro
2009-05-01 17:31:56 +00:00
perry
be11851995
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
...
These are defined in the latest POSIX
Also make related updates to documentation, mostly from FreeBSD,
though I cleaned a few other things up along the way.
Bump shlib_version.
We are still missing strcoll_l, strerror_l, strsignal, strxfrm_l to be
POSIX conformant.
2009-05-01 17:27:01 +00:00
perry
bdb0c5fb32
Add prototypes for stpcpy, stpncpy, strnlen, added in the latest POSIX.
...
Implementations in libc to follow.
For POSIX compliance, we are still missing:
strcoll_l
strerror_l
strsignal
strxfrm_l
2009-05-01 17:16:49 +00:00
christos
4d3c211551
Put libgcc_s.so in /lib for MKPIE=yes
2009-05-01 15:30:46 +00:00
christos
2b4e82affb
install libgcc_s.so in /lib for MKPIE=yes.
2009-05-01 15:27:20 +00:00
christos
ba99a2b3a4
PR/41313: Chris Spiegel: getutentries() in src/usr.bin/who/utmpentry.c thinks
...
there are no entries if only one of utmp/utmpx support is selected
mangled && -> ||
2009-05-01 14:26:10 +00:00
pooka
6b398beab3
in case of error, return instead of continuing
2009-05-01 11:01:34 +00:00
pooka
4f521cc9ba
fix editing artifact
2009-05-01 11:00:49 +00:00
wiz
93dafb2e39
Drop trailing whitespace.
2009-05-01 10:53:27 +00:00
lukem
24c7ea10da
Simplify the example command used to extract a wu-ftpd compatible xferlog.
2009-05-01 09:47:26 +00:00
cegger
287d5dd11d
struct device * -> device_t
2009-05-01 09:38:24 +00:00
cegger
7298f44f6a
- struct device * -> device_t
...
- remove useless parenthesis
2009-05-01 09:26:34 +00:00
cegger
827656cbc1
struct device * -> device_t
2009-05-01 09:20:02 +00:00
cegger
f2c0b025dc
remove useless parenthesis
2009-05-01 08:27:41 +00:00
cegger
85834d03a8
add ale(4)
2009-05-01 06:25:50 +00:00
martin
6a887ea20a
Add missing paranthesis - from Kurt Lidl in PR port-vax/41316
2009-05-01 03:23:39 +00:00
martin
cb13eee90c
Add missing braces - patch from Kurt Lidl in PR port-vax/41314.
2009-05-01 03:18:20 +00:00
perry
591534100f
ANSI function prototypes
2009-05-01 00:28:17 +00:00