summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-24need linear mappings for the intrmap/clr register setsJason Wright
2004-09-24fhc registers (enough for now anyway)Jason Wright
2004-09-24save a copy of the pointer before strsep; fixes an abort on free.Federico G. Schwindt
ok by millert, otto & pedro.
2004-09-24Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator.Mark Kettenis
ok hugh@
2004-09-24pmtu support for udpencap; ok hshoexer, hoMarkus Friedl
2004-09-24Before attempting to unlink() the local socket, set the effectiveJean-Francois Brousseau
UID to 0 so we have the appropriate permissions to perform the operation
2004-09-24pass segment size to userland; ok deraadt@Markus Friedl
2004-09-24timedout is not an english word, complaint from theo, ok marcoHenning Brauer
2004-09-24connect() the client-side sockets. idea & test & ok camield@Henning Brauer
2004-09-24Now supports RTL8201L too; based on a diff from fgsTodd C. Miller
2004-09-24simplify some parts, little more warn() fixing. ok henningJared Yanovich
2004-09-24When creating the local socket, set the group to the server's group IDJean-Francois Brousseau
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-24Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ okHakan Olsson
2004-09-24simple route regress testMarkus Friedl
2004-09-24Add a `-h' option to print the usage and exit with status 0 and fixJean-Francois Brousseau
usage() indentation
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