#
ad711cad |
| 06-Apr-2012 |
jsing <jsing@openbsd.org> |
Remove raidframe related references.
|
#
36be218e |
| 14-Jul-2010 |
matthew <matthew@openbsd.org> |
Eliminate some unused malloc(9) type defines. Also get rid of the mysterious and unused mbtypes[] array in mbuf.h.
ok tedu@, deraadt@
|
#
aee3330b |
| 08-Mar-2010 |
oga <oga@openbsd.org> |
Don't mention that M_WAITOK is defined to be zero, readers do not need to know that.
ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as we
Don't mention that M_WAITOK is defined to be zero, readers do not need to know that.
ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as well.
Prompted by a discussion with deraadt and tedu.
show more ...
|
#
d427d14c |
| 03-Jan-2010 |
schwarze <schwarze@openbsd.org> |
Neither .Pp nor unqualified text are allowed at the top level of .Bl; instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed.
Syntax
Neither .Pp nor unqualified text are allowed at the top level of .Bl; instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed.
Syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@, and sobrado@ also supports the direction.
show more ...
|
#
3dd32650 |
| 11-Dec-2008 |
jmc <jmc@openbsd.org> |
- update the list of types - some text improvements - remember systat(1)
ok otto
|
#
b9181c1c |
| 02-Sep-2008 |
chl <chl@openbsd.org> |
remove last bits of MALLOC/FREE
spotted by and initial patch from espie@, with inputs from jmc@
ok espie@ jmc@
|
#
d874cce4 |
| 26-Jun-2008 |
ray <ray@openbsd.org> |
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code t
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors.
OK deraadt@
show more ...
|
#
397abc68 |
| 07-Sep-2007 |
art <art@openbsd.org> |
Document M_ZERO.
|
#
0e2dfdf0 |
| 01-Jun-2007 |
deraadt <deraadt@openbsd.org> |
remove crufty adosfs. everytime we try to change a vfs layer interface, adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem dif
remove crufty adosfs. everytime we try to change a vfs layer interface, adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
a7d67fa9 |
| 13-Feb-2007 |
mk <mk@openbsd.org> |
It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.
ok brad
|
#
b7ade7a9 |
| 14-Dec-2005 |
pedro <pedro@openbsd.org> |
Make ext2fs use a memory pool to allocate inodes, okay tedu@
|
#
e80e3478 |
| 18-Aug-2005 |
dlg <dlg@openbsd.org> |
document M_WAITOK as a separate flag rather than a note to M_NOWAIT
help from and ok jmc@ ok deraadt@ no objections art@
|
#
2acc9b3f |
| 06-Aug-2005 |
miod <miod@openbsd.org> |
Document M_CANFAIL and sync M_xxx types; prodded by beck@, feedback jmc@, ok deraadt@
|
#
14ed23f5 |
| 17-Jun-2005 |
drahn <drahn@openbsd.org> |
Extended Attributes was a piece to get to ACLs, however ACLs have not been worked on, so EA is pointless to maintain. go ahead jmc@
|
#
90dff98e |
| 15-Apr-2005 |
tom <tom@openbsd.org> |
Missing space
ok jmc@
|
#
6ae8c62e |
| 30-Mar-2005 |
pedro <pedro@openbsd.org> |
mention new udf malloc types, okay deraadt@
|
#
10131fbe |
| 14-Jan-2004 |
grange <grange@openbsd.org> |
Get rid of M_LOCKF and use pool for allocating lockf structures. From NetBSD.
Tested by many people, ok art@.
|
#
bafafb4e |
| 11-Jul-2003 |
jmc <jmc@openbsd.org> |
fix some lists and macros;
|
#
6d3f8eb3 |
| 21-Jun-2003 |
tedu <tedu@openbsd.org> |
make type descriptions generally plural. Vfs -> VFS, Adosfs -> ADOSFS, etc.
|
#
1b87e07a |
| 21-Jun-2003 |
tedu <tedu@openbsd.org> |
document new malloc type EMULDATA and missing NTFS types.
|
#
601d79cd |
| 06-Jun-2003 |
jmc <jmc@openbsd.org> |
- section reorder - macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
|
#
8a7802e4 |
| 17-Apr-2003 |
jmc <jmc@openbsd.org> |
typos;
md5(9): ok tedu@
|
#
37446623 |
| 02-Apr-2003 |
jmc <jmc@openbsd.org> |
nfs -> NFS
|
#
9f2099cb |
| 24-Feb-2003 |
tedu <tedu@openbsd.org> |
sync with reality
ok art@
|