summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-22these do not fit; brad did not testTheo de Raadt
2005-05-22sync optimized versions as wellCamiel Dobbelaar
ok henning@
2005-05-22misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com>Henning Brauer
2005-05-22add option VFSDEBUG, disabled by defaultPedro Martelletto
2005-05-22put VLOCKSWORK stuff under a single option, VFSDEBUGPedro Martelletto
2005-05-22Remove some superfluous structures, etc. No functional change.Kenneth R Westerback
2005-05-22define our own conversion function which does mono-to-stereo withJason Wright
a sign change (no byte swapping, and correct endianess)
2005-05-22regenPedro Martelletto
2005-05-22change VOP_CLOSE to take a locked vnodePedro Martelletto
2005-05-22output code for incoming VFSDEBUG optionPedro Martelletto
2005-05-22missing #if NPF > 0 around ifgroups attachmentsHenning Brauer
2005-05-22Add support to kill states that match networks.Marco Pfatschbacher
man page from jmc@ OK dhartmei@
2005-05-22No more SSL between peers, instead do shared key AES & SHAHakan Olsson
2005-05-22whoops, wrong conversion functionJason Wright
2005-05-22Add missing bits to ospfctl show rib detail.Esben Norby
ok claudio@
2005-05-22correct comments and function namens to reflect new parent/childMoritz Jodeit
situation. suggested by and ok otto@
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
eyeballed by krw@
2005-05-22ALTQ cleanoutMartin Reindl
ok brad@
2005-05-22document mediaopt;Jason McIntyre
ok damien@
2005-05-22more encodingsJason 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-22fix signal race in statistics output. ok cloder@ henning@Moritz Jodeit
2005-05-22no need to search for the kif before callig pf_get_kif, it does that for usHenning Brauer
2005-05-22fix names of ulinear, tooJason Wright
2005-05-22allow pf to match on interface groupsHenning Brauer
pass on mygroup ... markus ok
2005-05-22add memory clobber to prevent reorderingJason Wright
2005-05-22Handle cost2 for AS-external, and prepare for handling flags inEsben Norby
ospfctl show rib detail. ok claudio@
2005-05-22The Route Information Base for AS-External should only be dumped once.Esben Norby
ok claudio@
2005-05-22remove ununsed codeJean-Francois Brousseau
2005-05-22unused variableJoris Vink
2005-05-22optimize nfs_sync() a bit, by not iterating over the list of vnodesPedro 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-22fix setting of the "need ack" flag.Damien Bergamini
2005-05-22cosmetic. no need to initialize the read index.Damien Bergamini
2005-05-22honour the 'no' in 'no scrub' rules for IP normalizations. found byDaniel Hartmeier
mzozd at ad2u dot gr. ok henning@, mcbride@
2005-05-22set fragmentation threshold in iwi_config().Damien Bergamini
2005-05-22document monitor mode.Damien Bergamini
2005-05-22some changes for IBSS mode support (not yet working).Damien Bergamini
2005-05-22add monitor mode support. fast channel hop is not yet implemented though.Damien Bergamini
requires a firmware upgrade to version 1.0.4.
2005-05-22style nitsHakan Olsson
2005-05-22Introduce 'ifmstart' to deal with starting multiple interfaces minus a listTodd 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-22ALAW is called AudioEalaw not AudioEmulawJason Wright
2005-05-22No more ifdef KAME. From hshoexerChad Loder
2005-05-22Make signal handler safe. From Michael Knudsen, many thanks.Otto Moerbeek
2005-05-22cope with recent cangesHenning 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-22The printf(9) `%p' conversion specifier puts an "0x" inBrad Smith
front of the pointer value. Therefore, remove the "0x" from the format string. From FreeBSD ok millert@
2005-05-22epic(4)Brad Smith
2005-05-22regenReyk Floeter
2005-05-22add new Realtek RT8185 PCI/CardBus deviceReyk Floeter
2005-05-22fix power hooksMartin Reindl
2005-05-22add ahc(4) and re(4)Peter Valchev