Age | Commit message (Expand) | Author |
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback |
2004-12-24 | fix up conflicts | Marc Espie |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat |
2004-12-24 | Scare users so that they don't use option SMALL_KERNEL, because our | Miod Vallat |
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 |
2004-12-23 | give a complete path during install, so that we don't accidentally create | Marc Espie |
2004-12-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller |
2004-12-23 | vt100 wscons crashes restoring cursor if it had never been saved before. | Miod Vallat |
2004-12-23 | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape | Miod Vallat |
2004-12-23 | Reliability fix, from NetBSD: | Miod Vallat |
2004-12-23 | document icmp type/code text abbreviations recognized by pfctl | Jared Yanovich |
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer |
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell |
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 |
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 |
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 |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | Replace home rolled unsigned char type with u_char. | Jonathan Gray |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-23 | add some more Netra systems which are equivalent to Ultra30/60's, but | Brad Smith |
2004-12-22 | - add missing braces for SIOCSIFMTU switch case. | Brad Smith |
2004-12-22 | order `cvs remove' aliases correctly; | Xavier Santolaria |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-22 | basic documentation of the `cvs remove' command; | Xavier Santolaria |
2004-12-22 | proper DDB_DEBUG | Michael Shalayeff |
2004-12-22 | quitenv() proto should have the variable type only, not the name. | Todd C. Miller |
2004-12-22 | These man pages are not derived from UCB and are actually public domain. | Todd C. Miller |
2004-12-22 | Fix a use-after-free, that causs core dumps if a shell is killed | Otto Moerbeek |
2004-12-22 | Fix previous commit here, I add the case statement to the wrong switch. | Todd C. Miller |
2004-12-22 | Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds | Todd C. Miller |
2004-12-22 | Make 'echo ${a[@]:?foo}' produce an error, not a core dump. | Todd C. Miller |