summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-25enter ifconfigTheo de Raadt
2004-12-25a -DSMALL varient of ifconfig for mediaTheo de Raadt
2004-12-25- remove unneccessary breakBrad Smith
- reorder operations and a few return (0)'s to break's with MII_TICK switch case
2004-12-25zap this tooMarc Espie
2004-12-25solve remaining conflictsMarc Espie
2004-12-25update those manually, since cvs got confused.Marc Espie
2004-12-25propolice markerMarc Espie
2004-12-25new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuffMarc Espie
during install.
2004-12-25revert to cast-as-lvalues being pedantic warnings for now.Marc Espie
2004-12-25some new i386-specific include files. Adjust directory name.Marc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24brad should compile before commitingTheo de Raadt
2004-12-24result of mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24init Jumbo RX ring by default.Brad Smith
ok krw@
2004-12-24mergeMarc Espie
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-24gcc 3.3.5Marc Espie
2004-12-24In vmstat -i, stop walking the kernel "allevents" evcnt chain, as they areMiod Vallat
not incremented anymore. Kernel-side code will be removed in a few weeks.
2004-12-24result from merge... highly weird, since dale mixed things upMarc Espie
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3.
2004-12-24Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. NoKenneth R Westerback
functional change.
2004-12-24fix up conflictsMarc Espie
2004-12-24Rewrite intlock/intunlock not to pass around interrupt frame directlyPeter Valchev
without copying which is against C conventions and broke GENERIC.MP with a gcc3 optimization From niklas, tested by many
2004-12-24Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andMiod Vallat
HW_SENSORS sysctl trees if option SMALL_KERNEL. ok deraadt@
2004-12-24Scare users so that they don't use option SMALL_KERNEL, because ourMiod Vallat
floppy kernels shrinking pressure has no limits. ok deraadt@ krw@
2004-12-24List ym(4) in synopsis as well as see also.Jonathan Gray
2004-12-24syncTheo de Raadt
2004-12-24streamline parser loops, now we've got a simple loop with flags, insteadMarc Espie
of involved loops. Makes it MUCH easier to have uniform treatment of various constructs. okay millert@
2004-12-23give a complete path during install, so that we don't accidentally createMarc Espie
a file with the wrong name if the directory doesn't exist. Shouldn't happen, ... but when it does it's hard to figure out. `sounds sane' theo@. ran through make build without issue.
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
ok deraadt@
2004-12-23vt100 wscons crashes restoring cursor if it had never been saved before.Miod Vallat
From NetBSD (wsemul_vt100.c 1.24, wsemul_vt100var.h 1.7)
2004-12-23Fix crash due to wrong argument in the (almost useless) DECRQUPSS escapeMiod Vallat
sequence. From NetBSD (1.13)
2004-12-23Reliability fix, from NetBSD:Miod Vallat
When moving the cursor down, only scroll up if cursor is exactly at bottom of scroll region; don't scroll if below scroll region.
2004-12-23document icmp type/code text abbreviations recognized by pfctlJared Yanovich
prodded by John Ladwig <jladwig@mango.lioness.net> ok deraadt jmc
2004-12-23change FXPF_UCODE to mean "firmware load attempted". if the firstTheo de Raadt
loadfirmware() fails because the file is missing, we do not want to try again when the first softclock -> fxp_stats_update -> fxp_init happens later. calling namei in that context is really bad; tested by mcbride
2004-12-23allo the "bgpctl show neighbor " commands to take the neighbor descrHenning Brauer
too, claudio ok
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
ok mickey, deraadt
2004-12-23must only try to match PEERDESC of nothing else matched, it's just a stringHenning Brauer
and will match almost everything...
2004-12-23Allow an i386 MP kernel to build without pcibios. miod@ okAaron Campbell
-#if NPCIBIOS > 0 +#if (NPCIBIOS > 0) || (NIOAPIC > 0)
2004-12-23leak; from mpechMarkus Friedl
2004-12-23check for NULL; from mpechMarkus Friedl
2004-12-23in getpeerbydesc(), complain if we find more than one match and return NULLHenning Brauer
2004-12-23allow "bgpctl neighbor" to take the peer's descr as argument as wellHenning Brauer
as its address so "bgpctl neighbor upstream1 clear" now works and you don't have to remember IPs claudio ok
2004-12-23introduce getpeerbydesc(), find a peer by its descriptionHenning Brauer
2004-12-23set rule_flag PFRULE_SRCTRACK when setting srctrack, found by camield@Daniel Hartmeier
using regress test pf84
2004-12-23KNFHenning Brauer
2004-12-23even more excellent alignment, with mickeyHenning Brauer
2004-12-23Use a shorter, more realistic initial memory storage for extio.Miod Vallat
2004-12-23.Xr dhcrelay, okay henning@Marc Espie
2004-12-23lower latency by processing no more than 25 messages at once for each peerHenning Brauer