Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-22 | these do not fit; brad did not test | Theo de Raadt | |
2005-05-22 | sync optimized versions as well | Camiel Dobbelaar | |
ok henning@ | |||
2005-05-22 | misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com> | Henning Brauer | |
2005-05-22 | add option VFSDEBUG, disabled by default | Pedro Martelletto | |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto | |
2005-05-22 | Remove some superfluous structures, etc. No functional change. | Kenneth R Westerback | |
2005-05-22 | define our own conversion function which does mono-to-stereo with | Jason Wright | |
a sign change (no byte swapping, and correct endianess) | |||
2005-05-22 | regen | Pedro Martelletto | |
2005-05-22 | change VOP_CLOSE to take a locked vnode | Pedro Martelletto | |
2005-05-22 | output code for incoming VFSDEBUG option | Pedro Martelletto | |
2005-05-22 | missing #if NPF > 0 around ifgroups attachments | Henning Brauer | |
2005-05-22 | Add support to kill states that match networks. | Marco Pfatschbacher | |
man page from jmc@ OK dhartmei@ | |||
2005-05-22 | No more SSL between peers, instead do shared key AES & SHA | Hakan Olsson | |
2005-05-22 | whoops, wrong conversion function | Jason Wright | |
2005-05-22 | Add missing bits to ospfctl show rib detail. | Esben Norby | |
ok claudio@ | |||
2005-05-22 | correct comments and function namens to reflect new parent/child | Moritz Jodeit | |
situation. suggested by and ok otto@ | |||
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-05-22 | ALTQ cleanout | Martin Reindl | |
ok brad@ | |||
2005-05-22 | document mediaopt; | Jason McIntyre | |
ok damien@ | |||
2005-05-22 | more encodings | Jason Wright | |
slinear8: mono/stereo ulinear8: mono/stereo alaw: mono ulaw: mono NOTE: still doesn't work on my machine, but hey, at least the encodings are closer. | |||
2005-05-22 | fix signal race in statistics output. ok cloder@ henning@ | Moritz Jodeit | |
2005-05-22 | no need to search for the kif before callig pf_get_kif, it does that for us | Henning Brauer | |
2005-05-22 | fix names of ulinear, too | Jason Wright | |
2005-05-22 | allow pf to match on interface groups | Henning Brauer | |
pass on mygroup ... markus ok | |||
2005-05-22 | add memory clobber to prevent reordering | Jason Wright | |
2005-05-22 | Handle cost2 for AS-external, and prepare for handling flags in | Esben Norby | |
ospfctl show rib detail. ok claudio@ | |||
2005-05-22 | The Route Information Base for AS-External should only be dumped once. | Esben Norby | |
ok claudio@ | |||
2005-05-22 | remove ununsed code | Jean-Francois Brousseau | |
2005-05-22 | unused variable | Joris Vink | |
2005-05-22 | optimize nfs_sync() a bit, by not iterating over the list of vnodes | Pedro Martelletto | |
belonging to a mount point if we want to skip all of them, okay art@ a couple of days ago, commit it deraadt@ | |||
2005-05-22 | fix setting of the "need ack" flag. | Damien Bergamini | |
2005-05-22 | cosmetic. no need to initialize the read index. | Damien Bergamini | |
2005-05-22 | honour the 'no' in 'no scrub' rules for IP normalizations. found by | Daniel Hartmeier | |
mzozd at ad2u dot gr. ok henning@, mcbride@ | |||
2005-05-22 | set fragmentation threshold in iwi_config(). | Damien Bergamini | |
2005-05-22 | document monitor mode. | Damien Bergamini | |
2005-05-22 | some changes for IBSS mode support (not yet working). | Damien Bergamini | |
2005-05-22 | add monitor mode support. fast channel hop is not yet implemented though. | Damien Bergamini | |
requires a firmware upgrade to version 1.0.4. | |||
2005-05-22 | style nits | Hakan Olsson | |
2005-05-22 | Introduce 'ifmstart' to deal with starting multiple interfaces minus a list | Todd T. Fries | |
of interfaces. This reduces the netstart script by 174 chars, 13 words, and 19 lines, but more importantly, makes it more simple and less cluttered should more special case/orderings be needed. ok brad@ and pr 4197 submitter, inspired by and closes pr 4197 | |||
2005-05-22 | ALAW is called AudioEalaw not AudioEmulaw | Jason Wright | |
2005-05-22 | No more ifdef KAME. From hshoexer | Chad Loder | |
2005-05-22 | Make signal handler safe. From Michael Knudsen, many thanks. | Otto Moerbeek | |
2005-05-22 | cope with recent canges | Henning Brauer | |
2005-05-22 | - Enable parity error detection on 900B and 635(A). | Brad Smith | |
- SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of the PCI bus. When this bit is set, the Max DMA Burst Size for TX/RX DMA should be no larger than 64 bytes. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD Testing by uwe@, mpf@ and me. | |||
2005-05-22 | The printf(9) `%p' conversion specifier puts an "0x" in | Brad Smith | |
front of the pointer value. Therefore, remove the "0x" from the format string. From FreeBSD ok millert@ | |||
2005-05-22 | epic(4) | Brad Smith | |
2005-05-22 | regen | Reyk Floeter | |
2005-05-22 | add new Realtek RT8185 PCI/CardBus device | Reyk Floeter | |
2005-05-22 | fix power hooks | Martin Reindl | |
2005-05-22 | add ahc(4) and re(4) | Peter Valchev | |