summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-24ditch `config' in the @sample messages, since this more or less coversMarc Espie
all files installed from templates.
2004-09-242nd half of @newuser/@newgroup: treat them as shared items, and removeMarc Espie
them along with directories, if extra.
2004-09-24use pkgspec_match for default conflict too.Marc Espie
2004-09-24Missing $OpenBSD$ tag.Alexander Yurchenko
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2004-09-24Add missing Manuel Bouyer copyright.Alexander Yurchenko
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2004-09-24Better description line.Miod Vallat
2004-09-24Minor mdoc nit.Miod Vallat
2004-09-24kill homegrown quit(); use err()/errx() insteadJared Yanovich
make other error messages consistent sync usage ok henning
2004-09-24kill osi and mask, ok henningJared Yanovich
2004-09-23do not shrink the field width...Theo de Raadt
2004-09-23grammar/punctuation fixesJared Yanovich
expand some acronyms shorten sysctl list display other minor consistency fixes add a few .Pp's for readability a few macro fixes indent examples ok and help jmc
2004-09-23adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toTheo de Raadt
avoid tree breakage)
2004-09-23adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in someTheo de Raadt
changes written by danh
2004-09-23change KERN_INTRCNT_CNT to return a quad; ok teduTheo de Raadt
2004-09-23typo from number six;Jason McIntyre
2004-09-23properly check read() and write() return values.Henning Brauer
one instance found by jaredy, causes issues with route -t monitor ok jaredy hshoexer mickey fgs
2004-09-23missing .El;Jason McIntyre
2004-09-23errant comma;Jason McIntyre
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
know of provides prom memory mappings for com(4)...
2004-09-23syncAlexander Yurchenko
2004-09-23Correct AAR-1210SA name a bit to match netbsd.Alexander Yurchenko
2004-09-23man pages for the clocks on sparc/sparc64. getting the links right wasJason Wright
painful...
2004-09-23add ETHER_MAX_DIX_LENBrad Smith
2004-09-23document fhc attachment of zs... it's not in GENERIC yet, but will beJason Wright
as soon as I figure out the interrupt junk on fhc/central
2004-09-23prepare the way for multi-bus attachment of zs (specifically zs@fhc).Jason Wright
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config...
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@
2004-09-23Add missing free on error; Alison WintersTodd C. Miller
Also KNF the return statements and make usage() __dead while I am here.
2004-09-23remove some more compile time overrides, use the sysctl's.Brad Smith
ok markus@
2004-09-23central@mainbus, fhc@central, fhc@mainbus, and clock@fhcJason Wright
2004-09-23clock@fhcJason Wright
2004-09-23flesh out. mention R10K and R12K supportPer Fogelstrom
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
- remove a bunch of debugging goop
2004-09-23Lower the level of an error messageJean-Francois Brousseau
2004-09-23print error messages when we receive the `error' responseJean-Francois Brousseau
2004-09-23RTL8201L PHY support; from FreeBSD.Federico G. Schwindt
2004-09-23correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@Damien Miller
2004-09-23use .c versions of certain functions. 32 bit modePer Fogelstrom
2004-09-23make it compile with _STANDALONE, ok deraadt@Per Fogelstrom
2004-09-23When doing relocs to .rodata this section must be RW protected.Per Fogelstrom
It would be nice to fix this so it does not do a mprotect call for each and every reloc but it will need a change in MI code so we just fix it like this for now. There are not so many relocs in ld.so itself.
2004-09-23Clean clean clean... should be OK nowPer Fogelstrom
2004-09-23More pmap bugs cleaned out. Some old, some new.Per Fogelstrom
Better structured pmap.c. Evil still in there, more work to do.
2004-09-23really mention BPF this time around.Brad Smith
2004-09-23vput on all paths after vget (currently unused code). from patrick latifiTed Unangst
2004-09-23mention support for BPF.Brad Smith
From: FreeBSD
2004-09-23- remove EVFILT_WRITE in bpfkqfilter() switch case, handledBrad Smith
by default label. - fill in kn_data with the number of bytes available, same behavior as FreeBSD/NetBSD. ok tedu@
2004-09-23cosmeticsHenning Brauer
2004-09-23after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependentHenning Brauer
on which child went away.
2004-09-23reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send itHenning Brauer
a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu>