summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-10-25newaliases / makemap should parse multi-line aliases entriesGilles Chehade
2014-10-25Don't let qlw attach to non-sun4m yet, as this driver currently depends uponMiod Vallat
2014-10-25Remove vmmap; it isn't used.Mark Kettenis
2014-10-25uvm_km_valloc -> km_allocMark Kettenis
2014-10-25uvm_km_valloc -> km_allocMark Kettenis
2014-10-25Add and enable qlw at sbus. Tested on QLGC,ispMiod Vallat
2014-10-25With the current architecture, we can't support inline equationsIngo Schwarze
2014-10-25Fix a NULL pointer dereference reportedIngo Schwarze
2014-10-25Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-25Display uvmexp.zeropages in ddb's `show uvmexp' command.Miod Vallat
2014-10-25Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. ThisMiod Vallat
2014-10-25Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-10-25Add pane_input_off format, from Anish R Athalye.Nicholas Marriott
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-10-24Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-10-24Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9).Mark Kettenis
2014-10-24obvious sizes for freeTed Unangst
2014-10-24Fix indentation of closing brace.Alexander Bluhm
2014-10-24retire networks(5) support;Ingo Schwarze
2014-10-24tedu networks(5) support;Ingo Schwarze
2014-10-24This tool doesn't actually support networks(5).Ingo Schwarze
2014-10-24netinet/in_systm.h is not needed by the example programLawrence Teo
2014-10-24Remove unnecessary include: netinet/in_systm.h is not needed by theseLawrence Teo
2014-10-23Extend autoinstall(8) feature:Robert Peichaer
2014-10-23Add GRAMMAR to list of sections.Kent R. Spillner
2014-10-23Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSDMiod Vallat
2014-10-23mention hw.perfpolicy; Daniel JakotsTheo de Raadt
2014-10-23Correctly set up the HPMC trap entry: according to the PA-RISC FirmwareMiod Vallat
2014-10-23In the various desidhash_*() functions, make sure we clear the `set to clear'Miod Vallat
2014-10-23Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm hasMiod Vallat
2014-10-23Remove networks(5) support.Ingo Schwarze
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions, means not havin...Brad Smith
2014-10-23Save space in man page: err() -> errc() and combine vars.Doug Hogan
2014-10-23syncTheo de Raadt
2014-10-23pools lock themselves now, we just have to tell them what IPL theyDavid Gwynne
2014-10-23apply only the bit of r1.69 that should have been committed:David Gwynne
2014-10-23revert previous. it did more than the commit message said it did.David Gwynne
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
2014-10-22make the description of the syntax of function lists agreeIngo Schwarze
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.Todd C. Miller
2014-10-22Update to tzdata2014i from ftp.iana.orgTodd C. Miller
2014-10-22Extend domknodat() to support S_IFIFO directly and remove domkfifoat().Todd C. Miller
2014-10-22document the special \c escape sequence that can only be used with %b;Ingo Schwarze