Age | Commit message (Expand) | Author |
2005-06-13 | Typo. ${version} -> ${VERSION}. Spotted by David Krause. | Kenneth R Westerback |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-13 | check wether mask is NULL in if_group_routechange before dereferencing | Henning Brauer |
2005-06-13 | spurious XXX comment left over from interface abstraction code whacking | Henning Brauer |
2005-06-13 | document extended pfctl -sl format | Henning Brauer |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer |
2005-06-13 | free memory in show_src_nodes and show_states, as reported by | Jared Yanovich |
2005-06-13 | Add regression test for writing old-style tar headers containing names | Otto Moerbeek |
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek |
2005-06-13 | add copy method, and document it. | Marc Espie |
2005-06-13 | if this is not a `real' file, override the size entry with a zero. | Marc Espie |
2005-06-13 | better .Nd; | Jason McIntyre |
2005-06-13 | fix syntax for out of date mixerctl(1) examples; | Jason McIntyre |
2005-06-13 | Fix a typo. | Niall O'Higgins |
2005-06-13 | realloc(3) correctly. Do not adjust the variable describing how much memory | Claudio Jeker |
2005-06-13 | fix archive header writing. | Marc Espie |
2005-06-13 | Move a bunch of small functions that only get called once into | Jonathan Gray |
2005-06-13 | Allow isakmpd to write a pid file when /var is a subdir (e.g. /usr/var) | Todd C. Miller |
2005-06-13 | almost working... | Marc Espie |
2005-06-13 | move the CVSROOT check earlier in the process, this way we get the | Xavier Santolaria |
2005-06-13 | document how hardlink writes occur, plus cosmetic clean-ups. | Marc Espie |
2005-06-13 | $entry->{cwd} support while writing, for symetry. | Marc Espie |
2005-06-13 | we can determine if an entry will be stored as a HardLink at prepare() time, | Marc Espie |
2005-06-13 | document the write API as well. | Marc Espie |
2005-06-13 | interface more symetric to reading. | Marc Espie |
2005-06-13 | UStar writer, all the flesh, thoroughly untested yet, reading unaffected... | Marc Espie |
2005-06-13 | provide reverse lookup services, as a simple extension (to be used | Marc Espie |
2005-06-13 | get rid of ifdef MSDOS, no binary change | Hans-Joerg Hoexer |
2005-06-13 | One additional if_act_elect bug. Neighbors in preliminary state (down, attempt | Claudio Jeker |
2005-06-13 | Doh. Fix another stupid copy paste typo. Once again BDR != DR. | Claudio Jeker |
2005-06-13 | add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply | Claudio Jeker |
2005-06-13 | start hello timer even if in state IF_STA_WAITING (this makes the startup much | Claudio Jeker |
2005-06-13 | simplify the fsm by moving all the checks that are done if the state changed | Claudio Jeker |
2005-06-13 | Passive interfaces belong to the area and should be announced as stub | Claudio Jeker |
2005-06-13 | Compare neighbor address with DR/BDR from the hello packet and not with | Claudio Jeker |
2005-06-13 | Properly align the show rib output. flags is 5 chars long not 4. | Claudio Jeker |
2005-06-13 | `export' command first bits .. ok joris | Xavier Santolaria |
2005-06-12 | Back out revs 1.48 and 1.49. Checksum offloading caused problems on | Todd C. Miller |
2005-06-12 | It turns out you need to ask for 16 byte block descriptors. We don't, | Kenneth R Westerback |
2005-06-12 | use pci_mapreg_map() instead of pci_[io|mem]_find and bus_space_map; | Federico G. Schwindt |
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl |
2005-06-12 | strcat -> strlcat | Nikolay Sturm |
2005-06-12 | remove vestiges of SIOCADDRT here too; ok henning@ | Christian Weisgerber |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria |
2005-06-12 | better synopsis. | Marc Espie |
2005-06-12 | test that archive->next() worked, and explicitly throw a `truncated archive' | Marc Espie |
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer |
2005-06-12 | let 'ifconfig <group>' work, displaying all the interfaces which are member | Henning Brauer |
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer |
2005-06-11 | Note that aac is disabled in GENERIC, follow on change from PR 4253. | Jonathan Gray |