Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-25 | propolice marker | Marc Espie | |
2004-12-25 | new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuff | Marc Espie | |
during install. | |||
2004-12-25 | revert to cast-as-lvalues being pedantic warnings for now. | Marc Espie | |
2004-12-25 | some new i386-specific include files. Adjust directory name. | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | brad should compile before commiting | Theo de Raadt | |
2004-12-24 | result of merge | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | init Jumbo RX ring by default. | Brad Smith | |
ok krw@ | |||
2004-12-24 | merge | Marc Espie | |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | In vmstat -i, stop walking the kernel "allevents" evcnt chain, as they are | Miod Vallat | |
not incremented anymore. Kernel-side code will be removed in a few weeks. | |||
2004-12-24 | result from merge... highly weird, since dale mixed things up | Marc Espie | |
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3. | |||
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback | |
functional change. | |||
2004-12-24 | fix up conflicts | Marc Espie | |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev | |
without copying which is against C conventions and broke GENERIC.MP with a gcc3 optimization From niklas, tested by many | |||
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat | |
HW_SENSORS sysctl trees if option SMALL_KERNEL. ok deraadt@ | |||
2004-12-24 | Scare users so that they don't use option SMALL_KERNEL, because our | Miod Vallat | |
floppy kernels shrinking pressure has no limits. ok deraadt@ krw@ | |||
2004-12-24 | List ym(4) in synopsis as well as see also. | Jonathan Gray | |
2004-12-24 | sync | Theo de Raadt | |
2004-12-24 | streamline parser loops, now we've got a simple loop with flags, instead | Marc Espie | |
of involved loops. Makes it MUCH easier to have uniform treatment of various constructs. okay millert@ | |||
2004-12-23 | give a complete path during install, so that we don't accidentally create | Marc 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-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller | |
ok deraadt@ | |||
2004-12-23 | vt100 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-23 | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape | Miod Vallat | |
sequence. From NetBSD (1.13) | |||
2004-12-23 | Reliability 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-23 | document icmp type/code text abbreviations recognized by pfctl | Jared Yanovich | |
prodded by John Ladwig <jladwig@mango.lioness.net> ok deraadt jmc | |||
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo 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-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer | |
too, claudio ok | |||
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer | |
and will match almost everything... | |||
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell | |
-#if NPCIBIOS > 0 +#if (NPCIBIOS > 0) || (NIOAPIC > 0) | |||
2004-12-23 | leak; from mpech | Markus Friedl | |
2004-12-23 | check for NULL; from mpech | Markus Friedl | |
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer | |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer | |
as its address so "bgpctl neighbor upstream1 clear" now works and you don't have to remember IPs claudio ok | |||
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer | |
2004-12-23 | set rule_flag PFRULE_SRCTRACK when setting srctrack, found by camield@ | Daniel Hartmeier | |
using regress test pf84 | |||
2004-12-23 | KNF | Henning Brauer | |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer | |
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | Miod Vallat | |
2004-12-23 | .Xr dhcrelay, okay henning@ | Marc Espie | |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer | |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer | |
2004-12-23 | turn padding of tx packets on since it appears it may be needed by certain | David Gwynne | |
firmwares or revisions of the chip. also remove the option to turn it off. | |||
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray | |
ieee80211.h r 1.9 #define the difference in microseconds between a fast and a slow preamble and PLCP header. ieee80211_output.c r 1.19 Fix a bug in ieee80211_compute_duration: the 802.11 Duration field in an 802.11 unicast data packet is equal to the duration of the SIFS and Acknowledgement. That is, the amount of time reserved *after* the packet has finished transmitting. Change the arguments to ieee80211_compute_duration: pass the entire packet length, not just the payload length. Add a 'debug' argument to ieee80211_compute_duration and its helper subroutine, ieee80211_compute_duration1. If debug != 0, ieee80211_compute_duration printfs its arguments and several local variables. In rtw(4), load the 802.11 Duration field with the result from ieee80211_compute_duration. | |||
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray | |
Define for more bits in the Service field of the 802.11 PLCP Header. For use by the subroutine ieee80211_compute_duration, add struct ieee80211_duration, and #define a number of microsecond constants used for the transmit timing of 802.11 packets. Add the subroutine ieee80211_compute_duration, which computes for any packet the appropriate 802.11 Duration field, the PLCP Length field, as well as the Duration and Length fields for an RTS frame. atw(4), rtw(4), future drivers, and possibly ath(4) will share ieee80211_compute_duration. ok millert@ | |||
2004-12-23 | Replace home rolled unsigned char type with u_char. | Jonathan Gray | |
ok millert@ | |||
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar | |
ok mickey@ henning@, "looks good" markus@ jason@ |