summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2004-09-22the following patch fixes a bug preventing midi uarts that doTheo de Raadt
not support interrupts on output, from writing blocks larger than MIDI_MAXWRITE bytes. tested on both kinds of devices from alex-contact@caoua.org
2004-09-22Bring some enhancements and fixes to fdc(4) from NetBSD:Miod Vallat
- better state machine, will prevent "eject fd0" with an empty drive to spin. - will not attach fd children to fdc if no floppy drive is present (though the PROM usually finds this for us). - use biowait() in fdformat() instead of rolling our own. - drop 5"1/4 formats table. - cope with non 512 bytes per sector formats.
2004-09-22Bring in libsa code for proper %llx printf display; necessary for /boot.Miod Vallat
ok deraadt@
2004-09-22Add code to let 32bit code *printf() {u,}int64_t values.Miod Vallat
Only enabled if libsa is compiled with the adequate define, so as not to grow bootblocks which do not need this feature. ok deraadt@
2004-09-22many xrefs addedJared Yanovich
use more/better macros where appropriate show structure of vnode tables for vnode flags and types other minor clarifications, grammar & typos fixes, etc. ok and lots of help from jmc and pedro
2004-09-22fhc and central stuffJason Wright
2004-09-22infrastructure for central, fhc(mainbus/central), and clock@fhcJason Wright
2004-09-22firehose controller driver (not quite working) for the e4500 (and others)Jason Wright
2004-09-22OpenBSD tag.Marc Espie
2004-09-22OpenBSD infrastructure to compile simply, and install include files.Marc Espie
2004-09-22from port:Marc Espie
fix expat.h (from expat CVS) breakage reported by naddy@: http://sourceforge.net/tracker/index.php?func=detail&aid=676844&group_id=10127&atid=110127
2004-09-22say goodbye to valid-xhtml icon (what do we care, and it's a binary file).Marc Espie
2004-09-22account for linkhdr size when choosing mbufs vs mbuf clustersTheo de Raadt
ok dhartmei markus claudio henning mcbride ...
2004-09-22skeleton man page for "central"Jason Wright
2004-09-22libexpat: a simple xml parser library, used by X11 and some ports.Marc Espie
2004-09-22driver for the "central" controller on the E4500 (and others) [fhc and ↵Jason Wright
others to follow]
2004-09-22buffercache.9 man page from netbsd, ported by sven dehmlow, +mlinks;Jason McIntyre
some tidy up from myself; ok tedu@ deraadt@
2004-09-22remove chunk that does not apply to our driverTheo de Raadt
2004-09-22it's net.inet.esp.udpencap and not net.inet.udpencap.enableHans-Joerg Hoexer
ok ho henning msf
2004-09-22RegenMiod Vallat
2004-09-22Add missing devices (pci, systrace...) and sort sections so that theMiod Vallat
manpage will not look ugly.
2004-09-22Add systrace support.Miod Vallat
2004-09-22syncAlexander Yurchenko
2004-09-221210SA is not a SiI product really.Alexander Yurchenko