Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-02 | :%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos | Jason Wright | |
2003-01-27 | Update. from csapuntz@ | Artur Grabowski | |
2003-01-21 | Style, punctuation and grammar fixups from Ted Unangst on bugs@. | Hugh Graham | |
2003-01-11 | Remove the vm_* manpages, these functions were replaced in uvm. | Wilbern Cobb | |
ok art@ | |||
2003-01-11 | - arrange the prototypes in sections. | Wilbern Cobb | |
- describe bus_addr_t and bus_size_t in DATA TYPES. - remove redundant NOTES section. ok art@, jason@. | |||
2003-01-10 | fix breakage in the previous commit | Kenjiro Cho | |
2003-01-09 | Remove fetch(9) and store(9) manual pages and references to them. | Miod Vallat | |
2003-01-05 | spelling | Theo de Raadt | |
2002-12-20 | fix two typos; Dave Steinberg | Todd C. Miller | |
2002-12-20 | - fix one argument to pool_init. | Artur Grabowski | |
- document PR_DEBUG. | |||
2002-12-20 | Don't give people ideas. It's really hard to know when stuff won't | Artur Grabowski | |
be accessed from interrupt context. | |||
2002-12-20 | More rewording. | Artur Grabowski | |
2002-12-20 | More second person. | Artur Grabowski | |
2002-12-20 | Reword to get rid of second person. | Artur Grabowski | |
2002-12-20 | Reword the DEBUGGING section to get rid of second person forms. | Artur Grabowski | |
2002-12-20 | Document M_DEBUG. | Artur Grabowski | |
2002-12-19 | "papers by published" -> "papers published by"; Dave Steinberg | Todd C. Miller | |
2002-12-09 | Correct typo. 'commited' -> 'committed'. Also got rid of obsolete | Chad Loder | |
todo-style comment about missing free(9) etc. | |||
2002-12-09 | MLINK more pages; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-02 | dead e ellimination | Michael Shalayeff | |
2002-11-25 | .Xr pfctl/pf.conf, not altqd/altq.conf; partitially from David Krause; Thanks! | Henning Brauer | |
2002-11-21 | From angelos; document new registration API | Jason Wright | |
2002-11-08 | Time to cleanup: | Mike Pechkin | |
o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok | |||
2002-10-15 | correct powerhook proto and a description for the int why; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org | |||
2002-10-11 | Add a bit on volatile vs volatile pointers. OK jason@ millert@ | Marco S Hyman | |
2002-10-09 | missing comma; hiten@uk.FreeBSD.org | Theo de Raadt | |
2002-10-08 | formatting knit, fix a run-together phrase | Todd T. Fries | |
from Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-09-30 | document PF_FRAGCACHE tag | Mike Frantzen | |
ok henning@ deraadt@ and my cat who is in the process of mauling my foot | |||
2002-09-10 | sync with the pmap_zero_page and pmap_copy_page API change; ok art@ | Wilbern Cobb | |
2002-09-02 | - no .Pp before .Sh. | Wilbern Cobb | |
- hte -> the. - remove spaces in -width strings. - begin sentence on a new line. - sort xrefs. from mpech@ | |||
2002-09-02 | xrefs to pmap(9); ok art@ | Wilbern Cobb | |
2002-09-02 | Add pmap.9 and some links; ok art@ | Wilbern Cobb | |
2002-09-02 | Document the pmap interface. | Wilbern Cobb | |
art@ "it's work in progress" ok | |||
2002-08-29 | - use .Ft and .Fn for function prototypes. | Wilbern Cobb | |
- remove empty lines. ok mpech@ | |||
2002-08-28 | RAIDframe spelling. ok art@ | Thierry Deval | |
2002-08-27 | no more .Pp before/after .Sh; from mpech@ | Wilbern Cobb | |
2002-08-27 | - sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(), | Wilbern Cobb | |
uvm_km_suballoc(), uvm_pagealloc(), uvm_page_phsload(), uvm_pageout(), uvm_vslock() and uvm_fork() with reality. - move the descriptions of uvm_km_suballoc(), uvm_km_free() and uvm_km_free_wakeup() to the correct section. - describe uvm_map_pageable_all(). - complete sentences. - add a BUGS section. ok art@ | |||
2002-08-27 | Add autoconf(9) and some links; ok art@ | Wilbern Cobb | |
2002-08-27 | Document the device autoconfiguration framework; | Wilbern Cobb | |
from NetBSD with some modifications. ok art@ | |||
2002-08-26 | Add licenses to man pages written by Costa. | Artur Grabowski | |
Licenses sent to me from him in mail, but he can't commit right now. | |||
2002-08-24 | - Mention that MD code must register some free RAM with uvm_page_physload() | Wilbern Cobb | |
before uvm_init() is called. - Remove some empty lines. ok art@ | |||
2002-08-24 | Add kern(9) and some links. ok art@ | Wilbern Cobb | |
2002-08-24 | document libkern functions/macros; ok art@ | Wilbern Cobb | |
2002-08-23 | Document the FREF done in getvnode and soon in getsock. | Artur Grabowski | |
2002-08-23 | o) fix .Sh usage; | Mike Pechkin | |
o) minor fix; art@ ok | |||
2002-08-23 | o) fix .Xr usage; | Mike Pechkin | |
o) typos; art@ ok | |||
2002-08-23 | Document various file descriptor access functoins in the kernel. | Artur Grabowski | |
2002-08-16 | Man page for rasops from NetBSD | Jason Wright | |
2002-08-09 | Be more explitic that extent_free on EX_NOCOALESCE extents (assuming | Jason Wright | |
otherwise valid arguments) cannot fail. | |||
2002-08-08 | Remove trailing dot from SEE ALSO Xr list. | Aaron Campbell | |