Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Pull in moddi3.c and negdi2.c from libkern since libz needs them. | Todd C. Miller | |
2005-07-30 | Use the blocksize returned from scsi_size() in preference to all | Kenneth R Westerback | |
other values as was intended. As opposed to overwriting it with scsi_do_mode_sense() calls. May help PR4313. ok tdeval@ | |||
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller | |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller | |
2005-07-30 | allow re(4) to attach too. | Brad Smith | |
2005-07-30 | 6 -> ETHER_ADDR_LEN | Brad Smith | |
2005-07-30 | sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith | |
2005-07-30 | listen_hosts initialisation here too; spotted greg AT y2005.nest.cx | Damien Miller | |
2005-07-30 | fix -D listen_host initialisation, so it picks up gateway_ports setting | Damien Miller | |
correctly | |||
2005-07-30 | add missing -r in usage(); | Xavier Santolaria | |
2005-07-30 | document global -r option and the CVSREAD environment variable; | Xavier Santolaria | |
ok "i suck at manpages"-joris@ && jmc@. | |||
2005-07-30 | we actually want CVS_FST_UNKNOWN here. | Joris Vink | |
problem reported by Nuno once more. ok from an enthousiastic xsa@ | |||
2005-07-29 | fro tamas tevesz: | Jason McIntyre | |
==> de-multiviewification complete. | |||
2005-07-29 | do not send a MODIFIED request to the server for a newly added file we | Joris Vink | |
already removed again. spotted by & ok xsa@ | |||
2005-07-29 | from tamas tevesz: | Jason McIntyre | |
==> de-multiviewification complete. (rename *.html.html -> *.html) | |||
2005-07-29 | make sure we do not try to send the file to the server if it is no | Joris Vink | |
longer on disk. problem reported by Nuno Morgadinho. ok xsa@ | |||
2005-07-29 | Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy paste | Claudio Jeker | |
and some more obscure ones. With this is it possible to run IPv6 sessions between two bgpd. OK if it does not break IPv4 hummpa barman Henning | |||
2005-07-29 | Fix erroneous use of '=' instead of '+' that caused infinite loops | Kenneth R Westerback | |
when skipping packets. Use BPF_WORDALIGN() to properly skip packets. From Brooks Davis at FreeBSD. ok deraadt@ henning@ | |||
2005-07-29 | minor KNF; | Xavier Santolaria | |
2005-07-29 | oops don't leak memory when ami_mgmt fails. | Marco Peereboom | |
2005-07-29 | add some tweaks that were lost... | Jason McIntyre | |
2005-07-29 | Per art's email, don't keep something bigger than > 256 bytes on the stack. | Marco Peereboom | |
2005-07-29 | Remove cruft. | Marco Peereboom | |
2005-07-29 | - sort SEE ALSO | Jason McIntyre | |
- full month name for .Dd - don't end .Nd w/ a full stop fixes passed back to heimdal people... | |||
2005-07-29 | Redo bioctl because initial implementation was too complex. | Marco Peereboom | |
tested and ok dlg@ beck@ get it in @deraadt | |||
2005-07-29 | - sort SEE ALSO | Jason McIntyre | |
- full date for .Dd - uppercase .Dt title - don't end .Nd w/ a full stop fixes passed back to arla people... | |||
2005-07-29 | make more use of error codes in the file code. | Joris Vink | |
ok xsa@ | |||
2005-07-29 | Add another piece to the IPv6 puzzle. This time code to generate MP updates. | Claudio Jeker | |
Does not affect IPv4 minimaly tested for IPv6 because we still don't have an IPv6 capable neighbor. henning@ ya | |||
2005-07-29 | don't try to skip over the rootpath in the received directory if the | Joris Vink | |
rootpath is larger. tested by xsa@ a long time ago. | |||
2005-07-29 | from tamas tevesz: | Jason McIntyre | |
==> some more alien platforms and obsolete info. the mod/core.html change is because 1) the target link doesn't exist, 2) it probably was meant to refer to misc/known_bugs.html in the first place, which just got removed. thanks henning for guidance. | |||
2005-07-29 | O_EXLOCK stuff was introduced in June 1997, and backed out again in | Jason McIntyre | |
November of that year; however, the corresponding man changes were never backed out. do that now, reversing -r1.3 of this file; original pr and diff from peter philipp (this commit closes pr #4309); i chose to revert -r1.3 rather than accept the new wording from peter; thanks jaredy@ for tracking all this down, and supplying the ok... | |||
2005-07-29 | tidy up SEE ALSO; | Jason McIntyre | |
2005-07-29 | Use one "struct pf_state key" declaration at top of pf_test_state_icmp, | Christopher Pascoe | |
instead of allocating it as a temp var in six mutually exclusive code paths. Saves 784 bytes of kernel stack (on i386). | |||
2005-07-29 | correctly build the repository path in cvs_load_dirinfo() so we do not | Joris Vink | |
end up with a totally messed up repopath when there are no admin files present. problems reported by mpech@ and Nuno Margadinho. tested by Nuno Margadinho, thanks a lot! | |||
2005-07-28 | no point in having an inode pool if we don't use it | Pedro Martelletto | |
2005-07-28 | KNF | Pedro Martelletto | |
2005-07-28 | - use full month name for .Dd | Jason McIntyre | |
- some articles | |||
2005-07-28 | document the v4/v6 safi control buttons | Henning Brauer | |
(and of course it is marc balmer who's spreading the kaesefondue here, not marcm) claudio ok | |||
2005-07-28 | Add VIA VT1211 supported by the viasio(4) driver to the | Alexander Yurchenko | |
hw monitoring section. | |||
2005-07-28 | Alphabetically order hw monitoring sensors section. | Alexander Yurchenko | |
2005-07-28 | print the v4/v6 safi announce stuff, from wth | Henning Brauer | |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko | |
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@ | |||
2005-07-28 | keywords have to be sorted, and I can't sort properly | Henning Brauer | |
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant bits... | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> duplicate of the files of the same name in manual/vhosts/, save formatting and one extra remark in manual/vhosts/vhosts-in-depth.html. no references to either. | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> some obsolete info regarding apache 1.2 | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant stuff; | |||
2005-07-28 | clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources, | Brad Smith | |
also move setting of sis_stopped further up in sis_stop(). ok fgsch@ | |||
2005-07-28 | missing packet_init_compression(); from solar | Markus Friedl | |
2005-07-28 | rev 1.46 | Brad Smith | |
Add quirk for Connectix Virtual PC 5 (for Windows at least) emulated PCI bridge (440BX). From minoura NetBSD |