summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-08syncTheo de Raadt
2001-06-08move the path for xauth to pathnames.hMarkus Friedl
2001-06-08Move copyright notice to top of fileJim Rees
2001-06-08Remve net_osdep.cAngelos D. Keromytis
2001-06-08Unneeded, ok itojun@Angelos D. Keromytis
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
2001-06-08Correct STANDARDS section wrt removing directories; from FreeBSDTodd C. Miller
2001-06-08Don't give usage warning for 'rm -f' with no files to remove to beTodd C. Miller
2001-06-08Fix the XXX #debug bits in vm_machdep().Todd C. Miller
2001-06-08Update packet counters.Artur Grabowski
2001-06-08Update packet counters correctly.Artur Grabowski
2001-06-08I hate cvs.Artur Grabowski
2001-06-08rename a file for The Anal OneTheo de Raadt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-08oops.Artur Grabowski
2001-06-08Ooops. Add struct r_debug, from powerpc.Artur Grabowski
2001-06-08Cleanup.Artur Grabowski
2001-06-08No more need to pull in strlen from libc.Artur Grabowski
2001-06-08Be consistent. If we have inveted our of strlen, use it everywhere.Artur Grabowski
2001-06-08styleArtur Grabowski
2001-06-08KNFTheo de Raadt
2001-06-08use pragma instead of attributing every and each struct, some spacesMichael Shalayeff
2001-06-08Section shuffling; mpech@prosoft.org.lvAaron Campbell
2001-06-08Move ifpromisc() from bpf.c to if.c, include cleanup.Angelos D. Keromytis
2001-06-08Document special command keys.Aaron Campbell
2001-06-08Cut down on include files, although I think this file should just goAngelos D. Keromytis
2001-06-08One more include cleanup, just to piss off Aaron :-)Angelos D. Keromytis
2001-06-08Yet more include file cleanup.Angelos D. Keromytis
2001-06-08Cut down on include files.Angelos D. Keromytis
2001-06-08More changes from NetBSD that should have been part of the UVM update; testedAaron Campbell
2001-06-08and add a note on result value importanceMichael Shalayeff
2001-06-08invert caps w/ shifts, also cleanup the whole routine; pointed out by pvalche...Michael Shalayeff
2001-06-08it seems that via has 7, not 4 pci interrupt lines.Michael Shalayeff
2001-06-08Trim include files.Angelos D. Keromytis
2001-06-08Trim some unnecessary includes.Angelos D. Keromytis
2001-06-08Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to makeAngelos D. Keromytis
2001-06-08Add pfkeyv2_convert.cAngelos D. Keromytis
2001-06-08Adjust to recent locking protocol changes; beck@Aaron Campbell
2001-06-08Initial cut at a driver for the National Semiconductor DP83820 and DP83821Nathan Binkert
2001-06-08Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)Nathan Binkert
2001-06-08Add some general support info for gigabit physNathan Binkert
2001-06-08Put back bus_dmaification of context's (seems to have been fixed byJason Wright
2001-06-07Update for recent wi(4) changes, include PCI support.Todd C. Miller
2001-06-07Sync with the new options from NetBSD. Also fix gold card WEP description,Todd C. Miller
2001-06-07regenTodd C. Miller
2001-06-07no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucentTodd C. Miller
2001-06-07don't overwrite errnoMarkus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-06-07import latest from CITI with Palm supportJim Rees
2001-06-07It started with trying to write code to avoid running static binaries,Artur Grabowski