| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
a36eca08
|
| 04-Nov-2015 |
Craig Rodrigues <rodrigc@FreeBSD.org> |
Rename libohash to libopenbsd.
libopenbsd is an internal library which to bring in compatibility stuff from OpenBSD. This will allow us to bring in more OpenBSD utilities into the FreeBSD base syste
Rename libohash to libopenbsd.
libopenbsd is an internal library which to bring in compatibility stuff from OpenBSD. This will allow us to bring in more OpenBSD utilities into the FreeBSD base system.
We similarly use libnetbsd for bringing in stuff from NetBSD.
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D4078
show more ...
|
| #
e806d508
|
| 06-Aug-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Make libohash a proper internallib instead of hidding it in m4
mandoc development seems to be also using ohash so prepare to share the code when needed
|
| #
4a6ddb28
|
| 29-Jul-2014 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: fix date.
|
| #
88497f0c
|
| 27-Jul-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Sync with OpenBSD This brings: - check for integer overflows in custom allocs - fix potential integer overflows in memory allocation - annotate regexp error messages with source string - better error
Sync with OpenBSD This brings: - check for integer overflows in custom allocs - fix potential integer overflows in memory allocation - annotate regexp error messages with source string - better error handling in mkstemp/unlink/fdopen logic
show more ...
|
| #
580dbd65
|
| 04-Jun-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: convert .Fd to .In, which is much nicer.
|
| #
6b99842a
|
| 12-Feb-2012 |
Ed Schouten <ed@FreeBSD.org> |
Globally replace u_int*_t from (non-contributed) man pages.
The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write
Globally replace u_int*_t from (non-contributed) man pages.
The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types.
I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected.
MFC after: 1 month
show more ...
|
| #
a841e1eb
|
| 28-Nov-2011 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Synchronize with laster version of m4 from OpenBSD and NetBSD This bring better compatibility with gnum4
Reviewed by: cognet Approved by: cognet Obtained from: OpenBSD, NetBSD
|