yamt
dd8cbf5c36
don't bother to say that some advises are not implemented.
...
ignoring them is a valid implementation.
2009-06-09 11:21:33 +00:00
mrg
7e7627c1df
build libnetpgp and libssh earlier.
...
look for libssh in the right place.
2009-06-09 05:20:15 +00:00
christos
d9b57d2294
another missing \
2009-06-08 17:18:11 +00:00
christos
d6dbd2857d
remove duplicated line
2009-06-08 17:06:22 +00:00
christos
64ef372149
missing \
2009-06-08 17:00:40 +00:00
christos
d37a1d1b07
sort, add missing, fix section
2009-06-08 16:59:52 +00:00
christos
ecb120d5ca
new resolver functions.
2009-06-08 16:57:09 +00:00
christos
190ebc6a17
merge our changes
2009-06-08 16:55:30 +00:00
christos
e55354196b
from Julien Torres, flip the order we pop in the macro array.
2009-06-08 15:10:53 +00:00
christos
dfdd8db89f
remove libmagic
2009-06-07 23:16:21 +00:00
christos
d4fda9c2d5
Disconnect ssh
2009-06-07 22:43:02 +00:00
wiz
cc8abfac27
New sentence, new line.
2009-06-03 09:04:18 +00:00
wiz
cd10aae286
Bump date for previous.
2009-06-03 09:03:24 +00:00
christos
2a6e000238
add _lwp_makecontext for the vax.
2009-06-03 01:02:28 +00:00
pooka
2ff04dc7a0
document errnos 59 and 71. government denies knowledge.
2009-06-02 13:15:41 +00:00
yamt
cef9767a7a
don't describe internal details.
2009-06-01 22:04:54 +00:00
njoly
7e10d34f2a
Note that fcntl(2) returns EINVAL for invalid command.
2009-06-01 09:56:06 +00:00
yamt
99122f39e6
qsort: remove the "switch to insertion sort" optimization because it
...
causes catastrophic performance for certain inputs.
2009-06-01 06:37:40 +00:00
yamt
8a29be6be3
fix NULL dereferences in the compat versions of getpwent, getpwnam,
...
and getpwuid.
2009-06-01 06:04:37 +00:00
joerg
09d5d44150
Add SHA224 implementation to libc.
...
Make libcrypto use the SHA2 implementation of libc.
Bump minor versions of libc and libcrypto.
2009-05-26 08:04:11 +00:00
ginsbach
48dc241150
Crank date for previous.
2009-05-24 02:30:17 +00:00
ginsbach
98fa92ea04
Add %s to strptime(3) to make symmetric with strftime(3).
2009-05-24 02:25:43 +00:00
christos
7966578116
remove stray comma, from anon ymous.
2009-05-23 18:57:25 +00:00
pooka
25c0857635
Support mounting post-time_t rump file systems on a pre-time_t host.
2009-05-22 10:53:59 +00:00
pooka
d2895b1d1d
use compat syscalls if necessary
2009-05-22 08:59:53 +00:00
wiz
a6bd8d398d
New sentence, new line. Get rid of superfluous Pp.
2009-05-21 09:23:50 +00:00
wiz
f6b43a0c43
Markup improvements. No need to mark up numbers as defined values, math
...
did the definition for us ages ago. Make HTML-ready.
2009-05-21 09:13:35 +00:00
christos
fd67370208
mention that these functions return 0 and set errno to ERANGE on invalid base.
2009-05-20 22:01:34 +00:00
plunky
60180f5cfb
adjust markup language according to mdoc(7)
...
.Fa for function arguments (instead of Ar)
.Va for variable names (errno)
.Ft for structure type
2009-05-20 17:22:56 +00:00
christos
189ce7898b
always scroll when we advance past bottom. From Caleb Welton
...
cwelton at greenplum dot com
2009-05-19 21:45:14 +00:00
wiz
b746c978a5
Sort errors.
2009-05-18 14:51:55 +00:00
wiz
caea0adcf4
Sort SEE ALSO.
2009-05-18 14:49:35 +00:00
wiz
5d3d6cd4cc
Sort errors.
2009-05-18 13:56:05 +00:00
njoly
49931fb2d8
Restore PTHREAD__ASM_RASOPS for alpha (from _context_u.S), that was
...
lost in previous cleanup.
ok by ad@.
2009-05-18 13:03:35 +00:00
wiz
ae1f36f738
Punctuation nit. Remove superfluous .Pp.
2009-05-18 12:40:21 +00:00
wiz
b18f60f11c
Fix typo in Dd argument. Remove superfluous .Pp.
2009-05-18 12:39:17 +00:00
wiz
6ece1e04b0
Fix typo in Dd argument.
2009-05-18 12:37:28 +00:00
wiz
85d294df1c
Sort SEE ALSO. New sentence, new line.
2009-05-18 09:30:31 +00:00
wiz
7f3775f247
Bump date for last effective change.
2009-05-18 09:28:51 +00:00
wiz
282b14962b
Bump date for last effective change (2008).
2009-05-18 09:02:35 +00:00
wiz
5dd21e58d5
Grammar fix.
2009-05-18 09:00:02 +00:00
ad
61cac435e4
- Convert from makecontext() -> _lwp_makecontext().
...
- Rely on _lwp_makecontext() to set up the thread identity register.
This is not currently done (a bug), nor does libpthread use the
threadreg yet. I'm doing this so it the code can be used by the
person working on TLS to verify that their threadreg code is working.
2009-05-17 14:49:00 +00:00
ad
a61915e94f
Remove unused code that's confusing when using cscope/opengrok.
2009-05-16 22:20:40 +00:00
yamt
edde2bdd71
kvm_getprocs actually works with KVM_NO_FILES.
2009-05-16 11:56:47 +00:00
pooka
1decab3813
Fix calls to rump syscalls now that the padding argument is no
...
longer advertised.
2009-05-15 15:54:03 +00:00
jakllsch
6a0e3cf139
Update MLINKS to match the flist.
2009-05-15 02:23:42 +00:00
plunky
8ebedbbb87
fix some signed vs unsigned comparison issues
2009-05-14 19:12:45 +00:00
ginsbach
c8da0e5fef
Add the getdate(3) function and getdate_err value, conforming to IEEE
...
Std 1003.1 (``POSIX.1'') and the Open Group Base Specifications X/Open
System Interfaces extension (``XSI'').
2009-05-14 02:37:35 +00:00
wiz
6a1c80cfff
Bump date for previous.
2009-05-13 23:02:52 +00:00
wiz
7d88f2f54f
Revert parts of v1.25 (jemalloc):
...
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.
2009-05-13 23:02:11 +00:00
wiz
4dfd7ed6ff
No Pp needed before El.
2009-05-13 22:42:31 +00:00
wiz
1e9633cfe4
Merge two descriptions for same error code.
2009-05-13 12:56:05 +00:00
wiz
504d66e756
Sort errors. Avoid marking up punctuation.
2009-05-13 12:51:13 +00:00
pgoyette
28469fc250
Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
...
Discussed on tech-kern.
2009-05-13 02:50:31 +00:00
plunky
39aa7ec964
remove libsdp as improved functionality has been enabled in libbluetooth.
2009-05-12 18:07:54 +00:00
wiz
7a8032c5e8
New sentence, new line. Sort sections.
2009-05-12 10:32:45 +00:00
plunky
dfbf818a22
Add in the new Service Discovery Protocol API as announced previously in
...
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html
in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth
(Don't remove libsdp yet since some programs still refer to it)
2009-05-12 10:05:06 +00:00
wiz
35cf287cb8
Punctuation nit.
2009-05-12 08:14:07 +00:00
christos
b627b61f7f
restore binary compatibility by providing new prompt functions that take
...
an extra literal character.
2009-05-11 18:33:30 +00:00
christos
c0990c9457
unhook libmagic
2009-05-08 17:47:22 +00:00
christos
df369aba80
Change Kmax so we allocate enough freelist entries to handle large field
...
numbers. Reported by Maksymilian Arciemowicz
2009-05-07 20:31:44 +00:00
pgoyette
5fae2745d1
Update type of argument 4 from u_quad_t to uint64_t to match the actual
...
implementation.
2009-05-05 13:12:25 +00:00
wiz
efabe55512
Sort sections.
2009-05-04 20:43:48 +00:00
wiz
83412be2c1
Sort SEE ALSO.
2009-05-04 19:15:36 +00:00
pooka
55a30cc8cc
make it possible to disable puffs caches
2009-05-03 20:26:42 +00:00
pooka
1e9fe794b0
rump_cred_destroy -> rump_cred_put
2009-05-03 17:10:20 +00:00
pooka
6e63908b9f
Since rump_module_load() doesn't actually load the module, change
...
the name to rump_module_init(). Also, adjust the signature to take
a direct pointer to modinfo and allow passing of props. Finally,
provide rump_module_fini().
2009-05-02 15:20:08 +00:00
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
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
wiz
15dfd8155b
Drop trailing whitespace.
2009-05-01 21:34:45 +00:00
ginsbach
8f7e60d3bc
Extend %z to support all RFC-2822 timezone formats.
2009-05-01 20:15:05 +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
591534100f
ANSI function prototypes
2009-05-01 00:28:17 +00:00
perry
b34e9d9fea
de-__P
2009-05-01 00:20:08 +00:00
wiz
65b128a600
Use Xr for strtok_r reference. Remove trailing whitespace.
2009-04-28 07:51:59 +00:00
reed
f3f3915d98
Add some mdoc macros and spell out an abbreviation.
...
(I shared some of my fixes upstream a few days ago.)
2009-04-28 03:11:45 +00:00
dyoung
46db29bcf1
Bring getifaddrs(3) behavior in line with the documentation: the
...
ifa_data member of every AF_LINK struct ifaddrs points at the
corresponding struct if_data. In ifconfig(8), do not try to suppress
duplicate AF_LINK ifaddrs by checking for a NULL ifa_data.
Don't copy out two AF_LINK struct ifaddrs for each active link-layer
address. getifaddrs(3) used to copy out one ifaddrs for the kernel's
RTM_IFINFO message, and one more for the kernel's RTM_NEWADDR message.
I suppress the first duplicate with a highly conservative change that
wastes a little bit of ifaddrs storage. The storage is not leaked.
2009-04-27 20:10:49 +00:00
pooka
28e32e3408
Provide a stateful mode for readdir/read/write. Using them gives
...
a measurable boost to some fs-utils commands.
2009-04-26 22:23:01 +00:00
christos
3c2585b945
correct cast to size_t.
2009-04-23 22:09:23 +00:00
agc
9c3b1325df
Cast the arg to an unsigned value to let this compile
2009-04-23 03:49:39 +00:00
lukem
b129d71a05
Fix -Wcast-qual issue
2009-04-23 01:39:47 +00:00
njoly
41f89f9e08
Include string.h for memset prototype.
2009-04-22 21:52:59 +00:00
christos
0f03f83ae4
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
...
already)
2009-04-22 18:44:06 +00:00
wiz
48f171ac9f
Mark up NULL. New sentence, new line. Bump date for previous.
2009-04-22 07:26:52 +00:00
dyoung
c378e7997c
For non-AF_LINK ifaddrs, ifa_data is NULL. AFAICT, this has always been
...
so. Say so in the documentation.
2009-04-21 23:27:09 +00:00
joerg
c4cbdd8e8a
Convert to mdoc markup.
2009-04-21 14:46:02 +00:00
christos
2cca8c559f
Bring back binary compatibility with the previous version of the resolver.
...
There was no room to allocate 16 bytes for _rnd in the struct in the _LP64
case, so we dynamically allocate now. Also put the _rnd field last, so that
we are bitwise compatible too. Now of course we've run out of space, so
next time will need to perform more evil tricks to fit.
2009-04-20 14:42:12 +00:00
wiz
51004b901f
Remove duplicate 'the' found by Jukka Salmi.
2009-04-20 08:37:22 +00:00
christos
0852251407
PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodate
...
C++ compilation
2009-04-19 22:25:29 +00:00
mrg
fc2793ab5b
add some code to cope with dev.db's that have 32 bit time_t's in them.
...
shouldn't be relevant very much as dev.db should be re-created at boot,
but it helped me at least twice so far...
2009-04-19 10:19:26 +00:00
tsutsui
0d20c5ab69
Resurrect accidentally removed libiscsi, which is not provided by ISC.
2009-04-18 16:31:30 +00:00
christos
bda2b43696
remove old bind.
2009-04-18 13:02:27 +00:00
christos
b203bfe74f
PR/41230: -current: sh(1) endlessly looping in interactive
...
Fix proposed from Matthew Mondor
2009-04-16 19:39:37 +00:00
wiz
8b5179c21c
Add CAVEATS section:
...
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).
Wording from drochner@ and ad@
Bump date for man pages.
Add note in libpthread/README so it's not forgotten to update the man
pages when the problem is fixed.
2009-04-16 18:37:29 +00:00
christos
1408cbc26a
we are not guaranteed that the ext pointer is going to be null at this point
...
so don't attempt to free.
2009-04-16 14:56:51 +00:00
christos
185e0d409f
External stuff does not belong here. It is handled by external/lib when
...
descending to external from the top level. At least this is the theory
as I understand it.
2009-04-14 17:49:45 +00:00
christos
50ce2a6bdf
fix lint issues and actual bugs lint found (missing break statements)
2009-04-12 19:43:37 +00:00
christos
62b7074a71
unhook bind libraries
2009-04-12 17:09:46 +00:00